net.openhft.function
Interface LongLongConsumer


public interface LongLongConsumer


Method Summary
 void accept(long a, long b)
           
 

Method Detail

accept

void accept(long a,
            long b)