Uses of Interface
io.atlassian.fugue.extensions.functions.Predicate5
Packages that use Predicate5
-
Uses of Predicate5 in io.atlassian.fugue.extensions.step
Methods in io.atlassian.fugue.extensions.step with parameters of type Predicate5Modifier and TypeMethodDescriptionEitherStep5.filter(Predicate5<? super A, ? super B, ? super C, ? super D, ? super E> predicate, Supplier<? extends LEFT> unsatisfiedSupplier) Apply the provided predicate with the previous step results.Apply the provided predicate with the previous step results.Apply the provided predicate with the previous step results.TryStep5.filter(Predicate5<? super A, ? super B, ? super C, ? super D, ? super E> predicate, Supplier<Exception> unsatisfiedSupplier) Apply the provided predicate with the previous step results.Apply the provided predicate with the previous step results.