Interface Splitter<S,T>

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

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

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

    zap