danielgomezrico
fun example(first: String?, second: String?) { first?.let && second?.let { // Do something just if both are != null } }