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