EnvironmentVariable

Delegated property for a environment variable.

Parameters

prefix

the prefix for the variable

transform

a transformer to map the value to another type

default

an optional default value

T

the type of the (transformed) variable

See also

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
operator override fun getValue(thisRef: Any?, property: KProperty<*>): T
Link copied to clipboard

Makes this variable optional.