raspberry_games_server_game_logic 1.8.307 → 1.8.309

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.
@@ -95,11 +95,11 @@
95
95
  initMetadataForClass(CardsRandomProvider, 'CardsRandomProvider', VOID, Enum);
96
96
  function standardShuffledCards$default(cards, times, $super) {
97
97
  times = times === VOID ? 3 : times;
98
- return $super === VOID ? this.w66(cards, times) : $super.w66.call(this, cards, times);
98
+ return $super === VOID ? this.a67(cards, times) : $super.a67.call(this, cards, times);
99
99
  }
100
100
  function realLifeShuffledCards$default(cards, times, $super) {
101
101
  times = times === VOID ? 20 : times;
102
- return $super === VOID ? this.y66(cards, times) : $super.y66.call(this, cards, times);
102
+ return $super === VOID ? this.c67(cards, times) : $super.c67.call(this, cards, times);
103
103
  }
104
104
  initMetadataForInterface(CardsDealerProvider, 'CardsDealerProvider', VOID, VOID, VOID, [5]);
105
105
  initMetadataForCompanion(Companion_2);
@@ -112,12 +112,12 @@
112
112
  checkFromIndex = checkFromIndex === VOID ? first(supportedCombinations) : checkFromIndex;
113
113
  includeCardNames = includeCardNames === VOID ? null : includeCardNames;
114
114
  suit = suit === VOID ? null : suit;
115
- return $super === VOID ? this.w68(cards, supportedCombinations, checkFromIndex, includeCardNames, suit) : $super.w68.call(this, cards, supportedCombinations, checkFromIndex, includeCardNames, suit);
115
+ return $super === VOID ? this.a69(cards, supportedCombinations, checkFromIndex, includeCardNames, suit) : $super.a69.call(this, cards, supportedCombinations, checkFromIndex, includeCardNames, suit);
116
116
  }
117
117
  function findSameCardsNumberCombinations$default(cards, cardsCount, includeCardNames, $super) {
118
118
  cardsCount = cardsCount === VOID ? 4 : cardsCount;
119
119
  includeCardNames = includeCardNames === VOID ? null : includeCardNames;
120
- return $super === VOID ? this.y68(cards, cardsCount, includeCardNames) : $super.y68.call(this, cards, cardsCount, includeCardNames);
120
+ return $super === VOID ? this.c69(cards, cardsCount, includeCardNames) : $super.c69.call(this, cards, cardsCount, includeCardNames);
121
121
  }
122
122
  initMetadataForInterface(CombinationsCheckerProvider, 'CombinationsCheckerProvider');
123
123
  initMetadataForClass(sam$kotlin_Comparator$0, 'sam$kotlin_Comparator$0', VOID, VOID, [Comparator, FunctionAdapter]);
@@ -126,7 +126,7 @@
126
126
  initMetadataForClass(DealerReducerImpl, 'DealerReducerImpl', VOID, VOID, [DealerReducer]);
127
127
  //endregion
128
128
  function CoreConfig() {
129
- this.version = '0.0.44';
129
+ this.version = '0.0.45';
130
130
  }
131
131
  protoOf(CoreConfig).e2z = function () {
132
132
  return this.version;
@@ -137,12 +137,12 @@
137
137
  }
138
138
  function CardIndexComparator() {
139
139
  }
