net.openhft.function
Interface LongByteConsumer


public interface LongByteConsumer


Method Summary
 void accept(long a, byte b)
           
 

Method Detail

accept

void accept(long a,
            byte b)