Function13.java 107 Bytes edit raw blame history 1 2 3 4 5 package com.hjx.parent.function; public interface Function13<T, A, B, C> { T invoke(A a, B b, C c); }