IOStrategy

interface IOStrategy

Functions

Link copied to clipboard
abstract fun input(type: IOValueType): Value

Inputs a value of type type from the host.

Link copied to clipboard
abstract fun output(value: IOValue)

Outputs value to the host.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard