io.github.kelvindev15.prolog.core.Goals.Conjunction
See theConjunction companion trait
Attributes
-
Companion
-
trait
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Value parameters
-
args
-
the arguments to put in conjunction.
Attributes
-
Throws
-
IllegalArgumentException
if less of two arguments are provided.
Deconstructs the Conjuction in its arguments.
Deconstructs the Conjuction in its arguments.
Value parameters
-
conjunction
-
the conjunction to deconstruct.
Attributes
Returns a Conjunction if more to arguments are provided, otherwise return the provided term.
Returns a Conjunction if more to arguments are provided, otherwise return the provided term.
Value parameters
-
args
-
the arguments to put in conjunction.
Attributes
-
Throws
-
IllegalArgumentException
if no arguments is provided.