Packages

c

cc.drx

DrxTuple2

final class DrxTuple2[A, B] extends AnyVal

Source
wrapper.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DrxTuple2
  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 DrxTuple2(t: (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 DrxTuple2[A, B] toany2stringadd[DrxTuple2[A, B]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DrxTuple2[A, B], B)
    Implicit
    This member is added by an implicit conversion from DrxTuple2[A, B] toArrowAssoc[DrxTuple2[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: (DrxTuple2[A, B]) => DrxTuple2[A, B]): DrxTuple2[A, B]
    Implicit
    This member is added by an implicit conversion from DrxTuple2[A, B] toDrxAny[DrxTuple2[A, B]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  7. def applyIf(t: (DrxTuple2[A, B]) => Boolean)(f: (DrxTuple2[A, B]) => DrxTuple2[A, B]): DrxTuple2[A, B]

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from DrxTuple2[A, B] toDrxAny[DrxTuple2[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 elementOf(xs: Set[DrxTuple2[A, B]]): Boolean
    Implicit
    This member is added by an implicit conversion from DrxTuple2[A, B] toDrxAny[DrxTuple2[A, B]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  10. def ensuring(cond: (DrxTuple2[A, B]) => Boolean, msg: => Any): DrxTuple2[A, B]
    Implicit
    This member is added by an implicit conversion from DrxTuple2[A, B] toEnsuring[DrxTuple2[A, B]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (DrxTuple2[A, B]) => Boolean): DrxTuple2[A, B]
    Implicit
    This member is added by an implicit conversion from DrxTuple2[A, B] toEnsuring[DrxTuple2[A, B]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: => Any): DrxTuple2[A, B]
    Implicit
    This member is added by an implicit conversion from DrxTuple2[A, B] toEnsuring[DrxTuple2[A, B]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): DrxTuple2[A, B]
    Implicit
    This member is added by an implicit conversion from DrxTuple2[A, B] toEnsuring[DrxTuple2[A, B]] 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 DrxTuple2[A, B] toStringFormat[DrxTuple2[A, B]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  15. def get(i: Tuple2Index2): B
  16. def get(i: Tuple2Index1): A
  17. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def noneIf(f: (DrxTuple2[A, B]) => Boolean): Option[DrxTuple2[A, B]]
    Implicit
    This member is added by an implicit conversion from DrxTuple2[A, B] toDrxAny[DrxTuple2[A, B]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  20. def optionIf(f: (DrxTuple2[A, B]) => Boolean): Option[DrxTuple2[A, B]]

    optionally wrap an object

    optionally wrap an object

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

    a preApply f => f(a)

    a preApply f => f(a)

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

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from DrxTuple2[A, B] toDrxAny[DrxTuple2[A, B]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  24. def someIf(f: (DrxTuple2[A, B]) => Boolean): Option[DrxTuple2[A, B]]
    Implicit
    This member is added by an implicit conversion from DrxTuple2[A, B] toDrxAny[DrxTuple2[A, B]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  25. val t: (A, B)
  26. val thisAny: DrxTuple2[A, B]
    Implicit
    This member is added by an implicit conversion from DrxTuple2[A, B] toDrxAny[DrxTuple2[A, B]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  27. def till(maxArg: DrxTuple2[A, B]): Bound[DrxTuple2[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 DrxTuple2[A, B] toBoundOps[DrxTuple2[A, B]] performed by method DrxBoundOps in cc.drx.predef.Enrich.This conversion will take place only if an implicit value of type Boundable[DrxTuple2[A, B]] is in scope.
    Definition Classes
    BoundOps
  28. def toString(): String
    Definition Classes
    Any

Deprecated Value Members

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

    alias for option if

    alias for option if

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

Inherited by implicit conversion DrxBoundOps fromDrxTuple2[A, B] to BoundOps[DrxTuple2[A, B]]

Inherited by implicit conversion any2stringadd fromDrxTuple2[A, B] to any2stringadd[DrxTuple2[A, B]]

Inherited by implicit conversion StringFormat fromDrxTuple2[A, B] to StringFormat[DrxTuple2[A, B]]

Inherited by implicit conversion Ensuring fromDrxTuple2[A, B] to Ensuring[DrxTuple2[A, B]]

Inherited by implicit conversion ArrowAssoc fromDrxTuple2[A, B] to ArrowAssoc[DrxTuple2[A, B]]

Ungrouped