net.openhft.function
Interface IntBinaryOperator


public interface IntBinaryOperator


Method Summary
 int applyAsInt(int left, int right)
           
 

Method Detail

applyAsInt

int applyAsInt(int left,
               int right)