Package org.derive4j.processor
Class Eithers.CasesMatchers.TotalMatcher_Right<A,B,X>
- java.lang.Object
-
- org.derive4j.processor.Eithers.CasesMatchers.PartialMatcher<A,B,X>
-
- org.derive4j.processor.Eithers.CasesMatchers.TotalMatcher_Right<A,B,X>
-
- Enclosing class:
- Eithers.CasesMatchers
public static final class Eithers.CasesMatchers.TotalMatcher_Right<A,B,X> extends Eithers.CasesMatchers.PartialMatcher<A,B,X>
-
-
Constructor Summary
Constructors Constructor Description TotalMatcher_Right(java.util.function.Function<A,X> left)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.function.Function<Either<A,B>,X>
right(java.util.function.Function<B,X> right)
java.util.function.Function<Either<A,B>,X>
right_(X x)
-
Methods inherited from class org.derive4j.processor.Eithers.CasesMatchers.PartialMatcher
otherwise, otherwise_, otherwiseEmpty
-
-