Assignment
object Assignment
Collection of factory methods for generating assignments with human-readable
toString
results.
- Source:
- Assignment.scala
Value members
Concrete methods
Returns a constant assignment mapping all unknowns to the same value v
.
Returns a constant assignment mapping all unknowns to the same value v
.
- Value parameters:
- v
the fixed value returned by the assignment.
- Source:
- Assignment.scala
Returns an assignment backed by an immutable map.
Returns an assignment backed by an immutable map.
- Value parameters:
- m
the immutable map holding the assignment.
- Source:
- Assignment.scala
Returns an assignment backed by a function
Returns an assignment backed by a function
- Value parameters:
- f
the function holding the assignment.
- str
the optional result of the
toString
method. IfNone
, the standardtoString
method for functions is used.
- Source:
- Assignment.scala