net.openhft.function
Interface ByteFloatConsumer


public interface ByteFloatConsumer


Method Summary
 void accept(byte a, float b)
           
 

Method Detail

accept

void accept(byte a,
            float b)