Preparing search index...
The search index is not available
Comunica
Comunica
@comunica/core
IActorReply
Interface IActorReply<A, I, T, O, TS>
Data interface for holding an actor and a promise to a reply from that actor.
interface
IActorReply
<
A
,
I
,
T
,
O
,
TS
>
{
actor
:
A
;
reply
:
Promise
<
TestResult
<
T
,
TS
>
>
;
}
Type Parameters
A
extends
Actor
<
I
,
T
,
O
,
TS
>
I
extends
IAction
T
extends
IActorTest
O
extends
IActorOutput
TS
=
undefined
Index
Properties
actor
reply
Properties
actor
actor
:
A
reply
reply
:
Promise
<
TestResult
<
T
,
TS
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
actor
reply
Comunica
Loading...
Data interface for holding an actor and a promise to a reply from that actor.