karelpeeters
09/01/2017, 11:44 AMantonkeks
09/01/2017, 11:52 AMnatpryce
09/01/2017, 5:20 PMadams2
09/01/2017, 5:32 PMadams2
09/01/2017, 5:40 PMadams2
09/01/2017, 6:45 PMkarelpeeters
09/02/2017, 8:07 AMval myInt: Int = Integer.valueOf(200)
.jasoet
09/02/2017, 1:46 PMjasoet
09/02/2017, 1:48 PMkarelpeeters
09/02/2017, 8:59 PMlog
for sequences to debug them, for example you'd use then like this: myList.asSequence().log().map { it + it }.log().toList()
and it would print out all of the values. Does someone know where I can find it?jecarr33
09/03/2017, 6:03 AMDalinar
09/03/2017, 6:45 AMboolean isRunning();
) as a val
property?feroz_baig
09/03/2017, 6:59 AMjecarr33
09/03/2017, 7:04 AMprintln
and select the appropriate suggestion for a strin, does it autocomplete println
and place the caret outside of the ( )
, therefore making hit the back arrow to enter the function?dave08
09/03/2017, 9:14 AMdiesieben07
09/03/2017, 12:14 PMrequireXXX
(for "check incoming arguments") nor checkXXX
(for "check if this method may be called right now") are appropriate for an "this internal state must be like this or I made a programmer error".diesieben07
09/03/2017, 12:15 PMrequire
throws IllegalArgumentException
, which makes no sense here, the arguments passed in to my methods were perfectly fine.nyxcode
09/03/2017, 1:41 PMraulraja
09/03/2017, 10:44 PMtakeWhile
which stops when the predicate is no longer valid, then with the resulting list you can call forEach
jecarr33
09/03/2017, 10:56 PMpablisco
09/03/2017, 11:54 PMqwert_ukg
09/04/2017, 3:28 AMCzar
09/04/2017, 7:54 AMwhen (testString) {
myRegex -> //do something
//...
}
antonkeks
09/04/2017, 8:47 AM-P plugin:org.jetbrains.kotlin.allopen:annotation=javax.inject.Singleton
with no effectjdorleans
09/04/2017, 10:13 PMDalinar
09/05/2017, 9:49 AMnatpryce
09/05/2017, 12:55 PMdharrigan
09/05/2017, 1:26 PMaballano
09/05/2017, 2:45 PMraulraja
09/05/2017, 8:51 PMraulraja
09/05/2017, 8:51 PMorangy
09/05/2017, 9:39 PMraulraja
09/05/2017, 10:14 PM