quarkdown
Toggle table of contents
latest
jvm
Platform filter
jvm
Switch theme
Search in API
quarkdown
quarkdown-core
/
com.quarkdown.core.function.value
/
OutputValue
Output
Value
sealed
interface
OutputValue
<
T
>
:
Value
<
T
>
An immutable value wrapper that is used in function outputs.
Inheritors
BooleanValue
DictionaryValue
DynamicValue
IterableValue
NodeValue
NoneValue
NumberValue
ObjectValue
StringValue
VoidValue
Members
Properties
unwrapped
Value
Link copied to clipboard
abstract
val
unwrappedValue
:
T
The wrapped value.
Functions
accept
Link copied to clipboard
abstract
fun
<
O
>
accept
(
visitor
:
OutputValueVisitor
<
O
>
)
:
O