invoke

open operator fun invoke(scope: Port<REQ, RES>.() -> Unit)

Allows interactions with the port within a designated DSL scope.

Since

1.0.0

Parameters

scope

The lambda representing the specific interactions with the port.