spierce7
05/06/2018, 2:55 AMdrofwarcs
05/06/2018, 3:15 AMby
must also conform to the interface. If there was a similar kotlin feature like this that did not implement/conform the interface methods in the class using by
, I would be using this like crazy. The current way it works comes in handy for places where you would use the decorator pattern.pankajrai
05/06/2018, 4:12 AMtrevjones
05/06/2018, 4:19 AMFoo(...): DisposeBucket by DisposeBucket.Impl()
kenkyee
05/06/2018, 10:16 AMrkeazor
05/06/2018, 3:04 PMspierce7
05/06/2018, 7:26 PMrkeazor
05/06/2018, 11:52 PMlouiscad
05/08/2018, 8:04 AMspierce7
05/21/2018, 2:23 PMlouiscad
05/21/2018, 2:45 PM