Connection
data class Connection<FROM : IntervalLike<FROM>, TO : IntervalLike<TO>>(val interval: Interval, val from: FROM?, val to: TO?) : IntervalLike<Connection<FROM, TO>>
Represents a pairing of two other IntervalLike objects.
Represents a pairing of two other IntervalLike objects.