Preparing search index...
The search index is not available
CC TS
CC TS
@cc-ts/crpc
server
Observer
Interface Observer<TValue, TError>
interface
Observer
<
TValue
,
TError
>
{
complete
:
()
=>
void
;
error
:
(
err
:
TError
)
=>
void
;
next
:
(
value
:
TValue
)
=>
void
;
}
Type Parameters
TValue
TError
Index
Properties
complete
error
next
Properties
complete
complete
:
()
=>
void
error
error
:
(
err
:
TError
)
=>
void
next
next
:
(
value
:
TValue
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
complete
error
next
CC TS
Loading...