xyz.funjava.functional.CheckedFunction17 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of base Show documentation
Show all versions of base Show documentation
Library providing basic function types for Java 8
The newest version!
package xyz.funjava.functional;
/**
* @generated
*/
@FunctionalInterface
public interface CheckedFunction17 {
public RESULT apply(A a,B b,C c,D d,E e,F f,G g,H h,I i,J j,K k,L l,M m,N n,O o,P p,Q q) throws Exception;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy