Value

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

Represents a Group with a single value.

Constructors

Link copied to clipboard
constructor(expected: T)

Properties

Link copied to clipboard
val expected: T

Functions

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