Interface Processor<T>

    • Method Detail

      • process

        boolean process​(T t)
        Parameters:
        t - consequently takes value of each element of the set this processor is passed to for processing.
        Returns:
        true to continue processing and false to stop.