firstOrThrow

fun firstOrThrow(exceptionSupplier: () -> Throwable): T

Returns the first element, or throws the specified exception if the list is empty. None-unique results may cause unexpected problems and are not recommended.

返回第一个元素,如果列表为空,则抛出指定的异常。 非唯一结果可能会导致意外的问题,不推荐使用。