scala / 3.1 / scala / proxy$$typed.html

Trait scala.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
Supertypes
Known subtypes

Abstract methods

Source
def self: T

Inherited methods

Source
override def equals(that: Any): Boolean

Definition Classes Proxy -> Any
Inherited from Proxy

Source
override def hashCode: Int

Definition Classes Proxy -> Any
Inherited from Proxy

Source
override def toString: String

Definition Classes Proxy -> Any
Inherited from Proxy

© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.1.1/scala/Proxy$$Typed.html