com.tds.common.reactor.functions.Function
public interface Func1<T, R> implements Function
Represents a function with one argument.
abstract R
call(T t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract R call(T t)