Interface BiFunction<T,​U,​R>


  • public interface BiFunction<T,​U,​R>
    • Method Detail

      • apply

        R apply​(T t,
                U u)
        Apply the function and return the result
        Parameters:
        t - First argument
        u - Second argument
        Returns:
        Result