11601161116211631164116511661167
static <T> T invoke(final Callable<T> callback) { try { return callback.call(); } catch (Exception e) { throw new TargetInvocationException(e); } }
6768697071727374
_spreadInvoker = methodHandle.asSpreader(Object[].class, _method.getParameters().size()); } return _spreadInvoker.invoke(args); } catch (Throwable t) { throw new TargetInvocationException(t); } }