net.openhft.function
Interface ObjIntToIntFunction<T>


public interface ObjIntToIntFunction<T>


Method Summary
 int applyAsInt(T a, int b)
           
 

Method Detail

applyAsInt

int applyAsInt(T a,
               int b)