GuardHelper

class GuardHelper<V>(val handler: SimpleCompletionHandler<V>)

A helper syntax class for guardedDo invocations.

Constructors

Link copied to clipboard
fun <V> GuardHelper(handler: SimpleCompletionHandler<V>)

Properties

Link copied to clipboard
val handler: SimpleCompletionHandler<V>

The current SimpleCompletionHandler itself.