elect
12/20/2016, 1:54 PMelect
12/20/2016, 2:04 PMpoohbar
12/20/2016, 3:48 PMHEAD
is takes real effort now. How is that an improvement?poohbar
12/20/2016, 3:48 PMPasted image at 2016-12-20, 10:48 AM▾
poohbar
12/20/2016, 3:48 PMkirillrakhman
12/20/2016, 3:49 PMkirillrakhman
12/20/2016, 3:50 PMpoohbar
12/20/2016, 3:50 PMkirillrakhman
12/20/2016, 3:50 PMkirillrakhman
12/20/2016, 3:51 PMkirillrakhman
12/20/2016, 3:51 PMorangy
robin
12/21/2016, 8:37 AMHEAD
is by just looking for the yellow label thing - I think it's quite prominent and HEAD
is the only one that gets the yellow color.christophsturm
12/21/2016, 2:23 PMevanchooly
12/21/2016, 2:37 PMchristophsturm
12/21/2016, 3:12 PMpoohbar
12/21/2016, 3:27 PMgregd
12/21/2016, 10:50 PMmap
, flatMap
& filter
are rendered in italic - which means they're treated as extension methods - even though they're just normal instance `Observable`'s methods. Anyone else experiencing this? Or is this intentional, or is there already a bug for this?gildor
12/22/2016, 2:53 AMstepango
12/22/2016, 7:12 AMstepango
12/22/2016, 7:13 AMgregd
12/22/2016, 7:36 AMgildor
12/22/2016, 7:40 AMorangy
gregd
12/22/2016, 10:49 AMbod
12/26/2016, 10:55 AMdsgryazin
12/27/2016, 3:14 PMСнимок экрана 2016-12-27 в 17.59.47.png▾
Generate Delegate methods
options in Generate
options menu?
class ExampleDelegator : SomeInterfaceWithMethodsAandB {
@Inject lateinit var delegatee: SomeInterface
//wanna delegate methodA only, but suddenly no generate delegate methods found in menu. Why???
}
I am aware of by
keyword, but it delegates the whole interface, while I need to wrap some of them before.
*Question: * is it feature or it is because of incomplete gradle plugin?dsgryazin
12/27/2016, 3:16 PMSomeInterface
is SomeInterfaceWithMethodsAandB
, typoyole
12/28/2016, 2:25 AMsreich
01/02/2017, 4:36 PM