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

and

infix fun and(other: Boolean): Boolean

Performs a logical and operation between this Boolean and the 登录查看完整内容