notNull

inline fun <T : Any> ArgMatchersScope.notNull(matcher: T = any()): T?(source)

Matches an argument that is not null and matches matcher.