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
Constructors Constructor Description TotalMatcher_NoConstructor(DataConstruction _dataConstruction, java.util.function.Function<MultipleConstructors,R> multipleConstructors, java.util.function.Function<DataConstructor,R> oneConstructor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description R
noConstructor(java.util.function.Supplier<R> noConstructor)
R
noConstructor_(R r)
-
Methods inherited from class org.derive4j.processor.api.model.DataConstructions.CaseOfMatchers.PartialMatcher
otherwise, otherwise_, otherwiseEmpty
-
-
-
-
Constructor Detail
-
TotalMatcher_NoConstructor
TotalMatcher_NoConstructor(DataConstruction _dataConstruction, java.util.function.Function<MultipleConstructors,R> multipleConstructors, java.util.function.Function<DataConstructor,R> oneConstructor)
-
-