Link Search Menu Expand Document

//reikai-core/io.github.kerelape.reikai.core/Entity

Entity

[JVM]
fun interface Entity

Basic type in Reikai. Alternative to Object.

Since

0.0.0

Functions

Name Summary
dataize [JVM]
abstract suspend fun dataize(): ByteArray
Representation of the object in bytes.

Inheritors

Extensions

Name Summary
toBoolean [JVM]
suspend fun Entity.toBoolean(): Boolean
Convert Entity to Boolean.