OptionalStep4<A,B,C,D> |
OptionalStep4.filter(Predicate4<? super A,? super B,? super C,? super D> predicate) |
Apply the provided predicate with the previous step results.
|
<D> OptionalStep4<A,B,C,D> |
OptionalStep3.then(Function3<? super A,? super B,? super C,java.util.Optional<D>> functor) |
Apply the provided function with the previous Step results.
|
<D> OptionalStep4<A,B,C,D> |
OptionalStep3.then(java.util.function.Supplier<java.util.Optional<D>> supplier) |
Apply the provided supplier with the previous Step results.
|