net.openhft.function
Interface ByteDoubleConsumer


public interface ByteDoubleConsumer


Method Summary
 void accept(byte a, double b)
           
 

Method Detail

accept

void accept(byte a,
            double b)