Searched refs:MethodInvokable (Results 1 – 4 of 4) sorted by relevance
79 return new MethodInvokable<>(method); in from()347 static class MethodInvokable<T> extends Invokable<T, Object> { class in Invokable351 MethodInvokable(Method method) { in MethodInvokable() method in Invokable.MethodInvokable
600 return new Invokable.MethodInvokable<T>(method) { in method()
80 return new MethodInvokable<>(method); in from()355 static class MethodInvokable<T> extends Invokable<T, Object> { class in Invokable359 MethodInvokable(Method method) { in MethodInvokable() method in Invokable.MethodInvokable