com
.
qifun
.
statelessFuture
.
util
.
io
Nio2Future
final
case class
Nio2Future
[
A
]
(
underlying: (
CompletionHandler
[
A
,
Null
]) ⇒
Unit
)
extends
AnyVal
with
Stateless
[
A
] with
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
Stateless
[
A
,
Unit
],
Awaitable
[
A
,
Unit
],
AnyVal
,
Any
Type Hierarchy
Learn more about scaladoc diagrams
Nio2Future[A]
AnyVal
Stateless[A]
Product
Serializable
Ordering
Alphabetic
By inheritance
Inherited
Nio2Future
Serializable
Serializable
Product
Equals
Stateless
Awaitable
AnyVal
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
Nio2Future
(
underlying: (
CompletionHandler
[
A
,
Null
]) ⇒
Unit
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
final
def
await
:
A
Definition Classes
Awaitable
Annotations
@compileTimeOnly
(
...
)
final
def
flatMap
[
ConvertedAwaitResult
]
(
converter: (
A
) ⇒
Awaitable
[
ConvertedAwaitResult
,
Unit
]
)
:
Stateless
[
ConvertedAwaitResult
,
Unit
]
Definition Classes
Awaitable
final
def
foreach
(
handler: (
A
) ⇒
Unit
)
(
implicit
catcher:
Catcher
[
Unit
]
)
:
Unit
Definition Classes
Awaitable
def
getClass
()
:
Class
[_ <:
AnyVal
]
Definition Classes
AnyVal → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
map
[
ConvertedAwaitResult
]
(
converter: (
A
) ⇒
ConvertedAwaitResult
)
:
Stateless
[
ConvertedAwaitResult
,
Unit
]
Definition Classes
Awaitable
final
def
onComplete
(
handler: (
A
) ⇒
TailRec
[
Unit
]
)
(
implicit
catcher:
Catcher
[
TailRec
[
Unit
]]
)
:
TailRec
[
Unit
]
Definition Classes
Nio2Future
→ Awaitable
val
underlying
: (
CompletionHandler
[
A
,
Null
]) ⇒
Unit
final
def
withFilter
(
condition: (
A
) ⇒
Boolean
)
:
Stateless
[
A
,
Unit
]
Definition Classes
Awaitable
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
Stateless
[
A
,
Unit
]
Inherited from
Awaitable
[
A
,
Unit
]
Inherited from
AnyVal
Inherited from
Any
Ungrouped