Variable

io.github.kelvindev15.prolog.core.Variable
See theVariable companion trait
object Variable

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Variable.type

Members list

Value members

Concrete methods

Returns a instance of an anonymous variable.

Returns a instance of an anonymous variable.

Attributes

def apply(name: String): Variable

Returns an instance of a Variable.

Returns an instance of a Variable.

Value parameters

name

the name of the variable.

Attributes