Uses of Class
io.atlassian.fugue.extensions.step.OptionalStep3
Packages that use OptionalStep3
-
Uses of OptionalStep3 in io.atlassian.fugue.extensions.step
Methods in io.atlassian.fugue.extensions.step that return OptionalStep3Modifier and TypeMethodDescriptionOptionalStep3<A, B, C> OptionalStep3.filter(Predicate3<? super A, ? super B, ? super C> predicate) Apply the provided predicate with the previous step results.<C> OptionalStep3<A, B, C> OptionalStep2.then(BiFunction<? super A, ? super B, Optional<C>> functor) Apply the provided function with the previous Step results.<C> OptionalStep3<A, B, C> Apply the provided supplier with the previous Step results.