sequence.isEmpty() → bool
Test if a sequence is empty.
Example: Are there any documents in the marvel table?
r.table("marvel").isEmpty().run(conn);
Couldn't find what you were looking for?
© RethinkDB contributors
Licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License.
https://rethinkdb.com/api/java/is_empty/