Interface Consumer<T>

  • All Known Implementing Classes:
    StrongBox

    public interface Consumer<T>
    • Method Detail

      • accept

        void accept​(T input)