Uses of Class
io.atlassian.fugue.extensions.step.EitherStep2
Packages that use EitherStep2
-
Uses of EitherStep2 in io.atlassian.fugue.extensions.step
Methods in io.atlassian.fugue.extensions.step that return EitherStep2Modifier and TypeMethodDescriptionEitherStep2.filter(BiPredicate<? super A, ? super B> predicate, Supplier<? extends LEFT> unsatisfiedSupplier) Apply the provided predicate with the previous step results.<B,LL extends LEFT>
EitherStep2<A, B, LEFT> Apply the provided function with the previous Step results.<B,LL extends LEFT>
EitherStep2<A, B, LEFT> Apply the provided supplier with the previous Step results.