public interface Action3<T1, T2, T3>
abstract void
apply(T1 obj1, T2 obj2, T3 obj3)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void apply(T1 obj1, T2 obj2, T3 obj3)