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