kotlin.collections.filterNotTo

filterNotTo

inline fun <K, V, M : MutableMap<in K, in V>> Map<out K, V>.filterNotTo(
    destination: M, 
    predicate: (Entry<K, V>) -> Boolean
): M

Appends all entries not matching the given predicate into the given 登录查看完整内容