hastebrot
04/13/2016, 8:05 AMhastebrot
04/13/2016, 8:06 AMclose()
is only called on inputStream
and outputStream
when using use()
.hastebrot
04/13/2016, 8:07 AMcopyToAndClose()
function would be nice.kirillrakhman
04/13/2016, 9:43 AMlist1 + list2
be optimized if any of the two lists is empty?konsoletyper
04/13/2016, 9:53 AMmichaelsims
04/13/2016, 11:32 AMrocketraman
04/13/2016, 5:24 PMrocketraman
04/13/2016, 5:24 PMilya.gorbunov
04/13/2016, 5:33 PMevanchooly
04/13/2016, 5:34 PMrocketraman
04/13/2016, 5:35 PMT?
, not T
. Shouldn't that mean its only available on nullable types?rocketraman
04/13/2016, 5:36 PMAny
.yole
04/13/2016, 5:36 PMrocketraman
04/13/2016, 5:37 PMyole
04/13/2016, 5:37 PMyole
04/13/2016, 5:37 PMyole
04/13/2016, 5:38 PMilya.gorbunov
04/13/2016, 5:39 PMilya.gorbunov
04/13/2016, 5:41 PMfun <T : Any> optionalOf(value: T?): Optional<T> = Optional.ofNullable<T>(value)
rocketraman
04/13/2016, 5:42 PMvoddan
04/13/2016, 9:35 PMOptional
rocketraman
04/13/2016, 11:09 PMevanchooly
04/13/2016, 11:44 PMkirillrakhman
04/14/2016, 8:11 AMmikehearn
04/14/2016, 9:08 AMmikehearn
04/14/2016, 9:09 AMmathiasbn
04/14/2016, 9:09 AMmikehearn
04/14/2016, 9:09 AMmathiasbn
04/14/2016, 9:11 AMmikehearn
04/14/2016, 10:52 AMOptional
is better than what Kotlin has?