Uses of Class
io.atlassian.fugue.extensions.step.OptionStep2
-
Packages that use OptionStep2 Package Description io.atlassian.fugue.extensions.step -
-
Uses of OptionStep2 in io.atlassian.fugue.extensions.step
Methods in io.atlassian.fugue.extensions.step that return OptionStep2 Modifier and Type Method Description OptionStep2<A,B>OptionStep2. filter(java.util.function.BiPredicate<? super A,? super B> predicate)Apply the provided predicate with the previous step results.OptionStep2<A,B>OptionStep2. filterNot(java.util.function.BiPredicate<? super A,? super B> predicate)Apply the provided predicate with the previous step results.<B> OptionStep2<A,B>OptionStep1. then(java.util.function.Function<? super A,? extends Option<? extends B>> functor)Apply the provided function with the previous Step results.<B> OptionStep2<A,B>OptionStep1. then(java.util.function.Supplier<? extends Option<? extends B>> supplier)Apply the provided supplier with the previous Step results.
-