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