getOutgoingEdges

@Nullable
open fun getOutgoingEdges(@NonNull node: @NonNull T): @Nullable List<T>(source)

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

Return

a new list containing any outgoing edges, or null if there are none