All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.vertx.tp.crud.refine.IxIs Maven / Gradle / Ivy

There is a newer version: 0.9.0
Show newest version
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