Interface BiFunction<T,​U,​R>


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

      • apply

        R apply​(T t,
                U u)