Companion

object Companion

Functions

of
Link copied to clipboard
common
fun of(value: Boolean): Value
fun of(value: Byte): Value
fun of(value: ByteArray): Value
fun of(value: Char): Value
fun of(value: CharSequence): Value
fun of(value: Int): Value
fun of(value: Long): Value
fun of(value: Short): Value
fun of(value: ReadMemory): Value
fun of(first: Boolean, second: Boolean, vararg other: Boolean): Value
fun of(first: Byte, second: Byte, vararg other: Byte): Value
fun of(first: ByteArray, second: ByteArray, vararg other: ByteArray): Value
fun of(first: Char, second: Char, vararg other: Char): Value
fun of(first: CharSequence, second: CharSequence, vararg other: CharSequence): Value
fun of(first: Int, second: Int, vararg other: Int): Value
fun of(first: Long, second: Long, vararg other: Long): Value
fun of(first: Short, second: Short, vararg other: Short): Value
fun of(first: Value, second: Value, vararg other: Value): Value
fun of(first: ReadMemory, second: ReadMemory, vararg other: ReadMemory): Value
ofAll
Link copied to clipboard
common
fun ofAll(vararg values: ByteArray): Value
fun ofAll(vararg values: CharSequence): Value
fun ofAll(vararg values: Value): Value
fun ofAll(vararg values: ReadMemory): Value
fun ofAll(vararg values: Boolean): Value
fun ofAll(vararg values: Byte): Value
fun ofAll(vararg values: Char): Value
fun ofAll(vararg values: Int): Value
fun ofAll(vararg values: Long): Value
fun ofAll(vararg values: Short): Value

Properties

emptyValue
Link copied to clipboard
common
val emptyValue: Value