com.tds.common.reactor.functions.Action
com.tds.common.reactor.functions.Function
public interface Action3<T1, T2, T3> implements Action
A three-argument action.
abstract void
call(T1 t1, T2 t2, T3 t3)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void call(T1 t1, T2 t2, T3 t3)