Package com.embabel.agent.core
Class IoBinding
-
- All Implemented Interfaces:
@JvmInline() public final class IoBinding
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classIoBinding.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static StringDEFAULT_BINDINGpublic final static StringLAST_RESULT_BINDINGprivate final Stringtypeprivate final Stringnameprivate final Stringvaluepublic final static IoBinding.CompanionCompanion
-