EPredicate.pass(Object) for any value that would pass all
of the given EPredicate instances.EPredicate.pass(Object) for all input.EPredicate.pass(Object) only for objects whose Object.equals(Object) method
returns true for any of the the given arguments.EPredicate which will pass any input which is considered equal to
one of the specified objects, using the Object.equals(Object) implementation.ComparableETransformer that will cast inputs to the specified type.ETransformer will cast from the type given in the constructor to the desired type.CollectionTransformer enables succinct transformation of collections
of objects utilising the ETransformer pattern.CollectionTransformer which can be used to transform collections.Expressive is a java library designed to enable simple and easily read usage
of the Java Collections API.ComparatorBuilder allows the creation of a comparator for a given java bean type based on the values of the properties within the bean.ComparatorBuilder which allows the creation of a comparator for the given type based on the values
of bean properties on that object.EPredicate that always returns a specified value, true or false.EList containing the same elements.EList interface.EPredicate defines a consistent pattern for conditional processing.EPredicate which will pass any input which is considered equal to
the specified object, using the Object.equals(Object) implementation.ETransformer defines a consistent pattern for converting an object of
one type to an object of another.Expressive is designed to allow coders to write more expressive code, focusing on what they want to do with collections of objects, rather than the mechanics of the manipulation of the Java
Collections API.EPredicate to them.EPredicate.ETransformers that are of common use.Enum type returns an ETransformer.EPredicate.pass(Object) only for objects whose Object.equals(Object) method returns true for the given argument.Iterable is empty or nullCollection is empty or nullMap is empty or nullIterable is not null and is not emptyCollection is not null and is not emptyMap is not null empty and is not nullEPredicate.pass(Object) only for null.Iterable from an Enumeration so that it can easily be used in a for each loop.IteratorTransformer can be used to effectively iterate over an
Iterator and convert the items to another type.EList.EList from a Collection.MapKeys is used to construct maps in a fluid manner.EPredicate.pass(Object) for all input.EPredicate.pass(Object) for any objects whose Object.equals(Object) method
does not return true for any of the the given arguments.NoopComparator always returns 0.EPredicate.pass(Object) for any objects whose Object.equals(Object) method
returns false for the given argument.EPredicate.EPredicate.pass(Object) for any non-null object.Object.toString()PredicateBuilder for the specified type.Pair describes a simple tuple.PredicateBuilder allows the creation of a predicate for a specified type.EList removing the items that pass the given EPredicate.EList including only the items that pass the given EPredicate.Map.Map, mapping each value in the given map to a single key value.Set.EList in place using the given comparator.EPredicate.ETransformer which will transform a given object to a string using Object.toString().List.subList(int, int) to return an EListMapKeys.to(List) or MapKeys.to(Object...),
which will create a map by pairing the ordered list of keys supplied at
construction time against the ordered set of values passed to the 'to'
method.MapKeys.to(List) or MapKeys.to(Object...),
which will create a map by pairing the ordered list of keys supplied at
construction time against the ordered set of values passed to the 'to'
method.ETransformer.Class and the name of a javabean property returns an ETransformer.Enum type returns an ETransformer.ETransformer.Class and the name of a javabean property returns an ETransformer.ETransformer.Class and the name of a javabean property returns an ETransformer.CollectionTransformer for the given ETransformer.Triplets is a simple implementation allowing three correlated values to be stored against eachother.Triplets instance.Triplets instance with the specified delegate.Map returns an ETransformer.Copyright © 2013 Atomic Leopard. All Rights Reserved.