Packages

object Proxy

Annotations
@deprecated
Deprecated

(Since version 2.13.0) All members of this object are deprecated.

Source
Proxy.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Proxy
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Deprecated Type Members

  1. trait Typed[T] extends Proxy

    A proxy which exposes the type it is proxying for via a type parameter.

    A proxy which exposes the type it is proxying for via a type parameter.

    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Explicitly override hashCode, equals and toString instead.