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