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
- Alphabetic
- By Inheritance
Inherited
- Tuple1
- Serializable
- Product1
- Product
- Equals
- AnyRef
- Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
- Public
- Protected
Instance Constructors
- new Tuple1(_1: T1)
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def ->[B](y: B): ((T1), B)
- final def ==(arg0: Any): Boolean
- val _1: T1
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def ensuring(cond: ((T1)) => Boolean, msg: => Any): (T1)
- def ensuring(cond: ((T1)) => Boolean): (T1)
- def ensuring(cond: Boolean, msg: => Any): (T1)
- def ensuring(cond: Boolean): (T1)
- final def eq(arg0: AnyRef): Boolean
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def productArity: Int
- def productElement(n: Int): Any
- def productElementNames: Iterator[String]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit