-
-
方法概要
boolean
Tests if a given object satisfies this
Filter.
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 dev.langchain4j.store.embedding.filter.Filter
and, or
-
-
方法详细资料
-
-
-
test
public boolean test(Object object)
Tests if a given object satisfies this
Filter.
- 指定者:
test 在接口中 Filter
- 参数:
object - An object to test.
- 返回:
true if a given object satisfies this Filter, false otherwise.