DeferredTask

constructor(@NonNull lazyTask: Supplier<Task>)

Construct a new DeferredTask to run.

Parameters

lazyTask

the task to construct and run when the DeferredTask starts running.