Value

data class Value<out T> : Group<T> (source)

Represents a Group with a single value.

Use the function value(t) to create this representation.

Properties

Link copied to clipboard
val expected: T

Functions

Link copied to clipboard
open override fun toList(): List<T>