Iterable Observer - v1.1.1
GitHub
Preparing search index...
Observer
Interface Observer<T>
interface
Observer
<
T
=
any
>
{
complete
()
:
void
;
error
(
reason
:
string
|
Error
)
:
void
;
next
(
value
:
T
)
:
void
;
}
Type Parameters
T
=
any
Index
Methods
complete
error
next
Methods
complete
complete
()
:
void
Returns
void
error
error
(
reason
:
string
|
Error
)
:
void
Parameters
reason
:
string
|
Error
Returns
void
next
next
(
value
:
T
)
:
void
Parameters
value
:
T
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
complete
error
next
GitHub
Iterable Observer - v1.1.1
Loading...