net.openhft.function
Interface ObjByteToByteFunction<T>


public interface ObjByteToByteFunction<T>


Method Summary
 byte applyAsByte(T a, byte b)
           
 

Method Detail

applyAsByte

byte applyAsByte(T a,
                 byte b)