issues
search
bitlap
/
ScalaCookbook
Scala Cookbook 2nd Edition中文翻译初稿
11
stars
2
forks
source link
4. Control Structures
#4
Closed
jxnu-liguobin
closed
2 years ago
jxnu-liguobin
commented
2 years ago
[x] 4章开头 85
[x] 4.1 Looping over Data Structures with for 88
[x] 4.2 Using for Loops with Multiple Counters 92
[x] 4.3 Using a for Loop with Embedded if Statements (Guards) 93
[x] 4.4 Creating a New Collection from an Existing Collection with for/yield 95
[x] 4.5 Using the if Construct Like a Ternary Operator 97
[x] 4.6 Using a Match Expression Like a switch Statement 98
[x] 4.7 Matching Multiple Conditions with One Case Statement 102
[x] 4.8 Assigning the Result of a Match Expression to a Variable 103
[x] 4.9 Accessing the Value of the Default Case in a Match Expression 104
[x] 4.10 Using Pattern Matching in Match Expressions 105
[x] 4.11 Using Enums and Case Classes in match Expressions 111
[x] 4.12 Adding if Expressions (Guards) to Case Statements 113
[x] 4.13 Using a Match Expression Instead of isInstanceOf 115
[x] 4.14 Working with a List in a Match Expression 117
[x] 4.15 Matching One or More Exceptions with try/catch 120
[x] 4.16 Declaring a Variable Before Using It in a try/catch/finally Block 123
[x] 4.17 Creating Your Own Control Structures 128
85 ~ 128 = 44页
Donvi
commented
2 years ago
[x] 4.1 Looping over Data Structures with for 88
[ ] 4.2 Using for Loops with Multiple Counters 92
[ ] 4.3 Using a for Loop with Embedded if Statements (Guards) 93
[ ] 4.4 Creating a New Collection from an Existing Collection with for/yield 95
[ ] 4.5 Using the if Construct Like a Ternary Operator 97
[ ] 4.6 Using a Match Expression Like a switch Statement 98
[ ] 4.7 Matching Multiple Conditions with One Case Statement 102
[ ] 4.8 Assigning the Result of a Match Expression to a Variable 103
[ ] 4.9 Accessing the Value of the Default Case in a Match Expression 104
[ ] 4.10 Using Pattern Matching in Match Expressions 105
[ ] 4.11 Using Enums and Case Classes in match Expressions 111
[ ] 4.12 Adding if Expressions (Guards) to Case Statements 113
[ ] 4.13 Using a Match Expression Instead of isInstanceOf 115
[ ] 4.14 Working with a List in a Match Expression 117
[ ] 4.15 Matching One or More Exceptions with try/catch 120
[ ] 4.16 Declaring a Variable Before Using It in a try/catch/finally Block 123
[ ] 4.17 Creating Your Own Control Structures
85 ~ 128 = 44页