setCurrent

abstract fun setCurrent(alias: String): Self

Returns a copy of this store with CURRENT pointing to the channel already aliased as alias.


abstract fun setCurrent(channel: C): Self

Returns a copy of this store with CURRENT pointing to channel.