title | type | description | num | previous-page | next-page |
---|---|---|---|---|---|
Functions |
chapter |
This chapter looks at all topics related to functions in Scala 3. |
28 |
methods-summary |
fun-anonymous-functions |
Where the previous chapter introduced Scala methods, this chapter digs into functions. The topics that are covered include anonymous functions, function variables, and higher-order functions (HOFs), including how to create your own HOFs.