vach
03/15/2017, 10:46 AMvach
03/15/2017, 10:46 AMyole
03/15/2017, 10:47 AMvach
03/15/2017, 10:47 AMrobin
03/15/2017, 3:27 PMfoo.bar()
foo.baz()
foo.abc()
<http://foo.xyz|foo.xyz>()
with an equivalent apply
-block like this?
foo.apply {
bar()
baz()
abc()
xyz()
}
I'm imagining like a "replace all function calls on this receiver with apply-block"-intention when the cursor is on the foo
variable.kirillrakhman
03/15/2017, 3:29 PMkirillrakhman
03/15/2017, 3:29 PMrobin
03/15/2017, 3:42 PMkirillrakhman
03/15/2017, 3:43 PMjmfayard
03/15/2017, 5:09 PMThe feature coroutines is only available since API 1.1▾
jmfayard
03/15/2017, 5:10 PMkotlin compiler configuration▾
jmfayard
03/15/2017, 5:11 PMyole
03/15/2017, 5:15 PMsteamstreet
03/16/2017, 8:47 AMrobin
03/16/2017, 8:52 AMsteamstreet
03/16/2017, 8:52 AMgaetan
03/16/2017, 9:00 AMsteamstreet
03/16/2017, 9:01 AMyole
03/16/2017, 9:03 AMrobin
03/16/2017, 9:31 AMyole
03/16/2017, 9:51 AMrobin
03/16/2017, 9:56 AMmkobit
03/19/2017, 11:39 PMString
versus a nullable type like String?
?
reason I am asking is for if this is something a library owner should implement with some @Nonnull
annotation in their Java code or if there is something I should configure in IntelliJjw
03/19/2017, 11:55 PMjw
03/19/2017, 11:55 PMmkobit
03/19/2017, 11:58 PMdeviant
03/20/2017, 11:00 AMrestService.getSubscriber()
to restService.subscriber
deviant
03/20/2017, 11:01 AMyole
03/20/2017, 11:05 AMdeviant
03/20/2017, 12:02 PMget
to fetch
or something like that