EitherStep5<A,B,C,D,E,LEFT> |
EitherStep5.filter(Predicate5<? super A,? super B,? super C,? super D,? super E> predicate,
java.util.function.Supplier<? extends LEFT> unsatisfiedSupplier) |
Apply the provided predicate with the previous step results.
|
<E,LL extends LEFT> EitherStep5<A,B,C,D,E,LEFT> |
EitherStep4.then(Function4<? super A,? super B,? super C,? super D,Either<LL,E>> functor) |
Apply the provided function with the previous Step results.
|
<E,LL extends LEFT> EitherStep5<A,B,C,D,E,LEFT> |
EitherStep4.then(java.util.function.Supplier<Either<LL,E>> supplier) |
Apply the provided supplier with the previous Step results.
|