orElse

open override fun orElse(value: Boolean): Boolean

Gets the value of this tri-state. If the value is DEFAULT then use the supplied value.

Return

the value of the tri-state or the supplied value if DEFAULT.

Author

fzzyhmstrs

Since

0.6.5

Parameters

value

the value to fall back to