play.libs
类 F.Either<A,B>
java.lang.Object
play.libs.F.Either<A,B>
- 直接已知子类:
- F.E2
- 包容类:
- F
public static class F.Either<A,B>
- extends java.lang.Object
方法摘要 |
static
|
_1(A value)
|
static
|
_2(B value)
|
java.lang.String |
toString()
|
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_1
public final F.Option<A> _1
_2
public final F.Option<B> _2
_1
public static <A,B> F.Either<A,B> _1(A value)
_2
public static <A,B> F.Either<A,B> _2(B value)
toString
public java.lang.String toString()
- 覆盖:
- 类
java.lang.Object
中的 toString
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly