0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

ググりづらいkotlin構文たち

Last updated at Posted at 2023-04-20

随時更新予定。

: () -> Unit 

変数や関数に型を指定しています。
: () -> Unit型の変数 = 処理だけが入っている変数 と考えていいと思います。

Unitvoidのように、返す値が無い事を表します。
返す値が無い事を型に指定する とはどういう事か、イメージしづらいと思います。

kotlinは関数を変数に格納できるので、
格納しても中身には処理だけが入っていて、実物が無い。みたいなイメージです。

AndroidDeveloper codelab

おまけ

Androidやkotlinについては分野ごとにAndroidDeveloper Codelab というわかりやすい上に練習もさせてくれる公式ページがあり、Androidだけでなくkotlinの勉強も1からやらせてくれます。
本来そちらを順番にこなしていくのがいいのですが、この記事はそんな時間が無い方向けです。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?