Uses of Interface
io.github.ascopes.jct.workspaces.Workspace.ThrowingWorkspaceConsumer
Package
Description
Workspace components to hold complex source code structures within memory.
-
Uses of Workspace.ThrowingWorkspaceConsumer in io.github.ascopes.jct.workspaces
Modifier and TypeMethodDescriptiondefault <T extends Throwable>
voidWorkspace.use
(Workspace.ThrowingWorkspaceConsumer<T> consumer) Functional equivalent of consuming this object with a try-with-resources.