Interface Reflect.ApplyTargetFn<RESULT>

  • Enclosing class:
    Reflect

    @JsFunction
    public static interface Reflect.ApplyTargetFn<RESULT>
    • Method Detail

      • onInvoke

        RESULT onInvoke​(java.lang.Object... p0)