接口 Function<T,R>


public interface Function<T,R>
  • 方法概要

    修饰符和类型
    方法
    说明
    apply(T t)
    Applies this function to the given argument.
  • 方法详细资料

    • apply

      R apply(T t)
      Applies this function to the given argument.
      参数:
      t - the function argument
      返回:
      the function result