Uses of Class
manifold.util.ReflectUtil.MethodRef
Packages that use ReflectUtil.MethodRef
-
Uses of ReflectUtil.MethodRef in manifold.util
Methods in manifold.util that return ReflectUtil.MethodRefModifier and TypeMethodDescriptionstatic ReflectUtil.MethodRefReflectUtil.lambdaMethod(Class<?> lambdaClass) Get aReflectUtil.MethodRefcorresponding with the functional interface implemented bylambdaClass.static ReflectUtil.MethodRefGet aReflectUtil.MethodRefto the specified method.static ReflectUtil.MethodRefGet 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)