Package-level declarations

Types

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

Link copied to clipboard
inline fun <T : Any> ArgMatchersScope.notNull(matcher: T = any()): T?

Matches an argument that is not null and matches matcher.