Combine the two behaviors such that incoming messages are distributed to both of them, each one evolving its state independently.
Widen the type of this Behavior by providing a filter function that permits only a subtype of the widened set of messages.
Combine the two behaviors such that incoming messages are given first to the left behavior and are then only passed on to the right behavior if the left one returned Unhandled.