Uses of Class
io.atlassian.fugue.extensions.step.OptionalStep6
Packages that use OptionalStep6
-
Uses of OptionalStep6 in io.atlassian.fugue.extensions.step
Methods in io.atlassian.fugue.extensions.step that return OptionalStep6Modifier and TypeMethodDescriptionOptionalStep6.filter(Predicate6<? super A, ? super B, ? super C, ? super D, ? super E, ? super F> predicate) Apply the provided predicate with the previous step results.OptionalStep5.then(Function5<? super A, ? super B, ? super C, ? super D, ? super E, Optional<F>> functor) Apply the provided function with the previous Step results.Apply the provided supplier with the previous Step results.