Uses of Interface
jconch.functor.Transformer5

Packages that use Transformer5
jconch.cache   
jconch.functor   
 

Uses of Transformer5 in jconch.cache
 

Methods in jconch.cache that return Transformer5
 Transformer5<KEY_T,VAL_T> CacheMap.asTransformer()
          Provides access to this object as a Transformer.
 Transformer5<KEY_T,VAL_T> CacheMap.getTransformer()
          Provides the underlying cache operation.
 

Constructors in jconch.cache with parameters of type Transformer5
CacheMap(Transformer5<KEY_T,VAL_T> converter)
          Constructs a new instance of the cache map, which uses its own internal set of locks (see CacheMap.CacheMap(Transformer5, SyncLogEqLock)).
CacheMap(Transformer5<KEY_T,VAL_T> converter, SyncLogEqLock<KEY_T> lockFactory)
          Constructs a new instance of the cache map.
ObjectCacheMap(Transformer5<java.lang.Object,java.lang.Object> converter)
           
ObjectCacheMap(Transformer5<java.lang.Object,java.lang.Object> converter, SyncLogEqLock<java.lang.Object> lockFactory)
           
 

Uses of Transformer5 in jconch.functor
 

Classes in jconch.functor that implement Transformer5
 class GroovyClosureTransformer
           
 class Transformer5Transformer