LogicFunction

fun interface LogicFunction

A typealias for a prolog function that accepts a Compute.Request and returns a Compute.Response

Author

Enrico

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun compute(request: Compute.Request<ExecutionContext>): Compute.Response