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