Interface Either<L,R>

All Known Subinterfaces:
Try<T>
All Known Implementing Classes:
Failure, Left, Right, Success

public interface Either<L,R>