org.terracotta.offheapstore.jdk8
Interface BiFunction<T,U,R>


public interface BiFunction<T,U,R>


Method Summary
 R apply(T t, U u)
          Applies this function to the given arguments.
 

Method Detail

apply

R apply(T t,
        U u)
Applies this function to the given arguments.

Parameters:
t - the first function argument
u - the second function argument
Returns:
the function result


Copyright © 2016. All rights reserved.