net.openhft.function
Interface Function<T,R>


public interface Function<T,R>


Method Summary
 R apply(T t)
           
 

Method Detail

apply

R apply(T t)