Package org.derive4j
Class Makes.CasesMatchers.PartialMatcher_Catamorphism<R>
- java.lang.Object
-
- org.derive4j.Makes.CasesMatchers.PartialMatcher<R>
-
- org.derive4j.Makes.CasesMatchers.PartialMatcher_Factory<R>
-
- org.derive4j.Makes.CasesMatchers.PartialMatcher_Catamorphism<R>
-
- Direct Known Subclasses:
Makes.CasesMatchers.PartialMatcher_Modifiers
,Makes.CasesMatchers.TotalMatcher_Modifiers
- Enclosing class:
- Makes.CasesMatchers
public static class Makes.CasesMatchers.PartialMatcher_Catamorphism<R> extends Makes.CasesMatchers.PartialMatcher_Factory<R>
-
-
Constructor Summary
Constructors Constructor Description PartialMatcher_Catamorphism(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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Makes.CasesMatchers.PartialMatcher_Factory<R>
catamorphism(java.util.function.Supplier<R> catamorphism)
Makes.CasesMatchers.PartialMatcher_Factory<R>
catamorphism_(R r)
-
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
-
PartialMatcher_Catamorphism
PartialMatcher_Catamorphism(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)
-
-
Method Detail
-
catamorphism
public final Makes.CasesMatchers.PartialMatcher_Factory<R> catamorphism(java.util.function.Supplier<R> catamorphism)
-
catamorphism_
public final Makes.CasesMatchers.PartialMatcher_Factory<R> catamorphism_(R r)
-
-