net.openhft.function
Interface BiFunction<T,U,R>


public interface BiFunction<T,U,R>


Method Summary
 R apply(T t, U u)
           
 

Method Detail

apply

R apply(T t,
        U u)