map method

TTLink map()

Iterates over each property and item on a node, passing it down the link chain

Not yet supported

Behaves like a forEach on your data. It also subscribes to every item as well and listens for newly inserted items.

@returns a new link context holding many links simultaneously.

Implementation

TTLink map() {
  throw ("map() isn't supported yet");
}