invoke

abstract operator fun <TIn : Node, TInArray : NodeArray<TIn>?, TOut : Node> invoke(    nodes: TInArray,     visitor: Visitor<TIn, Node?>,     test: (node: Node) -> Boolean,     start: Double? = definedExternally,     count: Double? = definedExternally): Any(source)
abstract operator fun <TIn : Node, TInArray : NodeArray<TIn>?> invoke(    nodes: TInArray,     visitor: Visitor<TIn, Node?>,     test: (node: Node) -> Boolean? = definedExternally,     start: Double? = definedExternally,     count: Double? = definedExternally): Any(source)