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

Implicits

Inherited implicits

implicit def arg_from_Nothing[T](node: TextTree[Nothing]): InterpolationArg[T]

Attributes

Inherited from:
LowPrioInterpolationArg_1 (hidden)
implicit def arg_from_String[T](t: String): InterpolationArg[T]

Attributes

Inherited from:
LowPrioInterpolationArg_1 (hidden)
implicit def subtree[T](node: TextTree[T]): InterpolationArg[T]

Attributes

Inherited from:
LowPrioInterpolationArg_2 (hidden)
implicit def value[T](t: T): InterpolationArg[T]

Attributes

Inherited from:
LowPrioInterpolationArg_2 (hidden)