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