com.tds.common.reactor.functions.Function
java.util.concurrent.Callable
public interface Func0<R> implements Function, Callable<R>
Represents a function with zero arguments.
abstract R
call()
call
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract R call()