Interface Aggregator<S,T>

Type Parameters:
S -
T -
All Superinterfaces:
Transmogrifier<Collection<S>,T>

public interface Aggregator<S,T> extends Transmogrifier<Collection<S>,T>
Aggregates a Collection of S objects into one T object.
Author:
Christian Ohr
  • Method Summary

    Methods inherited from interface org.openehealth.ipf.commons.core.modules.api.Transmogrifier

    zap