muralimohan962
08/05/2018, 5:34 AMKulwinder Singh
08/05/2018, 8:34 AMdeleting
and saving
data using kotlin corutine
inside onDestroy
method of Service
, i want to know that What happen if Service
destroyed before save operation is completedprashanth.hegde
08/05/2018, 1:22 PM1.2.41
in the library. Strangely, when I upgrade the library to 1.2.50
and above, the dependent projects (spring boot) cannot see my library. gradle command line builds fine. Only IntelliJ does not recognize the library functions. Am I missing something??
The only change being upgrading the kotlin versions from 1.2.41
to 1.2.60
AND upgrade coroutines from 0.22.5
to 0.24.0
supaham
08/06/2018, 3:33 PMval item1, item2, item3 = list
If so, is it possible to make it do a getOrNull?karelpeeters
08/06/2018, 6:36 PMCollections.syncronizedList(...)
Boyong
08/06/2018, 7:26 PMAlowaniak
08/06/2018, 9:57 PMgroostav
08/07/2018, 6:56 AMgetProperty("os.name")
, does kotlin have something better?Richard
08/07/2018, 1:26 PMval person: Entity? = null
should throw a warning in IntelliJ. Or do you find any case where it's OK?rrader
08/07/2018, 1:35 PMfun check(params: Map>String, *>, ???): ???
check(params, String) // return a String
check(params, String?) // return a String?
what to put instead of ???
?rrader
08/07/2018, 1:53 PMType mismatch: inferred type is String.Companion but String was expected
leandro
08/07/2018, 3:26 PMshusek
08/07/2018, 3:48 PMfrancis
08/07/2018, 11:49 PMredrield
08/08/2018, 12:45 AManstaendig
08/08/2018, 10:15 AManstaendig
08/08/2018, 10:16 AMshusek
08/08/2018, 11:13 AMjw
08/08/2018, 1:02 PMsendilkumarn [JHipster]
08/08/2018, 7:18 PMske
08/08/2018, 11:39 PMLucas Ł
08/09/2018, 9:08 AMdalexander
08/09/2018, 11:56 AMKrs
08/09/2018, 12:13 PMhttps://youtu.be/A-mxj2vhVAA?t=756▾
kunalsheth
08/09/2018, 2:31 PMMohamed Ebrahim
08/09/2018, 6:08 PMadam-mcneilly
08/09/2018, 6:17 PM(T) -> Unit
as a function type, how can I call this from Java? Does anyone have a code sample of this?karelpeeters
08/09/2018, 8:12 PMval a: @Foo Int = 5
groostav
08/09/2018, 11:14 PMgroostav
08/09/2018, 11:14 PMShawn
08/09/2018, 11:15 PMgroostav
08/09/2018, 11:15 PM