| 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 from the specified name without regard to parameter types. |
Copyright © 2021. All rights reserved.