|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Function | |
|---|---|
| com.evolvedbinary.functional | |
| Uses of Function in com.evolvedbinary.functional |
|---|
| Methods in com.evolvedbinary.functional with parameters of type Function | ||
|---|---|---|
|
Either.flatMap(Function<R,Either<LL,T>> f)
Bind through on the right-hand-side of this disjunction |
|
|
Either.fold(Function<L,T> lf,
Function<R,T> rf)
Catamorphism. |
|
|
Either.fold(Function<L,T> lf,
Function<R,T> rf)
Catamorphism. |
|
|
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 |
|
|
Either.valueOr(Function<L,RR> lf)
Return the value from the right-hand-side of this disjunction or run the function on the left-hand-side |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||