Companion

object Companion

Properties

Link copied to clipboard

The default binding, when it is not otherwise specified. Consistent with Groovy and Kotlin behavior.

Link copied to clipboard

Binding name for the last result on the blackboard. Used in @Trigger preconditions to check the type of the most recent result.

Functions

Link copied to clipboard
operator fun invoke(name: String? = DEFAULT_BINDING, type: Class<*>): IoBinding
operator fun invoke(name: String? = DEFAULT_BINDING, type: KClass<*>): <Error class: unknown class>