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<java.lang.String,java.lang.Integer,java.lang.String,java.lang.String>
U. createPadDir(boolean fromRight)
Methods in com.github.underscore with parameters of type Underscore.Function3 Modifier and Type Method Description private static java.util.function.Function<java.lang.String,java.lang.String>
U. createCompounder(Underscore.Function3<java.lang.String,java.lang.String,java.lang.Integer,java.lang.String> callback)
-