Package org.derive4j.processor
Class Eithers.CasesMatchers
- java.lang.Object
-
- org.derive4j.processor.Eithers.CasesMatchers
-
- Enclosing class:
- Eithers
public static class Eithers.CasesMatchers extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Eithers.CasesMatchers.PartialMatcher<A,B,X>
static class
Eithers.CasesMatchers.TotalMatcher_Left<A,B>
static class
Eithers.CasesMatchers.TotalMatcher_Right<A,B,X>
-
Field Summary
Fields Modifier and Type Field Description private static Eithers.CasesMatchers.TotalMatcher_Left<?,?>
totalMatcher_Left
-
Constructor Summary
Constructors Modifier Constructor Description private
CasesMatchers()
-
-
-
Field Detail
-
totalMatcher_Left
private static final Eithers.CasesMatchers.TotalMatcher_Left<?,?> totalMatcher_Left
-
-