Generated by
JDiff

Class com.google.common.util.concurrent.MoreExecutors

Added Methods
Executor sequentialExecutor(Executor) Returns an Executor that runs each task executed sequentially, such that no two tasks are running concurrently.