toggle menu
Mokkery
2.6.0
common
switch theme
search in API
mokkery-runtime
/
dev.mokkery.matcher.nullable
Package-level
declarations
Types
Functions
Types
Not
Null
Matcher
Link copied to clipboard
@
DelicateMokkeryApi
class
NotNullMatcher
<
T
>
(
val
matcher
:
ArgMatcher
<
T
&
Any
>
?
=
null
)
:
ArgMatcher.Composite
<
T
>
Matches an argument that is not null and matches
matcher
.
Functions
not
Null
Link copied to clipboard
inline
fun
<
T
:
Any
>
ArgMatchersScope
.
notNull
(
matcher
:
T
=
any()
)
:
T
?
Matches an argument that is not null and matches
matcher
.