Interface ProcessDataStrategy<T>

  • Type Parameters:
    T - the generic type
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface ProcessDataStrategy<T>
    The Interface ProcessDataStrategy.
    • Method Detail

      • process

        void process​(T t)
        Process.
        Parameters:
        t - the t