value

fun value(block: ValueBuilderBlock<T>)

Used to define the resulting value of the sequence. Within the block, you can assume that all elements have been parsed successfully, so you can get their parsed values by using the get extension property.

Sources

JVM source
Link copied to clipboard