Uses of Class
io.atlassian.fugue.extensions.step.OptionStep5
Packages that use OptionStep5
-
Uses of OptionStep5 in io.atlassian.fugue.extensions.step
Methods in io.atlassian.fugue.extensions.step that return OptionStep5Modifier and TypeMethodDescriptionApply the provided predicate with the previous step results.Apply the provided predicate with the previous step results.<E> OptionStep5<A, B, C, D, E> OptionStep4.then(Function4<? super A, ? super B, ? super C, ? super D, ? extends Option<? extends E>> functor) Apply the provided function with the previous Step results.<E> OptionStep5<A, B, C, D, E> Apply the provided supplier with the previous Step results.