Package | Description |
---|---|
manifold.util |
Modifier and Type | Method and Description |
---|---|
static ReflectUtil.MethodRef |
ReflectUtil.lambdaMethod(Class<?> lambdaClass)
Get a
ReflectUtil.MethodRef corresponding with the functional interface implemented by lambdaClass . |
static ReflectUtil.MethodRef |
ReflectUtil.method(Class<?> cls,
String name,
Class... params)
Get a
ReflectUtil.MethodRef to the specified method. |
static ReflectUtil.MethodRef |
ReflectUtil.method(String fqn,
String name,
Class... params)
Get a
ReflectUtil.MethodRef to the specified method. |
static ReflectUtil.MethodRef |
ReflectUtil.methodFromName(Class<?> cls,
String name)
Get a
ReflectUtil.MethodRef to the specified name without regard to parameter types. |
static ReflectUtil.MethodRef |
ReflectUtil.structuralMethod(Class target,
Class structIface,
String name,
Class... params) |
Copyright © 2024. All rights reserved.