Packages

trait Enrich extends AnyRef

Source
predef.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Enrich
  2. AnyRef
  3. Any
Implicitly
  1. by richDrxAny
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Enrich toany2stringadd[Enrich] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Enrich, B)
    Implicit
    This member is added by an implicit conversion from Enrich toArrowAssoc[Enrich] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. implicit final def DrxBoundOps[A](a: A)(implicit arg0: Boundable[A]): BoundOps[A]
    Annotations
    @inline()
  7. implicit final def DrxFileStringContext(sc: StringContext): FileStringContext
    Annotations
    @inline()
  8. implicit final def DrxFormatStringContext(sc: StringContext): FormatStringContext
    Annotations
    @inline()
  9. implicit final def DrxGlobStringContext(sc: StringContext): GlobStringContext
    Annotations
    @inline()
  10. implicit final def DrxParseStringContext(sc: StringContext): ParseStringContext
    Annotations
    @inline()
  11. implicit final def DrxSymbolStringContext(sc: StringContext): SymbolStringContext
    Annotations
    @inline()
  12. implicit final def DrxU16(p: Short): U16
    Annotations
    @inline()
  13. implicit final def DrxU32(p: Int): U32
    Annotations
    @inline()
  14. implicit final def DrxU64(p: Long): U64
    Annotations
    @inline()
  15. implicit final def DrxU8(p: Byte): U8
    Annotations
    @inline()
  16. implicit final def DrxURLStringContext(sc: StringContext): URLStringContext
    Annotations
    @inline()
  17. implicit final def MimeStringContext(sc: StringContext): MimeStringContext
    Annotations
    @inline()
  18. def applyIf(t: Boolean, f: (Enrich) => Enrich): Enrich
    Implicit
    This member is added by an implicit conversion from Enrich toDrxAny[Enrich] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  19. def applyIf(t: (Enrich) => Boolean)(f: (Enrich) => Enrich): Enrich

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from Enrich toDrxAny[Enrich] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  22. def elementOf(xs: Set[Enrich]): Boolean
    Implicit
    This member is added by an implicit conversion from Enrich toDrxAny[Enrich] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  23. def ensuring(cond: (Enrich) => Boolean, msg: => Any): Enrich
    Implicit
    This member is added by an implicit conversion from Enrich toEnsuring[Enrich] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: (Enrich) => Boolean): Enrich
    Implicit
    This member is added by an implicit conversion from Enrich toEnsuring[Enrich] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: Boolean, msg: => Any): Enrich
    Implicit
    This member is added by an implicit conversion from Enrich toEnsuring[Enrich] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. def ensuring(cond: Boolean): Enrich
    Implicit
    This member is added by an implicit conversion from Enrich toEnsuring[Enrich] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  29. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  30. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Enrich toStringFormat[Enrich] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  31. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. def noneIf(f: (Enrich) => Boolean): Option[Enrich]
    Implicit
    This member is added by an implicit conversion from Enrich toDrxAny[Enrich] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. def optionIf(f: (Enrich) => Boolean): Option[Enrich]

    optionally wrap an object

    optionally wrap an object

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

    a preApply f => f(a)

    a preApply f => f(a)

    Implicit
    This member is added by an implicit conversion from Enrich toDrxAny[Enrich] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  40. implicit final def richDrxAny[A](v: A): DrxAny[A]
    Annotations
    @inline()
  41. implicit final def richDrxArray[A](v: Array[A]): DrxArray[A]
    Annotations
    @inline()
  42. implicit final def richDrxArrayArrayByte(v: Array[Array[Byte]]): DrxArrayArrayByte
    Annotations
    @inline()
  43. implicit final def richDrxArrayByte(v: Array[Byte]): DrxArrayByte
    Annotations
    @inline()
  44. implicit final def richDrxArrayDouble(v: Array[Double]): DrxArrayDouble
    Annotations
    @inline()
  45. implicit final def richDrxArrayInt(v: Array[Int]): DrxArrayInt
    Annotations
    @inline()
  46. implicit final def richDrxArrayLong(v: Array[Long]): DrxArrayLong
    Annotations
    @inline()
  47. implicit final def richDrxBitSet(v: scala.collection.immutable.BitSet): DrxBitSet
    Annotations
    @inline()
  48. implicit final def richDrxBoolean(v: Boolean): DrxBoolean
    Annotations
    @inline()
  49. implicit final def richDrxByte(v: Byte): DrxByte
    Annotations
    @inline()
  50. implicit final def richDrxByteBuffer(v: ByteBuffer): DrxByteBuffer
    Annotations
    @inline()
  51. implicit final def richDrxChar(v: Char): DrxChar
    Annotations
    @inline()
  52. implicit final def richDrxDouble(v: Double): DrxDouble
    Annotations
    @inline()
  53. implicit final def richDrxFloat(v: Float): DrxFloat
    Annotations
    @inline()
  54. implicit final def richDrxFrame(v: Frame): DrxFrame
    Annotations
    @inline()
  55. implicit final def richDrxFuture[A](v: scala.concurrent.Future[A]): DrxFuture[A]
    Annotations
    @inline()
  56. implicit final def richDrxIndexedSeq[A](v: IndexedSeq[A]): DrxIndexedSeq[A]
    Annotations
    @inline()
  57. implicit final def richDrxInt(v: Int): DrxInt
    Annotations
    @inline()
  58. implicit final def richDrxIterable[A](v: Iterable[A]): DrxIterable[A]
    Annotations
    @inline()
  59. implicit final def richDrxIterableIterable[A](v: List[List[A]]): DrxIterableIterable[A]
    Annotations
    @inline()
  60. implicit final def richDrxIterator[A](v: Iterator[A]): DrxIterator[A]
    Annotations
    @inline()
  61. implicit final def richDrxIteratorDouble(v: Iterator[Double]): DrxIteratorDouble
    Annotations
    @inline()
  62. implicit final def richDrxList[A](v: List[A]): DrxList[A]
    Annotations
    @inline()
  63. implicit final def richDrxLong(v: Long): DrxLong
    Annotations
    @inline()
  64. implicit final def richDrxMap[A, B](v: Map[A, B]): DrxMap[A, B]
    Annotations
    @inline()
  65. implicit final def richDrxOption[A](v: Option[A]): DrxOption[A]
    Annotations
    @inline()
  66. implicit final def richDrxOptionApplyIf[A](v: Option[(A) => A]): DrxOptionApplyIf[A]
    Annotations
    @inline()
  67. implicit final def richDrxProcessBuilder(p: ProcessBuilder): DrxProcessBuilder
    Annotations
    @inline()
  68. implicit final def richDrxRegex(v: scala.util.matching.Regex): DrxRegex
    Annotations
    @inline()
  69. implicit final def richDrxSeq[A](v: Seq[A]): DrxSeq[A]
    Annotations
    @inline()
  70. implicit final def richDrxSet[A](v: Set[A]): DrxSet[A]
    Annotations
    @inline()
  71. implicit final def richDrxShort(v: Short): DrxShort
    Annotations
    @inline()
  72. implicit final def richDrxSocket(v: Socket): DrxSocket
    Annotations
    @inline()
  73. implicit final def richDrxString(v: String): DrxString
    Annotations
    @inline()
  74. implicit final def richDrxTraversabelArrayByte(v: Iterable[Array[Byte]]): DrxTraversableArrayByte
    Annotations
    @inline()
  75. implicit final def richDrxTry[A](v: scala.util.Try[A]): DrxTry[A]
    Annotations
    @inline()
  76. implicit final def richDrxTuple2[A, B](v: (A, B)): DrxTuple2[A, B]
    Annotations
    @inline()
  77. implicit final def richDrxTuple3[A, B, C](v: (A, B, C)): DrxTuple3[A, B, C]
    Annotations
    @inline()
  78. def sideEffect(f: (Enrich) => Unit): Enrich

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from Enrich toDrxAny[Enrich] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  79. def someIf(f: (Enrich) => Boolean): Option[Enrich]
    Implicit
    This member is added by an implicit conversion from Enrich toDrxAny[Enrich] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  80. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  81. val thisAny: Enrich
    Implicit
    This member is added by an implicit conversion from Enrich toDrxAny[Enrich] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  82. def toString(): String
    Definition Classes
    AnyRef → Any
  83. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  84. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  85. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def ?>(f: (Enrich) => Boolean): Option[Enrich]

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from Enrich toDrxAny[Enrich] 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: (Enrich) => B): B
    Implicit
    This member is added by an implicit conversion from Enrich toDrxAny[Enrich] 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): (Enrich, B)
    Implicit
    This member is added by an implicit conversion from Enrich toArrowAssoc[Enrich] 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 AnyRef

Inherited from Any

Inherited by implicit conversion richDrxAny fromEnrich to DrxAny[Enrich]

Inherited by implicit conversion any2stringadd fromEnrich to any2stringadd[Enrich]

Inherited by implicit conversion StringFormat fromEnrich to StringFormat[Enrich]

Inherited by implicit conversion Ensuring fromEnrich to Ensuring[Enrich]

Inherited by implicit conversion ArrowAssoc fromEnrich to ArrowAssoc[Enrich]

Ungrouped