Uses of Class
io.atlassian.fugue.extensions.step.OptionStep2
Packages that use OptionStep2
-
Uses of OptionStep2 in io.atlassian.fugue.extensions.step
Methods in io.atlassian.fugue.extensions.step that return OptionStep2Modifier and TypeMethodDescriptionOptionStep2.filter(BiPredicate<? super A, ? super B> predicate) Apply the provided predicate with the previous step results.OptionStep2.filterNot(BiPredicate<? super A, ? super B> predicate) Apply the provided predicate with the previous step results.<B> OptionStep2<A, B> Apply the provided function with the previous Step results.<B> OptionStep2<A, B> Apply the provided supplier with the previous Step results.