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