接口 SneakyUtils.ThrowingConsumer<T,E extends Throwable>

封闭类:
SneakyUtils

public static interface SneakyUtils.ThrowingConsumer<T,E extends Throwable>
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    accept(T thing)
     
  • 方法详细资料

    • accept

      void accept(T thing) throws E
      抛出:
      E extends Throwable