Creates the actor. If no condition is met, the message is delegated to the given actor.
actor
Actor orActor(Actor actor) { _conditions.add(_Condition( (ctx, msg) => true, actor, )); return _actor(); }