Trait

org.lrng.binding.dynamicanyref

AnyRefApplyDynamic

Related Doc: package dynamicanyref

Permalink

trait AnyRefApplyDynamic extends Dynamic

Source
dynamicanyref.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AnyRefApplyDynamic
  2. Dynamic
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. macro def !=(arguments: Any*): Any

    Permalink
  2. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  3. macro def ##(arguments: Any*): Any

    Permalink
  4. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  5. macro def +(arguments: Any*): Any

    Permalink
  6. macro def ->(arguments: Any*): Any

    Permalink
  7. macro def ==(arguments: Any*): Any

    Permalink
  8. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. macro def asInstanceOf(arguments: Any*): Any

    Permalink
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. macro def ensuring(arguments: Any*): Any

    Permalink
  13. macro def eq(arguments: Any*): Any

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. macro def equals(arguments: Any*): Any

    Permalink
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. macro def formatted(arguments: Any*): Any

    Permalink
  19. macro def getClass(arguments: Any*): Any

    Permalink
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. macro def hashCode(arguments: Any*): Any

    Permalink
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. macro def isInstanceOf(arguments: Any*): Any

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. macro def ne(arguments: Any*): Any

    Permalink
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. macro def notify(arguments: Any*): Any

    Permalink
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. macro def notifyAll(arguments: Any*): Any

    Permalink
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. macro def synchronized(arguments: Any*): Any

    Permalink
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. macro def toString(arguments: Any*): Any

    Permalink
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. macro def wait(arguments: Any*): Any

    Permalink
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. macro def (arguments: Any*): Any

    Permalink

Shadowed Implicit Value Members

  1. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from AnyRefApplyDynamic to any2stringadd[AnyRefApplyDynamic] performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (anyRefApplyDynamic: any2stringadd[AnyRefApplyDynamic]).+(other)
    Definition Classes
    any2stringadd
  2. def ->[B](y: B): (AnyRefApplyDynamic, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from AnyRefApplyDynamic to ArrowAssoc[AnyRefApplyDynamic] performed by method ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (anyRefApplyDynamic: ArrowAssoc[AnyRefApplyDynamic]).->(y)
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  3. def ensuring(cond: (AnyRefApplyDynamic) ⇒ Boolean, msg: ⇒ Any): AnyRefApplyDynamic

    Permalink
    Implicit information
    This member is added by an implicit conversion from AnyRefApplyDynamic to Ensuring[AnyRefApplyDynamic] performed by method Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (anyRefApplyDynamic: Ensuring[AnyRefApplyDynamic]).ensuring(cond, msg)
    Definition Classes
    Ensuring
  4. def ensuring(cond: (AnyRefApplyDynamic) ⇒ Boolean): AnyRefApplyDynamic

    Permalink
    Implicit information
    This member is added by an implicit conversion from AnyRefApplyDynamic to Ensuring[AnyRefApplyDynamic] performed by method Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (anyRefApplyDynamic: Ensuring[AnyRefApplyDynamic]).ensuring(cond)
    Definition Classes
    Ensuring
  5. def ensuring(cond: Boolean, msg: ⇒ Any): AnyRefApplyDynamic

    Permalink
    Implicit information
    This member is added by an implicit conversion from AnyRefApplyDynamic to Ensuring[AnyRefApplyDynamic] performed by method Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (anyRefApplyDynamic: Ensuring[AnyRefApplyDynamic]).ensuring(cond, msg)
    Definition Classes
    Ensuring
  6. def ensuring(cond: Boolean): AnyRefApplyDynamic

    Permalink
    Implicit information
    This member is added by an implicit conversion from AnyRefApplyDynamic to Ensuring[AnyRefApplyDynamic] performed by method Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (anyRefApplyDynamic: Ensuring[AnyRefApplyDynamic]).ensuring(cond)
    Definition Classes
    Ensuring
  7. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from AnyRefApplyDynamic to StringFormat[AnyRefApplyDynamic] performed by method StringFormat in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (anyRefApplyDynamic: StringFormat[AnyRefApplyDynamic]).formatted(fmtstr)
    Definition Classes
    StringFormat
    Annotations
    @inline()
  8. def [B](y: B): (AnyRefApplyDynamic, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from AnyRefApplyDynamic to ArrowAssoc[AnyRefApplyDynamic] performed by method ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (anyRefApplyDynamic: ArrowAssoc[AnyRefApplyDynamic]).→(y)
    Definition Classes
    ArrowAssoc

Inherited from Dynamic

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from AnyRefApplyDynamic to any2stringadd[AnyRefApplyDynamic]

Inherited by implicit conversion StringFormat from AnyRefApplyDynamic to StringFormat[AnyRefApplyDynamic]

Inherited by implicit conversion Ensuring from AnyRefApplyDynamic to Ensuring[AnyRefApplyDynamic]

Inherited by implicit conversion ArrowAssoc from AnyRefApplyDynamic to ArrowAssoc[AnyRefApplyDynamic]

Ungrouped