Value

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

Represents a Group with a single value.

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

Functions

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

Properties

Link copied to clipboard
val expected: T