Package org.derive4j.processor.api.model
Class DataConstructions.CaseOfMatchers.TotalMatcher_OneConstructor<R>
- java.lang.Object
-
- org.derive4j.processor.api.model.DataConstructions.CaseOfMatchers.PartialMatcher<R>
-
- org.derive4j.processor.api.model.DataConstructions.CaseOfMatchers.PartialMatcher_NoConstructor<R>
-
- org.derive4j.processor.api.model.DataConstructions.CaseOfMatchers.TotalMatcher_OneConstructor<R>
-
- Enclosing class:
- DataConstructions.CaseOfMatchers
public static final class DataConstructions.CaseOfMatchers.TotalMatcher_OneConstructor<R> extends DataConstructions.CaseOfMatchers.PartialMatcher_NoConstructor<R>
-
-
Constructor Summary
Constructors Constructor Description TotalMatcher_OneConstructor(DataConstruction _dataConstruction, java.util.function.Function<MultipleConstructors,R> multipleConstructors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataConstructions.CaseOfMatchers.TotalMatcher_NoConstructor<R>
oneConstructor(java.util.function.Function<DataConstructor,R> oneConstructor)
DataConstructions.CaseOfMatchers.TotalMatcher_NoConstructor<R>
oneConstructor_(R r)
-
Methods inherited from class org.derive4j.processor.api.model.DataConstructions.CaseOfMatchers.PartialMatcher_NoConstructor
noConstructor, noConstructor_
-
Methods inherited from class org.derive4j.processor.api.model.DataConstructions.CaseOfMatchers.PartialMatcher
otherwise, otherwise_, otherwiseEmpty
-
-
-
-
Constructor Detail
-
TotalMatcher_OneConstructor
TotalMatcher_OneConstructor(DataConstruction _dataConstruction, java.util.function.Function<MultipleConstructors,R> multipleConstructors)
-
-
Method Detail
-
oneConstructor
public final DataConstructions.CaseOfMatchers.TotalMatcher_NoConstructor<R> oneConstructor(java.util.function.Function<DataConstructor,R> oneConstructor)
-
oneConstructor_
public final DataConstructions.CaseOfMatchers.TotalMatcher_NoConstructor<R> oneConstructor_(R r)
-
-