Interface Consumer<T>


  • public interface Consumer<T>
    Functional interface for a consumer T -> ()
    • Method Detail

      • accept

        void accept​(T t)