Class Either<L,​R>

java.lang.Object
de.scravy.bedrock.Either<L,​R>
All Implemented Interfaces:
Serializable, Comparable<Either<L,​R>>
Direct Known Subclasses:
Either.Left, Either.Right

@Immutable
public abstract class Either<L,​R>
extends Object
implements Serializable, Comparable<Either<L,​R>>
See Also:
Serialized Form