程序包 dev.utils.common

接口 ForUtils.Consumer<T>

封闭类:
ForUtils

public static interface ForUtils.Consumer<T>
detail: 循环消费者
作者:
Ttt
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    accept(int index, T value)
    循环消费方法
  • 方法详细资料

    • accept

      void accept(int index, T value)
      循环消费方法
      参数:
      index - 索引
      value - 对应索引值