All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.underscore.Template Maven / Gradle / Ivy

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