![JAR search and dependency download from the Maven repository](/logo.png)
org.nlab.json.stream.predicate.JsonPredicate Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of json-stream Show documentation
Show all versions of json-stream Show documentation
Json Streaming / JsonPath Matcher
package org.nlab.json.stream.predicate;
import java.util.function.Predicate;
import org.nlab.json.stream.context.StreamContext;
/**
* Created by nlabrot on 14/12/15.
*/
public interface JsonPredicate extends Predicate {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy