VisitEachChildNodesVisitor

sealed external interface VisitEachChildNodesVisitor(source)

Functions

Link copied to clipboard
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
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