Halt
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun copy(query: <ERROR CLASS> = this.query, exception: ResolutionException = this.exception): Solution.Halt
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun <T> whenIs( yes: (Solution.Yes) -> T? = null, no: (Solution.No) -> T? = null, halt: (Solution.Halt) -> T? = null, otherwise: (Solution) -> T = { throw IllegalStateException("Cannot handle solution $it") }): T
Content copied to clipboard