| Package | Description |
|---|---|
| manifold.util |
| Modifier and Type | Method and Description |
|---|---|
static ReflectUtil.LiveMethodRef |
ReflectUtil.method(Object receiver,
String name,
Class... params)
Get a
ReflectUtil.LiveMethodRef to the specified method. |
static ReflectUtil.LiveMethodRef |
ReflectUtil.WithNull.method(Object receiver,
String name,
Class... params) |
static ReflectUtil.LiveMethodRef |
ReflectUtil.WithNull.methodWithReturn(Object receiver,
String name,
Class<?> returnType,
Class... params) |
Copyright © 2019. All rights reserved.