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