RequiredOptionBuilder
class RequiredOptionBuilder<T : Any> : PropertyDelegateProvider<Arguments, ReadOnlyProperty<Arguments, T>>
An option that always resolves to a value, reached via OptionBuilder.required or OptionBuilder.default.
Type Parameters
T
the option's value type.
Functions
Link copied to clipboard
open operator override fun provideDelegate(thisRef: Arguments, property: KProperty<*>): ReadOnlyProperty<Arguments, T>