net.openhft.function
Interface ByteLongConsumer


public interface ByteLongConsumer


Method Summary
 void accept(byte a, long b)
           
 

Method Detail

accept

void accept(byte a,
            long b)