|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
Accumulate.Visitor | Interface for classes that may interpret an Accumulate functor. |
Count.Visitor | Interface for classes that may interpret an Count functor. |
ElementOf.Visitor | Interface for classes that may interpret an ElementOf functor. |
ForEach.Visitor | Interface for classes that may interpret an ForEach functor. |
MaxValue.Visitor | Interface for classes that may interpret an MaxValue functor. |
MinValue.Visitor | Interface for classes that may interpret an MinValue functor. |
Class Summary | |
---|---|
Accumulate<T> | Deprecated. This functionality is moved into Summarize |
Count<T> | Deprecated. This functionality is moved into Summarize |
ElementOf<T> | BinaryPredicate that returns true if a given value is an element of a given collection. |
ForEach<T,R> | Deprecated. This functionality is moved into Summarize |
MaxValue<T> | Deprecated. This functionality is moved into Summarize |
MinValue<T> | Deprecated. This functionality is moved into Summarize |
Provides utilities that apply Functors and Predicates to common situations.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |