Values

class Values<out T> : Group<T> , VarArgHelper<T> (source)

Represents a Group of multiple values.

Use the function values(t, ...) to create this representation.

Properties

Link copied to clipboard
open override val expected: T
Link copied to clipboard
Link copied to clipboard
open override val otherExpected: Array<out T>

Functions

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