Web utility
Preparing search index...
IteratorController
Interface IteratorController<V, E>
interface
IteratorController
<
V
=
any
,
E
=
Error
>
{
complete
:
()
=>
any
;
error
:
(
error
:
E
)
=>
any
;
next
:
(
value
:
V
)
=>
any
;
}
Type Parameters
V
=
any
E
=
Error
Index
Properties
complete
error
next
Properties
complete
complete
:
()
=>
any
error
error
:
(
error
:
E
)
=>
any
next
next
:
(
value
:
V
)
=>
any
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
complete
error
next
Web utility
Loading...