|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javautils.fun.Function | +--javautils.fun.VoidToVoid
void->void
procedure.
Field Summary | |
static VoidToVoid |
NOP
|
Constructor Summary | |
VoidToVoid()
|
Method Summary | |
static VoidToVoid |
bindSelf(java.lang.reflect.Method method,
java.lang.Object self)
A wrapper that calls the given arbitrary method on the given object. |
static VoidToVoid |
from(Function f)
A wrapper that calls the given arbitrary function. |
abstract void |
with()
|
Methods inherited from class javautils.fun.Function |
getMethod, getSelf, invoke |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final VoidToVoid NOP
Constructor Detail |
public VoidToVoid()
Method Detail |
public abstract void with()
public static VoidToVoid from(Function f)
A wrapper that calls the given arbitrary function.
Note:
Function
object.
public static VoidToVoid bindSelf(java.lang.reflect.Method method, java.lang.Object self)
A wrapper that calls the given arbitrary method on the given object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |