|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
Either.flatMap(Function<R,Either<LL,T>> f)
Bind through on the right-hand-side of this disjunction |
|
static
|
Either.Left(L value)
|
|
|
Either.leftMap(Function<L,T> f)
Map on the left-hand-side of the disjunction |
|
|
Either.map(Function<R,T> f)
Map on the right-hand-side of the disjunction |
|
static
|
Either.Right(R value)
|
|
| Method parameters in com.evolvedbinary.functional with type arguments of type Either | ||
|---|---|---|
|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||