3 lines
85 B
Plaintext
3 lines
85 B
Plaintext
channel.of( 'hello', 'ciao', 'bonjour' )
|
|
.collect { v -> v.length() }
|
|
.view() |