Uses of Interface
io.atlassian.fugue.extensions.functions.Predicate6
Packages that use Predicate6
-
Uses of Predicate6 in io.atlassian.fugue.extensions.step
Methods in io.atlassian.fugue.extensions.step with parameters of type Predicate6Modifier and TypeMethodDescriptionEitherStep6.filter(Predicate6<? super A, ? super B, ? super C, ? super D, ? super E, ? super F> predicate, Supplier<? extends LEFT> unsatisfiedSupplier) Apply the provided predicate with the previous step results.OptionalStep6.filter(Predicate6<? super A, ? super B, ? super C, ? super D, ? super E, ? super F> predicate) Apply the provided predicate with the previous step results.OptionStep6.filter(Predicate6<? super A, ? super B, ? super C, ? super D, ? super E, ? super F> predicate) Apply the provided predicate with the previous step results.TryStep6.filter(Predicate6<? super A, ? super B, ? super C, ? super D, ? super E, ? super F> predicate, Supplier<Exception> unsatisfiedSupplier) Apply the provided predicate with the previous step results.OptionStep6.filterNot(Predicate6<? super A, ? super B, ? super C, ? super D, ? super E, ? super F> predicate) Apply the provided predicate with the previous step results.