Interface ModifierFn
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@Deprecated(since="0.7.0",
forRemoval=true)
@JsFunction
@FunctionalInterface
public interface ModifierFn
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptionvoidinvoke(ModifierArguments arguments) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
invoke
Deprecated, for removal: This API element is subject to removal in a future version.
-