Function5.java 122 Bytes edit raw blame history 1 2 3 4 5 package com.hjx.parent.function; public interface Function5<A, B, C, D, E> { void invoke(A a, B b, C c, D d, E e); }