NoValueContainer

Represents a container with no present value. This is used when the mapper cannot or should not provide a value.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override val isPresent: Boolean = false

True if the container holds a value, false otherwise.

Functions

Link copied to clipboard
open override fun value(): T

Retrieves the present value from the container.