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
ConstructorsConstructorDescriptionTotalMatcher_FunctionsDispatch(MultipleConstructorsSupport.VisitorDispatchMapper<R> visitorDispatch) -
Method Summary
Modifier and TypeMethodDescriptionfinal Function<MultipleConstructors, R> functionsDispatch(Function<List<DataConstructor>, R> functionsDispatch) final Function<MultipleConstructors, R> Methods inherited from class MultipleConstructorsSupport.CasesMatchers.PartialMatcher
otherwise, otherwise_, otherwiseEmpty
-
Constructor Details
-
TotalMatcher_FunctionsDispatch
TotalMatcher_FunctionsDispatch(MultipleConstructorsSupport.VisitorDispatchMapper<R> visitorDispatch)
-
-
Method Details
-
functionsDispatch
public final Function<MultipleConstructors, R> functionsDispatch(Function<List<DataConstructor>, R> functionsDispatch) -
functionsDispatch_
-