Package io.netty.util

Interface IntConsumer


  • public interface IntConsumer
    Represents a consumer of int-values.
    • Method Detail

      • accept

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