allIsNotNull

fun <T, R> allIsNotNull(vararg values: T, out: () -> R?): R?

Executing out callback if all vararg values is not null

Like .multilet , but not returning values