Uses of Class
io.atlassian.fugue.extensions.step.OptionStep6
Packages that use OptionStep6
-
Uses of OptionStep6 in io.atlassian.fugue.extensions.step
Methods in io.atlassian.fugue.extensions.step that return OptionStep6Modifier and TypeMethodDescriptionOptionStep6.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.filterNot(Predicate6<? super A, ? super B, ? super C, ? super D, ? super E, ? super F> predicate) Apply the provided predicate with the previous step results.OptionStep5.then(Function5<? super A, ? super B, ? super C, ? super D, ? super E, ? extends Option<? extends F>> functor) Apply the provided function with the previous Step results.Apply the provided supplier with the previous Step results.