Type alias ActorMethodStates<A>

ActorMethodStates<A>: {
    [M in types.FunctionName<A>]: types.ActorMethodState<A, M>
}

Type Parameters