4 lines
95 B
Plaintext
4 lines
95 B
Plaintext
// mapping function
|
|
channel.of( "hello", "hi", "hey" )
|
|
.min { v -> v.length() }
|
|
.view() |