Scala Standard Library 2.13.15 - scala.Tuple1 (original) (raw)

final case class Tuple1[+T1](_1: T1) extends Product1[T1] with Product with Serializable

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. Tuple1
  2. Serializable
  3. Product1
  4. Product
  5. Equals
  6. AnyRef
  7. Any

Implicitly

  1. by any2stringadd

  2. by StringFormat

  3. by Ensuring

  4. by ArrowAssoc

  5. Hide All

  6. Show All

Visibility

  1. Public
  2. Protected

Instance Constructors

  1. new Tuple1(_1: T1)

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##: Int
  3. def +(other: String): String
  4. def ->[B](y: B): ((T1), B)
  5. final def ==(arg0: Any): Boolean
  6. val _1: T1
  7. final def asInstanceOf[T0]: T0
  8. def clone(): AnyRef
  9. def ensuring(cond: ((T1)) => Boolean, msg: => Any): (T1)
  10. def ensuring(cond: ((T1)) => Boolean): (T1)
  11. def ensuring(cond: Boolean, msg: => Any): (T1)
  12. def ensuring(cond: Boolean): (T1)
  13. final def eq(arg0: AnyRef): Boolean
  14. def finalize(): Unit
  15. final def getClass(): Class[_ <: AnyRef]
  16. final def isInstanceOf[T0]: Boolean
  17. final def ne(arg0: AnyRef): Boolean
  18. final def notify(): Unit
  19. final def notifyAll(): Unit
  20. def productArity: Int
  21. def productElement(n: Int): Any
  22. def productElementNames: Iterator[String]
  23. final def synchronized[T0](arg0: => T0): T0
  24. def toString(): String
  25. final def wait(): Unit
  26. final def wait(arg0: Long, arg1: Int): Unit
  27. final def wait(arg0: Long): Unit

Deprecated Value Members

  1. def formatted(fmtstr: String): String
  2. def →[B](y: B): ((T1), B)

Ungrouped