net.openhft.function
Interface LongCharConsumer


public interface LongCharConsumer


Method Summary
 void accept(long a, char b)
           
 

Method Detail

accept

void accept(long a,
            char b)