How does TSpaces determines matches?
There are two types of SuperTuple: – Tuple: which is final and cannot be subclassed. So matching is only by the ordering and content of the Fields contained within the Tuple – SubclasableTuple: which can be subclassed. The template must be an instanceof the SubclassableTuple that is being matched.