Pavlo Liapota
08/09/2018, 12:39 PMwhen
they switch
to Kotlin 😉maxmello
08/09/2018, 12:54 PMdalexander
08/09/2018, 1:13 PMPavlo Liapota
08/09/2018, 1:15 PMdalexander
08/09/2018, 1:17 PMagrosner
08/09/2018, 1:29 PMPavlo Liapota
08/09/2018, 1:46 PMelect
08/09/2018, 2:06 PMoshai
08/09/2018, 6:43 PMagrosner
08/09/2018, 7:23 PMString isNotNullOrEmpty(String this) {
return this != null && !this.isEmpty();
}
using this
as first parameter since its a reserved keyword"yes".isNotNullOrEmpty()
and import would just point like a regular static method. problem solvedxexiz
08/21/2018, 10:47 PM