Uses of Interface
io.atlassian.fugue.extensions.functions.Predicate4
Packages that use Predicate4
-
Uses of Predicate4 in io.atlassian.fugue.extensions.step
Methods in io.atlassian.fugue.extensions.step with parameters of type Predicate4Modifier and TypeMethodDescriptionEitherStep4.filter(Predicate4<? super A, ? super B, ? super C, ? super D> predicate, Supplier<? extends LEFT> unsatisfiedSupplier) Apply the provided predicate with the previous step results.OptionalStep4<A, B, C, D> Apply the provided predicate with the previous step results.OptionStep4<A, B, C, D> Apply the provided predicate with the previous step results.TryStep4.filter(Predicate4<? super A, ? super B, ? super C, ? super D> predicate, Supplier<Exception> unsatisfiedSupplier) Apply the provided predicate with the previous step results.OptionStep4<A, B, C, D> Apply the provided predicate with the previous step results.