All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static Class[] |
anyParameters() |
static Class[] |
anyParameters(int i) |
static Proc |
invoke(Class clazz,
String name) |
static Proc |
invoke(Class clazz,
String name,
Class... paramTypes) |
static Proc |
invoke(Class clazz,
String name,
int paramCount) |
static Proc |
invoke(Object object,
String name) |
static Proc |
invoke(Object object,
String name,
Class... paramTypes) |
static Proc |
invoke(Object object,
String name,
int paramCount) |
static Proc |
invoke(String name) |
static Proc |
invoke(String name,
Class... paramTypes) |
static Proc |
invoke(String name,
int paramCount) |
static Proc |
invokeWith(Class clazz,
String name,
Object... args) |
static Proc |
invokeWith(Object object,
String name,
Object... args) |
static Proc |
invokeWith(String name,
Object... args) |
static Proc |
newInstance(Class clazz) |
static Proc |
newInstance(Class<?> clazz,
Class... paramTypes) |
static Proc |
newInstance(Class clazz,
int paramCount) |
static Proc |
newInstanceWith(Class<?> clazz,
Object... args) |
static Class[] |
noParameters() |
static Proc0 |
p(Procs.L0 lambda) |
static <A> Proc1<A> |
p(Procs.L1<? super A> lambda) |
static <A,B> Proc2<A,B> |
p(Procs.L2<? super A,? super B> lambda) |
static <A,B,C> Proc3<A,B,C> |
p(Procs.L3<? super A,? super B,? super C> lambda) |
static <A,B,C,D> Proc4<A,B,C,D> |
p(Procs.L4<? super A,? super B,? super C,? super D> lambda) |
static Proc |
p(Procs.LN lambda) |
static Proc0 |
p0(Procs.L0 lambda) |
static <A> Proc1<A> |
p1(Procs.L1<? super A> lambda) |
static <A,B> Proc2<A,B> |
p2(Procs.L2<? super A,? super B> lambda) |
static <A,B,C> Proc3<A,B,C> |
p3(Procs.L3<? super A,? super B,? super C> lambda) |
static <A,B,C,D> Proc4<A,B,C,D> |
p4(Procs.L4<? super A,? super B,? super C,? super D> lambda) |
static Proc |
pn(Procs.LN lambda) |