Uses of Class
play.libs.F.Either

Packages that use F.Either
play.libs   
 

Uses of F.Either in play.libs
 

Subclasses of F.Either in play.libs
static class F.E2<A,B>
           
 

Methods in play.libs that return F.Either
static
<A,B> F.Either<A,B>
F.Either._1(A value)
           
static
<A,B> F.Either<A,B>
F.Either._2(B value)
           
 

Methods in play.libs that return types with arguments of type F.Either
static
<A,B> F.Promise<F.Either<A,B>>
F.Promise.waitEither(F.Promise<A> tA, F.Promise<B> tB)
           
 



Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly