net.openhft.function
Interface ObjCharConsumer<T>


public interface ObjCharConsumer<T>


Method Summary
 void accept(T a, char b)
           
 

Method Detail

accept

void accept(T a,
            char b)