cakoose.util
Class Func0<R>

java.lang.Object
  extended by cakoose.util.Func0<R>

public abstract class Func0<R>
extends Object


Constructor Summary
Func0()
           
 
Method Summary
abstract  R run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Func0

public Func0()
Method Detail

run

public abstract R run()