totalDuration

fun Iterable<LocalTime?>.totalDuration(): Duration

Compute total asDuration of all items in the collection


@JvmName(name = "totalDurationSequence")
fun Sequence<LocalTime?>.totalDuration(): LocalTime

Compute total asDuration of all items in the sequence