ContainerCapture

interface ContainerCapture<T> : Capture<T>

A capture that is able to store elements.

Inheritors

Properties

Link copied to clipboard
abstract val values: List<T>

Returns stored elements

Functions

Link copied to clipboard
abstract fun capture(value: T)