VList

scalus.uplc.eval.CekValue.VList
final case class VList(elems: List[CekValue])

A list of arbitrary CekValues. Analogous to VConstr for constructors. Used for lists with non-constant elements (e.g., native Constr values). Created by MkCons/Nil on BuiltinValue-typed lists.

Attributes

Members list

Value members

Inherited methods

def asBool: Boolean

Attributes

Inherited from:
CekValue

Attributes

Inherited from:
CekValue
def asData: Data

Attributes

Inherited from:
CekValue
def asInteger: BigInt

Attributes

Inherited from:
CekValue
def asList: List[Constant]

Attributes

Inherited from:
CekValue

Attributes

Inherited from:
CekValue
def asString: String

Attributes

Inherited from:
CekValue
def asUnit: Unit

Attributes

Inherited from:
CekValue
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
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
CekValue -> Any
Inherited from:
CekValue