Class IsIn

  • All Implemented Interfaces:
    dev.langchain4j.store.embedding.filter.Filter

    
    public class IsIn
     implements Filter
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String key()
      Collection<out Object> comparisonValues()
      boolean test(Object object) Tests if a given object satisfies this Filter.
      boolean equals(Object o)
      int hashCode()
      String toString()
      • Methods inherited from class dev.langchain4j.store.embedding.filter.Filter

        and, and, not, or, or
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait