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

com.evuv.operators.Operator Maven / Gradle / Ivy

The newest version!
package com.evuv.operators;

import com.evuv.expressions.BindedExpression;

public interface Operator, U> {

	public boolean op(T left, T right);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy