Class PassThrough<T extends DataContainer>

    • Constructor Detail

      • PassThrough

        public PassThrough()
    • Method Detail

      • processData

        protected T processData​(T data)
        Performs no filtering at all, just uses a copy of the input as filtered data.
        Specified by:
        processData in class AbstractFilter<T extends DataContainer>
        Parameters:
        data - the data to filter
        Returns:
        the filtered data
      • processBatchData

        protected T[] processBatchData​(T[] data)
        Performs no filtering at all, just uses a copy of the input as filtered data.
        Specified by:
        processBatchData in class AbstractBatchFilter<T extends DataContainer>
        Parameters:
        data - the data to filter
        Returns:
        the filtered data