viaduct
0.3.0
runtime
/
io.github.aplcornell.viaduct.runtime
/
IOStrategy
IOStrategy
interface
IOStrategy
Functions
Inheritors
Functions
input
Link copied to clipboard
abstract
fun
input
(
type
:
IOValueType
)
:
Value
Inputs a value of type
type
from the host.
output
Link copied to clipboard
abstract
fun
output
(
value
:
IOValue
)
Outputs
value
to the host.
Inheritors
CombinedRuntime
Link copied to clipboard
ScannerIOStrategy
Link copied to clipboard
ViaductRuntime
Link copied to clipboard