client_plugin_logic_deb 1.8.480 → 1.8.481

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1045,24 +1045,6 @@ if (typeof String.prototype.endsWith === 'undefined') {
1045
1045
  function singleOrNull(_this__u8e3s4) {
1046
1046
  return _this__u8e3s4.g1() === 1 ? _this__u8e3s4.h1(0) : null;
1047
1047
  }
1048
- function first_0(_this__u8e3s4) {
1049
- if (_this__u8e3s4.r())
1050
- throw NoSuchElementException_init_$Create$_0('List is empty.');
1051
- return _this__u8e3s4.h1(0);
1052
- }
1053
- function single_0(_this__u8e3s4) {
1054
- var tmp;
1055
- switch (_this__u8e3s4.g1()) {
1056
- case 0:
1057
- throw NoSuchElementException_init_$Create$_0('List is empty.');
1058
- case 1:
1059
- tmp = _this__u8e3s4.h1(0);
1060
- break;
1061
- default:
1062
- throw IllegalArgumentException_init_$Create$_0('List has more than one element.');
1063
- }
1064
- return tmp;
1065
- }
1066
1048
  function sortedWith(_this__u8e3s4, comparator) {
1067
1049
  if (isInterface(_this__u8e3s4, Collection)) {
1068
1050
  if (_this__u8e3s4.g1() <= 1)
@@ -1096,6 +1078,24 @@ if (typeof String.prototype.endsWith === 'undefined') {
1096
1078
  }
1097
1079
  return list;
1098
1080
  }
1081
+ function first_0(_this__u8e3s4) {
1082
+ if (_this__u8e3s4.r())
1083
+ throw NoSuchElementException_init_$Create$_0('List is empty.');
1084
+ return _this__u8e3s4.h1(0);
1085
+ }
1086
+ function single_0(_this__u8e3s4) {
1087
+ var tmp;
1088
+ switch (_this__u8e3s4.g1()) {
1089
+ case 0:
1090
+ throw NoSuchElementException_init_$Create$_0('List is empty.');
1091
+ case 1:
1092
+ tmp = _this__u8e3s4.h1(0);
1093
+ break;
1094
+ default:
1095
+ throw IllegalArgumentException_init_$Create$_0('List has more than one element.');
1096
+ }
1097
+ return tmp;
1098
+ }
1099
1099
  function last_0(_this__u8e3s4) {
1100
1100
  if (_this__u8e3s4.r())
1101
1101
  throw NoSuchElementException_init_$Create$_0('List is empty.');