DataItem

sealed interface DataItem<E> : ConditionLeaf(source)

Represents a data item such as a variable or literal.

transformation is a function that transforms data from the CokoBackend into an object with type E

Inheritors

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract override fun toString(): String