Uses of Interface
com.opensymphony.xwork2.inject.util.Function

Packages that use Function
com.opensymphony.xwork2.inject.util Guice util classes. 
 

Uses of Function in com.opensymphony.xwork2.inject.util
 

Methods in com.opensymphony.xwork2.inject.util with parameters of type Function
static
<K,V> ReferenceCache<K,V>
ReferenceCache.of(ReferenceType keyReferenceType, ReferenceType valueReferenceType, Function<? super K,? extends V> function)
          Returns a ReferenceCache delegating to the specified function.
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.