All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tech.harmonysoft.oss.common.match.KeyValueMatcher.kt Maven / Gradle / Ivy

package tech.harmonysoft.oss.common.match

import tech.harmonysoft.oss.common.data.DataProviderStrategy

/**
 * A generic predicate for objects which can be represented via [DataProviderStrategy]
 */
interface KeyValueMatcher {

    fun  matches(holder: HOLDER, retrivalStrategy: DataProviderStrategy): Boolean
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy