CollectorStepOutput  
    class CollectorStepOutput<E, InternalCollectionT, CollectionT>(val input: List<IStepOutput<E>>, val internalCollection: InternalCollectionT, val output: CollectionT) : IStepOutput<CollectionT> 
Constructors
Link copied to clipboard
                  constructor(input: List<IStepOutput<E>>, internalCollection: InternalCollectionT, output: CollectionT)