Package org.derive4j
Class Makes.CaseOfMatchers.TotalMatcher_CasesMatching<R>
- java.lang.Object
-
- org.derive4j.Makes.CaseOfMatchers.PartialMatcher<R>
-
- org.derive4j.Makes.CaseOfMatchers.PartialMatcher_Factory<R>
-
- org.derive4j.Makes.CaseOfMatchers.PartialMatcher_Catamorphism<R>
-
- org.derive4j.Makes.CaseOfMatchers.PartialMatcher_Modifiers<R>
-
- org.derive4j.Makes.CaseOfMatchers.PartialMatcher_Getters<R>
-
- org.derive4j.Makes.CaseOfMatchers.PartialMatcher_CaseOfMatching<R>
-
- org.derive4j.Makes.CaseOfMatchers.TotalMatcher_CasesMatching<R>
-
- Enclosing class:
- Makes.CaseOfMatchers
public static final class Makes.CaseOfMatchers.TotalMatcher_CasesMatching<R> extends Makes.CaseOfMatchers.PartialMatcher_CaseOfMatching<R>
-
-
Constructor Summary
Constructors Constructor Description TotalMatcher_CasesMatching(Make _make, java.util.function.Supplier<R> lambdaVisitor, java.util.function.Supplier<R> constructors, java.util.function.Supplier<R> lazyConstructor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Makes.CaseOfMatchers.TotalMatcher_CaseOfMatching<R>
casesMatching(java.util.function.Supplier<R> casesMatching)
Makes.CaseOfMatchers.TotalMatcher_CaseOfMatching<R>
casesMatching_(R r)
-
Methods inherited from class org.derive4j.Makes.CaseOfMatchers.PartialMatcher_CaseOfMatching
caseOfMatching, caseOfMatching_
-
Methods inherited from class org.derive4j.Makes.CaseOfMatchers.PartialMatcher_Getters
getters, getters_
-
Methods inherited from class org.derive4j.Makes.CaseOfMatchers.PartialMatcher_Modifiers
modifiers, modifiers_
-
Methods inherited from class org.derive4j.Makes.CaseOfMatchers.PartialMatcher_Catamorphism
catamorphism, catamorphism_
-
Methods inherited from class org.derive4j.Makes.CaseOfMatchers.PartialMatcher_Factory
factory, factory_
-
Methods inherited from class org.derive4j.Makes.CaseOfMatchers.PartialMatcher
otherwise, otherwise_, otherwiseEmpty
-
-
-
-
Method Detail
-
casesMatching
public final Makes.CaseOfMatchers.TotalMatcher_CaseOfMatching<R> casesMatching(java.util.function.Supplier<R> casesMatching)
-
casesMatching_
public final Makes.CaseOfMatchers.TotalMatcher_CaseOfMatching<R> casesMatching_(R r)
-
-