call method

  1. @override
Maybe call(
  1. SingularNodeList nodes
)
override

Applies the given arguments. This method MUST throw an Exception on invalid args.

Implementation

@override
Maybe call(SingularNodeList nodes) => Just(nodes.node?.index).type<int>();