Trait scala.Proxy
@deprecated("Explicitly override hashCode, equals and toString instead.", "2.13.0")
This class implements a simple proxy that forwards all calls to the public, non-final methods defined in class Any
to another object self. Those methods are:
def hashCode(): Int
def equals(other: Any): Boolean
def toString(): String
Note: forwarding methods in this way will most likely create an asymmetric equals method, which is not generally recommended.
Deprecated |
|
Supertypes |
|
Known subtypes |
19 types
|
Abstract methods
Concrete methods