Interface Consumer<T>


  • public interface Consumer<T>
    • Method Detail

      • accept

        void accept​(T t)
        Perform the operation on the input
        Parameters:
        t - Input