or

@JvmName(name = "or_CSValueOfBoolean")
infix inline fun Boolean.or(boolean: CSValue<Boolean>): Boolean
@JvmName(name = "or_CSValueOfNullableBoolean")
infix inline fun Boolean.or(boolean: CSValue<Boolean?>): Boolean
@JvmName(name = "or_NullableCSValueOfBoolean")
infix inline fun Boolean.or(boolean: CSValue<Boolean>?): Boolean
@JvmName(name = "orBoxed_CSValueOfBoolean")
infix inline fun Boolean?.or(boolean: CSValue<Boolean>): Boolean
@JvmName(name = "orBoxed_CSValueOfNullableBoolean")
infix inline fun Boolean?.or(boolean: CSValue<Boolean?>): Boolean
@JvmName(name = "orBoxed_NullableCSValueOfBoolean")
infix inline fun Boolean?.or(boolean: CSValue<Boolean>?): Boolean
infix inline fun CSValue<Boolean>.or(second: Boolean): Boolean
infix inline fun CSValue<Boolean>.or(second: CSValue<Boolean>): Boolean
@JvmName(name = "or_CSVNullable_left_boolean")
infix inline fun CSValue<Boolean?>.or(second: Boolean): Boolean
@JvmName(name = "or_CSVNullable_left_CSVBoolean")
infix inline fun CSValue<Boolean?>.or(second: CSValue<Boolean>): Boolean
@JvmName(name = "or_CSVNullable_left_CSVNullableBoolean")
infix inline fun CSValue<Boolean?>.or(second: CSValue<Boolean?>): Boolean
@JvmName(name = "or_nullableCSV_left_boolean")
infix inline fun CSValue<Boolean>?.or(second: Boolean): Boolean
@JvmName(name = "or_nullableCSV_left_CSVBoolean")
infix inline fun CSValue<Boolean>?.or(second: CSValue<Boolean>): Boolean
@JvmName(name = "or_nullableCSV_left_CSVNullableBoolean")
infix inline fun CSValue<Boolean>?.or(second: CSValue<Boolean?>): Boolean
@JvmName(name = "or_nullableCSV_left_nullableCSV")
infix inline fun CSValue<Boolean>?.or(second: CSValue<Boolean>?): Boolean
@JvmName(name = "or_CSValueOfBoolean_nullableBoolean")
infix inline fun CSValue<Boolean>.or(second: Boolean?): Boolean
@JvmName(name = "or_CSValueOfBoolean_CSVNullableBoolean")
infix inline fun CSValue<Boolean>.or(second: CSValue<Boolean?>): Boolean
@JvmName(name = "or_CSValueOfBoolean_nullableCSVBoolean")
infix inline fun CSValue<Boolean>.or(second: CSValue<Boolean>?): Boolean
@JvmName(name = "or_CSVNullableBoolean_nullableBoolean")
infix inline fun CSValue<Boolean?>.or(second: Boolean?): Boolean
@JvmName(name = "or_CSVNullableBoolean_nullableCSVBoolean")
infix inline fun CSValue<Boolean?>.or(second: CSValue<Boolean>?): Boolean
@JvmName(name = "or_nullableCSVBoolean_nullableBoolean")
infix inline fun CSValue<Boolean>?.or(second: Boolean?): Boolean