Function11.java 91 Bytes edit raw blame history 1 2 3 4 5 package com.hjx.parent.function; public interface Function11<T, A> { T invoke(A a); }