Uses of Class
io.atlassian.fugue.extensions.step.OptionStep1
-
Packages that use OptionStep1 Package Description io.atlassian.fugue.extensions.step -
-
Uses of OptionStep1 in io.atlassian.fugue.extensions.step
Methods in io.atlassian.fugue.extensions.step that return OptionStep1 Modifier and Type Method Description static <A> OptionStep1<A>Steps. begin(Option<A> option)Begin a new Steps expresison, using theOptiontype.OptionStep1<A>OptionStep1. filter(java.util.function.Predicate<? super A> predicate)Apply the provided predicate with the previous step results.OptionStep1<A>OptionStep1. filterNot(java.util.function.Predicate<? super A> predicate)Apply the provided predicate with the previous step results.
-