Nikky
01/19/2021, 5:42 PMtake
it closes the flowlouiscad
01/19/2021, 5:43 PMNikky
01/19/2021, 5:44 PMlouiscad
01/19/2021, 5:47 PMNikky
01/19/2021, 6:02 PMlouiscad
01/19/2021, 6:02 PMcollect
collect
is the base of every flow operatorshareIn
or stateIn
Nikky
01/19/2021, 6:06 PMfirst()
and .skip(1).collect()
later correct ?
or do i need to ensure it has a buffer for that ?louiscad
01/19/2021, 6:07 PMNikky
01/19/2021, 6:08 PMDominaezzz
01/19/2021, 8:32 PMproduceIn
and receive()
the items manually.louiscad
01/19/2021, 8:35 PMyourFlow.produceIn(someScope).consume {
receive() // First value
receiveAsFlow().collect { // Other values
}
}