singleOrThrow

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

Returns the first element, or throws the specified exception if the list length is not 1.

----------------

返回第一个元素,如果列表长度不为 1,则抛出指定的异常。