kotlin-utils
/
loggersoft.kotlin.utils.graph
/
Analyst
/
hasPath
has
Path
abstract fun
hasPath
(startFrom:
V
, endWith:
V
):
Boolean
Content copied to clipboard
Returns
true
when path from
startFrom
to
endsWith
can be found;
false
otherwise.
Throws
kotlin.NoSuchElementException