Package org.derive4j
Class Makes.CasesMatchers.TotalMatcher_Modifiers<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.TotalMatcher_Modifiers<R>
-
- Enclosing class:
- Makes.CasesMatchers
public static final class Makes.CasesMatchers.TotalMatcher_Modifiers<R> extends Makes.CasesMatchers.PartialMatcher_Catamorphism<R>
-
-
Constructor Summary
Constructors Constructor Description TotalMatcher_Modifiers(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, java.util.function.Supplier<R> getters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Makes.CasesMatchers.TotalMatcher_Catamorphism<R>
modifiers(java.util.function.Supplier<R> modifiers)
Makes.CasesMatchers.TotalMatcher_Catamorphism<R>
modifiers_(R r)
-
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
-
-
-
-
Constructor Detail
-
TotalMatcher_Modifiers
TotalMatcher_Modifiers(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, java.util.function.Supplier<R> getters)
-
-
Method Detail
-
modifiers
public final Makes.CasesMatchers.TotalMatcher_Catamorphism<R> modifiers(java.util.function.Supplier<R> modifiers)
-
modifiers_
public final Makes.CasesMatchers.TotalMatcher_Catamorphism<R> modifiers_(R r)
-
-