Package com.util.lodash
Interface Template<T>
-
- All Superinterfaces:
java.util.function.Function<T,java.lang.String>
public interface Template<T> extends java.util.function.Function<T,java.lang.String>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>
check(T arg)
-
-
-
Method Detail
-
check
java.util.List<java.lang.String> check(T arg)
-
-