Scala Standard Library 2.12.18 - scala.Predef.StringFormat (original) (raw)
implicit final class StringFormat[A] extends AnyVal
Ordering
- Alphabetic
- By Inheritance
Inherited
- StringFormat
- AnyVal
- Any
Implicitly
by any2stringadd
by Ensuring
by ArrowAssoc
by any2stringadd
by Ensuring
by ArrowAssoc
Hide All
Show All
Instance Constructors
- new StringFormat(self: A)
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def getClass(): Class[_ <: AnyVal]
- final def isInstanceOf[T0]: Boolean
- def toString(): java.lang.String
Shadowed Implicit Value Members
- def +(other: String): String
- def +(other: String): String
- def ->[B](y: B): (StringFormat[A], B)
- def ->[B](y: B): (StringFormat[A], B)
- def ensuring(cond: (StringFormat[A]) ⇒ Boolean, msg: ⇒ Any): StringFormat[A]
- def ensuring(cond: (StringFormat[A]) ⇒ Boolean): StringFormat[A]
- def ensuring(cond: Boolean, msg: ⇒ Any): StringFormat[A]
- def ensuring(cond: Boolean): StringFormat[A]
- def ensuring(cond: (StringFormat[A]) ⇒ Boolean, msg: ⇒ Any): StringFormat[A]
- def ensuring(cond: (StringFormat[A]) ⇒ Boolean): StringFormat[A]
- def ensuring(cond: Boolean, msg: ⇒ Any): StringFormat[A]
- def ensuring(cond: Boolean): StringFormat[A]
- def →[B](y: B): (StringFormat[A], B)
- def →[B](y: B): (StringFormat[A], B)