net.openhft.function
Interface DoubleObjConsumer<U>


public interface DoubleObjConsumer<U>


Method Summary
 void accept(double a, U b)
           
 

Method Detail

accept

void accept(double a,
            U b)