com.github.underscore.Template Maven / Gradle / Ivy
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