hasOutgoingEdges

open fun hasOutgoingEdges(@NonNull node: @NonNull T): Boolean(source)

Checks whether we have any outgoing edges for the given node (i.e. nodes which have an incoming edge from the given node).

Return

true if the node has any outgoing edges, false otherwise.