Primitive

fun interface Primitive

A typealias for a primitive function that accepts a Solve.Request and returns a Sequence of Solve.Responses

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun solve(request: Solve.Request<ExecutionContext>): Sequence<Solve.Response>