net.openhft.function
Interface ByteFunction<R>


public interface ByteFunction<R>


Method Summary
 R apply(byte value)
           
 

Method Detail

apply

R apply(byte value)