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.

Note, Values will be made invariant once Kotlin 1.4 is out and Atrium depends on it (most likely with 1.0.0)

Functions

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

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>