ByFinishTool

class ByFinishTool<Output : Any>(val finishTool: ERROR CLASS: Symbol not found for Tool<*, Output>) : OutputOption<Output> (source)

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

Type Parameters

Output

The type of output produced by the associated tool.

Constructors

Link copied to clipboard
constructor(finishTool: ERROR CLASS: Symbol not found for Tool<*, Output>)

Properties

Link copied to clipboard
val finishTool: ERROR CLASS: Symbol not found for Tool<*, Output>

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