net.openhft.function
Interface LongFunction<R>


public interface LongFunction<R>


Method Summary
 R apply(long value)
           
 

Method Detail

apply

R apply(long value)