bitkid
11/07/2016, 10:04 PMbitkid
11/07/2016, 10:04 PMbitkid
11/07/2016, 10:06 PMbitkid
11/07/2016, 10:07 PMbitkid
11/07/2016, 10:07 PMjw
11/07/2016, 10:07 PMjw
11/07/2016, 10:08 PMwhile (true)
+ `if`/`break` though and it's only 1 more linebitkid
11/07/2016, 10:10 PMbitkid
11/07/2016, 10:10 PMcedric
11/07/2016, 10:15 PMfold
or reduce
toobitkid
11/07/2016, 10:17 PMbitkid
11/07/2016, 10:18 PMcedric
11/07/2016, 10:21 PMvar
or whatever you’re comfortable with. If it works, I’d stick with it personally.jdiaz
11/07/2016, 11:02 PMjakiej
11/07/2016, 11:11 PMInt and Int
? and
is infixsemoro
11/07/2016, 11:12 PMval i: Int = 1 and 2
@jakiejjdiaz
11/07/2016, 11:14 PMjdiaz
11/07/2016, 11:14 PMjdiaz
11/07/2016, 11:15 PMhappy15
11/08/2016, 3:43 AMlogs.filter { it.appUser != null }.groupBy(Log::appUser)
return Map<String, T> instead of Map<String?, T>?drmikeando
11/08/2016, 4:26 AMlogs.filter { it.appUser != null }.groupBy { it.appUser!! }
?forcelain
11/08/2016, 4:28 AMhappy15
11/08/2016, 6:09 AMforcelain
11/08/2016, 9:22 AMval call = <…>
makeCall(call) { }
is it right?yole
11/08/2016, 9:26 AMfun foo(callback: () -> Unit = {})
semoro
11/08/2016, 3:21 PMclass B<T : SomeInterface> : A<T>()
semoro
11/08/2016, 3:21 PMmenegatti
11/08/2016, 3:23 PMmenegatti
11/08/2016, 3:23 PM