接口 IntFunction<R>


public interface IntFunction<R>
  • 方法概要

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

    • apply

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