tipsy
06/25/2018, 6:54 PMAndreas Sinz
06/25/2018, 7:10 PMtipsy
06/25/2018, 7:29 PMkarelpeeters
06/25/2018, 7:30 PM==
doesn't work?tipsy
06/25/2018, 7:43 PMtipsy
06/25/2018, 7:44 PMkarelpeeters
06/25/2018, 7:44 PMtipsy
06/25/2018, 7:44 PMtipsy
06/25/2018, 7:47 PMmap.put("someString", fieldLambda)
map.put("someString", implementingClass)
map.put("someString", ::methodReference)
i want to be able to get the key based on a valuekarelpeeters
06/25/2018, 7:48 PMfun foo() {}
println(::foo == ::foo)
prints true for me.karelpeeters
06/25/2018, 7:49 PMtipsy
06/25/2018, 8:05 PMAndreas Sinz
06/25/2018, 8:30 PMtipsy
06/25/2018, 8:47 PMtipsy
06/25/2018, 8:47 PM