kotlin.Boolean
Boolean
class Boolean : Comparable<Boolean>
Represents a value which is either true
or false
. On the JVM, non-nullable values of this type are represented as values of the primitive type boolean
.
Functions
infix fun and(other: Boolean): Boolean Performs a logical |