Packages

c

cc.drx

DrxAny

final class DrxAny[A] extends AnyVal

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

Instance Constructors

  1. new DrxAny(thisAny: 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
    This member is added by an implicit conversion from DrxAny[A] toany2stringadd[DrxAny[A]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DrxAny[A], B)
    Implicit
    This member is added by an implicit conversion from DrxAny[A] toArrowAssoc[DrxAny[A]] 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: (A) => A): A
  7. def applyIf(t: (A) => Boolean)(f: (A) => A): A

    better chaining for types

  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def elementOf(xs: Set[A]): Boolean
  10. def ensuring(cond: (DrxAny[A]) => Boolean, msg: => Any): DrxAny[A]
    Implicit
    This member is added by an implicit conversion from DrxAny[A] toEnsuring[DrxAny[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (DrxAny[A]) => Boolean): DrxAny[A]
    Implicit
    This member is added by an implicit conversion from DrxAny[A] toEnsuring[DrxAny[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: => Any): DrxAny[A]
    Implicit
    This member is added by an implicit conversion from DrxAny[A] toEnsuring[DrxAny[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): DrxAny[A]
    Implicit
    This member is added by an implicit conversion from DrxAny[A] toEnsuring[DrxAny[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from DrxAny[A] toStringFormat[DrxAny[A]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  15. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def noneIf(f: (A) => Boolean): Option[A]
  18. def optionIf(f: (A) => Boolean): Option[A]

    optionally wrap an object

  19. def preApply[B](f: (A) => B): B

    a preApply f => f(a)

  20. def sideEffect(f: (A) => Unit): A

    side effect filter

  21. def someIf(f: (A) => Boolean): Option[A]
  22. val thisAny: A
  23. def till(maxArg: DrxAny[A]): Bound[DrxAny[A]]

    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 DrxAny[A] toBoundOps[DrxAny[A]] performed by method DrxBoundOps in cc.drx.predef.Enrich.This conversion will take place only if an implicit value of type Boundable[DrxAny[A]] is in scope.
    Definition Classes
    BoundOps
  24. def toString(): String
    Definition Classes
    Any

Deprecated Value Members

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

    alias for option if

    alias for option if

    Annotations
    @deprecated
    Deprecated

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

  2. def |>[B](f: (A) => B): B
    Annotations
    @deprecated
    Deprecated

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

  3. def [B](y: B): (DrxAny[A], B)
    Implicit
    This member is added by an implicit conversion from DrxAny[A] toArrowAssoc[DrxAny[A]] 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 DrxBoundOps fromDrxAny[A] to BoundOps[DrxAny[A]]

Inherited by implicit conversion any2stringadd fromDrxAny[A] to any2stringadd[DrxAny[A]]

Inherited by implicit conversion StringFormat fromDrxAny[A] to StringFormat[DrxAny[A]]

Inherited by implicit conversion Ensuring fromDrxAny[A] to Ensuring[DrxAny[A]]

Inherited by implicit conversion ArrowAssoc fromDrxAny[A] to ArrowAssoc[DrxAny[A]]

Ungrouped