ValV
06/30/2019, 7:47 PMkotlin.jvm.functions.Function0
gildor
07/01/2019, 12:39 AMGauthierPLM
07/01/2019, 2:38 AMgildor
07/01/2019, 3:12 AMValV
07/01/2019, 4:26 AMfunctuinal types
-- are those lambdas only or + something else?gildor
07/01/2019, 4:44 AMall of them give (lambdas) Function0/1Of course, otherwise how it would represent in Java code?
ValV
07/01/2019, 5:09 AM(A, B) -> C
, A.(B) -> C
and suspend () -> Unit
) are represented by Function0/1/.../42/... classes, right?gildor
07/01/2019, 5:12 AMValV
07/01/2019, 5:26 AM