Documentation / dataflow-async / com.femastudios.dataflow.async.extensions / kotlin.Boolean
Go to reference

Extensions for kotlin.Boolean

and

Same as and, but accepts Attribute and returns a new Attribute.

infix fun Boolean.and(other: Attribute<Boolean>): Attribute<Boolean>

or

Same as or, but accepts Attribute and returns a new Attribute.

infix fun Boolean.or(other: Attribute<Boolean>): Attribute<Boolean>

xor

Same as xor, but accepts Attribute and returns a new Attribute.

infix fun Boolean.xor(other: Attribute<Boolean>): Attribute<Boolean>