- All Implemented Interfaces:
Filter
-
Constructor Summary
Constructors
-
Method Summary
boolean
int
boolean
Tests if a given object satisfies this
Filter
.
Methods inherited from interface dev.langchain4j.store.embedding.filter.Filter
and, or
-
-
Method Details
-
-
comparisonValue
public String comparisonValue()
-
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.
-
-
-