quarkdown
Toggle table of contents
latest
jvm
Platform filter
jvm
Switch theme
Search in API
quarkdown
quarkdown-core
/
com.quarkdown.core.function.value
/
Value
Value
sealed
interface
Value
<
T
>
An immutable value wrapper.
Inheritors
InputValue
OutputValue
Members
Properties
unwrapped
Value
Link copied to clipboard
abstract
val
unwrappedValue
:
T
The wrapped value.