Package org.derive4j
Class Makes.CasesMatchers.TotalMatcher_Factory<R>
- java.lang.Object
-
- org.derive4j.Makes.CasesMatchers.PartialMatcher<R>
-
- org.derive4j.Makes.CasesMatchers.TotalMatcher_Factory<R>
-
- Enclosing class:
- Makes.CasesMatchers
public static final class Makes.CasesMatchers.TotalMatcher_Factory<R> extends Makes.CasesMatchers.PartialMatcher<R>
-
-
Constructor Summary
Constructors Constructor Description TotalMatcher_Factory(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 java.util.function.Function<Make,R>
factory(java.util.function.Supplier<R> factory)
java.util.function.Function<Make,R>
factory_(R r)
-
Methods inherited from class org.derive4j.Makes.CasesMatchers.PartialMatcher
otherwise, otherwise_, otherwiseEmpty
-
-
-
-
Constructor Detail
-
TotalMatcher_Factory
TotalMatcher_Factory(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)
-
-