Package org.derive4j.processor.api.model
Class DataConstructions.CasesMatchers.TotalMatcher_OneConstructor<R>
java.lang.Object
org.derive4j.processor.api.model.DataConstructions.CasesMatchers.PartialMatcher<R>
org.derive4j.processor.api.model.DataConstructions.CasesMatchers.PartialMatcher_NoConstructor<R>
org.derive4j.processor.api.model.DataConstructions.CasesMatchers.TotalMatcher_OneConstructor<R>
- Enclosing class:
DataConstructions.CasesMatchers
public static final class DataConstructions.CasesMatchers.TotalMatcher_OneConstructor<R>
extends DataConstructions.CasesMatchers.PartialMatcher_NoConstructor<R>
-
Constructor Summary
ConstructorsConstructorDescriptionTotalMatcher_OneConstructor
(Function<MultipleConstructors, R> multipleConstructors) -
Method Summary
Modifier and TypeMethodDescriptiononeConstructor
(Function<DataConstructor, R> oneConstructor) oneConstructor_
(R r) Methods inherited from class org.derive4j.processor.api.model.DataConstructions.CasesMatchers.PartialMatcher_NoConstructor
noConstructor, noConstructor_
Methods inherited from class org.derive4j.processor.api.model.DataConstructions.CasesMatchers.PartialMatcher
otherwise, otherwise_, otherwiseEmpty
-
Constructor Details
-
TotalMatcher_OneConstructor
TotalMatcher_OneConstructor(Function<MultipleConstructors, R> multipleConstructors)
-
-
Method Details
-
oneConstructor
public final DataConstructions.CasesMatchers.TotalMatcher_NoConstructor<R> oneConstructor(Function<DataConstructor, R> oneConstructor) -
oneConstructor_
-