booster / com.didiglobal.booster.graph / Edge

Edge

data class Edge<T : Node>

Constructors

<init>

Edge(from: T, to: T)

Properties

from

val from: T

to

val to: T

Functions

toString

fun toString(): String