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