This will attempt to find the graph node which contains the provided value.
Value matching is based on applying the ==/opEquals() operator to each graph nodes' getValue() within the graph.
the value
an optional containing the graph node if found, else an empty optional
See Implementation
This will attempt to find the graph node which contains the provided value.
Value matching is based on applying the ==/opEquals() operator to each graph nodes' getValue() within the graph.