Uses of Interface
com.github.underscore.Underscore.Function3
-
-
Uses of Underscore.Function3 in com.github.underscore
Methods in com.github.underscore that return Underscore.Function3 Modifier and Type Method Description private static Underscore.Function3<String,Integer,String,String>U. createPadDir(boolean fromRight)Methods in com.github.underscore with parameters of type Underscore.Function3 Modifier and Type Method Description private static Function<String,String>U. createCompounder(Underscore.Function3<String,String,Integer,String> callback)
-