Package io.netty.util

Interface IntSupplier


  • public interface IntSupplier
    Represents a supplier of int-valued results.
    • Method Detail

      • get

        int get()
         throws java.lang.Exception
        Gets a result.
        Returns:
        a result
        Throws:
        java.lang.Exception