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


字段摘要
 F.Option<A> _1
           
 F.Option<B> _2
           
 
方法摘要
static
<A,B> F.Either<A,B>
_1(A value)
           
static
<A,B> F.Either<A,B>
_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