javautils.fun
Class VoidToObject

java.lang.Object
  |
  +--javautils.fun.Function
        |
        +--javautils.fun.VoidToObject

public abstract class VoidToObject
extends Function

void->Object procedure.


Constructor Summary
VoidToObject()
           
 
Method Summary
abstract  java.lang.Object 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
 

Constructor Detail

VoidToObject

public VoidToObject()
Method Detail

with

public abstract java.lang.Object with()