client_plugin_logic_deb 1.8.434 → 1.8.436

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.
@@ -291,7 +291,7 @@
291
291
  initMetadataForClass(Emitter, 'Emitter');
292
292
  initMetadataForCoroutine($collectCOROUTINE$_2, CoroutineImpl);
293
293
  initMetadataForClass(AbstractSharedFlow, 'AbstractSharedFlow', VOID, SynchronizedObject);
294
- initMetadataForClass(SharedFlowImpl, 'SharedFlowImpl', VOID, AbstractSharedFlow, [AbstractSharedFlow, FlowCollector, Flow, FusibleFlow], [1]);
294
+ initMetadataForClass(SharedFlowImpl, 'SharedFlowImpl', VOID, AbstractSharedFlow, [AbstractSharedFlow, Flow, FlowCollector, FusibleFlow], [1]);
295
295
  initMetadataForClass(AbstractSharedFlowSlot, 'AbstractSharedFlowSlot');
296
296
  initMetadataForClass(SharedFlowSlot, 'SharedFlowSlot', SharedFlowSlot, AbstractSharedFlowSlot);
297
297
  initMetadataForInterface(StateFlow, 'StateFlow', VOID, VOID, [Flow], [1]);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "main": "Logic_Debertz-client_plugin.js",
3
3
  "types": "Logic_Debertz-client_plugin.d.ts",
4
- "version": "1.8.434",
4
+ "version": "1.8.436",
5
5
  "name": "client_plugin_logic_deb",
6
6
  "dependencies": {
7
7
  "@js-joda/core": "3.2.0",
@@ -96,11 +96,11 @@
96
96
  initMetadataForClass(CardsRandomProvider, 'CardsRandomProvider', VOID, Enum);
97
97
  function standardShuffledCards$default(cards, times, $super) {
98
98
  times = times === VOID ? 3 : times;
99
- return $super === VOID ? this.k5u(cards, times) : $super.k5u.call(this, cards, times);
99
+ return $super === VOID ? this.o5u(cards, times) : $super.o5u.call(this, cards, times);
100
100
  }
101
101
  function realLifeShuffledCards$default(cards, times, $super) {
102
102
  times = times === VOID ? 20 : times;
103
- return $super === VOID ? this.m5u(cards, times) : $super.m5u.call(this, cards, times);
103
+ return $super === VOID ? this.q5u(cards, times) : $super.q5u.call(this, cards, times);
104
104
  }
105
105
  initMetadataForInterface(CardsDealerProvider, 'CardsDealerProvider', VOID, VOID, VOID, [5]);
106
106
  initMetadataForCompanion(Companion_2);
@@ -113,12 +113,12 @@
113
113
  checkFromIndex = checkFromIndex === VOID ? first(supportedCombinations) : checkFromIndex;
114
114
  includeCardNames = includeCardNames === VOID ? null : includeCardNames;
115
115
  suit = suit === VOID ? null : suit;
116
- return $super === VOID ? this.c5w(cards, supportedCombinations, checkFromIndex, includeCardNames, suit) : $super.c5w.call(this, cards, supportedCombinations, checkFromIndex, includeCardNames, suit);
116
+ return $super === VOID ? this.g5w(cards, supportedCombinations, checkFromIndex, includeCardNames, suit) : $super.g5w.call(this, cards, supportedCombinations, checkFromIndex, includeCardNames, suit);
117
117
  }
118
118
  function findSameCardsNumberCombinations$default(cards, cardsCount, includeCardNames, $super) {
119
119
  cardsCount = cardsCount === VOID ? 4 : cardsCount;
120
120
  includeCardNames = includeCardNames === VOID ? null : includeCardNames;
121
- return $super === VOID ? this.e5w(cards, cardsCount, includeCardNames) : $super.e5w.call(this, cards, cardsCount, includeCardNames);
121
+ return $super === VOID ? this.i5w(cards, cardsCount, includeCardNames) : $super.i5w.call(this, cards, cardsCount, includeCardNames);
122
122
  }
123
123
  initMetadataForInterface(CombinationsCheckerProvider, 'CombinationsCheckerProvider');
124
124
  initMetadataForClass(sam$kotlin_Comparator$0, 'sam$kotlin_Comparator$0', VOID, VOID, [Comparator, FunctionAdapter]);
@@ -127,7 +127,7 @@
127
127
  initMetadataForClass(DealerReducerImpl, 'DealerReducerImpl', VOID, VOID, [DealerReducer]);
128
128
  //endregion
129
129
  function CoreConfig() {
130
- this.version = '0.0.53';
130
+ this.version = '0.0.54';
131
131
  }
132
132
  protoOf(CoreConfig).h3z = function () {
133
133
  return this.version;
@@ -339,7 +339,7 @@
339
339
  }
