com.github.underscore.Function3 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of underscore8 Show documentation
Show all versions of underscore8 Show documentation
The java 8 port of Underscore.js
The newest version!
package com.github.underscore;
public interface Function3 {
T apply(F1 arg1, F2 arg2, F3 arg3);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy