-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Kotlin for Java Developers
By :
Symbols
!! operator 75, 76
A
abstraction 103
access modifiers 16, 101
Any type
usage scenarios 140-144
apply function 79, 94-96
arguments
functions, passing as 194
asynchronous programming 302-308
attributes 104
AuthorBuilder 362
B
Behavior-Driven Development (BDD) 338
book DSL
benefits 371
trade-offs and considerations 371
Booleans 23
bytecode 16, 205
C
camel case 106
channels 313
types 313
Char type 23
classes 101-104
collections 234
and lambdas 240-244
in Java, versus Kotlin 234-237
operations...