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