Package org.derive4j.processor.api.model
Interface AlgebraicDataType.Case<R>
-
- Enclosing class:
- AlgebraicDataType
public static interface AlgebraicDataType.Case<R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
adt(DeriveConfig deriveConfig, TypeConstructor typeConstructor, MatchMethod matchMethod, DataConstruction dataConstruction, java.util.List<DataArgument> fields)
-
-
-
Method Detail
-
adt
R adt(DeriveConfig deriveConfig, TypeConstructor typeConstructor, MatchMethod matchMethod, DataConstruction dataConstruction, java.util.List<DataArgument> fields)
-
-