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