Companion
Types
Link copied to clipboard
class FailureHelper<V>(val throwable: Throwable, val handler: SimpleCompletionHandler<V>)
Content copied to clipboard
A helper syntax class for completion failures.
Link copied to clipboard
A helper syntax class for guardedDo invocations.
Link copied to clipboard
class SuccessHelper<V>(val value: V, val handler: SimpleCompletionHandler<V>)
Content copied to clipboard
A helper syntax class for completion successes.