Back to Exposed

PresentValueContainer

docs/api/exposed-r2dbc/org.jetbrains.exposed.v1.r2dbc.mappers/-present-value-container/index.html

1.2.01.0 KB
Original Source

PresentValueContainer

class PresentValueContainer<T>(val value: T) : ValueContainer<T>

Represents a container with a present value.

Parameters

value

The present value to be contained.

Members

Constructors

PresentValueContainer

Link copied to clipboard

constructor(value: T)

Properties

isPresent

Link copied to clipboard

open override val isPresent: Boolean = true

True if the container holds a value, false otherwise.

value

Link copied to clipboard

val value: T

Functions

value

Link copied to clipboard

open override fun value(): T

Retrieves the present value from the container.

Generated by Dokka © 2026 Copyright