net.openhft.function
Interface ObjByteConsumer<T>


public interface ObjByteConsumer<T>


Method Summary
 void accept(T a, byte b)
           
 

Method Detail

accept

void accept(T a,
            byte b)