340
340
  var tmp1_safe_receiver = tmp;
341
341
  var tmp2_safe_receiver = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.p5t_1;
342
- var tmp3_safe_receiver = tmp2_safe_receiver == null ? null : Companion_instance_0.d5u(tmp2_safe_receiver, playerIndex, reverse);
342
+ var tmp3_safe_receiver = tmp2_safe_receiver == null ? null : Companion_instance_0.e5u(tmp2_safe_receiver, playerIndex, reverse);
343
343
  var tmp_1;
344
344
  if (tmp3_safe_receiver == null) {
345
345
  tmp_1 = null;
@@ -358,12 +358,12 @@
358
358
  var index = tmp_2;
359
359
  return new GameCard(index);
360
360
  };
361
- protoOf(Companion).e5u = function (position, playerIndex, previousHiddenCardWithMaxIndex, reverse, $super) {
361
+ protoOf(Companion).f5u = function (position, playerIndex, previousHiddenCardWithMaxIndex, reverse, $super) {
362
362
  previousHiddenCardWithMaxIndex = previousHiddenCardWithMaxIndex === VOID ? null : previousHiddenCardWithMaxIndex;
363
363
  reverse = reverse === VOID ? false : reverse;
364
364
  return $super === VOID ? this.w5t(position, playerIndex, previousHiddenCardWithMaxIndex, reverse) : $super.w5t.call(this, position, playerIndex, previousHiddenCardWithMaxIndex, reverse);
365
365
  };
366
- protoOf(Companion).f5u = function (position) {
366
+ protoOf(Companion).g5u = function (position) {
367
367
  var index = 150 + position | 0;
368
368
  return new GameCard(index);
369
369
  };
@@ -483,8 +483,9 @@
483
483
  this.a5u_1 = 52;
484
484
  this.b5u_1 = 150;
485
485
  this.c5u_1 = 53;
486
+ this.d5u_1 = 999;
486
487
  }
487
- protoOf(Companion_0).d5u = function (_this__u8e3s4, playerIndex, reverse) {
488
+ protoOf(Companion_0).e5u = function (_this__u8e3s4, playerIndex, reverse) {
488
489
  var tmp;
489
490
  if (reverse) {
490
491
  tmp = _this__u8e3s4 + (53 + imul(playerIndex, 14) | 0) | 0;
@@ -593,17 +594,29 @@
593
594
  protoOf(GameCard).q5t = function () {
594
595
  return !_get_isShirt__vd98rp(this) && !this.x5t();
595
596
  };
597
+ protoOf(GameCard).h5u = function () {
598
+ return this.p5t_1 === 999;
599
+ };
596
600
  protoOf(GameCard).x5t = function () {
597
601
  return this.p5t_1 >= 53 && this.p5t_1 <= 105;
598
602
  };
599
603
  protoOf(GameCard).toString = function () {
600
- if (_get_isShirt__vd98rp(this)) {
601
- return 'GameCard(SHIRT, ' + this.p5t_1 + ')';
604
+ return 'GameCard' + this.i5u();
605
+ };
606
+ protoOf(GameCard).i5u = function () {
607
+ return '{' + this.j5u() + ', ' + this.p5t_1 + '}';
608
+ };
609
+ protoOf(GameCard).j5u = function () {
610
+ if (this.h5u()) {
611
+ return 'stub';
602
612
  }
603
613
  if (this.x5t()) {
604
- return 'GameCard(HIDDEN, ' + this.p5t_1 + ')';
614
+ return 'hidden';
615
+ }
616
+ if (_get_isShirt__vd98rp(this)) {
617
+ return 'shirt';
605
618
  }
606
- return 'GameCard(' + this.r5t().toString() + this.r2().toString() + ', ' + this.p5t_1 + ')';
619
+ return this.r5t().toString() + this.r2().toString();
607
620
  };
608
621
  protoOf(GameCard).hashCode = function () {
609
622
  return this.p5t_1;
@@ -619,7 +632,7 @@
619
632
  return true;
620
633
  };
621
634
  function _get_$cachedSerializer__te6jhj($this) {
622
- return $this.g5u_1.x();
635
+ return $this.k5u_1.x();
623
636
  }
624
637
  function Suit$Companion$_anonymous__cbm2iq() {
625
638
  return createSimpleEnumSerializer('io.raspberryapps.card_game.core.data.models.cards.Suit', values());
@@ -661,7 +674,7 @@
661
674
  Companion_instance_1 = this;
662
675
  var tmp = this;
663
676
  var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
664
- tmp.g5u_1 = lazy(tmp_0, Suit$Companion$_anonymous__cbm2iq);
677
+ tmp.k5u_1 = lazy(tmp_0, Suit$Companion$_anonymous__cbm2iq);
665
678
  }
666
679
  protoOf(Companion_1).r4t = function () {
667
680
  return _get_$cachedSerializer__te6jhj(this);
@@ -784,7 +797,7 @@
784
797
  }
785
798
  function Companion_2() {
786
799
  }
787
- protoOf(Companion_2).e5v = function (randomPoolProvider, logger) {
800
+ protoOf(Companion_2).i5v = function (randomPoolProvider, logger) {
788
801
  var tmp0_random = new SecureRandom(logger);
789
802
  return new CardsDealerProviderImpl(tmp0_random, randomPoolProvider, logger);
790
803
  };
@@ -794,12 +807,12 @@
794
807
  }
795
808
  function $createNewShuffledCardDeckCOROUTINE$(_this__u8e3s4, leftCardIndexForEachSuit, rightCardIndexForEachSuit, approximateRoundCountForGame, userData, provider, resultContinuation) {
796
809
  CoroutineImpl.call(this, resultContinuation);
797
- this.n5v_1 = _this__u8e3s4;
798
- this.o5v_1 = leftCardIndexForEachSuit;
799
- this.p5v_1 = rightCardIndexForEachSuit;
800
- this.q5v_1 = approximateRoundCountForGame;
801
- this.r5v_1 = userData;
802
- this.s5v_1 = provider;
810
+ this.r5v_1 = _this__u8e3s4;
811
+ this.s5v_1 = leftCardIndexForEachSuit;
812
+ this.t5v_1 = rightCardIndexForEachSuit;
813
+ this.u5v_1 = approximateRoundCountForGame;
814
+ this.v5v_1 = userData;
815
+ this.w5v_1 = provider;
803
816
  }
804
817
  protoOf($createNewShuffledCardDeckCOROUTINE$).a9 = function () {
805
818
  var suspendResult = this.u8_1;
@@ -809,17 +822,17 @@
809
822
  switch (tmp) {
810
823
  case 0:
811
824
  this.t8_1 = 4;
812
- var tmp0 = this.s5v_1.q2_1;
825
+ var tmp0 = this.w5v_1.q2_1;
813
826
  if (tmp0 === 0) {
814
827
  var tmp_0 = this;
815
- var it = this.n5v_1.h5u(this.o5v_1, this.p5v_1);
816
- tmp_0.t5v_1 = this.n5v_1.l5u(it);
828
+ var it = this.r5v_1.l5u(this.s5v_1, this.t5v_1);
829
+ tmp_0.x5v_1 = this.r5v_1.p5u(it);
817
830
  this.s8_1 = 3;
818
831
  continue $sm;
819
832
  } else {
820
833
  if (tmp0 === 1) {
821
834
  this.s8_1 = 2;
822
- suspendResult = getRandomOrgCards(this.n5v_1, this.o5v_1, this.p5v_1, this.q5v_1, this.r5v_1, false, this);
835
+ suspendResult = getRandomOrgCards(this.r5v_1, this.s5v_1, this.t5v_1, this.u5v_1, this.v5v_1, false, this);
823
836
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
824
837
  return suspendResult;
825
838
  }
@@ -827,7 +840,7 @@
827
840
  } else {
828
841
  if (tmp0 === 2) {
829
842
  this.s8_1 = 1;
830
- suspendResult = getRandomOrgCards(this.n5v_1, this.o5v_1, this.p5v_1, this.q5v_1, this.r5v_1, true, this);
843
+ suspendResult = getRandomOrgCards(this.r5v_1, this.s5v_1, this.t5v_1, this.u5v_1, this.v5v_1, true, this);
831
844
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
832
845
  return suspendResult;
833
846
  }
@@ -841,15 +854,15 @@
841
854
 
842
855
  break;
843
856
  case 1:
844
- this.t5v_1 = suspendResult;
857
+ this.x5v_1 = suspendResult;
845
858
  this.s8_1 = 3;
846
859
  continue $sm;
847
860
  case 2:
848
- this.t5v_1 = suspendResult;
861
+ this.x5v_1 = suspendResult;
849
862
  this.s8_1 = 3;
850
863
  continue $sm;
851
864
  case 3:
852
- return this.t5v_1;
865
+ return this.x5v_1;
853
866
  case 4:
854
867
  throw this.v8_1;
855
868
  }
@@ -866,12 +879,12 @@
866
879
  };
867
880
  function $getRandomOrgCardsCOROUTINE$(_this__u8e3s4, leftCardIndexForEachSuit, rightCardIndexForEachSuit, approximateRoundsCount, userData, signed, resultContinuation) {
868
881
  CoroutineImpl.call(this, resultContinuation);
869
- this.x5u_1 = _this__u8e3s4;
870
- this.y5u_1 = leftCardIndexForEachSuit;
871
- this.z5u_1 = rightCardIndexForEachSuit;
872
- this.a5v_1 = approximateRoundsCount;
873
- this.b5v_1 = userData;
874
- this.c5v_1 = signed;
882
+ this.b5v_1 = _this__u8e3s4;
883
+ this.c5v_1 = leftCardIndexForEachSuit;
884
+ this.d5v_1 = rightCardIndexForEachSuit;
885
+ this.e5v_1 = approximateRoundsCount;
886
+ this.f5v_1 = userData;
887
+ this.g5v_1 = signed;
875
888
  }
876
889
  protoOf($getRandomOrgCardsCOROUTINE$).a9 = function () {
877
890
  var suspendResult = this.u8_1;
@@ -881,11 +894,11 @@
881
894
  switch (tmp) {
882
895
  case 0:
883
896
  this.t8_1 = 5;
884
- var cardsCount = this.x5u_1.o5u(this.y5u_1, this.z5u_1);
885
- var tmp0_$this = this.x5u_1.v5v_1;
897
+ var cardsCount = this.b5v_1.s5u(this.c5v_1, this.d5v_1);
898
+ var tmp0_$this = this.b5v_1.z5v_1;
886
899
  var tmp1_max = cardsCount - 1 | 0;
887
900
  this.s8_1 = 1;
888
- suspendResult = tmp0_$this.h5o(this.a5v_1, this.b5v_1, 0, tmp1_max, cardsCount, this.c5v_1, VOID, this);
901
+ suspendResult = tmp0_$this.h5o(this.e5v_1, this.f5v_1, 0, tmp1_max, cardsCount, this.g5v_1, VOID, this);
889
902
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
890
903
  return suspendResult;
891
904
  }
@@ -904,21 +917,21 @@
904
917
  throwOnFailure(result);
905
918
  var tmp_1 = _Result___get_value__impl__bjfvqg(result);
906
919
  var tmp2_cards = ((tmp_1 == null ? true : !(tmp_1 == null)) ? tmp_1 : THROW_CCE()).cards;
907
- var this_0 = normalizeCards(this.x5u_1, tmp2_cards, this.y5u_1);
920
+ var this_0 = normalizeCards(this.b5v_1, tmp2_cards, this.c5v_1);
908
921
  var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_0, 10));
909
922
  var _iterator__ex2g4s = this_0.l();
910
923
  while (_iterator__ex2g4s.m()) {
911
924
  var item = _iterator__ex2g4s.n();
912
925
  destination.j(Companion_instance.v5t(item));
913
926
  }
914
- tmp_0.d5v_1 = destination;
927
+ tmp_0.h5v_1 = destination;
915
928
  this.s8_1 = 4;
916
929
  continue $sm;
917
930
  } else {
918
931
  var exception = Result__exceptionOrNull_impl_p6xea9(result);
919
- this.x5u_1.w5v_1.v('CardsDealerProvider', 'getRandomOrgCards: ' + (exception == null ? null : exception.message), exception);
932
+ this.b5v_1.a5w_1.v('CardsDealerProvider', 'getRandomOrgCards: ' + (exception == null ? null : exception.message), exception);
920
933
  this.s8_1 = 3;
921
- suspendResult = this.x5u_1.i5u(this.y5u_1, this.z5u_1, this.a5v_1, this.b5v_1, CardsRandomProvider_CUSTOM_getInstance(), this);
934
+ suspendResult = this.b5v_1.m5u(this.c5v_1, this.d5v_1, this.e5v_1, this.f5v_1, CardsRandomProvider_CUSTOM_getInstance(), this);
922
935
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
923
936
  return suspendResult;
924
937
  }
@@ -926,11 +939,11 @@
926
939
  }
927
940
 
928
941
  case 3:
929
- this.d5v_1 = suspendResult;
942
+ this.h5v_1 = suspendResult;
930
943
  this.s8_1 = 4;
931
944
  continue $sm;
932
945
  case 4:
933
- return this.d5v_1;
946
+ return this.h5v_1;
934
947
  case 5:
935
948
  throw this.v8_1;
936
949
  }
@@ -946,11 +959,11 @@
946
959
  while (true);
947
960
  };
948
961
  function CardsDealerProviderImpl(random, randomPoolProvider, logger) {
949
- this.u5v_1 = random;
950
- this.v5v_1 = randomPoolProvider;
951
- this.w5v_1 = logger;
962
+ this.y5v_1 = random;
963
+ this.z5v_1 = randomPoolProvider;
964
+ this.a5w_1 = logger;
952
965
  }
953
- protoOf(CardsDealerProviderImpl).h5u = function (leftCardIndexForEachSuit, rightCardIndexForEachSuit) {
966
+ protoOf(CardsDealerProviderImpl).l5u = function (leftCardIndexForEachSuit, rightCardIndexForEachSuit) {
954
967
  // Inline function 'kotlin.collections.flatMap' call
955
968
  var tmp0 = get_entries();
956
969
  // Inline function 'kotlin.collections.flatMapTo' call
@@ -959,7 +972,7 @@
959
972
  while (_iterator__ex2g4s.m()) {
960
973
  var element = _iterator__ex2g4s.n();
961
974
  // Inline function 'kotlin.collections.map' call
962
- var this_0 = this.x5v(leftCardIndexForEachSuit, rightCardIndexForEachSuit);
975
+ var this_0 = this.b5w(leftCardIndexForEachSuit, rightCardIndexForEachSuit);
963
976
  // Inline function 'kotlin.collections.mapTo' call
964
977
  var destination_0 = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_0, 10));
965
978
  var inductionVariable = this_0.a1_1;
@@ -978,27 +991,27 @@
978
991
  }
979
992
  return destination;
980
993
  };
