mirror of
https://gitee.com/dromara/easy-es.git
synced 2025-12-06 17:18:57 +08:00
6 lines
162 B
Markdown
6 lines
162 B
Markdown
```java
|
|
isNotNull(R column)
|
|
isNotNull(boolean condition, R column)
|
|
```
|
|
● Field IS NOT NULL<br />● Example: isNotNull(Document::getTitle)--->title is not null
|