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


public interface DoubleObjFunction<T,R>


Method Summary
 R apply(double v, T t)
           
 

Method Detail

apply

R apply(double v,
        T t)