net.openhft.function
Interface ToLongFunction<T>


public interface ToLongFunction<T>


Method Summary
 long applyAsLong(T value)
           
 

Method Detail

applyAsLong

long applyAsLong(T value)