final class DrxMap[A, B] extends AnyVal
- Source
- collection.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DrxMap
- AnyVal
- Any
Implicitly
- by richDrxAny
- by DrxBoundOps
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DrxMap(xs: Map[A, B])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- def +(other: String): String
- def ->[B](y: B): (DrxMap[A, B], B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- 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
- 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def containsWith(k: A)(vf: (B) => Boolean): Boolean
- def doesNotContain(x: A): Boolean
- 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
- def ensuring(cond: (DrxMap[A, B]) => Boolean, msg: => Any): DrxMap[A, B]
- def ensuring(cond: (DrxMap[A, B]) => Boolean): DrxMap[A, B]
- def ensuring(cond: Boolean, msg: => Any): DrxMap[A, B]
- def ensuring(cond: Boolean): DrxMap[A, B]
- def filterValues(p: (B) => Boolean): Map[A, B]
- def formatted(fmtstr: String): String
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def inverted: Map[B, A]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapKeys[C](f: (A) => C): Map[C, B]
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- def toString(): String
- Definition Classes
- Any
- val xs: Map[A, B]
Deprecated Value Members
- 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
- 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)
- 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.