Shawn
01/18/2019, 6:57 PMnullable ?: ifNull()
?Eric O'Connell
01/18/2019, 6:58 PMShawn
01/18/2019, 6:58 PMEric O'Connell
01/18/2019, 6:58 PMDavide Giuseppe Farella
01/18/2019, 7:01 PMphoneNumber.orElse {
val message = "phone number not set""
showError( message )
}
Alessandro Tagliapietra
03/17/2020, 6:01 AMAlessandro Tagliapietra
03/17/2020, 6:05 AMMike Conley
03/17/2020, 6:05 AMMike Conley
03/17/2020, 6:06 AMMike Conley
03/17/2020, 6:07 AMAlessandro Tagliapietra
03/17/2020, 6:07 AMMike Conley
03/17/2020, 6:07 AMAlessandro Tagliapietra
03/17/2020, 6:07 AMis
and throw in the default caseMike Conley
03/17/2020, 6:07 AMMike Conley
03/17/2020, 6:08 AMis
, but a generic function will do the trick for you nicely as welluser
03/18/2020, 11:28 AMchandrut
03/19/2020, 6:47 AMKenneth
03/19/2020, 9:05 AMCompile server connection timeout.
nitrog42
03/19/2020, 3:02 PMDownloadPizza
03/19/2020, 4:37 PMDownloadPizza
03/19/2020, 4:38 PMaraqnid
03/19/2020, 4:45 PMMichael Limb
03/19/2020, 7:44 PMMichael Limb
03/19/2020, 7:45 PMdata class SomeClass(
var name: String
internal var featureTypeTriggers: List<PendingFeatureTypeTrigger> = emptyList()
)
Michael Limb
03/19/2020, 7:46 PMMichael Limb
03/19/2020, 7:46 PMPendingFeatureTypeTrigger
internal as wellMichael Limb
03/19/2020, 7:46 PMMichael Limb
03/19/2020, 7:46 PM'public' function exposes its 'internal' parameter type argument PendingFeatureTypeTrigger
Emil Kantis
03/19/2020, 9:26 PMkotlin.test
APIs? I only find this which seems to be an auto-generated reference.. https://kotlinlang.org/api/latest/kotlin.test/