scala

Proxy

trait Proxy extends AnyRef

This class implements a simple proxy that forwards all calls to methods of class Any to another object self. Please note that only those methods can be forwarded that are overridable and public.

known subclasses: WrappedString, TraversableProxyLike, BoundElement, PriorityQueueProxy, BufferProxy, QueueProxy, StackProxy, UIElement, Page, Wrapper, ReferenceWrapper, Constraints, RichByte, RichFloat, RichBoolean, RichChar, RichShort, RichLong, RichInt, RichDouble

Inherits

  1. AnyRef
  2. Any

Value Members

  1. def equals(that: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  2. def hashCode(): Int

    Returns a hash code value for the object

  3. def self: Any

  4. def toString(): String

    Returns a string representation of the object