Uses of Class
com.evolvedbinary.functional.Either

Packages that use Either
com.evolvedbinary.functional   
com.evolvedbinary.xpath.parser.ast   
com.evolvedbinary.xpath.parser.ast.partial   
 

Uses of Either in com.evolvedbinary.functional
 

Subclasses of Either in com.evolvedbinary.functional
static class Either.Left<L,R>
           
static class Either.Right<L,R>
           
 

Methods in com.evolvedbinary.functional that return Either
<LL extends L,T>
Either<LL,T>
Either.flatMap(Function<R,Either<LL,T>> f)
          Bind through on the right-hand-side of this disjunction
static
<L,R> Either<L,R>
Either.Left(L value)
           
<T> Either<T,R>
Either.leftMap(Function<L,T> f)
          Map on the left-hand-side of the disjunction
<T> Either<L,T>
Either.map(Function<R,T> f)
          Map on the right-hand-side of the disjunction
static
<L,R> Either<L,R>
Either.Right(R value)
           
 

Method parameters in com.evolvedbinary.functional with type arguments of type Either
<LL extends L,T>
Either<LL,T>
Either.flatMap(Function<R,Either<LL,T>> f)
          Bind through on the right-hand-side of this disjunction
 

Uses of Either in com.evolvedbinary.xpath.parser.ast
 

Constructors in com.evolvedbinary.xpath.parser.ast with parameters of type Either
DocumentTest(Either<ElementTest,SchemaElementTest> elementTest)
           
 

Uses of Either in com.evolvedbinary.xpath.parser.ast.partial
 

Methods in com.evolvedbinary.xpath.parser.ast.partial with parameters of type Either
 DocumentTest PartialDocumentTest.complete(Either<ElementTest,SchemaElementTest> elementTest)
           
 



Copyright © 2016 Evolved Binary Ltd.. All Rights Reserved.