Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
Highland
Thenable
Interface Thenable
Index
Methods
then
Methods
public
then
(
onFulfilled
:
(value: R) => Highland.Thenable<U>
, onRejected
:
(error: any) => Highland.Thenable<U>
)
:
Thenable
Parameters
onFulfilled:
(value: R) => Highland.Thenable<U>
onRejected:
(error: any) => Highland.Thenable<U>
Returns
Thenable
public
then
(
onFulfilled
:
(value: R) => Highland.Thenable<U>
, onRejected
?:
(error: any) => U
)
:
Thenable
Parameters
onFulfilled:
(value: R) => Highland.Thenable<U>
onRejected?:
(error: any) => U
optional
Returns
Thenable
public
then
(
onFulfilled
:
(value: R) => U
, onRejected
:
(error: any) => Highland.Thenable<U>
)
:
Thenable
Parameters
onFulfilled:
(value: R) => U
onRejected:
(error: any) => Highland.Thenable<U>
Returns
Thenable
public
then
(
onFulfilled
?:
(value: R) => U
, onRejected
?:
(error: any) => U
)
:
Thenable
Parameters
onFulfilled?:
(value: R) => U
optional
onRejected?:
(error: any) => U
optional
Returns
Thenable
Globals
Highland
NodeJS
assert
buffer
child_process
cluster
crypto
dgram
dns
domain
events
fs
highland
http
https
net
os
path
punycode
querystring
readline
repl
stream
string_decoder
tls
tty
url
util
vm
zlib
Nil
Stream
Thenable
then
StreamError
StreamRedirect