com.google.code.validationframework.experimental.transform
Class AggregatableValueAggregator<I,O>

java.lang.Object
  extended by 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>


Constructor Summary
AggregatableValueAggregator(com.google.code.validationframework.base.transform.Transformer<Collection<I>,O> delegate)
          Deprecated. Class will be removed in a future release.
 
Method Summary
 O transform(Collection<Aggregatable<I>> elements)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregatableValueAggregator

@Deprecated
public AggregatableValueAggregator(com.google.code.validationframework.base.transform.Transformer<Collection<I>,O> delegate)
Deprecated. Class will be removed in a future release.

Method Detail

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.