isTrue

@JvmName(name = "isTrueBooleanNullable")
inline fun CSValue<Boolean?>.isTrue(): Boolean
inline fun CSValue<Boolean>.isTrue(function: Fun)
@get:JvmName(name = "CSValueBooleanOptionalIsTrue")
val CSValue<Boolean>?.isTrue: Boolean
@get:JvmName(name = "CSValueOptionalBooleanIsTrue")
val CSValue<Boolean?>.isTrue: Boolean