Package org.derive4j.processor.api.model
Class MultipleConstructorsSupport.CasesMatchers.TotalMatcher_FunctionsDispatch<R>
- java.lang.Object
-
- org.derive4j.processor.api.model.MultipleConstructorsSupport.CasesMatchers.PartialMatcher<R>
-
- org.derive4j.processor.api.model.MultipleConstructorsSupport.CasesMatchers.TotalMatcher_FunctionsDispatch<R>
-
- Enclosing class:
- MultipleConstructorsSupport.CasesMatchers
public static final class MultipleConstructorsSupport.CasesMatchers.TotalMatcher_FunctionsDispatch<R> extends MultipleConstructorsSupport.CasesMatchers.PartialMatcher<R>
-
-
Constructor Summary
Constructors Constructor Description TotalMatcher_FunctionsDispatch(MultipleConstructorsSupport.VisitorDispatchMapper<R> visitorDispatch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.function.Function<MultipleConstructors,R>
functionsDispatch(java.util.function.Function<java.util.List<DataConstructor>,R> functionsDispatch)
java.util.function.Function<MultipleConstructors,R>
functionsDispatch_(R r)
-
Methods inherited from class org.derive4j.processor.api.model.MultipleConstructorsSupport.CasesMatchers.PartialMatcher
otherwise, otherwise_, otherwiseEmpty
-
-
-
-
Constructor Detail
-
TotalMatcher_FunctionsDispatch
TotalMatcher_FunctionsDispatch(MultipleConstructorsSupport.VisitorDispatchMapper<R> visitorDispatch)
-
-
Method Detail
-
functionsDispatch
public final java.util.function.Function<MultipleConstructors,R> functionsDispatch(java.util.function.Function<java.util.List<DataConstructor>,R> functionsDispatch)
-
functionsDispatch_
public final java.util.function.Function<MultipleConstructors,R> functionsDispatch_(R r)
-
-