Typed

@deprecated("Explicitly override hashCode, equals and toString instead.", "2.13.0")
trait Typed[T] extends Proxy

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

Deprecated
Source:
Proxy.scala
trait Proxy
class Any

Value members

Abstract methods

def self: T

Inherited methods

override def equals(that: Any): Boolean
Definition Classes
Inherited from:
Proxy
Source:
Proxy.scala
override def hashCode: Int
Definition Classes
Inherited from:
Proxy
Source:
Proxy.scala
override def toString: String
Definition Classes
Inherited from:
Proxy
Source:
Proxy.scala