JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
io.netty.util
IntSupplier
Contents
Description
Method Summary
Method Details
get()
Hide sidebar
Show sidebar
Interface IntSupplier
public interface
IntSupplier
Represents a supplier of
int
-valued results.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
get
()
Gets a result.
Method Details
get
int
get
() throws
Exception
Gets a result.
Returns:
a result
Throws:
Exception