Companion

object Companion

Types

Link copied to clipboard
class FailureHelper<V>(val throwable: Throwable, val handler: SimpleCompletionHandler<V>)

A helper syntax class for completion failures.

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

A helper syntax class for guardedDo invocations.

Link copied to clipboard
class SuccessHelper<V>(val value: V, val handler: SimpleCompletionHandler<V>)

A helper syntax class for completion successes.