![JAR search and dependency download from the Maven repository](/logo.png)
com.github.underscore.Template 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;
import java.util.List;
import java.util.function.Function;
public interface Template extends Function {
List check(T arg);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy