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, substitution: <ERROR CLASS> = this.substitution): Solution.Yes
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