Companion

object Companion

Functions

empty
Link copied to clipboard
common
fun empty(meta: Meta): Data<Nothing>

An empty data containing only meta

static
Link copied to clipboard
common
inline fun <T : Any> static(value: T, meta: Meta = Meta.EMPTY): Data<T>

Properties

TYPE
Link copied to clipboard
common
const val TYPE: String