com.github.spoptchev.kotlin.preconditions.matcher.MapMatcher.kt Maven / Gradle / Ivy
package com.github.spoptchev.kotlin.preconditions.matcher
import com.github.spoptchev.kotlin.preconditions.Condition
import com.github.spoptchev.kotlin.preconditions.Matcher
interface MapMatcher {
fun hasKey(key: K) = object : Matcher
© 2015 - 2024 Weber Informatics LLC | Privacy Policy