net.openhft.function
Interface ToIntFunction<T>


public interface ToIntFunction<T>


Method Summary
 int applyAsInt(T value)
           
 

Method Detail

applyAsInt

int applyAsInt(T value)