981
- protoOf(CardsDealerProviderImpl).x5v = function (leftCardIndexForEachSuit, rightCardIndexForEachSuit) {
994
+ protoOf(CardsDealerProviderImpl).b5w = function (leftCardIndexForEachSuit, rightCardIndexForEachSuit) {
982
995
  return until(leftCardIndexForEachSuit, 13 - rightCardIndexForEachSuit | 0);
983
996
  };
984
- protoOf(CardsDealerProviderImpl).o5u = function (leftCardIndexForEachSuit, rightCardIndexForEachSuit) {
997
+ protoOf(CardsDealerProviderImpl).s5u = function (leftCardIndexForEachSuit, rightCardIndexForEachSuit) {
985
998
  // Inline function 'kotlin.collections.sumOf' call
986
999
  var sum = 0;
987
1000
  var _iterator__ex2g4s = get_entries().l();
988
1001
  while (_iterator__ex2g4s.m()) {
989
1002
  var element = _iterator__ex2g4s.n();
990
1003
  var tmp = sum;
991
- sum = tmp + count(this.x5v(leftCardIndexForEachSuit, rightCardIndexForEachSuit)) | 0;
1004
+ sum = tmp + count(this.b5w(leftCardIndexForEachSuit, rightCardIndexForEachSuit)) | 0;
992
1005
  }
993
1006
  return sum;
994
1007
  };
995
- protoOf(CardsDealerProviderImpl).i5u = function (leftCardIndexForEachSuit, rightCardIndexForEachSuit, approximateRoundCountForGame, userData, provider, $completion) {
1008
+ protoOf(CardsDealerProviderImpl).m5u = function (leftCardIndexForEachSuit, rightCardIndexForEachSuit, approximateRoundCountForGame, userData, provider, $completion) {
996
1009
  var tmp = new $createNewShuffledCardDeckCOROUTINE$(this, leftCardIndexForEachSuit, rightCardIndexForEachSuit, approximateRoundCountForGame, userData, provider, $completion);
997
1010
  tmp.u8_1 = Unit_instance;
998
1011
  tmp.v8_1 = null;
999
1012
  return tmp.a9();
1000
1013
  };
1001
- protoOf(CardsDealerProviderImpl).j5u = function (count, cards) {
1014
+ protoOf(CardsDealerProviderImpl).n5u = function (count, cards) {
1002
1015
  // Inline function 'kotlin.collections.mutableListOf' call
1003
1016
  // Inline function 'kotlin.apply' call
1004
1017
  var this_0 = ArrayList_init_$Create$();
@@ -1044,7 +1057,7 @@
1044
1057
  }
1045
1058
  return this_0;
1046
1059
  };
1047
- protoOf(CardsDealerProviderImpl).k5u = function (cards, times) {
1060
+ protoOf(CardsDealerProviderImpl).o5u = function (cards, times) {
1048
1061
  // Inline function 'kotlin.let' call
1049
1062
  var shuffled = toMutableList(cards);
1050
1063
  var inductionVariable = 0;
@@ -1052,17 +1065,17 @@
1052
1065
  do {
1053
1066
  var i = inductionVariable;
1054
1067
  inductionVariable = inductionVariable + 1 | 0;
1055
- shuffled = this.u5v_1.l5t(shuffled);
1068
+ shuffled = this.y5v_1.l5t(shuffled);
1056
1069
  }
1057
1070
  while (inductionVariable < times);
1058
1071
  return shuffled;
1059
1072
  };
1060
- protoOf(CardsDealerProviderImpl).m5u = function (cards, times) {
1061
- return toList(overhand(riffle(toMutableList(cards), times, this.u5v_1), times, this.u5v_1));
1073
+ protoOf(CardsDealerProviderImpl).q5u = function (cards, times) {
1074
+ return toList(overhand(riffle(toMutableList(cards), times, this.y5v_1), times, this.y5v_1));
1062
1075
  };
1063
1076
  function Companion_3() {
1064
1077
  }
1065
- protoOf(Companion_3).y5v = function () {
1078
+ protoOf(Companion_3).c5w = function () {
1066
1079
  // Inline function 'kotlin.collections.mutableListOf' call
1067
1080
  // Inline function 'kotlin.apply' call
1068
1081
  var this_0 = ArrayList_init_$Create$();
@@ -1073,7 +1086,7 @@
1073
1086
  this_0.r(listOf([Companion_instance.u5t(Suit_DIAMOND_getInstance(), CardName_ACE_getInstance()), Companion_instance.u5t(Suit_CLUB_getInstance(), CardName_EIGHT_getInstance()), Companion_instance.u5t(Suit_DIAMOND_getInstance(), CardName_KING_getInstance()), Companion_instance.u5t(Suit_SPADE_getInstance(), CardName_NINE_getInstance()), Companion_instance.u5t(Suit_CLUB_getInstance(), CardName_ACE_getInstance()), Companion_instance.u5t(Suit_SPADE_getInstance(), CardName_KING_getInstance()), Companion_instance.u5t(Suit_DIAMOND_getInstance(), CardName_QUEEN_getInstance()), Companion_instance.u5t(Suit_HEART_getInstance(), CardName_NINE_getInstance())]));
1074
1087
  return this_0;
1075
1088
  };
1076
- protoOf(Companion_3).z5v = function () {
1089
+ protoOf(Companion_3).d5w = function () {
1077
1090
  return listOf([Companion_instance.u5t(Suit_CLUB_getInstance(), CardName_SEVEN_getInstance()), Companion_instance.u5t(Suit_HEART_getInstance(), CardName_SEVEN_getInstance()), Companion_instance.u5t(Suit_SPADE_getInstance(), CardName_SEVEN_getInstance()), Companion_instance.u5t(Suit_SPADE_getInstance(), CardName_EIGHT_getInstance())]);
1078
1091
  };
1079
1092
  var Companion_instance_3;
@@ -1081,28 +1094,28 @@
1081
1094
  return Companion_instance_3;
1082
1095
  }
1083
1096
  function FakeCardsDealerProvider(cards, cardsForLot) {
1084
- cards = cards === VOID ? Companion_instance_3.y5v() : cards;
1085
- cardsForLot = cardsForLot === VOID ? Companion_instance_3.z5v() : cardsForLot;
1086
- this.a5w_1 = cards;
1087
- this.b5w_1 = cardsForLot;
1097
+ cards = cards === VOID ? Companion_instance_3.c5w() : cards;
1098
+ cardsForLot = cardsForLot === VOID ? Companion_instance_3.d5w() : cardsForLot;
1099
+ this.e5w_1 = cards;
1100
+ this.f5w_1 = cardsForLot;
1088
1101
  }
1089
- protoOf(FakeCardsDealerProvider).h5u = function (leftCardIndexForEachSuit, rightCardIndexForEachSuit) {
1090
- return this.a5w_1;
1102
+ protoOf(FakeCardsDealerProvider).l5u = function (leftCardIndexForEachSuit, rightCardIndexForEachSuit) {
1103
+ return this.e5w_1;
1091
1104
  };
1092
- protoOf(FakeCardsDealerProvider).i5u = function (leftCardIndexForEachSuit, rightCardIndexForEachSuit, approximateRoundCountForGame, userData, provider, $completion) {
1093
- return this.a5w_1;
1105
+ protoOf(FakeCardsDealerProvider).m5u = function (leftCardIndexForEachSuit, rightCardIndexForEachSuit, approximateRoundCountForGame, userData, provider, $completion) {
1106
+ return this.e5w_1;
1094
1107
  };
1095
- protoOf(FakeCardsDealerProvider).j5u = function (count, cards) {
1096
- return this.b5w_1;
1108
+ protoOf(FakeCardsDealerProvider).n5u = function (count, cards) {
1109
+ return this.f5w_1;
1097
1110
  };
1098
- protoOf(FakeCardsDealerProvider).k5u = function (cards, times) {
1111
+ protoOf(FakeCardsDealerProvider).o5u = function (cards, times) {
1099
1112
  return cards;
1100
1113
  };
1101
- protoOf(FakeCardsDealerProvider).m5u = function (cards, times) {
1114
+ protoOf(FakeCardsDealerProvider).q5u = function (cards, times) {
1102
1115
  return cards;
1103
1116
  };
1104
- protoOf(FakeCardsDealerProvider).o5u = function (leftCardIndexForEachSuit, rightCardIndexForEachSuit) {
1105
- return this.a5w_1.o();
1117
+ protoOf(FakeCardsDealerProvider).s5u = function (leftCardIndexForEachSuit, rightCardIndexForEachSuit) {
1118
+ return this.e5w_1.o();
1106
1119
  };
1107
1120
  function CombinationsCheckerProvider() {
1108
1121
  }
@@ -1129,16 +1142,16 @@
1129
1142
  return takeLast(cards, longestCombinationSupport);
1130
1143
  }
1131
1144
  function sam$kotlin_Comparator$0(function_0) {
1132
- this.h5w_1 = function_0;
1145
+ this.l5w_1 = function_0;
1133
1146
  }
1134
1147
  protoOf(sam$kotlin_Comparator$0).fc = function (a, b) {
1135
- return this.h5w_1(a, b);
1148
+ return this.l5w_1(a, b);
1136
1149
  };
1137
1150
  protoOf(sam$kotlin_Comparator$0).compare = function (a, b) {
1138
1151
  return this.fc(a, b);
1139
1152
  };
1140
1153
  protoOf(sam$kotlin_Comparator$0).b3 = function () {
1141
- return this.h5w_1;
1154
+ return this.l5w_1;
1142
1155
  };
1143
1156
  protoOf(sam$kotlin_Comparator$0).equals = function (other) {
1144
1157
  var tmp;
@@ -1166,7 +1179,7 @@
1166
1179
  }
1167
1180
  function CombinationsCheckerProviderImpl() {
1168
1181
  }
1169
- protoOf(CombinationsCheckerProviderImpl).c5w = function (cards, supportedCombinations, checkFromIndex, includeCardNames, suit) {
1182
+ protoOf(CombinationsCheckerProviderImpl).g5w = function (cards, supportedCombinations, checkFromIndex, includeCardNames, suit) {
1170
1183
  // Inline function 'kotlin.apply' call
1171
1184
  var this_0 = toMutableList(cards);
1172
1185
  sortWith(this_0, CardIndexComparator_instance);
@@ -1200,7 +1213,7 @@
1200
1213
  combinationCards.j(currentCard);
1201
1214
  } else {
1202
1215
  if (combinationCards.o() > (checkFromIndex - 1 | 0)) {
1203
- combinations.r(this.g5w(toMutableList(combinationCards), supportedCombinations));
1216
+ combinations.r(this.k5w(toMutableList(combinationCards), supportedCombinations));
1204
1217
  }
1205
1218
  combinationCards.i2();
1206
1219
  if (passedSuitCheck && passedCardNamesCheck) {
@@ -1210,11 +1223,11 @@
1210
1223
  }
1211
1224
  while (inductionVariable <= last);
1212
1225
  if (combinationCards.o() > (checkFromIndex - 1 | 0)) {
1213
- combinations.r(this.g5w(toMutableList(combinationCards), supportedCombinations));
1226
+ combinations.r(this.k5w(toMutableList(combinationCards), supportedCombinations));
1214
1227
  }
1215
1228
  return combinations;
1216
1229
  };
1217
- protoOf(CombinationsCheckerProviderImpl).e5w = function (cards, cardsCount, includeCardNames) {
1230
+ protoOf(CombinationsCheckerProviderImpl).i5w = function (cards, cardsCount, includeCardNames) {
1218
1231
  // Inline function 'kotlin.apply' call
1219
1232
  var this_0 = toMutableList(cards);
1220
1233
  sortWith(this_0, CardIndexComparator_instance);
@@ -1282,7 +1295,7 @@
1282
1295
  }
1283
1296
  return destination_3;
1284
1297
  };
1285
- protoOf(CombinationsCheckerProviderImpl).g5w = function (cards, supportedCombinations) {
1298
+ protoOf(CombinationsCheckerProviderImpl).k5w = function (cards, supportedCombinations) {
1286
1299
  // Inline function 'kotlin.collections.minOf' call
1287
1300
  var iterator = supportedCombinations.l();
1288
1301
  if (!iterator.m())
@@ -1312,28 +1325,28 @@
1312
1325
  function DealerReducer() {
1313
1326
  }
1314
1327
  function DealerReducerImpl(logger, enableLogs) {
1315
- this.l5w_1 = logger;
1316
- this.m5w_1 = enableLogs;
1328
+ this.p5w_1 = logger;
1329
+ this.q5w_1 = enableLogs;
1317
1330
  }
1318
- protoOf(DealerReducerImpl).i5w = function (cards, cardsToRemove) {
1331
+ protoOf(DealerReducerImpl).m5w = function (cards, cardsToRemove) {
1319
1332
  var list = cards;
1320
1333
  var _iterator__ex2g4s = cardsToRemove.l();
1321
1334
  while (_iterator__ex2g4s.m()) {
1322
1335
  var gameCard = _iterator__ex2g4s.n();
1323
- list = this.j5w(list, gameCard);
1336
+ list = this.n5w(list, gameCard);
1324
1337
  }
1325
1338
  return list;
1326
1339
  };
1327
- protoOf(DealerReducerImpl).j5w = function (cards, cardToRemove) {
1340
+ protoOf(DealerReducerImpl).n5w = function (cards, cardToRemove) {
1328
1341
  var tmp;
1329
1342
  if (!cardToRemove.x5t() && cards.u1(cardToRemove)) {
1330
- if (this.m5w_1) {
1331
- this.l5w_1.d('Dealer', 'Card removed: ' + cardToRemove.toString() + ', size: ' + (cards.o() - 1 | 0));
1343
+ if (this.q5w_1) {
1344
+ this.p5w_1.d('Dealer', 'Card removed: ' + cardToRemove.toString() + ', size: ' + (cards.o() - 1 | 0));
1332
1345
  }
1333
1346
  tmp = minus(cards, cardToRemove);
1334
1347
  } else {
1335
- if (this.m5w_1) {
1336
- this.l5w_1.d('Dealer', 'Card removed as hidden: ' + cardToRemove.toString() + ', size: ' + (cards.o() - 1 | 0));
1348
+ if (this.q5w_1) {
1349
+ this.p5w_1.d('Dealer', 'Card removed as hidden: ' + cardToRemove.toString() + ', size: ' + (cards.o() - 1 | 0));
1337
1350
  }
1338
1351
  // Inline function 'kotlin.collections.filterNot' call
1339
1352
  // Inline function 'kotlin.collections.filterNotTo' call
@@ -1358,28 +1371,28 @@
1358
1371
  }
1359
1372
  var hiddenCards = destination_0;
1360
1373
  if (hiddenCards.q()) {
1361
- this.l5w_1.w('Dealer', "Can't find card to delete for player, " + ('cards:' + toString(cards) + ', ') + ('cardToRemove: ' + cardToRemove.toString()));
1374
+ this.p5w_1.w('Dealer', "Can't find card to delete for player, " + ('cards:' + toString(cards) + ', ') + ('cardToRemove: ' + cardToRemove.toString()));
1362
1375
  }
1363
1376
  tmp = plus(notHiddenCards, dropLast(hiddenCards, 1));
1364
1377
  }
1365
1378
  return tmp;
1366
1379
  };
1367
- protoOf(DealerReducerImpl).k5w = function (cards, cardToAdd) {
1368
- if (this.m5w_1) {
1369
- this.l5w_1.d('Dealer', 'Card added: ' + cardToAdd.toString() + ', size: ' + (cards.o() + 1 | 0));
1380
+ protoOf(DealerReducerImpl).o5w = function (cards, cardToAdd) {
1381
+ if (this.q5w_1) {
1382
+ this.p5w_1.d('Dealer', 'Card added: ' + cardToAdd.toString() + ', size: ' + (cards.o() + 1 | 0));
1370
1383
  }
1371
1384
  if (cards.u1(cardToAdd)) {
1372
- this.l5w_1.w('Dealer', 'Card already exists for player, ' + ('cards:' + toString(cards) + ', ') + ('cardToAdd: ' + cardToAdd.toString()));
1385
+ this.p5w_1.w('Dealer', 'Card already exists for player, ' + ('cards:' + toString(cards) + ', ') + ('cardToAdd: ' + cardToAdd.toString()));
1373
1386
  }
1374
1387
  return plus_0(cards, cardToAdd);
1375
1388
  };
1376
1389
  //region block: post-declaration
1377
- protoOf(CardsDealerProviderImpl).l5u = standardShuffledCards$default;
1378
- protoOf(CardsDealerProviderImpl).n5u = realLifeShuffledCards$default;
1379
- protoOf(FakeCardsDealerProvider).l5u = standardShuffledCards$default;
1380
- protoOf(FakeCardsDealerProvider).n5u = realLifeShuffledCards$default;
1381
- protoOf(CombinationsCheckerProviderImpl).d5w = findCardsInRowCombinations$default;
1382
- protoOf(CombinationsCheckerProviderImpl).f5w = findSameCardsNumberCombinations$default;
1390
+ protoOf(CardsDealerProviderImpl).p5u = standardShuffledCards$default;
1391
+ protoOf(CardsDealerProviderImpl).r5u = realLifeShuffledCards$default;
1392
+ protoOf(FakeCardsDealerProvider).p5u = standardShuffledCards$default;
1393
+ protoOf(FakeCardsDealerProvider).r5u = realLifeShuffledCards$default;
1394
+ protoOf(CombinationsCheckerProviderImpl).h5w = findCardsInRowCombinations$default;
1395
+ protoOf(CombinationsCheckerProviderImpl).j5w = findSameCardsNumberCombinations$default;
1383
1396
  //endregion
1384
1397
  //region block: init
1385
1398
  CoreConfig_instance = new CoreConfig();