JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
io.netty.util
AsyncMapping
Contents
Description
Method Summary
Method Details
map(IN, Promise)
Hide sidebar
Show sidebar
Interface AsyncMapping<
IN
,
OUT
>
public interface
AsyncMapping<IN,
OUT>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Future
<
OUT
>
map
(
IN
input,
Promise
<
OUT
> promise)
Returns the
Future
that will provide the result of the mapping.
Method Details
map
Future
<
OUT
>
map
(
IN
input,
Promise
<
OUT
> promise)
Returns the
Future
that will provide the result of the mapping. The given
Promise
will be fulfilled when the result is available.