Interceptor

class Object
trait Matchable
class Any

Value members

Abstract methods

def apply[T <: AnyRef](intercepted: T)(implicit tag: ClassTag[T]): T

Intercept calls to methods of the intercepted instance using this interceptor.

Intercept calls to methods of the intercepted instance using this interceptor.