StringExtensions

org.finos.morphir.ir.internal.Value.StringExtensions
final implicit class StringExtensions(self: String) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def :=(value: TypedValue): Unbound[Any, UType]
def :=(value: Int): Unbound[Any, UType]
def :=(value: Long): Unbound[Any, UType]
def :=(value: Float): Unbound[Any, UType]
def :=(value: Double): Unbound[Any, UType]
def :=(value: Boolean): Unbound[Any, UType]
def :=(value: String): Unbound[Any, UType]
def as(tpe: UType): TypedValue