toggle menu
core
2.0.0
common
switch theme
search in API
core
/
pro.respawn.apiresult
/
onEmpty
on
Empty
infix inline
fun
<
T
:
Iterable
<
R
>
,
R
>
ApiResult
<
T
>
.
onEmpty
(
block
:
(
)
->
Unit
)
:
ApiResult
<
T
>
Execute
block
if
this
's collection is empty.