Package elemental2.core
Interface Reflect.ApplyTargetFn<RESULT>
-
- Enclosing class:
- Reflect
@JsFunction public static interface Reflect.ApplyTargetFn<RESULT>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RESULT
onInvoke(java.lang.Object... p0)
-
-
-
Method Detail
-
onInvoke
RESULT onInvoke(java.lang.Object... p0)
-
-