Proxy

object Proxy
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

@inline
final class ProxyMutableBuilder[Self <: Proxy[_], T](val x: Self & Proxy[T]) extends AnyVal

Value members

Concrete methods

@inline
def apply[T](proxy: T, revoke: () => Unit): Proxy[T]