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