Example
GitHub
Preparing search index...
The search index is not available
ic-reactor
ic-reactor
core
types
ActorMethodType
Type alias ActorMethodType<A, M>
Actor
Method
Type
<
A
,
M
>
:
{
withOptions
:
(
(
options
)
=>
(
(
...
args
)
=>
Promise
<
types
.
ActorMethodReturnType
<
A
[
M
]
>
>
)
)
;
(
...
args
)
:
Promise
<
types
.
ActorMethodReturnType
<
A
[
M
]
>
>
;
}
Type Parameters
A
M
extends
keyof
A
Type declaration
(
...
args
)
:
Promise
<
types
.
ActorMethodReturnType
<
A
[
M
]
>
>
Parameters
Rest
...
args
:
types
.
ActorMethodParameters
<
A
[
M
]
>
Returns
Promise
<
types
.
ActorMethodReturnType
<
A
[
M
]
>
>
with
Options
:
(
(
options
)
=>
(
(
...
args
)
=>
Promise
<
types
.
ActorMethodReturnType
<
A
[
M
]
>
>
)
)
(
options
)
:
(
(
...
args
)
=>
Promise
<
types
.
ActorMethodReturnType
<
A
[
M
]
>
>
)
Parameters
options
:
utils
.
agent
.
CallConfig
Returns
(
(
...
args
)
=>
Promise
<
types
.
ActorMethodReturnType
<
A
[
M
]
>
>
)
(
...
args
)
:
Promise
<
types
.
ActorMethodReturnType
<
A
[
M
]
>
>
Parameters
Rest
...
args
:
types
.
ActorMethodParameters
<
A
[
M
]
>
Returns
Promise
<
types
.
ActorMethodReturnType
<
A
[
M
]
>
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
ic-reactor
Loading...