Package com.infomancers.collections.util

Interface Summary
Predicate<T> Used to encapsulate a boolean query on an item.
SimpleTransformation<T> Transforms an item of type T internally, or to another item of type T.
Transformation<T,K> Transforms an item of type T to an item of type K.
 

Class Summary
ListTransformation<K> Used for simple transformations based on values located at specific indices of a standard List.
MapTransformation<T,K> Used for simple transformations based on key-value pairs located in a standard Map.
PredicateCollection<T> Used to evaluate an item against a collection of predicates.
PredicateNegation<T> Created by IntelliJ IDEA.
SimpleTransformationCollection<T> Used to chain together simple transformations so that they are done sequentially.
 

Enum Summary
PredicateCollection.Type