Uses of Class
manifold.util.ReflectUtil.MethodRef
-
Packages that use ReflectUtil.MethodRef Package Description manifold.util -
-
Uses of ReflectUtil.MethodRef in manifold.util
Methods in manifold.util that return ReflectUtil.MethodRef Modifier and Type Method Description static ReflectUtil.MethodRefReflectUtil. lambdaMethod(Class<?> lambdaClass)Get aReflectUtil.MethodRefcorresponding with the functional interface implemented bylambdaClass.static ReflectUtil.MethodRefReflectUtil. method(Class<?> cls, String name, Class... params)Get aReflectUtil.MethodRefto the specified method.static ReflectUtil.MethodRefReflectUtil. method(String fqn, String name, Class... params)Get aReflectUtil.MethodRefto the specified method.static ReflectUtil.MethodRefReflectUtil. methodFromName(Class<?> cls, String name)Get aReflectUtil.MethodRefto the specifiednamewithout regard to parameter types.static ReflectUtil.MethodRefReflectUtil. structuralMethod(Class target, Class structIface, String name, Class... params)
-