Interface BiFunction<T,U,R>


public interface BiFunction<T,U,R>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(T t, U u)
     
  • Method Details

    • apply

      R apply(T t, U u)