VoidValue

data object VoidValue : OutputValue<Unit>

An empty Value with no content.

Properties

Link copied to clipboard
open override val unwrappedValue: Unit

The wrapped value.

Functions

Link copied to clipboard
open override fun <O> accept(visitor: OutputValueVisitor<O>): O
Link copied to clipboard
fun Value<*>.isNone(): Boolean

Whether this value represents a missing/null value, either as a direct NoneValue or as a value wrapping None, NoneValue, or null.