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