scalax.collection.mutable.EqSet

EqSetMethods

implicit final class EqSetMethods[A <: AnyRef] extends AnyVal

Supplements or overrides scala.collection.convert.JMapWrapperLike.

Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EqSetMethods
  2. AnyVal
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EqSetMethods(map: EqSet[A])

Value Members

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

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

    Definition Classes
    Any
  3. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from EqSetMethods[A] to any2stringadd[EqSetMethods[A]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ++=(elems: Traversable[A]): EqSet[A]

  5. def +=(elem: A): EqSet[A]

  6. def --=(elems: Traversable[A]): EqSet[A]

  7. def -=(elem: A): EqSet[A]

  8. def ->[B](y: B): (EqSetMethods[A], B)

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

    Definition Classes
    Any
  10. def add(elem: A): Boolean

  11. def apply(elem: A): Boolean

  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def ensuring(cond: (EqSetMethods[A]) ⇒ Boolean, msg: ⇒ Any): EqSetMethods[A]

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

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

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

    Implicit information
    This member is added by an implicit conversion from EqSetMethods[A] to Ensuring[EqSetMethods[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from EqSetMethods[A] to StringFormat[EqSetMethods[A]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  18. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def iterator: Iterator[A]

  21. val map: EqSet[A]

  22. def remove(elem: A): Boolean

  23. def toKeySet: Set[A]

  24. def toString(): String

    Definition Classes
    Any
  25. def [B](y: B): (EqSetMethods[A], B)

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

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion any2stringadd from EqSetMethods[A] to any2stringadd[EqSetMethods[A]]

Inherited by implicit conversion StringFormat from EqSetMethods[A] to StringFormat[EqSetMethods[A]]

Inherited by implicit conversion Ensuring from EqSetMethods[A] to Ensuring[EqSetMethods[A]]

Inherited by implicit conversion ArrowAssoc from EqSetMethods[A] to ArrowAssoc[EqSetMethods[A]]

Ungrouped