Package org.derive4j
Class Makes.CaseOfMatchers.TotalMatcher_Factory<R>
- java.lang.Object
-
- org.derive4j.Makes.CaseOfMatchers.PartialMatcher<R>
-
- org.derive4j.Makes.CaseOfMatchers.TotalMatcher_Factory<R>
-
- Enclosing class:
- Makes.CaseOfMatchers
public static final class Makes.CaseOfMatchers.TotalMatcher_Factory<R> extends Makes.CaseOfMatchers.PartialMatcher<R>
-
-
Constructor Summary
Constructors Constructor Description TotalMatcher_Factory(Make _make, 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, java.util.function.Supplier<R> modifiers, java.util.function.Supplier<R> catamorphism)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description R
factory(java.util.function.Supplier<R> factory)
R
factory_(R r)
-
Methods inherited from class org.derive4j.Makes.CaseOfMatchers.PartialMatcher
otherwise, otherwise_, otherwiseEmpty
-
-
-
-
Constructor Detail
-
TotalMatcher_Factory
TotalMatcher_Factory(Make _make, 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, java.util.function.Supplier<R> modifiers, java.util.function.Supplier<R> catamorphism)
-
-