scala.reflect.runtime

SynchronizedSymbols

trait SynchronizedSymbols extends Symbols

Self Type
SymbolTable
Source
SynchronizedSymbols.scala
Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SynchronizedSymbols
  2. Symbols
  3. Symbols
  4. Symbols
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class AbstractTypeSymbol extends SymbolTable.TypeSymbol

    Definition Classes
    Symbols
  2. class AliasTypeSymbol extends SymbolTable.TypeSymbol

    Definition Classes
    Symbols
  3. class ClassSymbol extends SymbolTable.TypeSymbol with SymbolTable.ClassSymbolApi

    A class for class symbols

  4. trait ClassSymbolApi extends Universe.TypeSymbolApi with Universe.ClassSymbolBase

    The API of class symbols

  5. trait ClassSymbolBase extends Universe.TypeSymbolBase

    The base API that all class symbols support

  6. case class CyclicReference(sym: SymbolTable.Symbol, info: SymbolTable.Type) extends SymbolTable.TypeError with Product with Serializable

    An exception for cyclic references of symbol definitions

  7. trait FreeSymbol extends SymbolTable.Symbol

    Definition Classes
    Symbols
  8. class FreeTermSymbol extends SymbolTable.TermSymbol with SymbolTable.FreeSymbol with SymbolTable.FreeTermSymbolApi

    The abstract type of free terms introduced by reification

  9. trait FreeTermSymbolApi extends Universe.TermSymbolApi with Universe.FreeTermSymbolBase

    The API of free term symbols

  10. trait FreeTermSymbolBase extends Universe.TermSymbolBase

    The base API that all free term symbols support

  11. class FreeTypeSymbol extends SymbolTable.TypeSkolem with SymbolTable.FreeSymbol with SymbolTable.FreeTypeSymbolApi

    The abstract type of free types introduced by reification

  12. trait FreeTypeSymbolApi extends Universe.TypeSymbolApi with Universe.FreeTypeSymbolBase

    The API of free term symbols

  13. trait FreeTypeSymbolBase extends Universe.TypeSymbolBase

    The base API that all free type symbols support

  14. trait ImplClassSymbol extends SymbolTable.ClassSymbol

    Definition Classes
    Symbols
  15. case class InvalidCompanions(sym1: SymbolTable.Symbol, sym2: SymbolTable.Symbol) extends java.lang.Throwable with Product with Serializable

    Definition Classes
    Symbols
  16. class MethodSymbol extends SymbolTable.TermSymbol with SymbolTable.MethodSymbolApi

    A class for method symbols

  17. trait MethodSymbolApi extends Universe.TermSymbolApi with Universe.MethodSymbolBase

    The API of method symbols

  18. trait MethodSymbolBase extends Universe.TermSymbolBase

    The base API that all method symbols support

  19. class ModuleClassSymbol extends SymbolTable.ClassSymbol

    A class for module class symbols Note: Not all module classes are of this type; when unpickled, we get plain class symbols!

  20. class ModuleSymbol extends SymbolTable.TermSymbol with SymbolTable.ModuleSymbolApi

    A class for module symbols

  21. trait ModuleSymbolApi extends Universe.TermSymbolApi with Universe.ModuleSymbolBase

    The API of module symbols

  22. trait ModuleSymbolBase extends Universe.TermSymbolBase

    The base API that all module symbols support

  23. class NoSymbol extends SymbolTable.Symbol

    An object representing a missing symbol

  24. class PackageClassSymbol extends SymbolTable.ModuleClassSymbol

    Definition Classes
    Symbols
  25. class PackageObjectClassSymbol extends SymbolTable.ModuleClassSymbol

    Definition Classes
    Symbols
  26. class RefinementClassSymbol extends SymbolTable.ClassSymbol

    Definition Classes
    Symbols
  27. class StubClassSymbol extends SymbolTable.ClassSymbol with SymbolTable.StubSymbol

    Definition Classes
    Symbols
  28. trait StubSymbol extends SymbolTable.Symbol

    Definition Classes
    Symbols
  29. class StubTermSymbol extends SymbolTable.TermSymbol with SymbolTable.StubSymbol

    Definition Classes
    Symbols
  30. abstract class Symbol extends SymbolTable.SymbolContextApiImpl with HasFlags with SymbolTable.Annotatable[SymbolTable.Symbol] with SymbolTable.Attachable

    The class for all symbols

  31. trait SymbolApi extends Universe.SymbolBase

    The API of symbols

  32. trait SymbolBase extends AnyRef

    The base API that all symbols support

  33. abstract class SymbolContextApiImpl extends SymbolTable.SymbolContextApi

    Definition Classes
    Symbols
  34. trait SynchronizedClassSymbol extends SymbolTable.ClassSymbol with SymbolTable.SynchronizedTypeSymbol

  35. trait SynchronizedMethodSymbol extends SymbolTable.MethodSymbol with SymbolTable.SynchronizedTermSymbol

  36. trait SynchronizedModuleClassSymbol extends SymbolTable.ModuleClassSymbol with SymbolTable.SynchronizedClassSymbol

  37. trait SynchronizedSymbol extends SymbolTable.Symbol

  38. trait SynchronizedTermSymbol extends SymbolTable.TermSymbol with SymbolTable.SynchronizedSymbol

  39. trait SynchronizedTypeSymbol extends SymbolTable.TypeSymbol with SymbolTable.SynchronizedSymbol

  40. class TermSymbol extends SymbolTable.Symbol with SymbolTable.TermSymbolApi

    A class for term symbols

  41. trait TermSymbolApi extends Universe.SymbolApi with Universe.TermSymbolBase

    The API of term symbols

  42. trait TermSymbolBase extends Universe.SymbolBase

    The base API that all term symbols support

  43. class TypeSkolem extends SymbolTable.TypeSymbol

    A class for type parameters viewed from inside their scopes

  44. abstract class TypeSymbol extends SymbolTable.Symbol with SymbolTable.TypeSymbolApi

    A class of type symbols.

  45. trait TypeSymbolApi extends Universe.SymbolApi with Universe.TypeSymbolBase

    The API of type symbols

  46. trait TypeSymbolBase extends Universe.SymbolBase

    The base API that all type symbols support

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Test two objects for inequality.

    Test two objects for inequality.

    returns

    true if !(this == that), false otherwise.

    Definition Classes
    Any
  3. final def ##(): Int

    Equivalent to x.hashCode except for boxed numeric types and null.

    Equivalent to x.hashCode except for boxed numeric types and null. For numerics, it returns a hash value which is consistent with value equality: if two value type instances compare as true, then ## will produce the same hash value for each of them. For null returns a hashcode where null.hashCode throws a NullPointerException.

    returns

    a hash value consistent with ==

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from SynchronizedSymbols to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (SynchronizedSymbols, B)

    Implicit information
    This member is added by an implicit conversion from SynchronizedSymbols to ArrowAssoc[SynchronizedSymbols] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Test two objects for equality.

    Test two objects for equality. The expression x == that is equivalent to if (x eq null) that eq null else x.equals(that).

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    Definition Classes
    Any
  8. implicit val ClassSymbolTag: ClassTag[SymbolTable.ClassSymbol]

    A tag that preserves the identity of the ClassSymbol abstract type from erasure.

    A tag that preserves the identity of the ClassSymbol abstract type from erasure. Can be used for pattern matching, instance tests, serialization and likes.

    Definition Classes
    SymbolsSymbols
  9. implicit val FreeTermSymbolTag: ClassTag[SymbolTable.FreeTermSymbol]

    A tag that preserves the identity of the FreeTermSymbol abstract type from erasure.

    A tag that preserves the identity of the FreeTermSymbol abstract type from erasure. Can be used for pattern matching, instance tests, serialization and likes.

    Definition Classes
    SymbolsSymbols
  10. implicit val FreeTypeSymbolTag: ClassTag[SymbolTable.FreeTypeSymbol]

    A tag that preserves the identity of the FreeTypeSymbol abstract type from erasure.

    A tag that preserves the identity of the FreeTypeSymbol abstract type from erasure. Can be used for pattern matching, instance tests, serialization and likes.

    Definition Classes
    SymbolsSymbols
  11. implicit val MethodSymbolTag: ClassTag[SymbolTable.MethodSymbol]

    A tag that preserves the identity of the MethodSymbol abstract type from erasure.

    A tag that preserves the identity of the MethodSymbol abstract type from erasure. Can be used for pattern matching, instance tests, serialization and likes.

    Definition Classes
    SymbolsSymbols
  12. implicit val ModuleSymbolTag: ClassTag[SymbolTable.ModuleSymbol]

    A tag that preserves the identity of the ModuleSymbol abstract type from erasure.

    A tag that preserves the identity of the ModuleSymbol abstract type from erasure. Can be used for pattern matching, instance tests, serialization and likes.

    Definition Classes
    SymbolsSymbols
  13. lazy val NoSymbol: SymbolTable.NoSymbol

    Definition Classes
    SymbolsSymbols
  14. implicit val SymbolTag: ClassTag[SymbolTable.Symbol]

    A tag that preserves the identity of the Symbol abstract type from erasure.

    A tag that preserves the identity of the Symbol abstract type from erasure. Can be used for pattern matching, instance tests, serialization and likes.

    Definition Classes
    SymbolsSymbols
  15. implicit val TermSymbolTag: ClassTag[SymbolTable.TermSymbol]

    A tag that preserves the identity of the TermSymbol abstract type from erasure.

    A tag that preserves the identity of the TermSymbol abstract type from erasure. Can be used for pattern matching, instance tests, serialization and likes.

    Definition Classes
    SymbolsSymbols
  16. implicit val TypeSymbolTag: ClassTag[SymbolTable.TypeSymbol]

    A tag that preserves the identity of the TypeSymbol abstract type from erasure.

    A tag that preserves the identity of the TypeSymbol abstract type from erasure. Can be used for pattern matching, instance tests, serialization and likes.

    Definition Classes
    SymbolsSymbols
  17. final def asInstanceOf[T0]: T0

    Cast the receiver object to be of type T0.

    Cast the receiver object to be of type T0.

    Note that the success of a cast at runtime is modulo Scala's erasure semantics. Therefore the expression 1.asInstanceOf[String] will throw a ClassCastException at runtime, while the expression List(1).asInstanceOf[List[String]] will not. In the latter example, because the type argument is erased as part of compilation it is not possible to check whether the contents of the list are of the requested type.

    returns

    the receiver object.

    Definition Classes
    Any
    Exceptions thrown
    ClassCastException

    if the receiver object is not an instance of the erasure of type T0.

  18. def clone(): AnyRef

    Create a copy of the receiver object.

    Create a copy of the receiver object.

    The default implementation of the clone method is platform dependent.

    returns

    a copy of the receiver object.

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
    Note

    not specified by SLS as a member of AnyRef

  19. def cloneSymbols(syms: List[SymbolTable.Symbol]): List[SymbolTable.Symbol]

    Convenience functions which derive symbols by cloning.

    Convenience functions which derive symbols by cloning.

    Definition Classes
    Symbols
  20. def cloneSymbolsAndModify(syms: List[SymbolTable.Symbol], infoFn: (SymbolTable.Type) ⇒ SymbolTable.Type): List[SymbolTable.Symbol]

    Clone symbols and apply the given function to each new symbol's info.

    Clone symbols and apply the given function to each new symbol's info.

    syms

    the prototypical symbols

    infoFn

    the function to apply to the infos

    returns

    the newly created, info-adjusted symbols

    Definition Classes
    Symbols
  21. def cloneSymbolsAtOwner(syms: List[SymbolTable.Symbol], owner: SymbolTable.Symbol): List[SymbolTable.Symbol]

    Definition Classes
    Symbols
  22. def cloneSymbolsAtOwnerAndModify(syms: List[SymbolTable.Symbol], owner: SymbolTable.Symbol, infoFn: (SymbolTable.Type) ⇒ SymbolTable.Type): List[SymbolTable.Symbol]

    Definition Classes
    Symbols
  23. def connectModuleToClass(m: SymbolTable.ModuleSymbol, moduleClass: SymbolTable.ClassSymbol): SymbolTable.ModuleSymbol

    Definition Classes
    SynchronizedSymbolsSymbols
  24. def createFromClonedSymbols[T](syms: List[SymbolTable.Symbol], tpe: SymbolTable.Type)(creator: (List[SymbolTable.Symbol], SymbolTable.Type) ⇒ T): T

    Functions which perform the standard clone/substituting on the given symbols and type, then call the creator function with the new symbols and type as arguments.

    Functions which perform the standard clone/substituting on the given symbols and type, then call the creator function with the new symbols and type as arguments.

    Definition Classes
    Symbols
  25. def createFromClonedSymbolsAtOwner[T](syms: List[SymbolTable.Symbol], owner: SymbolTable.Symbol, tpe: SymbolTable.Type)(creator: (List[SymbolTable.Symbol], SymbolTable.Type) ⇒ T): T

    Definition Classes
    Symbols
  26. def deriveSymbols(syms: List[SymbolTable.Symbol], symFn: (SymbolTable.Symbol) ⇒ SymbolTable.Symbol): List[SymbolTable.Symbol]

    Derives a new list of symbols from the given list by mapping the given list across the given function.

    Derives a new list of symbols from the given list by mapping the given list across the given function. Then fixes the info of all the new symbols by substituting the new symbols for the original symbols.

    syms

    the prototypical symbols

    symFn

    the function to create new symbols

    returns

    the new list of info-adjusted symbols

    Definition Classes
    Symbols
  27. def deriveType(syms: List[SymbolTable.Symbol], symFn: (SymbolTable.Symbol) ⇒ SymbolTable.Symbol)(tpe: SymbolTable.Type): SymbolTable.Type

    Derives a new Type by first deriving new symbols as in deriveSymbols, then performing the same oldSyms => newSyms substitution on tpe as is performed on the symbol infos in deriveSymbols.

    Derives a new Type by first deriving new symbols as in deriveSymbols, then performing the same oldSyms => newSyms substitution on tpe as is performed on the symbol infos in deriveSymbols.

    syms

    the prototypical symbols

    symFn

    the function to create new symbols

    tpe

    the prototypical type

    returns

    the new symbol-subsituted type

    Definition Classes
    Symbols
  28. def deriveTypeWithWildcards(syms: List[SymbolTable.Symbol])(tpe: SymbolTable.Type): SymbolTable.Type

    Derives a new Type by instantiating the given list of symbols as WildcardTypes.

    Derives a new Type by instantiating the given list of symbols as WildcardTypes.

    syms

    the symbols to replace

    returns

    the new type with WildcardType replacing those syms

    Definition Classes
    Symbols
  29. val emptySymbolArray: Array[SymbolTable.Symbol]

    Definition Classes
    Symbols
  30. def ensuring(cond: (SynchronizedSymbols) ⇒ Boolean, msg: ⇒ Any): SynchronizedSymbols

    Implicit information
    This member is added by an implicit conversion from SynchronizedSymbols to Ensuring[SynchronizedSymbols] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  31. def ensuring(cond: (SynchronizedSymbols) ⇒ Boolean): SynchronizedSymbols

    Implicit information
    This member is added by an implicit conversion from SynchronizedSymbols to Ensuring[SynchronizedSymbols] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  32. def ensuring(cond: Boolean, msg: ⇒ Any): SynchronizedSymbols

    Implicit information
    This member is added by an implicit conversion from SynchronizedSymbols to Ensuring[SynchronizedSymbols] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  33. def ensuring(cond: Boolean): SynchronizedSymbols

    Implicit information
    This member is added by an implicit conversion from SynchronizedSymbols to Ensuring[SynchronizedSymbols] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  34. final def eq(arg0: AnyRef): Boolean

    Tests whether the argument (arg0) is a reference to the receiver object (this).

    Tests whether the argument (arg0) is a reference to the receiver object (this).

    The eq method implements an equivalence relation on non-null instances of AnyRef, and has three additional properties:

    • It is consistent: for any non-null instances x and y of type AnyRef, multiple invocations of x.eq(y) consistently returns true or consistently returns false.
    • For any non-null instance x of type AnyRef, x.eq(null) and null.eq(x) returns false.
    • null.eq(null) returns true.

    When overriding the equals or hashCode methods, it is important to ensure that their behavior is consistent with reference equality. Therefore, if two objects are references to each other (o1 eq o2), they should be equal to each other (o1 == o2) and they should hash to the same value (o1.hashCode == o2.hashCode).

    returns

    true if the argument is a reference to the receiver object; false otherwise.

    Definition Classes
    AnyRef
  35. def equals(arg0: Any): Boolean

    The equality method for reference types.

    The equality method for reference types. Default implementation delegates to eq.

    See also equals in scala.Any.

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

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

    Called by the garbage collector on the receiver object when there are no more references to the object.

    Called by the garbage collector on the receiver object when there are no more references to the object.

    The details of when and if the finalize method is invoked, as well as the interaction between finalize and non-local returns and exceptions, are all platform dependent.

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
    Note

    not specified by SLS as a member of AnyRef

  37. def formatted(fmtstr: String): String

    Returns string formatted according to given format string.

    Returns string formatted according to given format string. Format strings are as for String.format (@see java.lang.String.format).

    Implicit information
    This member is added by an implicit conversion from SynchronizedSymbols to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  38. def freshExistentialName(suffix: String): SymbolTable.TypeName

    Attributes
    protected
    Definition Classes
    SynchronizedSymbolsSymbols
  39. final def getClass(): Class[_]

    A representation that corresponds to the dynamic class of the receiver object.

    A representation that corresponds to the dynamic class of the receiver object.

    The nature of the representation is platform dependent.

    returns

    a representation that corresponds to the dynamic class of the receiver object.

    Definition Classes
    AnyRef → Any
    Note

    not specified by SLS as a member of AnyRef

  40. def hashCode(): Int

    The hashCode method for reference types.

    The hashCode method for reference types. See hashCode in scala.Any.

    returns

    the hash code value for this object.

    Definition Classes
    AnyRef → Any
  41. var ids: Int

    Attributes
    protected
    Definition Classes
    Symbols
  42. final def isInstanceOf[T0]: Boolean

    Test whether the dynamic type of the receiver object is T0.

    Test whether the dynamic type of the receiver object is T0.

    Note that the result of the test is modulo Scala's erasure semantics. Therefore the expression 1.isInstanceOf[String] will return false, while the expression List(1).isInstanceOf[List[String]] will return true. In the latter example, because the type argument is erased as part of compilation it is not possible to check whether the contents of the list are of the specified type.

    returns

    true if the receiver object is an instance of erasure of type T0; false otherwise.

    Definition Classes
    Any
  43. def makeNoSymbol: SymbolTable.NoSymbol

    Attributes
    protected
    Definition Classes
    SynchronizedSymbolsSymbols
  44. def mapParamss[T](sym: SymbolTable.Symbol)(f: (SymbolTable.Symbol) ⇒ T): List[List[T]]

    A deep map on a symbol's paramss.

    A deep map on a symbol's paramss.

    Definition Classes
    Symbols
  45. final def ne(arg0: AnyRef): Boolean

    Equivalent to !(this eq that).

    Equivalent to !(this eq that).

    returns

    true if the argument is not a reference to the receiver object; false otherwise.

    Definition Classes
    AnyRef
  46. def newFreeTermSymbol(name: SymbolTable.TermName, info: SymbolTable.Type, value: ⇒ Any, flags: Long = 0L, origin: String = null): SymbolTable.FreeTermSymbol

    Create a new free term.

    Create a new free term. Its owner is NoSymbol.

    Definition Classes
    SynchronizedSymbolsSymbols
  47. def newFreeTypeSymbol(name: SymbolTable.TypeName, info: SymbolTable.Type, value: ⇒ Any, flags: Long = 0L, origin: String = null): SymbolTable.FreeTypeSymbol

    Create a new free type.

    Create a new free type. Its owner is NoSymbol.

    Definition Classes
    SynchronizedSymbolsSymbols
  48. def nextId(): Int

    Attributes
    protected
    Definition Classes
    SynchronizedSymbolsSymbols
  49. final def notify(): Unit

    Wakes up a single thread that is waiting on the receiver object's monitor.

    Wakes up a single thread that is waiting on the receiver object's monitor.

    Definition Classes
    AnyRef
    Note

    not specified by SLS as a member of AnyRef

  50. final def notifyAll(): Unit

    Wakes up all threads that are waiting on the receiver object's monitor.

    Wakes up all threads that are waiting on the receiver object's monitor.

    Definition Classes
    AnyRef
    Note

    not specified by SLS as a member of AnyRef

  51. val originalOwner: HashMap[SymbolTable.Symbol, SymbolTable.Symbol]

    The original owner of a class.

    The original owner of a class. Used by the backend to generate EnclosingMethod attributes.

    Definition Classes
    Symbols
  52. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  53. def toString(): String

    Creates a String representation of this object.

    Creates a String representation of this object. The default representation is platform dependent. On the java platform it is the concatenation of the class name, "@", and the object's hashcode in hexadecimal.

    returns

    a String representation of the object.

    Definition Classes
    AnyRef → Any
  54. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  57. def [B](y: B): (SynchronizedSymbols, B)

    Implicit information
    This member is added by an implicit conversion from SynchronizedSymbols to ArrowAssoc[SynchronizedSymbols] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implict Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from SynchronizedSymbols to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (synchronizedSymbols: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from SynchronizedSymbols to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (synchronizedSymbols: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: SynchronizedSymbols

    Implicit information
    This member is added by an implicit conversion from SynchronizedSymbols to ArrowAssoc[SynchronizedSymbols] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (synchronizedSymbols: ArrowAssoc[SynchronizedSymbols]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: SynchronizedSymbols

    Implicit information
    This member is added by an implicit conversion from SynchronizedSymbols to Ensuring[SynchronizedSymbols] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (synchronizedSymbols: Ensuring[SynchronizedSymbols]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Symbols

Inherited from Symbols

Inherited from Symbols

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from SynchronizedSymbols to StringAdd

Inherited by implicit conversion any2stringfmt from SynchronizedSymbols to StringFormat

Inherited by implicit conversion any2ArrowAssoc from SynchronizedSymbols to ArrowAssoc[SynchronizedSymbols]

Inherited by implicit conversion any2Ensuring from SynchronizedSymbols to Ensuring[SynchronizedSymbols]

No Group