Package io.netty.util
Interface IntSupplier
-
public interface IntSupplier
Represents a supplier ofint
-valued results.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
get()
Gets a result.
-