Package org.derive4j.processor.api.model
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
Constructors Constructor Description TotalMatcher_NoConstructor(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 java.util.function.Function<DataConstruction,R>
noConstructor(java.util.function.Supplier<R> noConstructor)
java.util.function.Function<DataConstruction,R>
noConstructor_(R r)
-
Methods inherited from class org.derive4j.processor.api.model.DataConstructions.CasesMatchers.PartialMatcher
otherwise, otherwise_, otherwiseEmpty
-
-
-
-
Constructor Detail
-
TotalMatcher_NoConstructor
TotalMatcher_NoConstructor(java.util.function.Function<MultipleConstructors,R> multipleConstructors, java.util.function.Function<DataConstructor,R> oneConstructor)
-
-
Method Detail
-
noConstructor
public final java.util.function.Function<DataConstruction,R> noConstructor(java.util.function.Supplier<R> noConstructor)
-
noConstructor_
public final java.util.function.Function<DataConstruction,R> noConstructor_(R r)
-
-