net.openhft.function
Interface DoubleFloatConsumer


public interface DoubleFloatConsumer


Method Summary
 void accept(double a, float b)
           
 

Method Detail

accept

void accept(double a,
            float b)