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