JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
io.netty.util
IntConsumer
Contents
Description
Method Summary
Method Details
accept(int)
Hide sidebar
Show sidebar
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