K
Size: a a a
K
K
AT
w
AT
s
TT
KS
TT
A
TT
A
TT
LP
AT
ΛВ
TT
TT
val datastream: DS = {
val stream1 = { ...
}
do_some_cool_shit()
stream1
}
def do_some_cool_shit: Unit = {
...
val stream2 = {...map { datastream } }
}