Function, Predicate, SerializableComparator and Procedure.See: Description
| Class | Description |
|---|---|
| Comparators | |
| Functions | |
| Functions.FunctionChain<T1,T2,T3> | |
| Functions.SizeFunction | |
| Functions0 | |
| Functions2 |
Contains factory methods for creating
Function2 instances. |
| HashingStrategies | |
| IntegerPredicates | |
| LongPredicates | |
| MultimapFunctions | |
| ObjectIntProcedures |
Contains factory methods for creating
ObjectIntProcedure instances. |
| Predicates<T> |
The Predicates class can be used to build common Predicates to be used by methods such
as detect:, select: and reject: on the Iterate, MapIterate, and ArrayIterate classes.
|
| Predicates.AllSatisfy<T> | |
| Predicates.AnySatisfy<T> | |
| Predicates.AttributePredicate<T,V> | |
| Predicates.GreaterThanOrEqualPredicate<T extends java.lang.Comparable<? super T>> | |
| Predicates.GreaterThanPredicate<T extends java.lang.Comparable<? super T>> | |
| Predicates.LessThanOrEqualPredicate<T extends java.lang.Comparable<? super T>> | |
| Predicates.LessThanPredicate<T extends java.lang.Comparable<? super T>> | |
| Predicates.NoneSatisfy<T> | |
| Predicates.RangePredicate<T extends java.lang.Comparable<? super T>> | |
| Predicates2<T,P> |
Predicates2 is a static version of Predicates.
|
| PrimitiveFunctions | |
| Procedures |
Factory class for commonly used procedures.
|
| Procedures.SynchronizedProcedure<T> | |
| Procedures2 |
Contains factory methods for creating
Procedure2 instances. |
| StringFunctions | |
| StringPredicates |
The StringPredicates class is a factory that produces Predicates that work with Strings
|
Function, Predicate, SerializableComparator and Procedure.