sealed class Routing<R, G : TxProvider<R, G>>
plus |
abstract operator fun plus(other: RoutingDef<R, G>): RoutingDef<R, G> |
InitialRouting |
class InitialRouting<R, G : TxProvider<R, G>> : Routing<R, G> |
RoutingDef |
data class RoutingDef<R, G : TxProvider<R, G>> : Routing<R, G> |