final class FormatStringContext extends AnyVal
- Source
- format.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FormatStringContext
- AnyVal
- Any
Implicitly
- by richDrxAny
- by DrxBoundOps
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new FormatStringContext(sc: StringContext)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from FormatStringContext toany2stringadd[FormatStringContext] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (FormatStringContext, B)
- Implicit
- This member is added by an implicit conversion from FormatStringContext toArrowAssoc[FormatStringContext] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def applyIf(t: Boolean, f: (FormatStringContext) => FormatStringContext): FormatStringContext
- Implicit
- This member is added by an implicit conversion from FormatStringContext toDrxAny[FormatStringContext] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def applyIf(t: (FormatStringContext) => Boolean)(f: (FormatStringContext) => FormatStringContext): FormatStringContext
better chaining for types
better chaining for types
- Implicit
- This member is added by an implicit conversion from FormatStringContext toDrxAny[FormatStringContext] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def elementOf(xs: Set[FormatStringContext]): Boolean
- Implicit
- This member is added by an implicit conversion from FormatStringContext toDrxAny[FormatStringContext] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def ensuring(cond: (FormatStringContext) => Boolean, msg: => Any): FormatStringContext
- Implicit
- This member is added by an implicit conversion from FormatStringContext toEnsuring[FormatStringContext] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (FormatStringContext) => Boolean): FormatStringContext
- Implicit
- This member is added by an implicit conversion from FormatStringContext toEnsuring[FormatStringContext] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): FormatStringContext
- Implicit
- This member is added by an implicit conversion from FormatStringContext toEnsuring[FormatStringContext] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): FormatStringContext
- Implicit
- This member is added by an implicit conversion from FormatStringContext toEnsuring[FormatStringContext] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def format[A, B, C, D, E](a: A, b: B, c: C, d: D, e: E)(implicit fA: F[A], fB: F[B], fC: F[C], fD: F[D], fE: F[E]): String
- def format[A, B, C, D](a: A, b: B, c: C, d: D)(implicit fA: F[A], fB: F[B], fC: F[C], fD: F[D]): String
- def format[A, B, C](a: A, b: B, c: C)(implicit fA: F[A], fB: F[B], fC: F[C]): String
- def format[A, B](a: A, b: B)(implicit fA: F[A], fB: F[B]): String
- def format[A](a: A)(implicit fA: F[A]): String
- def format[A](): String
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from FormatStringContext toStringFormat[FormatStringContext] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def noneIf(f: (FormatStringContext) => Boolean): Option[FormatStringContext]
- Implicit
- This member is added by an implicit conversion from FormatStringContext toDrxAny[FormatStringContext] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def optionIf(f: (FormatStringContext) => Boolean): Option[FormatStringContext]
optionally wrap an object
optionally wrap an object
- Implicit
- This member is added by an implicit conversion from FormatStringContext toDrxAny[FormatStringContext] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def preApply[B](f: (FormatStringContext) => B): B
a preApply f => f(a)
a preApply f => f(a)
- Implicit
- This member is added by an implicit conversion from FormatStringContext toDrxAny[FormatStringContext] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- val sc: StringContext
- def sideEffect(f: (FormatStringContext) => Unit): FormatStringContext
side effect filter
side effect filter
- Implicit
- This member is added by an implicit conversion from FormatStringContext toDrxAny[FormatStringContext] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def someIf(f: (FormatStringContext) => Boolean): Option[FormatStringContext]
- Implicit
- This member is added by an implicit conversion from FormatStringContext toDrxAny[FormatStringContext] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- val thisAny: FormatStringContext
- Implicit
- This member is added by an implicit conversion from FormatStringContext toDrxAny[FormatStringContext] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def till(maxArg: FormatStringContext): Bound[FormatStringContext]
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 FormatStringContext toBoundOps[FormatStringContext] performed by method DrxBoundOps in cc.drx.predef.Enrich.This conversion will take place only if an implicit value of type Boundable[FormatStringContext] is in scope.
- Definition Classes
- BoundOps
- def toString(): String
- Definition Classes
- Any
Deprecated Value Members
- def ?>(f: (FormatStringContext) => Boolean): Option[FormatStringContext]
alias for option if
alias for option if
- Implicit
- This member is added by an implicit conversion from FormatStringContext toDrxAny[FormatStringContext] 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
- def |>[B](f: (FormatStringContext) => B): B
- Implicit
- This member is added by an implicit conversion from FormatStringContext toDrxAny[FormatStringContext] 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)
- def →[B](y: B): (FormatStringContext, B)
- Implicit
- This member is added by an implicit conversion from FormatStringContext toArrowAssoc[FormatStringContext] 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.