Boolean
Represents a value which is either true or false.
Since Kotlin
1.0Represents a value which is either true or false.
Since Kotlin
1.1Represents 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.
Since Kotlin
1.0Represents a value which is either true or false.
Since Kotlin
1.3Represents a value which is either true or false.
Since Kotlin
1.8Represents a value which is either true or false.
Since Kotlin
1.8Types
Functions
Performs a logical and operation between this Boolean and the other one. Unlike the && operator, this function does not perform short-circuit evaluation. Both this and other will always be evaluated.
Performs a logical and operation between this Boolean and the other one. Unlike the && operator, this function does not perform short-circuit evaluation. Both this and other will always be evaluated.
Performs a logical and operation between this Boolean and the other one. Unlike the && operator, this function does not perform short-circuit evaluation. Both this and other will always be evaluated.
Performs a logical and operation between this Boolean and the other one. Unlike the && operator, this function does not perform short-circuit evaluation. Both this and other will always be evaluated.
Compares this Boolean with the specified Boolean for order. Returns zero if both are equal to each other, a negative number if this is false and other is true, or a positive number if this is true and other is false.
Compares this Boolean with the specified Boolean for order. Returns zero if both are equal to each other, a negative number if this is false and other is true, or a positive number if this is true and other is false.
Compares this Boolean with the specified Boolean for order. Returns zero if both are equal to each other, a negative number if this is false and other is true, or a positive number if this is true and other is false.
Compares this Boolean with the specified Boolean for order. Returns zero if both are equal to each other, a negative number if this is false and other is true, or a positive number if this is true and other is false.
Indicates whether some other object is "equal to" this one.
Indicates whether some other object is "equal to" this one.
Indicates whether some other object is "equal to" this one.
Indicates whether some other object is "equal to" this one.
Indicates whether some other object is "equal to" this one.
Performs a logical or operation between this Boolean and the other one. Unlike the || operator, this function does not perform short-circuit evaluation. Both this and other will always be evaluated.
Performs a logical or operation between this Boolean and the other one. Unlike the || operator, this function does not perform short-circuit evaluation. Both this and other will always be evaluated.
Performs a logical or operation between this Boolean and the other one. Unlike the || operator, this function does not perform short-circuit evaluation. Both this and other will always be evaluated.
Performs a logical or operation between this Boolean and the other one. Unlike the || operator, this function does not perform short-circuit evaluation. Both this and other will always be evaluated.
Returns a string representation of the object.
Returns a string representation of the object.
Returns a string representation of the object.
Returns a string representation of the object.
Returns a string representation of the object.
Performs a logical xor operation between this Boolean and the other one.
Performs a logical xor operation between this Boolean and the other one.
Performs a logical xor operation between this Boolean and the other one.
Performs a logical xor operation between this Boolean and the other one.
Performs a logical xor operation between this Boolean and the other one.