Package io.netty.util

Interface IntSupplier


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

    Modifier and Type
    Method
    Description
    int
    get()
    Gets a result.
  • Method Details