Scala Library Documentation
|
|
scala/Proxy.scala
]
trait
Proxy
extends
AnyRefAny
to another object self
.
Please note that only those methods can be forwarded that are
overridable and public.Method Summary | |
override def
|
equals (that : Any) : Boolean |
override def
|
hashCode : Int |
abstract def
|
self : Any |
override def
|
toString : java.lang.String |
Methods inherited from AnyRef | |
getClass, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
Scala Library Documentation
|
|