vertexesFor

open fun vertexesFor(value: T, predicate: (T) -> Boolean = { it == value }): List<T>
open fun vertexesFor(vararg values: T): List<T>