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