dev.langchain4j.store.embedding.filter.Filter
public class IsEqualTo implements Filter
IsEqualTo(String key, Object comparisonValue)
String
key()
Object
comparisonValue()
boolean
test(Object object)
equals(Object o)
int
hashCode()
toString()
and, and, not, or, or
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
String key()
Object comparisonValue()
boolean test(Object object)
Tests if a given object satisfies this Filter.
object
true if a given object satisfies this Filter, false otherwise.
true
false
boolean equals(Object o)
int hashCode()
String toString()