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