impl

Check that Behavior implement the actor interface TActor at compile time. If successfull an actor is built that implement TActor.

impl
(
TActor
Behavior...
)
(
TActor actor
,
Behavior behaviors
)
if (
isTypedActorImpl!TActor &&
typeCheckImpl!(TActor, Behavior)
)

Meta