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

jsonvalues.spec.JsArraySpec Maven / Gradle / Ivy

package jsonvalues.spec;

import jsonvalues.JsArray;
import jsonvalues.JsPath;

import java.util.Set;

public interface JsArraySpec extends JsSpec {

    default Set test(final JsArray value) {
        return test(JsPath.empty(),
                    value);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy