JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
io.netty.util
Interface IntConsumer
public interface
IntConsumer
Represents a consumer of
int
-values.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
accept
(int value)
Consume an
int
.
Method Details
accept
void
accept
(int value)
throws
Exception
Consume an
int
.
Throws:
Exception