- All Implemented Interfaces:
Filter
-
Constructor Summary
Constructors
-
Method Summary
boolean
Tests if a given object satisfies this
Filter.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.langchain4j.store.embedding.filter.Filter
and, or
-
-
Method Details
-
-
-
test
public boolean test(Object object)
Description copied from interface: Filter
Tests if a given object satisfies this
Filter.
- Specified by:
test in interface Filter
- Parameters:
object - An object to test.
- Returns:
true if a given object satisfies this Filter, false otherwise.