Class MappingAccumulator<OutType,InType,MappedType>

java.lang.Object
org.apache.druid.java.util.common.guava.MappingAccumulator<OutType,InType,MappedType>
All Implemented Interfaces:
Accumulator<OutType,InType>

public class MappingAccumulator<OutType,InType,MappedType> extends Object implements Accumulator<OutType,InType>