Interface BatchFilter<T extends DataContainer>

    • Method Detail

      • batchFilter

        T[] batchFilter​(T[] data)
        Batch filters the data.
        Parameters:
        data - the data to filter
        Returns:
        the filtered data