Uses of Class
io.atlassian.fugue.extensions.step.OptionStep3
Packages that use OptionStep3
-
Uses of OptionStep3 in io.atlassian.fugue.extensions.step
Methods in io.atlassian.fugue.extensions.step that return OptionStep3Modifier and TypeMethodDescriptionOptionStep3<A, B, C> OptionStep3.filter(Predicate3<? super A, ? super B, ? super C> predicate) Apply the provided predicate with the previous step results.OptionStep3<A, B, C> OptionStep3.filterNot(Predicate3<? super A, ? super B, ? super C> predicate) Apply the provided predicate with the previous step results.<C> OptionStep3<A, B, C> OptionStep2.then(BiFunction<? super A, ? super B, ? extends Option<? extends C>> functor) Apply the provided function with the previous Step results.<C> OptionStep3<A, B, C> Apply the provided supplier with the previous Step results.