io.vertx.tp.crud.refine.IxIs Maven / Gradle / Ivy
package io.vertx.tp.crud.refine;
import io.vertx.core.json.JsonObject;
class IxIs {
static boolean isExist(final JsonObject result) {
final Long counter = result.getLong("count", 0L);
return 0 < counter;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy