gh-pages / com.nextfaze.devfun.invoke / WithInitialValue

WithInitialValue

interface WithInitialValue<out T> (source)

Parameter objects that implement this will use the value provided by WithInitialValue.value rather than checking for an @From annotation.

See Also

ValueSource

Properties

Name Summary
value abstract val value: T
The initial/default value of the parameter.

Inheritors

Name Summary
UiField interface UiField<T : Any> : Parameter, WithInitialValue<T>
Utility interface to easily generate an invoke UI/dialog. (experimental)