Mokkery
Toggle table of contents
2.7.1
common
Platform filter
common
Switch theme
Search in API
Mokkery
mokkery-runtime
/
dev.mokkery.matcher.capture
/
ContainerCapture
Container
Capture
interface
ContainerCapture
<
T
>
:
Capture
<
T
>
A capture that is able to store elements.
Inheritors
SlotCapture
Members
Properties
values
Link copied to clipboard
abstract
val
values
:
List
<
T
>
Returns stored elements
Functions
capture
Link copied to clipboard
abstract
fun
capture
(
value
:
T
)