Packages

c

cc.drx

DrxMap

final class DrxMap[A, B] extends AnyVal

Source
collection.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DrxMap
  2. AnyVal
  3. Any
Implicitly
  1. by richDrxAny
  2. by DrxBoundOps
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DrxMap(xs: Map[A, B])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from DrxMap[A, B] toany2stringadd[DrxMap[A, B]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DrxMap[A, B], B)
    Implicit
    This member is added by an implicit conversion from DrxMap[A, B] toArrowAssoc[DrxMap[A, B]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  6. def applyIf(t: Boolean, f: (DrxMap[A, B]) => DrxMap[A, B]): DrxMap[A, B]
    Implicit
    This member is added by an implicit conversion from DrxMap[A, B] toDrxAny[DrxMap[A, B]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  7. def applyIf(t: (DrxMap[A, B]) => Boolean)(f: (DrxMap[A, B]) => DrxMap[A, B]): DrxMap[A, B]

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from DrxMap[A, B] toDrxAny[DrxMap[A, B]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def containsWith(k: A)(vf: (B) => Boolean): Boolean
  10. def doesNotContain(x: A): Boolean
  11. def elementOf(xs: Set[DrxMap[A, B]]): Boolean
    Implicit
    This member is added by an implicit conversion from DrxMap[A, B] toDrxAny[DrxMap[A, B]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  12. def ensuring(cond: (DrxMap[A, B]) => Boolean, msg: => Any): DrxMap[A, B]
    Implicit
    This member is added by an implicit conversion from DrxMap[A, B] toEnsuring[DrxMap[A, B]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (DrxMap[A, B]) => Boolean): DrxMap[A, B]
    Implicit
    This member is added by an implicit conversion from DrxMap[A, B] toEnsuring[DrxMap[A, B]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: => Any): DrxMap[A, B]
    Implicit
    This member is added by an implicit conversion from DrxMap[A, B] toEnsuring[DrxMap[A, B]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): DrxMap[A, B]
    Implicit
    This member is added by an implicit conversion from DrxMap[A, B] toEnsuring[DrxMap[A, B]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def filterValues(p: (B) => Boolean): Map[A, B]
  17. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from DrxMap[A, B] toStringFormat[DrxMap[A, B]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  18. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  19. def inverted: Map[B, A]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def mapKeys[C](f: (A) => C): Map[C, B]
  22. def noneIf(f: (DrxMap[A, B]) => Boolean): Option[DrxMap[A, B]]
    Implicit
    This member is added by an implicit conversion from DrxMap[A, B] toDrxAny[DrxMap[A, B]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  23. def optionIf(f: (DrxMap[A, B]) => Boolean): Option[DrxMap[A, B]]

    optionally wrap an object

    optionally wrap an object

    Implicit
    This member is added by an implicit conversion from DrxMap[A, B] toDrxAny[DrxMap[A, B]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  24. def preApply[B](f: (DrxMap[A, B]) => B): B

    a preApply f => f(a)

    a preApply f => f(a)

    Implicit
    This member is added by an implicit conversion from DrxMap[A, B] toDrxAny[DrxMap[A, B]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  25. def sideEffect(f: (DrxMap[A, B]) => Unit): DrxMap[A, B]

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from DrxMap[A, B] toDrxAny[DrxMap[A, B]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  26. def someIf(f: (DrxMap[A, B]) => Boolean): Option[DrxMap[A, B]]
    Implicit
    This member is added by an implicit conversion from DrxMap[A, B] toDrxAny[DrxMap[A, B]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  27. val thisAny: DrxMap[A, B]
    Implicit
    This member is added by an implicit conversion from DrxMap[A, B] toDrxAny[DrxMap[A, B]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  28. def till(maxArg: DrxMap[A, B]): Bound[DrxMap[A, B]]

    Bound construction since the Range constructor is deprecated

    Bound construction since the Range constructor is deprecated

    Implicit
    This member is added by an implicit conversion from DrxMap[A, B] toBoundOps[DrxMap[A, B]] performed by method DrxBoundOps in cc.drx.predef.Enrich.This conversion will take place only if an implicit value of type Boundable[DrxMap[A, B]] is in scope.
    Definition Classes
    BoundOps
  29. def toString(): String
    Definition Classes
    Any
  30. val xs: Map[A, B]

Deprecated Value Members

  1. def ?>(f: (DrxMap[A, B]) => Boolean): Option[DrxMap[A, B]]

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from DrxMap[A, B] toDrxAny[DrxMap[A, B]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) to many symbols are hard to undertand

  2. def |>[B](f: (DrxMap[A, B]) => B): B
    Implicit
    This member is added by an implicit conversion from DrxMap[A, B] toDrxAny[DrxMap[A, B]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) use preApply if you must (symbols are concise without concision)

  3. def [B](y: B): (DrxMap[A, B], B)
    Implicit
    This member is added by an implicit conversion from DrxMap[A, B] toArrowAssoc[DrxMap[A, B]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion richDrxAny fromDrxMap[A, B] to DrxAny[DrxMap[A, B]]

Inherited by implicit conversion DrxBoundOps fromDrxMap[A, B] to BoundOps[DrxMap[A, B]]

Inherited by implicit conversion any2stringadd fromDrxMap[A, B] to any2stringadd[DrxMap[A, B]]

Inherited by implicit conversion StringFormat fromDrxMap[A, B] to StringFormat[DrxMap[A, B]]

Inherited by implicit conversion Ensuring fromDrxMap[A, B] to Ensuring[DrxMap[A, B]]

Inherited by implicit conversion ArrowAssoc fromDrxMap[A, B] to ArrowAssoc[DrxMap[A, B]]

Ungrouped