toggle menu
Mokkery
2.5.1
common
switch theme
search in API
mokkery-runtime
/
dev.mokkery.matcher.capture
/
SlotCapture
/
Value
Value
sealed
interface
Value
<
out
T
>
Inheritors
Present
Absent
Members
Types
Absent
Link copied to clipboard
data
object
Absent
:
SlotCapture.Value
<
Nothing
>
Represents absence of captured value.
Present
Link copied to clipboard
class
Present
<
out
T
>
(
val
value
:
T
)
:
SlotCapture.Value
<
T
>
Represents last captured value.