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