Data

scalus.builtin.Data
See theData companion object
sealed abstract class Data

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class B
class Constr
class I
class List
class Map

Members list

Value members

Concrete methods

inline def to[A](using inline ev: FromData[A]): A
Extension method from Data
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

Extension method from Data

Attributes

Inherited from:
DataApi (hidden)
inline def field[A](inline expr: A => Any): Data
Extension method from Data

Attributes

Inherited from:
DataApi (hidden)
inline def toB: ByteString
Extension method from Data

Attributes

Inherited from:
DataApi (hidden)
inline def toBigInt: BigInt
Extension method from Data

Attributes

Inherited from:
DataApi (hidden)
inline def toByteString: ByteString
Extension method from Data

Attributes

Inherited from:
DataApi (hidden)
inline def toConstr: Pair[BigInt, List[Data]]
Extension method from Data

Attributes

Inherited from:
DataApi (hidden)
inline def toI: BigInt
Extension method from Data

Attributes

Inherited from:
DataApi (hidden)
inline def toList: List[Data]
Extension method from Data

Attributes

Inherited from:
DataApi (hidden)
inline def toMap: List[Pair[Data, Data]]
Extension method from Data

Attributes

Inherited from:
DataApi (hidden)