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

com.google.gwt.emul.java.util.function.IntBinaryOperator Maven / Gradle / Ivy

The newest version!
package java.util.function;

@FunctionalInterface
public interface IntBinaryOperator {
  int applyAsInt(int left, int right);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy