ProxyableInspektion

class ProxyableInspektion<T : Any>(val inspektion: Inspektion<T>, factory: (ProxyHandler) -> T)(source)

An Inspektion of a class, and a method for creating proxies of it.

Constructors

Link copied to clipboard
constructor(inspektion: Inspektion<T>, factory: (ProxyHandler) -> T)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun createProxy(handler: ProxyHandler): T