IoBinding

value class IoBinding(val value: String)

Binding definition of form name:Type If name is omitted, it is assumed to be 'it' Used to build preconditions from input and output bindings. Default name ("it") has a special meaning. It will be satisfied by an instance of the correct type being bound to "it", but also by the final result of the action having the correct type.

Constructors

Link copied to clipboard
constructor(name: String, type: String)
constructor(value: String)

Types

Link copied to clipboard
object Companion

Properties

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

Functions

Link copied to clipboard

Resolve the JVM type for this binding, if possible. Dynamic types won't be resolved, and calling code must handle nulls.