xyz.funjava.functional.CheckedFunction3 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 CheckedFunction3 {
public RESULT apply(A a,B b,C c) throws Exception;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy