| Package | Description |
|---|---|
| manifold.util |
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2019. All rights reserved.