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

info.bliki.wiki.template.expr.eval.IBooleanDouble2Function Maven / Gradle / Ivy

The newest version!
package info.bliki.wiki.template.expr.eval;


public interface IBooleanDouble2Function {
  public boolean evaluate(double arg1, double arg2);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy