if you're trying to get the first element to be pa...
# rx
j
if you're trying to get the first element to be paired to
true
then there's easier ways:
upstream.publish { it.take(1).map { it to true }.concatWith(it.skip(1).map { it to false }) } }