Index

A note on the digital index

A link in an index entry is displayed as the section title in which that entry appears. Because some sections have multiple index markers, it is not unusual for an entry to have several links to the same section. Clicking on any link will take you directly to the place in the text in which the marker appears.

Symbols

" (quotation marks, double)
enclosing string literals, Strings
“"” (triple quotes), for multiline strings, Strings
$ (dollar sign)
referencing external data in string interpolation, String interpolation
& (ampersand)
& (Boolean and) operator, An Overview of Scala Types
&& versus & operator, An Overview of Scala Types
' (quotation marks, single)
enclosing Char literals, An Overview of Scala Types
( ) (parentheses)
defining capture group in regular expressions, Regular expressions
denoting a Unit literal, An Overview of Scala Types
enclosing Boolean expression in if expression, Matching with Pattern Guards
enclosing tuples, Tuples
grouping function parameters, Parameter Groups
in for-loops, Loops
in functions, Functions with Empty Parentheses, Function Invocation with Expression Blocks
leaving out for single-parameter functions, Function Types and Values
* (asterisk)
in vararg parameters, Vararg Parameters
multiplication operator, Naming
-> relation operator, Lists, Sets, and Maps
. (period), member access operator, Naming
. dot notation, Methods and Operators, List Arithmetic
accessing class fields and methods, Defining Classes
/ (slash)
division operator,

Get Learning Scala now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.