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