TermConvertible

interface TermConvertible: Any

An interface to be implemented by types convertible to Prolog Terms

Methods

toTerm

abstract fun toTerm(): Term

Converts this instance to a Prolog Term

ReturnValue

Name Description
Term