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) |
static ReflectUtil.LiveMethodRef |
ReflectUtil.structuralMethod(Object receiver,
Class structIface,
String name,
Class... params) |
Copyright © 2024. All rights reserved.