Uses of Interface
net.sf.cglib.core.internal.Function
-
Packages that use Function Package Description net.sf.cglib.core.internal -
-
Uses of Function in net.sf.cglib.core.internal
Fields in net.sf.cglib.core.internal declared as Function Modifier and Type Field Description static FunctionLoadingCache. IDENTITYprotected Function<K,KK>LoadingCache. keyMapperprotected Function<K,V>LoadingCache. loaderMethods in net.sf.cglib.core.internal that return Function Modifier and Type Method Description static <K> Function<K,K>LoadingCache. identity()Constructors in net.sf.cglib.core.internal with parameters of type Function Constructor Description LoadingCache(Function<K,KK> keyMapper, Function<K,V> loader)
-