Interface ParameterDirectives.ParamDef<T>
-
- Enclosing interface:
- ParameterDirectives
public static interface ParameterDirectives.ParamDef<T>
Deprecated.Use new `parameters` overloads with ParamSpec parameters. Kept for binary compatibility. Since 10.2.0.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.Object
apply(T value)
Deprecated.
-
-
-
Method Detail
-
apply
java.lang.Object apply(T value)
Deprecated.
-
-