Uses of Interface
org.omnaest.utils.structure.collection.CollectionUtils.CollectionConverter

Packages that use CollectionUtils.CollectionConverter
org.omnaest.utils.operation.foreach   
org.omnaest.utils.structure.collection   
 

Uses of CollectionUtils.CollectionConverter in org.omnaest.utils.operation.foreach
 

Methods in org.omnaest.utils.operation.foreach with parameters of type CollectionUtils.CollectionConverter
<TO> TO
ForEach.Result.convert(CollectionUtils.CollectionConverter<V,TO> collectionConverter)
          Converts the ForEach.Result to a single value using a CollectionUtils.CollectionConverter
<O> V
ForEach.execute(CollectionUtils.CollectionConverter<O,V> collectionConverter, Operation<O,E>... operations)
          Executes the given Operation and uses the given CollectionUtils.CollectionConverter to produce a single result value
 

Uses of CollectionUtils.CollectionConverter in org.omnaest.utils.structure.collection
 

Classes in org.omnaest.utils.structure.collection that implement CollectionUtils.CollectionConverter
static class CollectionUtils.CollectionTransformerToString<FROM>
          CollectionUtils.CollectionConverter which produces a String from a Collection
 

Methods in org.omnaest.utils.structure.collection with parameters of type CollectionUtils.CollectionConverter
static
<FROM,TO> TO
CollectionUtils.convert(Collection<FROM> collection, CollectionUtils.CollectionConverter<FROM,TO> collectionConverter)
          Converts a given Collection instance from one generic type into a single value using a CollectionUtils.CollectionConverter
 



Copyright © 2013. All Rights Reserved.