public class Methref<C>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static TypeCache<java.lang.Class> |
cache |
| Constructor and Description |
|---|
Methref(java.lang.Class<C> target)
Creates new proxified instance of target.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
name(java.util.function.Consumer<C> consumer)
Returns name of called method.
|
static <T> Methref<T> |
of(java.lang.Class<T> target)
Static factory, for convenient use.
|
Copyright © 2003-present Jodd Team