Mokkery
Toggle table of contents
2.7.1
common
Platform filter
common
Switch theme
Search in API
Mokkery
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.