net.openhft.function
Interface LongObjFunction<T,R>


public interface LongObjFunction<T,R>


Method Summary
 R apply(long v, T t)
           
 

Method Detail

apply

R apply(long v,
        T t)