- IsEqual
bool IsEqual()
Undocumented in source. Be warned that the author may not have intended to support it.
- extend
auto extend()
Undocumented in source. Be warned that the author may not have intended to support it.
- impl
auto impl(TActor actor, Behavior behaviors)
Check that Behavior implement the actor interface TActor at compile
time. If successfull an actor is built that implement TActor.
- typeCheckMsg
bool typeCheckMsg()
Check if TAddress can receive the message.
- underlyingActor
Actor* underlyingActor(T actor)
Undocumented in source. Be warned that the author may not have intended to support it.
- underlyingAddress
StrongAddress underlyingAddress(T address)
Undocumented in source. Be warned that the author may not have intended to support it.
- underlyingTypedAddress
auto underlyingTypedAddress(T address)
Undocumented in source. Be warned that the author may not have intended to support it.
- underlyingWeakAddress
WeakAddress underlyingWeakAddress(T x)
Undocumented in source. Be warned that the author may not have intended to support it.