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