public static class ThreadUtils.SerialExecutable extends Object implements Executable
| 限定符和类型 | 字段和说明 |
|---|---|
private List<Executable> |
executables |
| 构造器和说明 |
|---|
SerialExecutable(Executable... executables) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Executable |
create(Executable... executables) |
boolean |
execute() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonCancellation, onErrorprivate final List<Executable> executables
SerialExecutable(Executable... executables)
public boolean execute()
execute 在接口中 Executablepublic static Executable create(Executable... executables)
Copyright © 2020. All rights reserved.