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