Link Search Menu Expand Document

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

Package io.github.kerelape.reikai.core

Types

Name Summary
Data [JVM]
class Data(bytes: Entity) : EntityWrap
Simple data entity.
DataizationException [JVM]
class DataizationException(message: String? = null, cause: Throwable? = null) : RuntimeException
Dataization exception. Thrown when an entity could not be dataized for a reason.
Empty [JVM]
object Empty : EntityWrap
Empty entity.
Entity [JVM]
fun interface Entity
Basic type in Reikai. Alternative to Object.
EntityWrap [JVM]
abstract class EntityWrap(wrap: Entity) : Entity
Wrap envelope for Entity.
Error [JVM]
class Error(message: Entity = Empty) : EntityWrap
Error.
Group [JVM]
class Group(items: Entity) : EntityWrap
Concatenates items.
Length [JVM]
class Length(origin: Entity) : EntityWrap
Length of the entity.

Properties

Name Summary
asEntity [JVM]
val ByteArray.asEntity: Entity
Entity representation of the ByteArray.