Uses of Class
io.atlassian.fugue.extensions.step.OptionStep3
-
Packages that use OptionStep3 Package Description io.atlassian.fugue.extensions.step -
-
Uses of OptionStep3 in io.atlassian.fugue.extensions.step
Methods in io.atlassian.fugue.extensions.step that return OptionStep3 Modifier and Type Method Description OptionStep3<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(java.util.function.BiFunction<? super A,? super B,? extends Option<? extends C>> functor)Apply the provided function with the previous Step results.<C> OptionStep3<A,B,C>OptionStep2. then(java.util.function.Supplier<? extends Option<? extends C>> supplier)Apply the provided supplier with the previous Step results.
-