PredicateWithoutArguments

A base class to implement predicates with zero arguments (e.g. !/0, nl/0, repeat/0). Follows the same design (and same ladder of nested subclasses -- WithoutSideEffects, NonBacktrackable, Functional, Predicative) as BinaryRelation; see its KDoc for the full rationale. Also available as ZeroaryPredicate.

Inheritors

Constructors

Link copied to clipboard
constructor(operator: String)

Properties

Link copied to clipboard

Gets this wrapped primitive description Pair formed by signature and wrapped primitive type

Link copied to clipboard

A shorthand to get the signature functor name

Link copied to clipboard

Checked primitive implementation

Link copied to clipboard