Link Search Menu Expand Document

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

Fork

[JVM]
class Fork(condition: Entity, value: Entity, fallback: Entity) : EntityWrap

Fork. Selects value or fallback depending on condition.

Since

0.0.0

Constructors

   
Fork [JVM]
fun Fork(condition: Entity, value: Entity, fallback: Entity)

Functions

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