addAllDelegates<Q, R> abstract method
Adds new multiple WorkerDelegates.
Each of the delegates
should have its unique key, meaning two or more
WorkerDelegate with the same key cannot be added. Otherwise it will
throw AssertionError on debug mode.
Implementation
void addAllDelegates<Q, R>(Iterable<WorkerDelegate<Q, R>> delegates);