Interceptor

com.softwaremill.macwire.aop.Interceptor
trait Interceptor

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

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.

Attributes