@vivliostyle/core
Preparing search index...
task
ResultImpl
Class ResultImpl<T>
Type Parameters
T
Implements
Result
<
T
>
Index
Constructors
constructor
Properties
frame
Methods
get
is
Pending
then
then
Async
then
Finish
then
Return
Constructors
constructor
new
ResultImpl
<
T
>
(
frame
:
Frame
<
T
>
)
:
ResultImpl
<
T
>
Type Parameters
T
Parameters
frame
:
Frame
<
T
>
Returns
ResultImpl
<
T
>
Properties
Readonly
frame
frame
:
Frame
<
T
>
Methods
get
get
()
:
T
Returns
T
is
Pending
isPending
()
:
boolean
Returns
boolean
then
then
(
callback
:
(
p1
:
T
)
=>
void
)
:
void
Parameters
callback
:
(
p1
:
T
)
=>
void
Returns
void
then
Async
thenAsync
<
T1
>
(
callback
:
(
p1
:
T
)
=>
Result
<
T1
>
)
:
Result
<
T1
>
Type Parameters
T1
Parameters
callback
:
(
p1
:
T
)
=>
Result
<
T1
>
Returns
Result
<
T1
>
then
Finish
thenFinish
(
frame
:
Frame
<
T
>
)
:
void
Parameters
frame
:
Frame
<
T
>
Returns
void
then
Return
thenReturn
<
T1
>
(
result
:
T1
)
:
Result
<
any
>
|
SyncResultImpl
<
T1
>
Type Parameters
T1
Parameters
result
:
T1
Returns
Result
<
any
>
|
SyncResultImpl
<
T1
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
frame
Methods
get
is
Pending
then
then
Async
then
Finish
then
Return
@vivliostyle/core
Loading...