Creates a Dispatcher given a routing.
Creates a Dispatcher given a routing and a message-transforming function.
Creates a new PartialFunction whose isDefinedAt is a combination of the two parameters, and whose apply is first to call filter.
Creates a new PartialFunction whose isDefinedAt is a combination of the two parameters, and whose apply is first to call filter.apply and then filtered.apply.
Interceptor is a filter(x,y) where x.
Interceptor is a filter(x,y) where x.isDefinedAt is considered to be always true.
Creates a LoadBalancer from the thunk-supplied InfiniteIterator.
Creates an actor that pipes all incoming messages to both another actor and through the supplied function