com.tds.common.reactor.functions.Function
public interface Func2<T1, T2, R> implements Function
Represents a function with two arguments.
abstract R
call(T1 t1, T2 t2)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract R call(T1 t1, T2 t2)