Package io.netty.util

Interface IntConsumer

    • Method Detail

      • accept

        void accept​(int value)
             throws java.lang.Exception
        Consume an int.
        Throws:
        java.lang.Exception