Package org.derive4j.processor.api.model
Class MultipleConstructorsSupport.CaseOfMatchers.PartialMatcher<R>
java.lang.Object
org.derive4j.processor.api.model.MultipleConstructorsSupport.CaseOfMatchers.PartialMatcher<R>
- Direct Known Subclasses:
MultipleConstructorsSupport.CaseOfMatchers.TotalMatcher_FunctionsDispatch
- Enclosing class:
MultipleConstructorsSupport.CaseOfMatchers
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final MultipleConstructors
private final Function
<List<DataConstructor>, R> private final MultipleConstructorsSupport.VisitorDispatchMapper
<R> -
Constructor Summary
ConstructorsConstructorDescriptionPartialMatcher
(MultipleConstructors _multipleConstructors, MultipleConstructorsSupport.VisitorDispatchMapper<R> visitorDispatch, Function<List<DataConstructor>, R> functionsDispatch) -
Method Summary
-
Field Details
-
_multipleConstructors
-
visitorDispatch
-
functionsDispatch
-
-
Constructor Details
-
PartialMatcher
PartialMatcher(MultipleConstructors _multipleConstructors, MultipleConstructorsSupport.VisitorDispatchMapper<R> visitorDispatch, Function<List<DataConstructor>, R> functionsDispatch)
-
-
Method Details
-
otherwise
-
otherwise_
-
otherwiseEmpty
-