Java to Kotlin a refactoring guidebook
Otros Autores: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Sebastopol, California :
O'Reilly Media, Incorporated
[2021]
|
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009631254706719 |
Tabla de Contenidos:
- Introduction
- Java to Kotlin projects
- Java to Kotlin classes
- Optional to nullable
- Beans to values
- Java to Kotlin collections
- Actions to calculations
- Static methods to top-level functions
- Multi- to single-expression functions
- Functions to extension functions
- Methods to properties
- Functions to operators
- Streams to Iterables to sequences
- Accumulating objects to transformations
- Encapsulated collections to type aliases
- Interfaces to functions
- Mocks to maps
- Open to sealed classes
- Throwing to returning
- Performing I/O to passing data
- Exceptions to values
- Classes to functions
- Continuing the journey.