
net.cassite.style.interfaces.RFunc3 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of style Show documentation
Show all versions of style Show documentation
Java 8 functional programming toolbox supporting basic jdk libraries and providing language enhancing.
The newest version!
package net.cassite.style.interfaces;
@FunctionalInterface
public interface RFunc3 {
R apply(T0 arg0, T1 arg1, T2 arg2) throws Throwable;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy