3 lines
72 B
Plaintext
3 lines
72 B
Plaintext
channel.of( 8, 6, 2, 5 )
|
|
.max()
|
|
.view { v -> "Max value is $v" } |