package com.revolsys.util.function; @FunctionalInterface public interface IntBiConsumer { void accept(int parameter1, int parameter2); }