Interface BiFunction<T,​U,​R>


  • public interface BiFunction<T,​U,​R>
    Functional interface for a function T,U -> R
    • Method Detail

      • apply

        R apply​(T t,
                U u)