net.openhft.function
Interface IntIntToIntFunction


public interface IntIntToIntFunction


Method Summary
 int applyAsInt(int a, int b)
           
 

Method Detail

applyAsInt

int applyAsInt(int a,
               int b)