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.
|
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.
|
OptionStep4<A,B,C,D> |
OptionStep4.filter(Predicate4<? super A,? super B,? super C,? super D> predicate) |
Apply the provided predicate with the previous step results.
|
TryStep4<A,B,C,D> |
TryStep4.filter(Predicate4<? super A,? super B,? super C,? super D> predicate,
java.util.function.Supplier<java.lang.Exception> unsatisfiedSupplier) |
Apply the provided predicate with the previous step results.
|
OptionStep4<A,B,C,D> |
OptionStep4.filterNot(Predicate4<? super A,? super B,? super C,? super D> predicate) |
Apply the provided predicate with the previous step results.
|