coMatchNullable

inline fun <T : Any> coMatchNullable(noinline matcher: suspend (T?) -> Boolean): T