Companion

object Companion

Properties

Link copied to clipboard
val CODEC: Codec<TriState>

Functions

Link copied to clipboard
fun of(bl: Boolean): TriState

Gets the corresponding tri-state from a boolean value.

fun of(bl: Boolean?): TriState

Gets a tri-state from a nullable boolean.