Please enable JavaScript.
Coggle requires JavaScript to display documents.
Lambda (Sequence operations (intermediate (returns another sequence…
Lambda
-
it are block codes
-
val sum [ x: Int, y: Int -> x + y}
-
-
-
-
-
constructor reference
examples
data class Person(val name: String, val age: Int)
-