Task

public interface Task(source)

This is a functional interface that can be used to execute a block of code that potentially throws a Throwable.

Functions

Link copied to clipboard
public abstract void execute()
Executes the task.