withHandlesSet

fun <B : HandlesSet> B.withHandlesSet(block: (Expression?) -> Block): B

Defines a block to be used to set an expression to a certain value.

Parameters

block

The code block that returns the block to execute.