InterpolationArg

izumi.fundamentals.platform.strings.TextTree$.InterpolationArg$
See theInterpolationArg companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Implicits

Implicits

implicit def forNodeNothing[T](node: TextTree[Nothing]): InterpolationArg[T]
implicit def forString[T](t: String): InterpolationArg[T]

Inherited implicits

implicit def forNodeT[T](node: TextTree[T]): InterpolationArg[T]

Attributes

Inherited from:
LowPrioInterpolationArg
implicit def forT[T](t: T): InterpolationArg[T]

Attributes

Inherited from:
LowPrioInterpolationArg