public final class Eithers
extends Object
-
Nested Class Summary
Nested Classes
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
left
public static <A,
B> Either<A,B> left(A left)
-
right
public static <A,
B> Either<A,B> right(B right)
-
-
-