From 92c7136a1edc2d48a5e0e86175d2ca03f822c9a5 Mon Sep 17 00:00:00 2001 From: toychip Date: Wed, 26 Jun 2024 18:11:51 +0900 Subject: [PATCH] =?UTF-8?q?[Week1][=EC=9E=85=EB=AC=B8=ED=8E=B8]=2020?= =?UTF-8?q?=EA=B0=95=20scope=20function=20(#2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...5\213\200\353\246\260 \355\212\271\354\204\261.md" | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git "a/\354\236\204\354\244\200\355\230\225/kotlin-grammer/\354\204\271\354\205\2305 \354\266\224\352\260\200\354\240\201\354\234\274\353\241\234 \354\225\214\354\225\204\353\221\220\354\226\264\354\225\274 \355\225\240 \354\275\224\355\213\200\353\246\260 \355\212\271\354\204\261.md" "b/\354\236\204\354\244\200\355\230\225/kotlin-grammer/\354\204\271\354\205\2305 \354\266\224\352\260\200\354\240\201\354\234\274\353\241\234 \354\225\214\354\225\204\353\221\220\354\226\264\354\225\274 \355\225\240 \354\275\224\355\213\200\353\246\260 \355\212\271\354\204\261.md" index 30071c3..3e050f3 100644 --- "a/\354\236\204\354\244\200\355\230\225/kotlin-grammer/\354\204\271\354\205\2305 \354\266\224\352\260\200\354\240\201\354\234\274\353\241\234 \354\225\214\354\225\204\353\221\220\354\226\264\354\225\274 \355\225\240 \354\275\224\355\213\200\353\246\260 \355\212\271\354\204\261.md" +++ "b/\354\236\204\354\244\200\355\230\225/kotlin-grammer/\354\204\271\354\205\2305 \354\266\224\352\260\200\354\240\201\354\234\274\353\241\234 \354\225\214\354\225\204\353\221\220\354\226\264\354\225\274 \355\225\240 \354\275\224\355\213\200\353\246\260 \355\212\271\354\204\261.md" @@ -35,3 +35,14 @@ takeIf: 주어진 조건을 만족하면 그 값이, 그렇지 않으면 null이 takeunless: takeIf 의 반대 +## 20강 코틀린의 function의 분류 + +let, run, also, apply, with + +with만 확장함수가 아님 + +람다의 결과: let, run + +객체 그 자체: also, apply + +컨벤션을 지키자. 개인적으로 굳이라는 느낌이 느껴짐 \ No newline at end of file