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


public interface CharObjFunction<T,R>


Method Summary
 R apply(char v, T t)
           
 

Method Detail

apply

R apply(char v,
        T t)