Service Values

from values import Values

Port NameLocationProtocolInterfaces
inputlocalValuesInterface

List of Available Interfaces

ValuesInterface

Operation NameInput TypeOutput TypeFaultsDescription
equalsComparisonRequestbool-
Returns true if two values are deeply equal to each other and false otherwise.
hashCodeundefinedint-
Returns a hash code value for the argument.

Types

ComparisonRequest:
Type Declaration
void {
  fst[1,1]: undefined //  The first value
  snd[1,1]: undefined //  The second value
}