Uses of Interface
com.strobel.core.delegates.Func1
-
Packages that use Func1 Package Description com.strobel.expressions com.strobel.reflection.emit -
-
Uses of Func1 in com.strobel.expressions
Methods in com.strobel.expressions with parameters of type Func1 Modifier and Type Method Description (package private) static <T> T
Helpers. commonNode(T first, T second, Func1<T,T> parent)
-
Uses of Func1 in com.strobel.reflection.emit
Methods in com.strobel.reflection.emit with parameters of type Func1 Modifier and Type Method Description private static java.util.Map<java.lang.Integer,java.util.List<java.lang.String>>
CodeGenerator. getStringSwitchBuckets(java.util.List<java.lang.String> strings, Func1<java.lang.String,java.lang.Integer> keyCallback)
-