firstOrNullAtPosition

fun <T : TimeRange> List<T>.firstOrNullAtPosition(position: Long): T?

Return

the first not null TimeRange at position.