toggle menu
Mokkery
2.5.1
common
switch theme
search in API
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
)