Package hydra.mantle
Class Either.Left<A,B>
- java.lang.Object
-
- hydra.mantle.Either<A,B>
-
- hydra.mantle.Either.Left<A,B>
-
- All Implemented Interfaces:
java.io.Serializable
public static final class Either.Left<A,B> extends Either<A,B> implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.mantle.Either
Either.Left<A,B>, Either.PartialVisitor<A,B,R>, Either.Right<A,B>, Either.Visitor<A,B,R>
-
-
Field Summary
Fields Modifier and Type Field Description A
value
-
Fields inherited from class hydra.mantle.Either
FIELD_NAME_LEFT, FIELD_NAME_RIGHT, TYPE_NAME
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(Either.Visitor<A,B,R> visitor)
boolean
equals(java.lang.Object other)
int
hashCode()
-