io.github.kelvindev15.prolog.core.Goals.Disjunction
See theDisjunction 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 disjunction.
Attributes
-
Throws
-
IllegalArgumentException
if less of two arguments are provided.
Deconstructs the Disjunction in its arguments.
Deconstructs the Disjunction in its arguments.
Value parameters
-
disjunction
-
the disjunction to deconstruct.
Attributes
Returns a Disjunction if more to arguments are provided, otherwise return the provided term.
Returns a Disjunction if more to arguments are provided, otherwise return the provided term.
Value parameters
-
args
-
the arguments to put in disjuction.
Attributes
-
Throws
-
IllegalArgumentException
if no arguments is provided.