@FunctionalInterface() public interface TriFunction<A, B, C, R>
abstract R
apply(A a, B b, C c)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract R apply(A a, B b, C c)