Uses of Class
org.derive4j.processor.api.model.DataConstructions.CaseOfMatchers.PartialMatcher
-
Packages that use DataConstructions.CaseOfMatchers.PartialMatcher Package Description org.derive4j.processor.api.model -
-
Uses of DataConstructions.CaseOfMatchers.PartialMatcher in org.derive4j.processor.api.model
Subclasses of DataConstructions.CaseOfMatchers.PartialMatcher in org.derive4j.processor.api.model Modifier and Type Class Description static class
DataConstructions.CaseOfMatchers.PartialMatcher_NoConstructor<R>
static class
DataConstructions.CaseOfMatchers.TotalMatcher_NoConstructor<R>
static class
DataConstructions.CaseOfMatchers.TotalMatcher_OneConstructor<R>
Methods in org.derive4j.processor.api.model that return DataConstructions.CaseOfMatchers.PartialMatcher Modifier and Type Method Description DataConstructions.CaseOfMatchers.PartialMatcher<R>
DataConstructions.CaseOfMatchers.PartialMatcher_NoConstructor. noConstructor(java.util.function.Supplier<R> noConstructor)
<R> DataConstructions.CaseOfMatchers.PartialMatcher<R>
DataConstructions.CaseOfMatchers.TotalMatcher_MultipleConstructors. noConstructor(java.util.function.Supplier<R> noConstructor)
DataConstructions.CaseOfMatchers.PartialMatcher<R>
DataConstructions.CaseOfMatchers.PartialMatcher_NoConstructor. noConstructor_(R r)
<R> DataConstructions.CaseOfMatchers.PartialMatcher<R>
DataConstructions.CaseOfMatchers.TotalMatcher_MultipleConstructors. noConstructor_(R r)
-