Proxy

scala.Proxy
See theProxy companion trait
object Proxy

Attributes

Companion
trait
Deprecated
true
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
true
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