pavel
10/24/2017, 9:06 PMPaul Woitaschek
10/25/2017, 9:33 AMSaša Šijak
10/25/2017, 10:02 AMSlackbot
10/25/2017, 12:17 PMjstuyts-squins
10/25/2017, 1:51 PMfun sayHello(name: String) {
sayHelloMan(name)
}
fun sayHelloMan(namePrefix: String) {
print("Hello ${namePrefix}Man")
}
Ian
10/25/2017, 4:42 PMtoList()
extension method on Stream
, anyone have any ideas why that might be?Hawk
10/25/2017, 4:44 PM.stream()
it gives you a java stream not a kotlin list, you should be able to call .forEach { println(it) }
directly on the collection.codeslubber
10/25/2017, 10:51 PMBrian Trezise
10/26/2017, 1:49 PMjoejungmann
10/26/2017, 4:24 PM@Provides @IntoMap @StringKey("job_example_tag")
fun <T : Job> providesExampleJob(target: Provider<ExampleJob>): Provider<T> = target
kevinmost
10/26/2017, 6:31 PMenumValueOf
santiago
10/26/2017, 9:02 PMkarelpeeters
10/27/2017, 6:38 AMzarkopafilis
10/27/2017, 8:44 AMnerses
10/27/2017, 2:07 PMkarelpeeters
10/27/2017, 4:09 PMrook
10/27/2017, 4:20 PM.equals()
call, but not a ==
calllittlelightcz
10/27/2017, 4:41 PMpoohbar
10/27/2017, 5:48 PM@file:JvmName("SomeFileName")
applied to each file by default?Marc Knaup
10/28/2017, 3:09 PM<in Any>
and <Any>
?
Nothing can be higher in hierarchy than Any
anyway.Marc Knaup
10/28/2017, 3:11 PM<out Any>
vs. <*>
?noncom
10/28/2017, 5:48 PMtschuchort
10/29/2017, 3:46 PMmarcinmoskala
10/30/2017, 8:25 AMgildor
10/30/2017, 10:34 AMebonet
10/30/2017, 11:41 AMmike_shysh
10/30/2017, 1:56 PMmike_shysh
10/30/2017, 2:05 PMavovk
10/30/2017, 4:30 PMSunny Chiu
10/30/2017, 10:07 PMSunny Chiu
10/30/2017, 10:07 PMkenkyee
10/30/2017, 11:30 PMgildor
10/31/2017, 2:40 AM