ProxyMutableBuilder

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

Value members

Concrete methods

@inline
def setProxy(value: T): Self
@inline
def setRevoke(value: () => Unit): Self

Concrete fields

val x: Self & Proxy[T]