com.google.code.validationframework.experimental.transform
Class AggregatableValueAggregator<I,O>
java.lang.Object
com.google.code.validationframework.experimental.transform.AggregatableValueAggregator<I,O>
- All Implemented Interfaces:
- com.google.code.validationframework.base.transform.Transformer<Collection<Aggregatable<I>>,O>
Deprecated. Class will be removed in a future release.
@Deprecated
public class AggregatableValueAggregator<I,O>
- extends Object
- implements com.google.code.validationframework.base.transform.Transformer<Collection<Aggregatable<I>>,O>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AggregatableValueAggregator
@Deprecated
public AggregatableValueAggregator(com.google.code.validationframework.base.transform.Transformer<Collection<I>,O> delegate)
- Deprecated. Class will be removed in a future release.
transform
public O transform(Collection<Aggregatable<I>> elements)
- Deprecated.
- Specified by:
transform in interface com.google.code.validationframework.base.transform.Transformer<Collection<Aggregatable<I>>,O>
- See Also:
Transformer.transform(Object)
Copyright © 2013. All Rights Reserved.