com.pmease.quickbuild.plugin.report.engine.datastore
Interface MergeFunction<T>

All Known Implementing Classes:
AlwaysCurrent, AlwaysNewValue, CollectionAppend, DataRowMerger, LogicalAnd, MathAdd

public interface MergeFunction<T>


Method Summary
 T process(T current, T newValue)
           
 

Method Detail

process

T process(T current,
          T newValue)


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.