Interface IRunnable

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IRunnable
可以抛出异常的Runnable 异常外面处理
Author:
qiunet 2021/12/28 20:30
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()