Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Kotlinの好きなところ

 Kotlinの好きなところ

PIXIV DEV MEETUP 2024 にてLTした際の発表資料です。
https://conference.pixiv.co.jp/2024/dev-meetup

---
好きなKotlinの機能について発表します。呼び方がわからないあんな機能やこんな機能も登場するかも!?

kobayashi_kento

October 17, 2024
Tweet

More Decks by kobayashi_kento

Other Decks in Programming

Transcript

  1. スコープ関数 let, with, run, apply, also ピクシブでの利用例) let: nullableな変数に対して処理を実行 apply:

    プロパティに対する変更 also: runCatchingでの最終処理(finally) オブジェクトのコンテキストで処理を実行