Preparing search index...
The search index is not available
Gurx
Gurx
handlePromise
Function handlePromise
handlePromise
<
I
,
OutSuccess
,
OnLoad
,
OutError
>
(
onLoad
:
()
=>
OnLoad
,
onSuccess
:
(
value
:
I
)
=>
OutSuccess
,
onError
:
(
error
:
unknown
)
=>
OutError
,
)
:
Operator
<
I
|
Promise
<
I
>
,
OutSuccess
|
OnLoad
|
OutError
>
Handles a promise value through the specified callbacks.
Type Parameters
I
OutSuccess
OnLoad
OutError
Parameters
onLoad
:
()
=>
OnLoad
onSuccess
:
(
value
:
I
)
=>
OutSuccess
onError
:
(
error
:
unknown
)
=>
OutError
Returns
Operator
<
I
|
Promise
<
I
>
,
OutSuccess
|
OnLoad
|
OutError
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Gurx
Realm
Comparator
Distinct
NodeInit
NodeRef
O
Operator
ProjectionFunc
Subscription
UnsubscribeHandle
RealmContext
Action
Cell
changeWith
combine
debounceTime
defaultComparator
delayWithMicrotask
DerivedCell
filter
getValue
handlePromise
link
map
mapTo
once
onNext
pipe
pub
pubIn
RealmProvider
scan
Signal
sub
throttleTime
useCell
useCellValue
useCellValues
usePublisher
useRealm
withLatestFrom
M
M
N
E
P
V
F
C
I
C
P
M
F
P
C
P
T
T
A
A
A
T
R
Handles a promise value through the specified callbacks.