Uses of Class
io.atlassian.fugue.extensions.step.EitherStep1
-
Packages that use EitherStep1 Package Description io.atlassian.fugue.extensions.step -
-
Uses of EitherStep1 in io.atlassian.fugue.extensions.step
Methods in io.atlassian.fugue.extensions.step that return EitherStep1 Modifier and Type Method Description static <A,LEFT>
EitherStep1<A,LEFT>Steps. begin(Either<LEFT,A> either)Begin a new Steps expresison, using theEithertype.EitherStep1<A,LEFT>EitherStep1. filter(java.util.function.Predicate<? super A> predicate, java.util.function.Supplier<? extends LEFT> unsatisfiedSupplier)Apply the provided predicate with the previous step results.
-