Uses of Interface
org.derive4j.processor.api.model.DataConstruction.Cases
Packages that use DataConstruction.Cases
-
Uses of DataConstruction.Cases in org.derive4j.processor.api.model
Methods in org.derive4j.processor.api.model that return DataConstruction.CasesModifier and TypeMethodDescriptionstatic <R> DataConstruction.Cases<R> DataConstructions.cases(Function<MultipleConstructors, R> multipleConstructors, Function<DataConstructor, R> oneConstructor, Supplier<R> noConstructor) Methods in org.derive4j.processor.api.model with parameters of type DataConstruction.CasesModifier and TypeMethodDescriptionabstract <R> RDataConstruction.match(DataConstruction.Cases<R> cases)