lucascoel / BankProject

1 stars 0 forks source link

Dica de como lidar com Optional #13

Open l3co opened 2 years ago

l3co commented 2 years ago

https://github.com/lucascoel/BankProject/blob/43dd267d3e3afade06235c5f933f5ffc78f62ed0/src/main/kotlin/com/example/jayaBank/services/AccountService.kt#L35

xptoService.findById("IDXPTO")?.get().let {
  it...
}