Interface Workspace.ThrowingWorkspaceConsumer<T extends Throwable>

Type Parameters:
T - the exception type that can be thrown, or RuntimeException if no checked exception is thrown.
Enclosing interface:
Workspace

@API(since="3.2.0", status=STABLE) public static interface Workspace.ThrowingWorkspaceConsumer<T extends Throwable>
A consumer functional interface that consumes a workspace and can throw a checked exception.
Since:
3.2.0
Author:
Ashley Scopes