Dalinar
01/27/2019, 5:35 AMIAwesome
it means that it contains an Awesome
object val that can be retrieved but that if it doesn't implement IAwesome
, it means nothing - the class may or may not contain an Awesome
objectDalinar
01/28/2019, 2:41 PMDalinar
01/28/2019, 2:44 PMDalinar
01/28/2019, 2:44 PMShawn
01/28/2019, 2:47 PMDalinar
01/28/2019, 2:47 PMbodiam
01/30/2019, 9:19 AMmarstran
01/30/2019, 1:35 PMkarelpeeters
01/30/2019, 4:42 PMtjb
01/30/2019, 8:08 PMribesg
02/01/2019, 10:43 AMcarthage update
Davide Giuseppe Farella
02/02/2019, 5:25 PMfield1="x" field2="y" field3="z"
, how can a single regex that matches the 3 field be almost 2x slower than a indexOf( paramName ) - substring( index ) - split( '"' ) [1]
?
Do you use regex for this purpose? I'm just exploring them for the first time.Marc Knaup
02/02/2019, 6:25 PMenum class Case {
lowercase,
lowerCamelCase,
lower_snake_case,
UPPERCASE,
UpperCamelCase,
UPPER_SNAKE_CASE
}
Ruckus
02/04/2019, 4:19 PMcedric
02/04/2019, 11:12 PMuhe
02/05/2019, 9:29 AMuhe
02/05/2019, 9:30 AMSlackbot
02/06/2019, 3:46 AMalex
02/06/2019, 2:19 PMMarc Knaup
02/06/2019, 11:13 PMAny?
from the array but write only X?
and subtypes into it?
That ..
confuses me because it looks like a range 🤔
Oh and the out
thingy can be null
. The in
one not.krotki
02/08/2019, 1:24 PMRuckus
02/08/2019, 2:35 PMitnoles
02/09/2019, 5:21 PMsmilecs
02/12/2019, 9:12 AMSharedPreference
operation with a Rx
call?
kinda something like
fun save(key: String, value: String) {
sharedPreferences.edit().putString(key, value).apply()
}
fun saveSingle(key: String, value: String): Single<String> = Single.create {
try {
save(key, value)
it.onSuccess(value)
} catch (e: Exception) {
it.onError(Failure.Error(e.localizedMessage))
}
}
Yossi Saiada
02/12/2019, 6:08 PMhttps://youtu.be/r_19VZ0xRO8?t=29▾
orangy
02/12/2019, 10:31 PMthomasnield
02/13/2019, 10:45 PMkartikpatodi
02/14/2019, 4:07 PMlouiscad
02/14/2019, 7:53 PMelect
02/15/2019, 11:09 AMelect
02/15/2019, 11:09 AMDominaezzz
02/15/2019, 11:40 AMelect
02/15/2019, 11:40 AMX
experimental?Dominaezzz
02/15/2019, 11:42 AMelect
02/15/2019, 12:06 PMDominaezzz
02/15/2019, 12:13 PMelect
02/15/2019, 6:16 PM