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

org.antlr.v4.runtime.misc.Predicate Maven / Gradle / Ivy

There is a newer version: 4.13.2
Show newest version
package org.antlr.v4.runtime.misc;

public interface Predicate {
	boolean test(T t);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy