mirror of
https://gitee.com/dromara/easy-es.git
synced 2025-12-06 17:18:57 +08:00
247 B
247 B
and(Consumer<Param> consumer)
and(boolean condition, Consumer<Param> consumer)
● AND nesting
● Example: and(i -> i.eq(Document::getTitle, "Hello").ne(Document::getCreator, "Guy"))--->and (title ='Hello' and creator != 'Guy' )