net.openhft.function
Interface ByteObjConsumer<U>


public interface ByteObjConsumer<U>


Method Summary
 void accept(byte a, U b)
           
 

Method Detail

accept

void accept(byte a,
            U b)