SCROLLDispatchable

Trait handling the actual dispatching of role methods.

class Object
trait Matchable
class Any
class IPlayer[W, T]
class Player[W]
class MultiPlayer[W]

Value members

Concrete methods

override
def dispatch[E](on: AnyRef, m: Method, args: Seq[Any]): Either[InvocationError, E]
Definition Classes