Uses of Class
manifold.util.ReflectUtil.LiveMethodRef
-
Packages that use ReflectUtil.LiveMethodRef Package Description manifold.util -
-
Uses of ReflectUtil.LiveMethodRef in manifold.util
Methods in manifold.util that return ReflectUtil.LiveMethodRef Modifier and Type Method Description static ReflectUtil.LiveMethodRefReflectUtil. method(Object receiver, String name, Class... params)Get aReflectUtil.LiveMethodRefto the specified method.static ReflectUtil.LiveMethodRefReflectUtil.WithNull. method(Object receiver, String name, Class... params)static ReflectUtil.LiveMethodRefReflectUtil.WithNull. methodWithReturn(Object receiver, String name, Class<?> returnType, Class... params)static ReflectUtil.LiveMethodRefReflectUtil. structuralMethod(Object receiver, Class structIface, String name, Class... params)
-