Uses of Interface
org.apache.struts2.inject.util.Function
Packages that use Function
-
Uses of Function in org.apache.struts2.inject.util
Methods in org.apache.struts2.inject.util with parameters of type FunctionModifier and TypeMethodDescriptionstatic <K,
V> ReferenceCache<K, V> ReferenceCache.of
(ReferenceType keyReferenceType, ReferenceType valueReferenceType, Function<? super K, ? extends V> function) Returns aReferenceCache
delegating to the specifiedfunction
.