Package play.libs
Class F.Either<A,B>
- java.lang.Object
-
- play.libs.F.Either<A,B>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <A,B>
F.Either<A,B>_1(A value)
static <A,B>
F.Either<A,B>_2(B value)
java.lang.String
toString()
-