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

com.netflix.infix.lang.infix.antlr.PredicateTranslatable Maven / Gradle / Ivy

The newest version!
package com.netflix.infix.lang.infix.antlr;

import com.google.common.base.Predicate;

public interface PredicateTranslatable {
	public Predicate translate();
}