public class Methods extends Object
| Modifier and Type | Field and Description |
|---|---|
static Predicate<Type> |
HAS_METHODS |
static BiFunction<Class<?>,String,Method> |
METHOD_NAMED |
static Function<Type,Stream<Method>> |
METHODS_OF |
| Constructor and Description |
|---|
Methods() |
public static final BiFunction<Class<?>,String,Method> METHOD_NAMED