140
- protoOf(CardIndexComparator).b66 = function (a, b) {
141
- return a.c66_1 - b.c66_1 | 0;
140
+ protoOf(CardIndexComparator).f66 = function (a, b) {
141
+ return a.g66_1 - b.g66_1 | 0;
142
142
  };
143
143
  protoOf(CardIndexComparator).compare = function (a, b) {
144
144
  var tmp = a instanceof GameCard ? a : THROW_CCE();
145
- return this.b66(tmp, b instanceof GameCard ? b : THROW_CCE());
145
+ return this.f66(tmp, b instanceof GameCard ? b : THROW_CCE());
146
146
  };
147
147
  var CardIndexComparator_instance;
148
148
  function CardIndexComparator_getInstance() {
@@ -150,12 +150,12 @@
150
150
  }
151
151
  function CardNumberComparator() {
152
152
  }
153
- protoOf(CardNumberComparator).b66 = function (a, b) {
154
- return b.d66() - a.d66() | 0;
153
+ protoOf(CardNumberComparator).f66 = function (a, b) {
154
+ return b.h66() - a.h66() | 0;
155
155
  };
156
156
  protoOf(CardNumberComparator).compare = function (a, b) {
157
157
  var tmp = a instanceof GameCard ? a : THROW_CCE();
158
- return this.b66(tmp, b instanceof GameCard ? b : THROW_CCE());
158
+ return this.f66(tmp, b instanceof GameCard ? b : THROW_CCE());
159
159
  };
160
160
  var CardNumberComparator_instance;
161
161
  function CardNumberComparator_getInstance() {
@@ -297,16 +297,16 @@
297
297
  }
298
298
  function Companion() {
299
299
  }
300
- protoOf(Companion).e66 = function (suit, number) {
300
+ protoOf(Companion).i66 = function (suit, number) {
301
301
  return new GameCard(getNumber(Companion_instance_0, getName(Companion_instance_0, number), suit));
302
302
  };
303
- protoOf(Companion).f66 = function (suit, cardNumber) {
303
+ protoOf(Companion).j66 = function (suit, cardNumber) {
304
304
  return new GameCard(getNumber(Companion_instance_0, cardNumber, suit));
305
305
  };
306
- protoOf(Companion).g66 = function (index) {
306
+ protoOf(Companion).k66 = function (index) {
307
307
  return new GameCard(index);
308
308
  };
309
- protoOf(Companion).h66 = function (position, playerIndex, previousStubCardWithMaxIndex, reverse) {
309
+ protoOf(Companion).l66 = function (position, playerIndex, previousStubCardWithMaxIndex, reverse) {
310
310
  var tmp;
311
311
  if (previousStubCardWithMaxIndex == null) {
312
312
  tmp = null;
@@ -315,7 +315,7 @@
315
315
  // Inline function 'kotlin.contracts.contract' call
316
316
  var tmp_0;
317
317
  // Inline function 'io.raspberryapps.card_game.core.data.models.cards.Companion.createUniqueStub.<anonymous>' call
318
- if (previousStubCardWithMaxIndex.i66()) {
318
+ if (previousStubCardWithMaxIndex.m66()) {
319
319
  tmp_0 = previousStubCardWithMaxIndex;
320
320
  } else {
321
321
  tmp_0 = null;
@@ -323,8 +323,8 @@
323
323
  tmp = tmp_0;
324
324
  }
325
325
  var tmp3_safe_receiver = tmp;
326
- var tmp4_safe_receiver = tmp3_safe_receiver == null ? null : tmp3_safe_receiver.c66_1;
327
- var tmp5_safe_receiver = tmp4_safe_receiver == null ? null : Companion_instance_0.o66(tmp4_safe_receiver, playerIndex, reverse);
326
+ var tmp4_safe_receiver = tmp3_safe_receiver == null ? null : tmp3_safe_receiver.g66_1;
327
+ var tmp5_safe_receiver = tmp4_safe_receiver == null ? null : Companion_instance_0.s66(tmp4_safe_receiver, playerIndex, reverse);
328
328
  var tmp_1;
329
329
  if (tmp5_safe_receiver == null) {
330
330
  tmp_1 = null;
@@ -345,10 +345,10 @@
345
345
  var index = tmp_2;
346
346
  return new GameCard(index);
347
347
  };
348
- protoOf(Companion).p66 = function (position, playerIndex, previousStubCardWithMaxIndex, reverse, $super) {
348
+ protoOf(Companion).t66 = function (position, playerIndex, previousStubCardWithMaxIndex, reverse, $super) {
349
349
  previousStubCardWithMaxIndex = previousStubCardWithMaxIndex === VOID ? null : previousStubCardWithMaxIndex;
350
350
  reverse = reverse === VOID ? false : reverse;
351
- return $super === VOID ? this.h66(position, playerIndex, previousStubCardWithMaxIndex, reverse) : $super.h66.call(this, position, playerIndex, previousStubCardWithMaxIndex, reverse);
351
+ return $super === VOID ? this.l66(position, playerIndex, previousStubCardWithMaxIndex, reverse) : $super.l66.call(this, position, playerIndex, previousStubCardWithMaxIndex, reverse);
352
352
  };
353
353
  var Companion_instance;
354
354
  function Companion_getInstance() {
@@ -452,7 +452,7 @@
452
452
  return tmp;
453
453
  }
454
454
  function _get_isShirt__vd98rp($this) {
455
- return $this.c66_1 >= 150 && $this.c66_1 <= 202;
455
+ return $this.g66_1 >= 150 && $this.g66_1 <= 202;
456
456
  }
457
457
  function CardName(name, ordinal) {
458
458
  Enum.call(this, name, ordinal);
@@ -461,13 +461,13 @@
461
461
  return getShortName(this);
462
462
  };
463
463
  function Companion_0() {
464
- this.j66_1 = -1;
465
- this.k66_1 = 13;
466
- this.l66_1 = 52;
467
- this.m66_1 = 150;
468
- this.n66_1 = 53;
464
+ this.n66_1 = -1;
465
+ this.o66_1 = 13;
466
+ this.p66_1 = 52;
467
+ this.q66_1 = 150;
468
+ this.r66_1 = 53;
469
469
  }
470
- protoOf(Companion_0).o66 = function (_this__u8e3s4, playerIndex, reverse) {
470
+ protoOf(Companion_0).s66 = function (_this__u8e3s4, playerIndex, reverse) {
471
471
  var tmp;
472
472
  if (reverse) {
473
473
  tmp = _this__u8e3s4 + (53 + imul(playerIndex, 14) | 0) | 0;
@@ -537,59 +537,59 @@
537
537
  return CardName_STUB_instance;
538
538
  }
539
539
  function GameCard(index) {
540
- this.c66_1 = index;
540
+ this.g66_1 = index;
541
541
  }
542
- protoOf(GameCard).q66 = function () {
542
+ protoOf(GameCard).u66 = function () {
543
543
  var tmp;
544
- var containsArg = this.c66_1;
544
+ var containsArg = this.g66_1;
545
545
  if (0 <= containsArg ? containsArg <= 13 : false) {
546
546
  tmp = Suit_DIAMOND_getInstance();
547
547
  } else {
548
- if (this.c66_1 <= 26) {
548
+ if (this.g66_1 <= 26) {
549
549
  tmp = Suit_SPADE_getInstance();
550
550
  } else {
551
- if (this.c66_1 <= 39) {
551
+ if (this.g66_1 <= 39) {
552
552
  tmp = Suit_HEART_getInstance();
553
553
  } else {
554
- if (this.c66_1 <= 52) {
554
+ if (this.g66_1 <= 52) {
555
555
  tmp = Suit_CLUB_getInstance();
556
556
  } else {
557
- throw IllegalStateException_init_$Create$('Invalid suitCard in Card.getValue() ' + this.c66_1);
557
+ throw IllegalStateException_init_$Create$('Invalid suitCard in Card.getValue() ' + this.g66_1);
558
558
  }
559
559
  }
560
560
  }
561
561
  }
562
562
  return tmp;
563
563
  };
564
- protoOf(GameCard).d66 = function () {
564
+ protoOf(GameCard).h66 = function () {
565
565
  var tmp;
566
- if (this.i66()) {
566
+ if (this.m66()) {
567
567
  tmp = -1;
568
568
  } else {
569
- tmp = this.c66_1 - imul(13, getIndex(this.q66())) | 0;
569
+ tmp = this.g66_1 - imul(13, getIndex(this.u66())) | 0;
570
570
  }
571
571
  return tmp;
572
572
  };
573
573
  protoOf(GameCard).p2 = function () {
574
- return this.i66() ? CardName_STUB_getInstance() : getName(Companion_instance_0, this.d66());
574
+ return this.m66() ? CardName_STUB_getInstance() : getName(Companion_instance_0, this.h66());
575
575
  };
576
- protoOf(GameCard).r66 = function () {
577
- return !_get_isShirt__vd98rp(this) && !this.i66();
576
+ protoOf(GameCard).v66 = function () {
577
+ return !_get_isShirt__vd98rp(this) && !this.m66();
578
578
  };
579
- protoOf(GameCard).i66 = function () {
580
- return this.c66_1 >= 53 && this.c66_1 <= 105;
579
+ protoOf(GameCard).m66 = function () {
580
+ return this.g66_1 >= 53 && this.g66_1 <= 105;
581
581
  };
582
582
  protoOf(GameCard).toString = function () {
583
583
  if (_get_isShirt__vd98rp(this)) {
584
584
  return 'GameCard(SHIRT)';
585
585
  }
586
- if (this.i66()) {
587
- return 'GameCard(STUB, ' + this.c66_1 + ')';
586
+ if (this.m66()) {
587
+ return 'GameCard(STUB, ' + this.g66_1 + ')';
588
588
  }
589
- return 'GameCard(' + this.q66().toString() + this.p2().toString() + ', ' + this.c66_1 + ')';
589
+ return 'GameCard(' + this.u66().toString() + this.p2().toString() + ', ' + this.g66_1 + ')';
590
590
  };
591
591
  protoOf(GameCard).hashCode = function () {
592
- return this.c66_1;
592
+ return this.g66_1;
593
593
  };
594
594
  protoOf(GameCard).equals = function (other) {
595
595
  if (this === other)
@@ -597,12 +597,12 @@
597
597
  if (!(other instanceof GameCard))
598
598
  return false;
599
599
  var tmp0_other_with_cast = other instanceof GameCard ? other : THROW_CCE();
600
- if (!(this.c66_1 === tmp0_other_with_cast.c66_1))
600
+ if (!(this.g66_1 === tmp0_other_with_cast.g66_1))
601
601
  return false;
602
602
  return true;
603
603
  };
604
604
  function _get_$cachedSerializer__te6jhj($this) {
605
- return $this.s66_1.u();
605
+ return $this.w66_1.u();
606
606
  }
607
607
  function Suit$Companion$_anonymous__cbm2iq() {
608
608
  return createSimpleEnumSerializer('io.raspberryapps.card_game.core.data.models.cards.Suit', values());
@@ -644,7 +644,7 @@
644
644
  Companion_instance_1 = this;
645
645
  var tmp = this;
646
646
  var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
647
- tmp.s66_1 = lazy(tmp_0, Suit$Companion$_anonymous__cbm2iq);
647
+ tmp.w66_1 = lazy(tmp_0, Suit$Companion$_anonymous__cbm2iq);
648
648
  }
649
649
  protoOf(Companion_1).n4w = function () {
650
650
  return _get_$cachedSerializer__te6jhj(this);
@@ -768,7 +768,7 @@
768
768
  }
769
769
  function Companion_2() {
770
770
  }
771
- protoOf(Companion_2).w67 = function (randomPoolProvider, logger) {
771
+ protoOf(Companion_2).a68 = function (randomPoolProvider, logger) {
772
772
  var tmp17_random = new SecureRandom(logger);
773
773
  return new CardsDealerProviderImpl(tmp17_random, randomPoolProvider, logger);
774
774
  };
@@ -778,12 +778,12 @@
778
778
  }
779
779
  function $createNewShuffledCardDeckCOROUTINE$0(_this__u8e3s4, leftCardIndexForEachSuit, rightCardIndexForEachSuit, approximateRoundCountForGame, userData, provider, resultContinuation) {
780
780
  CoroutineImpl.call(this, resultContinuation);
781
- this.f68_1 = _this__u8e3s4;
782
- this.g68_1 = leftCardIndexForEachSuit;
783
- this.h68_1 = rightCardIndexForEachSuit;
784
- this.i68_1 = approximateRoundCountForGame;
785
- this.j68_1 = userData;
786
- this.k68_1 = provider;
781
+ this.j68_1 = _this__u8e3s4;
782
+ this.k68_1 = leftCardIndexForEachSuit;
783
+ this.l68_1 = rightCardIndexForEachSuit;
784
+ this.m68_1 = approximateRoundCountForGame;
785
+ this.n68_1 = userData;
786
+ this.o68_1 = provider;
787
787
  }
788
788
  protoOf($createNewShuffledCardDeckCOROUTINE$0).n9 = function () {
789
789
  var suspendResult = this.h9_1;
@@ -793,26 +793,26 @@
793
793
  switch (tmp) {
794
794
  case 0:
795
795
  this.g9_1 = 4;
796
- this.l68_1 = this.k68_1;
797
- this.m68_1 = this.l68_1.o2_1;
798
- if (this.m68_1 === 0) {
796
+ this.p68_1 = this.o68_1;
797
+ this.q68_1 = this.p68_1.o2_1;
798
+ if (this.q68_1 === 0) {
799
799
  var tmp_0 = this;
800
- var it = this.f68_1.t66(this.g68_1, this.h68_1);
801
- tmp_0.n68_1 = this.f68_1.x66(it);
800
+ var it = this.j68_1.x66(this.k68_1, this.l68_1);
801
+ tmp_0.r68_1 = this.j68_1.b67(it);
802
802
  this.f9_1 = 3;
803
803
  continue $sm;
804
804
  } else {
805
- if (this.m68_1 === 1) {
805
+ if (this.q68_1 === 1) {
806
806
  this.f9_1 = 2;
807
- suspendResult = getRandomOrgCards(this.f68_1, this.g68_1, this.h68_1, this.i68_1, this.j68_1, false, this);
807
+ suspendResult = getRandomOrgCards(this.j68_1, this.k68_1, this.l68_1, this.m68_1, this.n68_1, false, this);
808
808
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
809
809
  return suspendResult;
810
810
  }
811
811
  continue $sm;
812
812
  } else {
813
- if (this.m68_1 === 2) {
813
+ if (this.q68_1 === 2) {
814
814
  this.f9_1 = 1;
815
- suspendResult = getRandomOrgCards(this.f68_1, this.g68_1, this.h68_1, this.i68_1, this.j68_1, true, this);
815
+ suspendResult = getRandomOrgCards(this.j68_1, this.k68_1, this.l68_1, this.m68_1, this.n68_1, true, this);
816
816
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
817
817
  return suspendResult;
818
818
  }
@@ -826,15 +826,15 @@
826
826
 
827
827
  break;
828
828
  case 1:
829
- this.n68_1 = suspendResult;
829
+ this.r68_1 = suspendResult;
830
830
  this.f9_1 = 3;
831
831
  continue $sm;
832
832
  case 2:
833
- this.n68_1 = suspendResult;
833
+ this.r68_1 = suspendResult;
834
834
  this.f9_1 = 3;
835
835
  continue $sm;
836
836
  case 3:
837
- return this.n68_1;
837
+ return this.r68_1;
838
838
  case 4:
839
839
  throw this.i9_1;
840
840
  }
@@ -851,12 +851,12 @@
851
851
  };
852
852
  function $getRandomOrgCardsCOROUTINE$1(_this__u8e3s4, leftCardIndexForEachSuit, rightCardIndexForEachSuit, approximateRoundsCount, userData, signed, resultContinuation) {
853
853
  CoroutineImpl.call(this, resultContinuation);
854
- this.j67_1 = _this__u8e3s4;
855
- this.k67_1 = leftCardIndexForEachSuit;
856
- this.l67_1 = rightCardIndexForEachSuit;
857
- this.m67_1 = approximateRoundsCount;
858
- this.n67_1 = userData;
859
- this.o67_1 = signed;
854
+ this.n67_1 = _this__u8e3s4;
855
+ this.o67_1 = leftCardIndexForEachSuit;
856
+ this.p67_1 = rightCardIndexForEachSuit;
857
+ this.q67_1 = approximateRoundsCount;
858
+ this.r67_1 = userData;
859
+ this.s67_1 = signed;
860
860
  }
861
861
  protoOf($getRandomOrgCardsCOROUTINE$1).n9 = function () {
862
862
  var suspendResult = this.h9_1;
@@ -866,11 +866,11 @@
866
866
  switch (tmp) {
867
867
  case 0:
868
868
  this.g9_1 = 5;
869
- this.p67_1 = this.j67_1.a67(this.k67_1, this.l67_1);
870
- this.q67_1 = this.j67_1.p68_1;
871
- this.r67_1 = this.p67_1 - 1 | 0;
869
+ this.t67_1 = this.n67_1.e67(this.o67_1, this.p67_1);
870
+ this.u67_1 = this.n67_1.t68_1;
871
+ this.v67_1 = this.t67_1 - 1 | 0;
872
872
  this.f9_1 = 1;
873
- suspendResult = this.q67_1.t5q(this.m67_1, this.n67_1, 0, this.r67_1, this.p67_1, this.o67_1, VOID, this);
873
+ suspendResult = this.u67_1.t5q(this.q67_1, this.r67_1, 0, this.v67_1, this.t67_1, this.s67_1, VOID, this);
874
874
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
875
875
  return suspendResult;
876
876
  }
@@ -878,34 +878,34 @@
878
878
  this.f9_1 = 2;
879
879
  continue $sm;
880
880
  case 1:
881
- this.s67_1 = suspendResult.ek_1;
882
- suspendResult = new Result(this.s67_1);
881
+ this.w67_1 = suspendResult.ek_1;
882
+ suspendResult = new Result(this.w67_1);
883
883
  this.f9_1 = 2;
884
884
  continue $sm;
885
885
  case 2:
886
- this.t67_1 = suspendResult.ek_1;
887
- if (_Result___get_isSuccess__impl__sndoy8(this.t67_1)) {
886
+ this.x67_1 = suspendResult.ek_1;
887
+ if (_Result___get_isSuccess__impl__sndoy8(this.x67_1)) {
888
888
  var tmp_0 = this;
889
- var this_0 = this.t67_1;
889
+ var this_0 = this.x67_1;
890
890
  throwOnFailure(this_0);
891
891
  var tmp_1 = _Result___get_value__impl__bjfvqg(this_0);
892
892
  var tmp14_cards = ((tmp_1 == null ? true : !(tmp_1 == null)) ? tmp_1 : THROW_CCE()).cards;
893
- var this_1 = normalizeCards(this.j67_1, tmp14_cards, this.k67_1);
893
+ var this_1 = normalizeCards(this.n67_1, tmp14_cards, this.o67_1);
894
894
  var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_1, 10));
895
895
  var tmp0_iterator = this_1.j();
896
896
  while (tmp0_iterator.k()) {
897
897
  var item = tmp0_iterator.l();
898
- destination.e(Companion_instance.g66(item));
898
+ destination.e(Companion_instance.k66(item));
899
899
  }
900
- tmp_0.u67_1 = destination;
900
+ tmp_0.y67_1 = destination;
901
901
  this.f9_1 = 4;
902
902
  continue $sm;
903
903
  } else {
904
- this.v67_1 = Result__exceptionOrNull_impl_p6xea9(this.t67_1);
905
- var tmp15_safe_receiver = this.v67_1;
906
- this.j67_1.q68_1.v('CardsDealerProvider', 'getRandomOrgCards: ' + (tmp15_safe_receiver == null ? null : tmp15_safe_receiver.message), this.v67_1);
904
+ this.z67_1 = Result__exceptionOrNull_impl_p6xea9(this.x67_1);
905
+ var tmp15_safe_receiver = this.z67_1;
906
+ this.n67_1.u68_1.v('CardsDealerProvider', 'getRandomOrgCards: ' + (tmp15_safe_receiver == null ? null : tmp15_safe_receiver.message), this.z67_1);
907
907
  this.f9_1 = 3;
908
- suspendResult = this.j67_1.u66(this.k67_1, this.l67_1, this.m67_1, this.n67_1, CardsRandomProvider_CUSTOM_getInstance(), this);
908
+ suspendResult = this.n67_1.y66(this.o67_1, this.p67_1, this.q67_1, this.r67_1, CardsRandomProvider_CUSTOM_getInstance(), this);
909
909
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
910
910
  return suspendResult;
911
911
  }
@@ -913,11 +913,11 @@
913
913
  }
914
914
 
915
915
  case 3:
916
- this.u67_1 = suspendResult;
916
+ this.y67_1 = suspendResult;
917
917
  this.f9_1 = 4;
918
918
  continue $sm;
919
919
  case 4:
920
- return this.u67_1;
920
+ return this.y67_1;
921
921
  case 5:
922
922
  throw this.i9_1;
923
923
  }
@@ -933,11 +933,11 @@
933
933
  while (true);
934
934
  };
935
935
  function CardsDealerProviderImpl(random, randomPoolProvider, logger) {
936
- this.o68_1 = random;
937
- this.p68_1 = randomPoolProvider;
938
- this.q68_1 = logger;
936
+ this.s68_1 = random;
937
+ this.t68_1 = randomPoolProvider;
938
+ this.u68_1 = logger;
939
939
  }
940
- protoOf(CardsDealerProviderImpl).t66 = function (leftCardIndexForEachSuit, rightCardIndexForEachSuit) {
940
+ protoOf(CardsDealerProviderImpl).x66 = function (leftCardIndexForEachSuit, rightCardIndexForEachSuit) {
941
941
  // Inline function 'kotlin.collections.flatMap' call
942
942
  // Inline function 'kotlin.collections.flatMapTo' call
943
943
  var this_0 = get_entries();
@@ -947,7 +947,7 @@
947
947
  var element = tmp0_iterator.l();
948
948
  // Inline function 'io.raspberryapps.card_game.core.data.providers.cards.CardsDealerProviderImpl.createNewCardDeck.<anonymous>' call
949
949
  // Inline function 'kotlin.collections.map' call
950
- var this_1 = this.r68(leftCardIndexForEachSuit, rightCardIndexForEachSuit);
950
+ var this_1 = this.v68(leftCardIndexForEachSuit, rightCardIndexForEachSuit);
951
951
  // Inline function 'kotlin.collections.mapTo' call
952
952
  var destination_0 = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_1, 10));
953
953
  var inductionVariable = this_1.a1_1;
@@ -958,7 +958,7 @@
958
958
  inductionVariable = inductionVariable + 1 | 0;
959
959
  // Inline function 'io.raspberryapps.card_game.core.data.providers.cards.CardsDealerProviderImpl.createNewCardDeck.<anonymous>.<anonymous>' call
960
960
  var it = item;
961
- var tmp$ret$0 = Companion_instance.e66(element, it);
961
+ var tmp$ret$0 = Companion_instance.i66(element, it);
962
962
  destination_0.e(tmp$ret$0);
963
963
  }
964
964
  while (!(item === last));
@@ -967,10 +967,10 @@
967
967
  }
968
968
  return destination;
969
969
  };
970
- protoOf(CardsDealerProviderImpl).r68 = function (leftCardIndexForEachSuit, rightCardIndexForEachSuit) {
970
+ protoOf(CardsDealerProviderImpl).v68 = function (leftCardIndexForEachSuit, rightCardIndexForEachSuit) {
971
971
  return until(leftCardIndexForEachSuit, 13 - rightCardIndexForEachSuit | 0);
972
972
  };
973
- protoOf(CardsDealerProviderImpl).a67 = function (leftCardIndexForEachSuit, rightCardIndexForEachSuit) {
973
+ protoOf(CardsDealerProviderImpl).e67 = function (leftCardIndexForEachSuit, rightCardIndexForEachSuit) {
974
974
  // Inline function 'kotlin.collections.sumOf' call
975
975
  var sum = 0;
976
976
  var tmp0_iterator = get_entries().j();
@@ -978,17 +978,17 @@
978
978
  var element = tmp0_iterator.l();
979
979
  var tmp = sum;
980
980
  // Inline function 'io.raspberryapps.card_game.core.data.providers.cards.CardsDealerProviderImpl.getCardsCount.<anonymous>' call
981
- sum = tmp + count(this.r68(leftCardIndexForEachSuit, rightCardIndexForEachSuit)) | 0;
981
+ sum = tmp + count(this.v68(leftCardIndexForEachSuit, rightCardIndexForEachSuit)) | 0;
982
982
  }
983
983
  return sum;
984
984
  };
985
- protoOf(CardsDealerProviderImpl).u66 = function (leftCardIndexForEachSuit, rightCardIndexForEachSuit, approximateRoundCountForGame, userData, provider, $completion) {
985
+ protoOf(CardsDealerProviderImpl).y66 = function (leftCardIndexForEachSuit, rightCardIndexForEachSuit, approximateRoundCountForGame, userData, provider, $completion) {
986
986
  var tmp = new $createNewShuffledCardDeckCOROUTINE$0(this, leftCardIndexForEachSuit, rightCardIndexForEachSuit, approximateRoundCountForGame, userData, provider, $completion);
987
987
  tmp.h9_1 = Unit_instance;
988
988
  tmp.i9_1 = null;
989
989
  return tmp.n9();
990
990
  };
991
- protoOf(CardsDealerProviderImpl).v66 = function (count, cards) {
991
+ protoOf(CardsDealerProviderImpl).z66 = function (count, cards) {
992
992
  // Inline function 'kotlin.apply' call
993
993
  // Inline function 'kotlin.collections.mutableListOf' call
994
994
  var this_0 = ArrayList_init_$Create$();
@@ -1022,7 +1022,7 @@
1022
1022
  while (tmp0_iterator.k()) {
1023
1023
  var element = tmp0_iterator.l();
1024
1024
  // Inline function 'io.raspberryapps.card_game.core.data.providers.cards.CardsDealerProviderImpl.getNRandomUniqueCards.<anonymous>.<anonymous>' call
1025
- if (element.d66() === card.d66()) {
1025
+ if (element.h66() === card.h66()) {
1026
1026
  tmp$ret$2 = true;
1027
1027
  break $l$block_1;
1028
1028
  }
@@ -1037,7 +1037,7 @@
1037
1037
  }
1038
1038
  return this_0;
1039
1039
  };
1040
- protoOf(CardsDealerProviderImpl).w66 = function (cards, times) {
1040
+ protoOf(CardsDealerProviderImpl).a67 = function (cards, times) {
1041
1041
  // Inline function 'kotlin.let' call
1042
1042
  // Inline function 'kotlin.contracts.contract' call
1043
1043
  // Inline function 'io.raspberryapps.card_game.core.data.providers.cards.CardsDealerProviderImpl.standardShuffledCards.<anonymous>' call
@@ -1047,59 +1047,59 @@
1047
1047
  do {
1048
1048
  var i = inductionVariable;
1049
1049
  inductionVariable = inductionVariable + 1 | 0;
1050
- shuffled = this.o68_1.z5v(shuffled);
1050
+ shuffled = this.s68_1.d5w(shuffled);
1051
1051
  }
1052
1052
  while (inductionVariable < times);
1053
1053
  return shuffled;
1054
1054
  };
1055
- protoOf(CardsDealerProviderImpl).y66 = function (cards, times) {
1056
- return toList(overhand(riffle(toMutableList(cards), times, this.o68_1), times, this.o68_1));
1055
+ protoOf(CardsDealerProviderImpl).c67 = function (cards, times) {
1056
+ return toList(overhand(riffle(toMutableList(cards), times, this.s68_1), times, this.s68_1));
1057
1057
  };
1058
1058
  function Companion_3() {
1059
1059
  }
1060
- protoOf(Companion_3).s68 = function () {
1060
+ protoOf(Companion_3).w68 = function () {
1061
1061
  // Inline function 'kotlin.apply' call
1062
1062
  // Inline function 'kotlin.collections.mutableListOf' call
1063
1063
  var this_0 = ArrayList_init_$Create$();
1064
1064
  // Inline function 'kotlin.contracts.contract' call
1065
1065
  // Inline function 'io.raspberryapps.card_game.core.data.providers.cards.Companion.getCards.<anonymous>' call
1066
- this_0.n(listOf([Companion_instance.f66(Suit_DIAMOND_getInstance(), CardName_SEVEN_getInstance()), Companion_instance.f66(Suit_CLUB_getInstance(), CardName_NINE_getInstance()), Companion_instance.f66(Suit_CLUB_getInstance(), CardName_SEVEN_getInstance()), Companion_instance.f66(Suit_CLUB_getInstance(), CardName_TEN_getInstance()), Companion_instance.f66(Suit_HEART_getInstance(), CardName_JACK_getInstance()), Companion_instance.f66(Suit_HEART_getInstance(), CardName_KING_getInstance())]));
1067
- this_0.n(listOf([Companion_instance.f66(Suit_CLUB_getInstance(), CardName_JACK_getInstance()), Companion_instance.f66(Suit_SPADE_getInstance(), CardName_ACE_getInstance()), Companion_instance.f66(Suit_DIAMOND_getInstance(), CardName_NINE_getInstance()), Companion_instance.f66(Suit_DIAMOND_getInstance(), CardName_TEN_getInstance()), Companion_instance.f66(Suit_DIAMOND_getInstance(), CardName_JACK_getInstance()), Companion_instance.f66(Suit_HEART_getInstance(), CardName_EIGHT_getInstance())]));
1068
- this_0.n(listOf([Companion_instance.f66(Suit_CLUB_getInstance(), CardName_DAME_getInstance()), Companion_instance.f66(Suit_HEART_getInstance(), CardName_ACE_getInstance()), Companion_instance.f66(Suit_HEART_getInstance(), CardName_DAME_getInstance()), Companion_instance.f66(Suit_HEART_getInstance(), CardName_SEVEN_getInstance()), Companion_instance.f66(Suit_SPADE_getInstance(), CardName_SEVEN_getInstance()), Companion_instance.f66(Suit_CLUB_getInstance(), CardName_KING_getInstance())]));
1069
- this_0.n(listOf([Companion_instance.f66(Suit_SPADE_getInstance(), CardName_EIGHT_getInstance()), Companion_instance.f66(Suit_SPADE_getInstance(), CardName_TEN_getInstance()), Companion_instance.f66(Suit_HEART_getInstance(), CardName_TEN_getInstance()), Companion_instance.f66(Suit_SPADE_getInstance(), CardName_JACK_getInstance()), Companion_instance.f66(Suit_DIAMOND_getInstance(), CardName_EIGHT_getInstance()), Companion_instance.f66(Suit_SPADE_getInstance(), CardName_DAME_getInstance())]));
1070
- this_0.n(listOf([Companion_instance.f66(Suit_DIAMOND_getInstance(), CardName_ACE_getInstance()), Companion_instance.f66(Suit_CLUB_getInstance(), CardName_EIGHT_getInstance()), Companion_instance.f66(Suit_DIAMOND_getInstance(), CardName_KING_getInstance()), Companion_instance.f66(Suit_SPADE_getInstance(), CardName_NINE_getInstance()), Companion_instance.f66(Suit_CLUB_getInstance(), CardName_ACE_getInstance()), Companion_instance.f66(Suit_SPADE_getInstance(), CardName_KING_getInstance()), Companion_instance.f66(Suit_DIAMOND_getInstance(), CardName_DAME_getInstance()), Companion_instance.f66(Suit_HEART_getInstance(), CardName_NINE_getInstance())]));
1066
+ this_0.n(listOf([Companion_instance.j66(Suit_DIAMOND_getInstance(), CardName_SEVEN_getInstance()), Companion_instance.j66(Suit_CLUB_getInstance(), CardName_NINE_getInstance()), Companion_instance.j66(Suit_CLUB_getInstance(), CardName_SEVEN_getInstance()), Companion_instance.j66(Suit_CLUB_getInstance(), CardName_TEN_getInstance()), Companion_instance.j66(Suit_HEART_getInstance(), CardName_JACK_getInstance()), Companion_instance.j66(Suit_HEART_getInstance(), CardName_KING_getInstance())]));
1067
+ this_0.n(listOf([Companion_instance.j66(Suit_CLUB_getInstance(), CardName_JACK_getInstance()), Companion_instance.j66(Suit_SPADE_getInstance(), CardName_ACE_getInstance()), Companion_instance.j66(Suit_DIAMOND_getInstance(), CardName_NINE_getInstance()), Companion_instance.j66(Suit_DIAMOND_getInstance(), CardName_TEN_getInstance()), Companion_instance.j66(Suit_DIAMOND_getInstance(), CardName_JACK_getInstance()), Companion_instance.j66(Suit_HEART_getInstance(), CardName_EIGHT_getInstance())]));
1068
+ this_0.n(listOf([Companion_instance.j66(Suit_CLUB_getInstance(), CardName_DAME_getInstance()), Companion_instance.j66(Suit_HEART_getInstance(), CardName_ACE_getInstance()), Companion_instance.j66(Suit_HEART_getInstance(), CardName_DAME_getInstance()), Companion_instance.j66(Suit_HEART_getInstance(), CardName_SEVEN_getInstance()), Companion_instance.j66(Suit_SPADE_getInstance(), CardName_SEVEN_getInstance()), Companion_instance.j66(Suit_CLUB_getInstance(), CardName_KING_getInstance())]));
1069
+ this_0.n(listOf([Companion_instance.j66(Suit_SPADE_getInstance(), CardName_EIGHT_getInstance()), Companion_instance.j66(Suit_SPADE_getInstance(), CardName_TEN_getInstance()), Companion_instance.j66(Suit_HEART_getInstance(), CardName_TEN_getInstance()), Companion_instance.j66(Suit_SPADE_getInstance(), CardName_JACK_getInstance()), Companion_instance.j66(Suit_DIAMOND_getInstance(), CardName_EIGHT_getInstance()), Companion_instance.j66(Suit_SPADE_getInstance(), CardName_DAME_getInstance())]));
1070
+ this_0.n(listOf([Companion_instance.j66(Suit_DIAMOND_getInstance(), CardName_ACE_getInstance()), Companion_instance.j66(Suit_CLUB_getInstance(), CardName_EIGHT_getInstance()), Companion_instance.j66(Suit_DIAMOND_getInstance(), CardName_KING_getInstance()), Companion_instance.j66(Suit_SPADE_getInstance(), CardName_NINE_getInstance()), Companion_instance.j66(Suit_CLUB_getInstance(), CardName_ACE_getInstance()), Companion_instance.j66(Suit_SPADE_getInstance(), CardName_KING_getInstance()), Companion_instance.j66(Suit_DIAMOND_getInstance(), CardName_DAME_getInstance()), Companion_instance.j66(Suit_HEART_getInstance(), CardName_NINE_getInstance())]));
1071
1071
  return this_0;
1072
1072
  };
1073
- protoOf(Companion_3).t68 = function () {
1074
- return listOf([Companion_instance.f66(Suit_CLUB_getInstance(), CardName_SEVEN_getInstance()), Companion_instance.f66(Suit_HEART_getInstance(), CardName_SEVEN_getInstance()), Companion_instance.f66(Suit_SPADE_getInstance(), CardName_SEVEN_getInstance()), Companion_instance.f66(Suit_SPADE_getInstance(), CardName_EIGHT_getInstance())]);
1073
+ protoOf(Companion_3).x68 = function () {
1074
+ return listOf([Companion_instance.j66(Suit_CLUB_getInstance(), CardName_SEVEN_getInstance()), Companion_instance.j66(Suit_HEART_getInstance(), CardName_SEVEN_getInstance()), Companion_instance.j66(Suit_SPADE_getInstance(), CardName_SEVEN_getInstance()), Companion_instance.j66(Suit_SPADE_getInstance(), CardName_EIGHT_getInstance())]);
1075
1075
  };
1076
1076
  var Companion_instance_3;
1077
1077
  function Companion_getInstance_3() {
1078
1078
  return Companion_instance_3;
1079
1079
  }
1080
1080
  function FakeCardsDealerProvider(cards, cardsForLot) {
1081
- cards = cards === VOID ? Companion_instance_3.s68() : cards;
1082
- cardsForLot = cardsForLot === VOID ? Companion_instance_3.t68() : cardsForLot;
1083
- this.u68_1 = cards;
1084
- this.v68_1 = cardsForLot;
1081
+ cards = cards === VOID ? Companion_instance_3.w68() : cards;
1082
+ cardsForLot = cardsForLot === VOID ? Companion_instance_3.x68() : cardsForLot;
1083
+ this.y68_1 = cards;
1084
+ this.z68_1 = cardsForLot;
1085
1085
  }
1086
- protoOf(FakeCardsDealerProvider).t66 = function (leftCardIndexForEachSuit, rightCardIndexForEachSuit) {
1087
- return this.u68_1;
1086
+ protoOf(FakeCardsDealerProvider).x66 = function (leftCardIndexForEachSuit, rightCardIndexForEachSuit) {
1087
+ return this.y68_1;
1088
1088
  };
1089
- protoOf(FakeCardsDealerProvider).u66 = function (leftCardIndexForEachSuit, rightCardIndexForEachSuit, approximateRoundCountForGame, userData, provider, $completion) {
1090
- return this.u68_1;
1089
+ protoOf(FakeCardsDealerProvider).y66 = function (leftCardIndexForEachSuit, rightCardIndexForEachSuit, approximateRoundCountForGame, userData, provider, $completion) {
1090
+ return this.y68_1;
1091
1091
  };
1092
- protoOf(FakeCardsDealerProvider).v66 = function (count, cards) {
1093
- return this.v68_1;
1092
+ protoOf(FakeCardsDealerProvider).z66 = function (count, cards) {
1093
+ return this.z68_1;
1094
1094
  };
1095
- protoOf(FakeCardsDealerProvider).w66 = function (cards, times) {
1095
+ protoOf(FakeCardsDealerProvider).a67 = function (cards, times) {
1096
1096
  return cards;
1097
1097
  };
1098
- protoOf(FakeCardsDealerProvider).y66 = function (cards, times) {
1098
+ protoOf(FakeCardsDealerProvider).c67 = function (cards, times) {
1099
1099
  return cards;
1100
1100
  };
1101
- protoOf(FakeCardsDealerProvider).a67 = function (leftCardIndexForEachSuit, rightCardIndexForEachSuit) {
1102
- return this.u68_1.m();
1101
+ protoOf(FakeCardsDealerProvider).e67 = function (leftCardIndexForEachSuit, rightCardIndexForEachSuit) {
1102
+ return this.y68_1.m();
1103
1103
  };
1104
1104
  function CombinationsCheckerProvider() {
1105
1105
  }
@@ -1127,16 +1127,16 @@
1127
1127
  return takeLast(cards, longestCombinationSupport);
1128
1128
  }
1129
1129
  function sam$kotlin_Comparator$0(function_0) {
1130
- this.b69_1 = function_0;
1130
+ this.f69_1 = function_0;
1131
1131
  }
1132
1132
  protoOf(sam$kotlin_Comparator$0).nc = function (a, b) {
1133
- return this.b69_1(a, b);
1133
+ return this.f69_1(a, b);
1134
1134
  };
1135
1135
  protoOf(sam$kotlin_Comparator$0).compare = function (a, b) {
1136
1136
  return this.nc(a, b);
1137
1137
  };
1138
1138
  protoOf(sam$kotlin_Comparator$0).p3 = function () {
1139
- return this.b69_1;
1139
+ return this.f69_1;
1140
1140
  };
1141
1141
  protoOf(sam$kotlin_Comparator$0).equals = function (other) {
1142
1142
  var tmp;
@@ -1159,14 +1159,14 @@
1159
1159
  function CombinationsCheckerProviderImpl$createCombinationsFromCardsInRow$lambda(a, b) {
1160
1160
  // Inline function 'kotlin.comparisons.compareValuesBy' call
1161
1161
  // Inline function 'io.raspberryapps.card_game.core.data.providers.combinations.CombinationsCheckerProviderImpl.createCombinationsFromCardsInRow.<anonymous>' call
1162
- var tmp = first_0(a).c66_1;
1162
+ var tmp = first_0(a).g66_1;
1163
1163
  // Inline function 'io.raspberryapps.card_game.core.data.providers.combinations.CombinationsCheckerProviderImpl.createCombinationsFromCardsInRow.<anonymous>' call
1164
- var tmp$ret$1 = first_0(b).c66_1;
1164
+ var tmp$ret$1 = first_0(b).g66_1;
1165
1165
  return compareValues(tmp, tmp$ret$1);
1166
1166
  }
1167
1167
  function CombinationsCheckerProviderImpl() {
1168
1168
  }
1169
- protoOf(CombinationsCheckerProviderImpl).w68 = function (cards, supportedCombinations, checkFromIndex, includeCardNames, suit) {
1169
+ protoOf(CombinationsCheckerProviderImpl).a69 = function (cards, supportedCombinations, checkFromIndex, includeCardNames, suit) {
1170
1170
  // Inline function 'kotlin.collections.filter' call
1171
1171
  // Inline function 'kotlin.apply' call
1172
1172
  var this_0 = toMutableList(cards);
@@ -1179,7 +1179,7 @@
1179
1179
  while (tmp0_iterator.k()) {
1180
1180
  var element = tmp0_iterator.l();
1181
1181
  // Inline function 'io.raspberryapps.card_game.core.data.providers.combinations.CombinationsCheckerProviderImpl.findCardsInRowCombinations.<anonymous>' call
1182
- if (element.r66()) {
1182
+ if (element.v66()) {
1183
1183
  destination.e(element);
1184
1184
  }
1185
1185
  }
@@ -1196,14 +1196,14 @@
1196
1196
  inductionVariable = inductionVariable + 1 | 0;
1197
1197
  var previousCard = lastOrNull(combinationCards);
1198
1198
  var currentCard = sortedByIndexCards.o(i);
1199
- var isNextInRow = !(previousCard == null) && currentCard.c66_1 === (previousCard.c66_1 + 1 | 0) && currentCard.q66().equals(previousCard.q66());
1199
+ var isNextInRow = !(previousCard == null) && currentCard.g66_1 === (previousCard.g66_1 + 1 | 0) && currentCard.u66().equals(previousCard.u66());
1200
1200
  var passedCardNamesCheck = includeCardNames == null || includeCardNames.s1(currentCard.p2());
1201
- var passedSuitCheck = suit == null || currentCard.q66().equals(suit);
1201
+ var passedSuitCheck = suit == null || currentCard.u66().equals(suit);
1202
1202
  if (isNextInRow && passedSuitCheck && passedCardNamesCheck) {
1203
1203
  combinationCards.e(currentCard);
1204
1204
  } else {
1205
1205
  if (combinationCards.m() > (checkFromIndex - 1 | 0)) {
1206
- combinations.n(this.a69(toMutableList(combinationCards), supportedCombinations));
1206
+ combinations.n(this.e69(toMutableList(combinationCards), supportedCombinations));
1207
1207
  }
1208
1208
  combinationCards.a2();
1209
1209
  if (passedSuitCheck && passedCardNamesCheck) {
@@ -1213,11 +1213,11 @@
1213
1213
  }
1214
1214
  while (inductionVariable <= last);
1215
1215
  if (combinationCards.m() > (checkFromIndex - 1 | 0)) {
1216
- combinations.n(this.a69(toMutableList(combinationCards), supportedCombinations));
1216
+ combinations.n(this.e69(toMutableList(combinationCards), supportedCombinations));
1217
1217
  }
1218
1218
  return combinations;
1219
1219
  };
1220
- protoOf(CombinationsCheckerProviderImpl).y68 = function (cards, cardsCount, includeCardNames) {
1220
+ protoOf(CombinationsCheckerProviderImpl).c69 = function (cards, cardsCount, includeCardNames) {
1221
1221
  // Inline function 'kotlin.collections.filter' call
1222
1222
  // Inline function 'kotlin.collections.filter' call
1223
1223
  // Inline function 'kotlin.apply' call
@@ -1231,7 +1231,7 @@
1231
1231
  while (tmp0_iterator.k()) {
1232
1232
  var element = tmp0_iterator.l();
1233
1233
  // Inline function 'io.raspberryapps.card_game.core.data.providers.combinations.CombinationsCheckerProviderImpl.findSameCardsNumberCombinations.<anonymous>' call
1234
- if (element.r66()) {
1234
+ if (element.v66()) {
1235
1235
  destination.e(element);
1236
1236
  }
1237
1237
  }
@@ -1254,7 +1254,7 @@
1254
1254
  while (tmp0_iterator_1.k()) {
1255
1255
  var element_1 = tmp0_iterator_1.l();
1256
1256
  // Inline function 'io.raspberryapps.card_game.core.data.providers.combinations.CombinationsCheckerProviderImpl.findSameCardsNumberCombinations.<anonymous>' call
1257
- var key = element_1.d66();
1257
+ var key = element_1.h66();
1258
1258
  // Inline function 'kotlin.collections.getOrPut' call
1259
1259
  var value = destination_1.h2(key);
1260
1260
  var tmp;
@@ -1293,7 +1293,7 @@
1293
1293
  }
1294
1294
  return destination_3;
1295
1295
  };
1296
- protoOf(CombinationsCheckerProviderImpl).a69 = function (cards, supportedCombinations) {
1296
+ protoOf(CombinationsCheckerProviderImpl).e69 = function (cards, supportedCombinations) {
1297
1297
  // Inline function 'kotlin.collections.minOf' call
1298
1298
  var iterator = supportedCombinations.j();
1299
1299
  if (!iterator.k())
@@ -1323,28 +1323,28 @@
1323
1323
  return sortedWith(combinations, tmp$ret$4);
1324
1324
  };
1325
1325
  function DealerReducerImpl(logger, enableLogs) {
1326
- this.c69_1 = logger;
1327
- this.d69_1 = enableLogs;
1326
+ this.g69_1 = logger;
1327
+ this.h69_1 = enableLogs;
1328
1328
  }
1329
- protoOf(DealerReducerImpl).e69 = function (cards, cardsToRemove) {
1329
+ protoOf(DealerReducerImpl).i69 = function (cards, cardsToRemove) {
1330
1330
  var list = cards;
1331
1331
  var _iterator__ex2g4s = cardsToRemove.j();
1332
1332
  while (_iterator__ex2g4s.k()) {
1333
1333
  var gameCard = _iterator__ex2g4s.l();
1334
- list = this.f69(list, gameCard);
1334
+ list = this.j69(list, gameCard);
1335
1335
  }
1336
1336
  return list;
1337
1337
  };
1338
- protoOf(DealerReducerImpl).f69 = function (cards, cardToRemove) {
1338
+ protoOf(DealerReducerImpl).j69 = function (cards, cardToRemove) {
1339
1339
  var tmp;
1340
- if (!cardToRemove.i66() && cards.s1(cardToRemove)) {
1341
- if (this.d69_1) {
1342
- this.c69_1.d('Dealer', 'Card removed: ' + cardToRemove.toString() + ', size: ' + (cards.m() - 1 | 0));
1340
+ if (!cardToRemove.m66() && cards.s1(cardToRemove)) {
1341
+ if (this.h69_1) {
1342
+ this.g69_1.d('Dealer', 'Card removed: ' + cardToRemove.toString() + ', size: ' + (cards.m() - 1 | 0));
1343
1343
  }
1344
1344
  tmp = minus(cards, cardToRemove);
1345
1345
  } else {
1346
- if (this.d69_1) {
1347
- this.c69_1.d('Dealer', 'Card removed as stub: ' + cardToRemove.toString() + ', size: ' + (cards.m() - 1 | 0));
1346
+ if (this.h69_1) {
1347
+ this.g69_1.d('Dealer', 'Card removed as stub: ' + cardToRemove.toString() + ', size: ' + (cards.m() - 1 | 0));
1348
1348
  }
1349
1349
  // Inline function 'kotlin.collections.filterNot' call
1350
1350
  // Inline function 'kotlin.collections.filterNotTo' call
@@ -1353,7 +1353,7 @@
1353
1353
  while (tmp0_iterator.k()) {
1354
1354
  var element = tmp0_iterator.l();
1355
1355
  // Inline function 'io.raspberryapps.card_game.core.domain.dealer.DealerReducerImpl.removeCard.<anonymous>' call
1356
- if (!element.i66()) {
1356
+ if (!element.m66()) {
1357
1357
  destination.e(element);
1358
1358
  }
1359
1359
  }
@@ -1365,36 +1365,36 @@
1365
1365
  while (tmp0_iterator_0.k()) {
1366
1366
  var element_0 = tmp0_iterator_0.l();
1367
1367
  // Inline function 'io.raspberryapps.card_game.core.domain.dealer.DealerReducerImpl.removeCard.<anonymous>' call
1368
- if (element_0.i66()) {
1368
+ if (element_0.m66()) {
1369
1369
  destination_0.e(element_0);
1370
1370
  }
1371
1371
  }
1372
1372
  var stubCards = destination_0;
1373
1373
  if (stubCards.p()) {
1374
- this.c69_1.w('Dealer', "Can't find card to delete for player, " + ('cards:' + toString(cards) + ', ') + ('cardToRemove: ' + cardToRemove.toString()));
1374
+ this.g69_1.w('Dealer', "Can't find card to delete for player, " + ('cards:' + toString(cards) + ', ') + ('cardToRemove: ' + cardToRemove.toString()));
1375
1375
  }
1376
1376
  tmp = plus(notStubCards, dropLast(stubCards, 1));
1377
1377
  }
1378
1378
  return tmp;
1379
1379
  };
1380
- protoOf(DealerReducerImpl).g69 = function (cards, cardToAdd) {
1381
- if (this.d69_1) {
1382
- this.c69_1.d('Dealer', 'Card added: ' + cardToAdd.toString() + ', size: ' + (cards.m() + 1 | 0));
1380
+ protoOf(DealerReducerImpl).k69 = function (cards, cardToAdd) {
1381
+ if (this.h69_1) {
1382
+ this.g69_1.d('Dealer', 'Card added: ' + cardToAdd.toString() + ', size: ' + (cards.m() + 1 | 0));
1383
1383
  }
1384
1384
  if (cards.s1(cardToAdd)) {
1385
- this.c69_1.w('Dealer', 'Card already exists for player, ' + ('cards:' + toString(cards) + ', ') + ('cardToAdd: ' + cardToAdd.toString()));
1385
+ this.g69_1.w('Dealer', 'Card already exists for player, ' + ('cards:' + toString(cards) + ', ') + ('cardToAdd: ' + cardToAdd.toString()));
1386
1386
  }
1387
1387
  return plus_0(cards, cardToAdd);
1388
1388
  };
1389
1389
  function DealerReducer() {
1390
1390
  }
1391
1391
  //region block: post-declaration
1392
- protoOf(CardsDealerProviderImpl).x66 = standardShuffledCards$default;
1393
- protoOf(CardsDealerProviderImpl).z66 = realLifeShuffledCards$default;
1394
- protoOf(FakeCardsDealerProvider).x66 = standardShuffledCards$default;
1395
- protoOf(FakeCardsDealerProvider).z66 = realLifeShuffledCards$default;
1396
- protoOf(CombinationsCheckerProviderImpl).x68 = findCardsInRowCombinations$default;
1397
- protoOf(CombinationsCheckerProviderImpl).z68 = findSameCardsNumberCombinations$default;
1392
+ protoOf(CardsDealerProviderImpl).b67 = standardShuffledCards$default;
1393
+ protoOf(CardsDealerProviderImpl).d67 = realLifeShuffledCards$default;
1394
+ protoOf(FakeCardsDealerProvider).b67 = standardShuffledCards$default;
1395
+ protoOf(FakeCardsDealerProvider).d67 = realLifeShuffledCards$default;
1396
+ protoOf(CombinationsCheckerProviderImpl).b69 = findCardsInRowCombinations$default;
1397
+ protoOf(CombinationsCheckerProviderImpl).d69 = findSameCardsNumberCombinations$default;
1398
1398
  //endregion
1399
1399
  //region block: init
1400
1400
  CoreConfig_instance = new CoreConfig();