schleinzer.com
03/07/2018, 5:03 PMdiesieben07
03/07/2018, 5:31 PMdalexander
03/07/2018, 5:36 PM@JvmStatic
annotation.schleinzer.com
03/07/2018, 6:34 PMdiesieben07
03/07/2018, 7:16 PMschleinzer.com
03/07/2018, 7:24 PMDaniel
03/07/2018, 8:26 PMschleinzer.com
03/07/2018, 8:48 PMAlexander Khyzhun
03/07/2018, 10:04 PMrakeeb
03/08/2018, 4:33 AMorangy
copy
on a data class doesn’t create a deep copy.schleinzer.com
03/08/2018, 3:18 PMmatej
03/09/2018, 2:57 PMWhat is the equivalent of the following Java expression in Kotlin?
int x = a ? b : c
Technically, either the Java code should be final int x = a ? b : c
or the offered Kotlin equivalents should all be var
instead of val
schleinzer.com
03/09/2018, 5:05 PM