ByFinishTool

class ByFinishTool<Output : Any>(val finishTool: Tool<*, Output>) : OutputOption<Output> (source)

Represents an output option determined by a specific tool that provides the output.

Parameters

Output

The type of output produced by the associated tool.

Constructors

Link copied to clipboard
constructor(finishTool: Tool<*, Output>)

Properties

Link copied to clipboard

The tool responsible for producing the output of the specified type.