Packages

final class Single extends AnyVal

Self Type
Single
Source
ForceKinds.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Single
  2. AnyVal
  3. Any
Implicitly
  1. by single2ForceKinds
  2. by SafeEq
  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 Single(toInt: Int)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def !==(u: Single): Boolean
    Implicit
    This member is added by an implicit conversion from Single toSafeEq[Single] performed by method SafeEq in scala.tools.nsc.tasty.
    Definition Classes
    SafeEq
    Annotations
    @inline()
  3. final def ##: Int
    Definition Classes
    Any
  4. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Single toany2stringadd[Single] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  5. def ->[B](y: B): (Single, B)
    Implicit
    This member is added by an implicit conversion from Single toArrowAssoc[Single] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  7. final def ===(u: Single): Boolean
    Implicit
    This member is added by an implicit conversion from Single toSafeEq[Single] performed by method SafeEq in scala.tools.nsc.tasty.
    Definition Classes
    SafeEq
    Annotations
    @inline()
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def describe: List[String]
    Implicit
    This member is added by an implicit conversion from Single toForceKinds performed by method single2ForceKinds in scala.tools.nsc.tasty.ForceKinds.
    Definition Classes
    ForceKinds
  10. def ensuring(cond: (Single) => Boolean, msg: => Any): Single
    Implicit
    This member is added by an implicit conversion from Single toEnsuring[Single] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (Single) => Boolean): Single
    Implicit
    This member is added by an implicit conversion from Single toEnsuring[Single] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: => Any): Single
    Implicit
    This member is added by an implicit conversion from Single toEnsuring[Single] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): Single
    Implicit
    This member is added by an implicit conversion from Single toEnsuring[Single] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  15. def is(single: Single): Boolean
    Implicit
    This member is added by an implicit conversion from Single toForceKinds performed by method single2ForceKinds in scala.tools.nsc.tasty.ForceKinds.
    Definition Classes
    ForceKinds
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val toInt: Int
  18. def toString(): String
    Definition Classes
    Any
  19. def |(single: Single): ForceKinds

Shadowed Implicit Value Members

  1. val toInt: Int
    Implicit
    This member is added by an implicit conversion from Single toForceKinds performed by method single2ForceKinds in scala.tools.nsc.tasty.ForceKinds.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (single: ForceKinds).toInt
    Definition Classes
    ForceKinds
  2. def |(single: Single): ForceKinds
    Implicit
    This member is added by an implicit conversion from Single toForceKinds performed by method single2ForceKinds in scala.tools.nsc.tasty.ForceKinds.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (single: ForceKinds).|(single)
    Definition Classes
    ForceKinds

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Single toStringFormat[Single] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  2. def [B](y: B): (Single, B)
    Implicit
    This member is added by an implicit conversion from Single toArrowAssoc[Single] 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 single2ForceKinds fromSingle to ForceKinds

Inherited by implicit conversion SafeEq fromSingle to SafeEq[Single]

Inherited by implicit conversion any2stringadd fromSingle to any2stringadd[Single]

Inherited by implicit conversion StringFormat fromSingle to StringFormat[Single]

Inherited by implicit conversion Ensuring fromSingle to Ensuring[Single]

Inherited by implicit conversion ArrowAssoc fromSingle to ArrowAssoc[Single]

Ungrouped