Proxy

scala.Proxy
See theProxy companion trait
object Proxy

Attributes

Companion
trait
Deprecated
[Since version 2.13.0] All members of this object are deprecated.
Source
Proxy.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Proxy.type

Members list

Type members

Deprecated classlikes

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.

Attributes

Deprecated
[Since version 2.13.0] Explicitly override hashCode, equals and toString instead.
Source
Proxy.scala
Supertypes
trait Proxy
class Any
Known subtypes
trait OrderedProxy[T]
class RichBoolean
trait ScalaNumberProxy[T]
trait FractionalProxy[T]
class RichDouble
class RichFloat
class RichInt
trait IntegralProxy[T]
class RichChar
class RichLong
class RichByte
class RichShort
trait RangedProxy[T]
Show all