trait Enrich extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- Enrich
- AnyRef
- Any
Implicitly
- by richDrxAny
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Enrich, B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit final def DrxBoundOps[A](a: A)(implicit arg0: Boundable[A]): BoundOps[A]
- Annotations
- @inline()
- implicit final def DrxFileStringContext(sc: StringContext): FileStringContext
- Annotations
- @inline()
- implicit final def DrxFormatStringContext(sc: StringContext): FormatStringContext
- Annotations
- @inline()
- implicit final def DrxGlobStringContext(sc: StringContext): GlobStringContext
- Annotations
- @inline()
- implicit final def DrxParseStringContext(sc: StringContext): ParseStringContext
- Annotations
- @inline()
- implicit final def DrxSymbolStringContext(sc: StringContext): SymbolStringContext
- Annotations
- @inline()
- implicit final def DrxU16(p: Short): U16
- Annotations
- @inline()
- implicit final def DrxU32(p: Int): U32
- Annotations
- @inline()
- implicit final def DrxU64(p: Long): U64
- Annotations
- @inline()
- implicit final def DrxU8(p: Byte): U8
- Annotations
- @inline()
- implicit final def DrxURLStringContext(sc: StringContext): URLStringContext
- Annotations
- @inline()
- implicit final def MimeStringContext(sc: StringContext): MimeStringContext
- Annotations
- @inline()
- 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
- 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- 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
- def ensuring(cond: (Enrich) => Boolean, msg: => Any): Enrich
- def ensuring(cond: (Enrich) => Boolean): Enrich
- def ensuring(cond: Boolean, msg: => Any): Enrich
- def ensuring(cond: Boolean): Enrich
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- 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
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- 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
- 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
- implicit final def richDrxAny[A](v: A): DrxAny[A]
- Annotations
- @inline()
- implicit final def richDrxArray[A](v: Array[A]): DrxArray[A]
- Annotations
- @inline()
- implicit final def richDrxArrayArrayByte(v: Array[Array[Byte]]): DrxArrayArrayByte
- Annotations
- @inline()
- implicit final def richDrxArrayByte(v: Array[Byte]): DrxArrayByte
- Annotations
- @inline()
- implicit final def richDrxArrayDouble(v: Array[Double]): DrxArrayDouble
- Annotations
- @inline()
- implicit final def richDrxArrayInt(v: Array[Int]): DrxArrayInt
- Annotations
- @inline()
- implicit final def richDrxArrayLong(v: Array[Long]): DrxArrayLong
- Annotations
- @inline()
- implicit final def richDrxBitSet(v: scala.collection.immutable.BitSet): DrxBitSet
- Annotations
- @inline()
- implicit final def richDrxBoolean(v: Boolean): DrxBoolean
- Annotations
- @inline()
- implicit final def richDrxByte(v: Byte): DrxByte
- Annotations
- @inline()
- implicit final def richDrxByteBuffer(v: ByteBuffer): DrxByteBuffer
- Annotations
- @inline()
- implicit final def richDrxChar(v: Char): DrxChar
- Annotations
- @inline()
- implicit final def richDrxDouble(v: Double): DrxDouble
- Annotations
- @inline()
- implicit final def richDrxFloat(v: Float): DrxFloat
- Annotations
- @inline()
- implicit final def richDrxFrame(v: Frame): DrxFrame
- Annotations
- @inline()
- implicit final def richDrxFuture[A](v: scala.concurrent.Future[A]): DrxFuture[A]
- Annotations
- @inline()
- implicit final def richDrxIndexedSeq[A](v: IndexedSeq[A]): DrxIndexedSeq[A]
- Annotations
- @inline()
- implicit final def richDrxInt(v: Int): DrxInt
- Annotations
- @inline()
- implicit final def richDrxIterable[A](v: Iterable[A]): DrxIterable[A]
- Annotations
- @inline()
- implicit final def richDrxIterableIterable[A](v: List[List[A]]): DrxIterableIterable[A]
- Annotations
- @inline()
- implicit final def richDrxIterator[A](v: Iterator[A]): DrxIterator[A]
- Annotations
- @inline()
- implicit final def richDrxIteratorDouble(v: Iterator[Double]): DrxIteratorDouble
- Annotations
- @inline()
- implicit final def richDrxList[A](v: List[A]): DrxList[A]
- Annotations
- @inline()
- implicit final def richDrxLong(v: Long): DrxLong
- Annotations
- @inline()
- implicit final def richDrxMap[A, B](v: Map[A, B]): DrxMap[A, B]
- Annotations
- @inline()
- implicit final def richDrxOption[A](v: Option[A]): DrxOption[A]
- Annotations
- @inline()
- implicit final def richDrxOptionApplyIf[A](v: Option[(A) => A]): DrxOptionApplyIf[A]
- Annotations
- @inline()
- implicit final def richDrxProcessBuilder(p: ProcessBuilder): DrxProcessBuilder
- Annotations
- @inline()
- implicit final def richDrxRegex(v: scala.util.matching.Regex): DrxRegex
- Annotations
- @inline()
- implicit final def richDrxSeq[A](v: Seq[A]): DrxSeq[A]
- Annotations
- @inline()
- implicit final def richDrxSet[A](v: Set[A]): DrxSet[A]
- Annotations
- @inline()
- implicit final def richDrxShort(v: Short): DrxShort
- Annotations
- @inline()
- implicit final def richDrxSocket(v: Socket): DrxSocket
- Annotations
- @inline()
- implicit final def richDrxString(v: String): DrxString
- Annotations
- @inline()
- implicit final def richDrxTraversabelArrayByte(v: Iterable[Array[Byte]]): DrxTraversableArrayByte
- Annotations
- @inline()
- implicit final def richDrxTry[A](v: scala.util.Try[A]): DrxTry[A]
- Annotations
- @inline()
- implicit final def richDrxTuple2[A, B](v: (A, B)): DrxTuple2[A, B]
- Annotations
- @inline()
- implicit final def richDrxTuple3[A, B, C](v: (A, B, C)): DrxTuple3[A, B, C]
- Annotations
- @inline()
- 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
- 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
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Deprecated Value Members
- 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
- 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)
- 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.