raspberry_games_server_game_logic 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.
- package/Kosi-Kaverit-kaverit.js +56 -56
- package/Kosi-Kodein-kodein-di.js +516 -516
- package/Kotlin-DateTime-library-kotlinx-datetime.js +1385 -1385
- package/Logic_Debertz-ai_module.js +327 -327
- package/Logic_Debertz-core.js +1085 -1085
- package/Logic_Debertz-engine.js +12752 -12534
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_server.d.ts +3 -2
- package/Logic_Debertz-game_server.js +1145 -1145
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +7 -7
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
- package/raspberry-cardgame-lib-core.js +122 -109
- package/raspberry-cardgame-lib-core.js.map +1 -1
package/Logic_Debertz-core.js
CHANGED
|
@@ -280,20 +280,20 @@
|
|
|
280
280
|
initMetadataForClass(RulesDto, 'RulesDto', VOID, VOID, VOID, VOID, VOID, {0: $serializer_getInstance_9});
|
|
281
281
|
initMetadataForClass(CardGrowthComparator, 'CardGrowthComparator', VOID, VOID, [Comparator]);
|
|
282
282
|
function launchDefault$default(context, block, $super) {
|
|
283
|
-
context = context === VOID ? this.
|
|
284
|
-
return $super === VOID ? this.
|
|
283
|
+
context = context === VOID ? this.l6c() : context;
|
|
284
|
+
return $super === VOID ? this.m6c(context, block) : $super.m6c.call(this, context, block);
|
|
285
285
|
}
|
|
286
286
|
function launchDefaultWithLock$default(context, block, $super) {
|
|
287
|
-
context = context === VOID ? this.
|
|
288
|
-
return $super === VOID ? this.
|
|
287
|
+
context = context === VOID ? this.l6c() : context;
|
|
288
|
+
return $super === VOID ? this.o6c(context, block) : $super.o6c.call(this, context, block);
|
|
289
289
|
}
|
|
290
290
|
function launchMain$default(context, block, $super) {
|
|
291
|
-
context = context === VOID ? this.
|
|
292
|
-
return $super === VOID ? this.
|
|
291
|
+
context = context === VOID ? this.l6c() : context;
|
|
292
|
+
return $super === VOID ? this.q6c(context, block) : $super.q6c.call(this, context, block);
|
|
293
293
|
}
|
|
294
294
|
function awaitDefaultWithLock$default(context, block, $super) {
|
|
295
|
-
context = context === VOID ? this.
|
|
296
|
-
return $super === VOID ? this.
|
|
295
|
+
context = context === VOID ? this.l6c() : context;
|
|
296
|
+
return $super === VOID ? this.s6c(context, block) : $super.s6c.call(this, context, block);
|
|
297
297
|
}
|
|
298
298
|
initMetadataForInterface(AsyncProvider, 'AsyncProvider');
|
|
299
299
|
initMetadataForCompanion(Companion_20);
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
return false;
|
|
334
334
|
}
|
|
335
335
|
function get_isAutoStartTimer() {
|
|
336
|
-
return !this.
|
|
336
|
+
return !this.y6f() && !this.z6f();
|
|
337
337
|
}
|
|
338
338
|
initMetadataForInterface(InterceptableAction, 'InterceptableAction', VOID, VOID, [BufferedAction]);
|
|
339
339
|
initMetadataForClass(TimerAction, 'TimerAction', VOID, VOID, [Action]);
|
|
@@ -392,7 +392,7 @@
|
|
|
392
392
|
tmp = types;
|
|
393
393
|
}
|
|
394
394
|
types = tmp;
|
|
395
|
-
return $super === VOID ? this.
|
|
395
|
+
return $super === VOID ? this.a6m(types) : $super.a6m.call(this, types);
|
|
396
396
|
}
|
|
397
397
|
initMetadataForInterface(ObservableLoggerOutput, 'ObservableLoggerOutput', VOID, VOID, [LoggerOutput, LoggerEnabledTrigger]);
|
|
398
398
|
initMetadataForCompanion(Companion_22);
|
|
@@ -402,7 +402,7 @@
|
|
|
402
402
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
403
403
|
//endregion
|
|
404
404
|
function GameEngineConfig() {
|
|
405
|
-
this.version = '1.8.
|
|
405
|
+
this.version = '1.8.436';
|
|
406
406
|
}
|
|
407
407
|
protoOf(GameEngineConfig).b3w = function () {
|
|
408
408
|
return this.version;
|
|
@@ -413,7 +413,7 @@
|
|
|
413
413
|
}
|
|
414
414
|
function Toggles() {
|
|
415
415
|
}
|
|
416
|
-
protoOf(Toggles).
|
|
416
|
+
protoOf(Toggles).c65 = function () {
|
|
417
417
|
return false;
|
|
418
418
|
};
|
|
419
419
|
var Toggles_instance;
|
|
@@ -421,7 +421,7 @@
|
|
|
421
421
|
return Toggles_instance;
|
|
422
422
|
}
|
|
423
423
|
function _get_$cachedSerializer__te6jhj($this) {
|
|
424
|
-
return $this.
|
|
424
|
+
return $this.d65_1.x();
|
|
425
425
|
}
|
|
426
426
|
function ContinueGameReason$Companion$_anonymous__g3m3ym() {
|
|
427
427
|
var tmp = getKClass(ContinueGameReason);
|
|
@@ -443,7 +443,7 @@
|
|
|
443
443
|
Companion_instance_1 = this;
|
|
444
444
|
var tmp = this;
|
|
445
445
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
446
|
-
tmp.
|
|
446
|
+
tmp.d65_1 = lazy(tmp_0, ContinueGameReason$Companion$_anonymous__g3m3ym);
|
|
447
447
|
}
|
|
448
448
|
protoOf(Companion).b1c = function () {
|
|
449
449
|
return _get_$cachedSerializer__te6jhj(this);
|
|
@@ -473,19 +473,19 @@
|
|
|
473
473
|
$serializer_instance = this;
|
|
474
474
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_RETURNS', this, 1);
|
|
475
475
|
tmp0_serialDesc.hz('playerId', false);
|
|
476
|
-
this.
|
|
476
|
+
this.e65_1 = tmp0_serialDesc;
|
|
477
477
|
}
|
|
478
|
-
protoOf($serializer).
|
|
479
|
-
var tmp0_desc = this.
|
|
478
|
+
protoOf($serializer).f65 = function (encoder, value) {
|
|
479
|
+
var tmp0_desc = this.e65_1;
|
|
480
480
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
481
|
-
tmp1_output.et(tmp0_desc, 0, value.
|
|
481
|
+
tmp1_output.et(tmp0_desc, 0, value.g65_1);
|
|
482
482
|
tmp1_output.qr(tmp0_desc);
|
|
483
483
|
};
|
|
484
484
|
protoOf($serializer).do = function (encoder, value) {
|
|
485
|
-
return this.
|
|
485
|
+
return this.f65(encoder, value instanceof PlayerReturnsReason ? value : THROW_CCE());
|
|
486
486
|
};
|
|
487
487
|
protoOf($serializer).eo = function (decoder) {
|
|
488
|
-
var tmp0_desc = this.
|
|
488
|
+
var tmp0_desc = this.e65_1;
|
|
489
489
|
var tmp1_flag = true;
|
|
490
490
|
var tmp2_index = 0;
|
|
491
491
|
var tmp3_bitMask0 = 0;
|
|
@@ -513,7 +513,7 @@
|
|
|
513
513
|
return PlayerReturnsReason_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
514
514
|
};
|
|
515
515
|
protoOf($serializer).co = function () {
|
|
516
|
-
return this.
|
|
516
|
+
return this.e65_1;
|
|
517
517
|
};
|
|
518
518
|
protoOf($serializer).wz = function () {
|
|
519
519
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -529,10 +529,10 @@
|
|
|
529
529
|
}
|
|
530
530
|
function PlayerReturnsReason_init_$Init$(seen0, playerId, serializationConstructorMarker, $this) {
|
|
531
531
|
if (!(1 === (1 & seen0))) {
|
|
532
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance().
|
|
532
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance().e65_1);
|
|
533
533
|
}
|
|
534
534
|
ContinueGameReason_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
535
|
-
$this.
|
|
535
|
+
$this.g65_1 = playerId;
|
|
536
536
|
return $this;
|
|
537
537
|
}
|
|
538
538
|
function PlayerReturnsReason_init_$Create$(seen0, playerId, serializationConstructorMarker) {
|
|
@@ -540,20 +540,20 @@
|
|
|
540
540
|
}
|
|
541
541
|
function PlayerReturnsReason(playerId) {
|
|
542
542
|
ContinueGameReason.call(this);
|
|
543
|
-
this.
|
|
543
|
+
this.g65_1 = playerId;
|
|
544
544
|
}
|
|
545
545
|
protoOf(PlayerReturnsReason).toString = function () {
|
|
546
|
-
return 'PlayerReturnsReason(playerId=' + this.
|
|
546
|
+
return 'PlayerReturnsReason(playerId=' + this.g65_1 + ')';
|
|
547
547
|
};
|
|
548
548
|
protoOf(PlayerReturnsReason).hashCode = function () {
|
|
549
|
-
return getStringHashCode(this.
|
|
549
|
+
return getStringHashCode(this.g65_1);
|
|
550
550
|
};
|
|
551
551
|
protoOf(PlayerReturnsReason).equals = function (other) {
|
|
552
552
|
if (this === other)
|
|
553
553
|
return true;
|
|
554
554
|
if (!(other instanceof PlayerReturnsReason))
|
|
555
555
|
return false;
|
|
556
|
-
if (!(this.
|
|
556
|
+
if (!(this.g65_1 === other.g65_1))
|
|
557
557
|
return false;
|
|
558
558
|
return true;
|
|
559
559
|
};
|
|
@@ -567,19 +567,19 @@
|
|
|
567
567
|
$serializer_instance_0 = this;
|
|
568
568
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('RESTART_ROUND', this, 1);
|
|
569
569
|
tmp0_serialDesc.hz('fromRound', false);
|
|
570
|
-
this.
|
|
570
|
+
this.h65_1 = tmp0_serialDesc;
|
|
571
571
|
}
|
|
572
|
-
protoOf($serializer_0).
|
|
573
|
-
var tmp0_desc = this.
|
|
572
|
+
protoOf($serializer_0).i65 = function (encoder, value) {
|
|
573
|
+
var tmp0_desc = this.h65_1;
|
|
574
574
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
575
|
-
tmp1_output.it(tmp0_desc, 0, IntSerializer_getInstance(), value.
|
|
575
|
+
tmp1_output.it(tmp0_desc, 0, IntSerializer_getInstance(), value.j65_1);
|
|
576
576
|
tmp1_output.qr(tmp0_desc);
|
|
577
577
|
};
|
|
578
578
|
protoOf($serializer_0).do = function (encoder, value) {
|
|
579
|
-
return this.
|
|
579
|
+
return this.i65(encoder, value instanceof RestartRoundReason ? value : THROW_CCE());
|
|
580
580
|
};
|
|
581
581
|
protoOf($serializer_0).eo = function (decoder) {
|
|
582
|
-
var tmp0_desc = this.
|
|
582
|
+
var tmp0_desc = this.h65_1;
|
|
583
583
|
var tmp1_flag = true;
|
|
584
584
|
var tmp2_index = 0;
|
|
585
585
|
var tmp3_bitMask0 = 0;
|
|
@@ -607,7 +607,7 @@
|
|
|
607
607
|
return RestartRoundReason_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
608
608
|
};
|
|
609
609
|
protoOf($serializer_0).co = function () {
|
|
610
|
-
return this.
|
|
610
|
+
return this.h65_1;
|
|
611
611
|
};
|
|
612
612
|
protoOf($serializer_0).wz = function () {
|
|
613
613
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -623,10 +623,10 @@
|
|
|
623
623
|
}
|
|
624
624
|
function RestartRoundReason_init_$Init$(seen0, fromRound, serializationConstructorMarker, $this) {
|
|
625
625
|
if (!(1 === (1 & seen0))) {
|
|
626
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_0().
|
|
626
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_0().h65_1);
|
|
627
627
|
}
|
|
628
628
|
ContinueGameReason_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
629
|
-
$this.
|
|
629
|
+
$this.j65_1 = fromRound;
|
|
630
630
|
return $this;
|
|
631
631
|
}
|
|
632
632
|
function RestartRoundReason_init_$Create$(seen0, fromRound, serializationConstructorMarker) {
|
|
@@ -634,31 +634,31 @@
|
|
|
634
634
|
}
|
|
635
635
|
function RestartRoundReason(fromRound) {
|
|
636
636
|
ContinueGameReason.call(this);
|
|
637
|
-
this.
|
|
637
|
+
this.j65_1 = fromRound;
|
|
638
638
|
}
|
|
639
639
|
protoOf(RestartRoundReason).toString = function () {
|
|
640
|
-
return 'RestartRoundReason(fromRound=' + this.
|
|
640
|
+
return 'RestartRoundReason(fromRound=' + this.j65_1 + ')';
|
|
641
641
|
};
|
|
642
642
|
protoOf(RestartRoundReason).hashCode = function () {
|
|
643
|
-
return this.
|
|
643
|
+
return this.j65_1 == null ? 0 : this.j65_1;
|
|
644
644
|
};
|
|
645
645
|
protoOf(RestartRoundReason).equals = function (other) {
|
|
646
646
|
if (this === other)
|
|
647
647
|
return true;
|
|
648
648
|
if (!(other instanceof RestartRoundReason))
|
|
649
649
|
return false;
|
|
650
|
-
if (!(this.
|
|
650
|
+
if (!(this.j65_1 == other.j65_1))
|
|
651
651
|
return false;
|
|
652
652
|
return true;
|
|
653
653
|
};
|
|
654
654
|
function Companion_2() {
|
|
655
655
|
}
|
|
656
|
-
protoOf(Companion_2).
|
|
656
|
+
protoOf(Companion_2).k65 = function (fileLogsEnabled, logsDirectoryPath, fileNameFormat) {
|
|
657
657
|
return new CoreConfig(fileLogsEnabled, false, logsDirectoryPath, fileNameFormat);
|
|
658
658
|
};
|
|
659
659
|
protoOf(Companion_2).getClientEngineTestMode = function (fileLogsEnabled, logsDirectoryPath, fileNameFormat, $super) {
|
|
660
660
|
fileNameFormat = fileNameFormat === VOID ? 'user_[uid].txt' : fileNameFormat;
|
|
661
|
-
return $super === VOID ? this.
|
|
661
|
+
return $super === VOID ? this.k65(fileLogsEnabled, logsDirectoryPath, fileNameFormat) : $super.k65.call(this, fileLogsEnabled, logsDirectoryPath, fileNameFormat);
|
|
662
662
|
};
|
|
663
663
|
protoOf(Companion_2).formatter = function (segment, gameId, roomId, userId) {
|
|
664
664
|
return replace(replace(replace(segment, '[gid]', gameId), '[rid]', roomId), '[uid]', userId);
|
|
@@ -677,19 +677,19 @@
|
|
|
677
677
|
this.logsDirectoryPath = logsDirectoryPath;
|
|
678
678
|
this.fileNameFormat = fileNameFormat;
|
|
679
679
|
}
|
|
680
|
-
protoOf(CoreConfig).
|
|
680
|
+
protoOf(CoreConfig).l65 = function () {
|
|
681
681
|
return this.fileLogsEnabled;
|
|
682
682
|
};
|
|
683
|
-
protoOf(CoreConfig).
|
|
683
|
+
protoOf(CoreConfig).m65 = function () {
|
|
684
684
|
return this.deleteFilesOnClear;
|
|
685
685
|
};
|
|
686
|
-
protoOf(CoreConfig).
|
|
686
|
+
protoOf(CoreConfig).n65 = function () {
|
|
687
687
|
return this.logsDirectoryPath;
|
|
688
688
|
};
|
|
689
|
-
protoOf(CoreConfig).
|
|
689
|
+
protoOf(CoreConfig).o65 = function () {
|
|
690
690
|
return this.fileNameFormat;
|
|
691
691
|
};
|
|
692
|
-
protoOf(CoreConfig).
|
|
692
|
+
protoOf(CoreConfig).p65 = function () {
|
|
693
693
|
var tmp0_elvis_lhs = this.logsDirectoryPath;
|
|
694
694
|
return tmp0_elvis_lhs == null ? get_SystemTemporaryDirectory().toString() : tmp0_elvis_lhs;
|
|
695
695
|
};
|
|
@@ -705,7 +705,7 @@
|
|
|
705
705
|
protoOf(CoreConfig).o54 = function () {
|
|
706
706
|
return this.fileNameFormat;
|
|
707
707
|
};
|
|
708
|
-
protoOf(CoreConfig).
|
|
708
|
+
protoOf(CoreConfig).q65 = function (fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat) {
|
|
709
709
|
return new CoreConfig(fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat);
|
|
710
710
|
};
|
|
711
711
|
protoOf(CoreConfig).copy = function (fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat, $super) {
|
|
@@ -713,7 +713,7 @@
|
|
|
713
713
|
deleteFilesOnClear = deleteFilesOnClear === VOID ? this.deleteFilesOnClear : deleteFilesOnClear;
|
|
714
714
|
logsDirectoryPath = logsDirectoryPath === VOID ? this.logsDirectoryPath : logsDirectoryPath;
|
|
715
715
|
fileNameFormat = fileNameFormat === VOID ? this.fileNameFormat : fileNameFormat;
|
|
716
|
-
return $super === VOID ? this.
|
|
716
|
+
return $super === VOID ? this.q65(fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat) : $super.q65.call(this, fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat);
|
|
717
717
|
};
|
|
718
718
|
protoOf(CoreConfig).toString = function () {
|
|
719
719
|
return 'CoreConfig(fileLogsEnabled=' + this.fileLogsEnabled + ', deleteFilesOnClear=' + this.deleteFilesOnClear + ', logsDirectoryPath=' + this.logsDirectoryPath + ', fileNameFormat=' + this.fileNameFormat + ')';
|
|
@@ -741,15 +741,15 @@
|
|
|
741
741
|
return true;
|
|
742
742
|
};
|
|
743
743
|
function Companion_3() {
|
|
744
|
-
this.
|
|
745
|
-
this.
|
|
746
|
-
this.
|
|
744
|
+
this.r65_1 = ':';
|
|
745
|
+
this.s65_1 = '5';
|
|
746
|
+
this.t65_1 = 'v5';
|
|
747
747
|
}
|
|
748
|
-
protoOf(Companion_3).
|
|
749
|
-
var versionName = this.
|
|
748
|
+
protoOf(Companion_3).u65 = function (_this__u8e3s4, version) {
|
|
749
|
+
var versionName = this.v65(_this__u8e3s4);
|
|
750
750
|
return versionName === version;
|
|
751
751
|
};
|
|
752
|
-
protoOf(Companion_3).
|
|
752
|
+
protoOf(Companion_3).v65 = function (_this__u8e3s4) {
|
|
753
753
|
var version = first(split(_this__u8e3s4, [':']));
|
|
754
754
|
// Inline function 'kotlin.takeIf' call
|
|
755
755
|
var tmp;
|
|
@@ -767,7 +767,7 @@
|
|
|
767
767
|
function IdempotencyTag() {
|
|
768
768
|
}
|
|
769
769
|
function _get_$cachedSerializer__te6jhj_0($this) {
|
|
770
|
-
return $this.
|
|
770
|
+
return $this.x65_1.x();
|
|
771
771
|
}
|
|
772
772
|
function RestartGameReason$_anonymous__zfkhim() {
|
|
773
773
|
var tmp = RestartGameReason_getInstance();
|
|
@@ -781,7 +781,7 @@
|
|
|
781
781
|
RestartGameReason_instance = this;
|
|
782
782
|
var tmp = this;
|
|
783
783
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
784
|
-
tmp.
|
|
784
|
+
tmp.x65_1 = lazy(tmp_0, RestartGameReason$_anonymous__zfkhim);
|
|
785
785
|
}
|
|
786
786
|
protoOf(RestartGameReason).b1c = function () {
|
|
787
787
|
return _get_$cachedSerializer__te6jhj_0(this);
|
|
@@ -812,34 +812,34 @@
|
|
|
812
812
|
}
|
|
813
813
|
function PlayerLostConnectionReason(playerId, tag) {
|
|
814
814
|
TerminationGameReason.call(this);
|
|
815
|
-
this.
|
|
815
|
+
this.y65_1 = playerId;
|
|
816
816
|
this.tag = tag;
|
|
817
817
|
}
|
|
818
|
-
protoOf(PlayerLostConnectionReason).
|
|
819
|
-
return this.
|
|
818
|
+
protoOf(PlayerLostConnectionReason).z65 = function () {
|
|
819
|
+
return this.y65_1;
|
|
820
820
|
};
|
|
821
|
-
protoOf(PlayerLostConnectionReason).
|
|
821
|
+
protoOf(PlayerLostConnectionReason).w65 = function () {
|
|
822
822
|
return this.tag;
|
|
823
823
|
};
|
|
824
824
|
protoOf(PlayerLostConnectionReason).oe = function () {
|
|
825
|
-
return this.
|
|
825
|
+
return this.y65_1;
|
|
826
826
|
};
|
|
827
827
|
protoOf(PlayerLostConnectionReason).pe = function () {
|
|
828
828
|
return this.tag;
|
|
829
829
|
};
|
|
830
|
-
protoOf(PlayerLostConnectionReason).
|
|
830
|
+
protoOf(PlayerLostConnectionReason).a66 = function (playerId, tag) {
|
|
831
831
|
return new PlayerLostConnectionReason(playerId, tag);
|
|
832
832
|
};
|
|
833
833
|
protoOf(PlayerLostConnectionReason).copy = function (playerId, tag, $super) {
|
|
834
|
-
playerId = playerId === VOID ? this.
|
|
834
|
+
playerId = playerId === VOID ? this.y65_1 : playerId;
|
|
835
835
|
tag = tag === VOID ? this.tag : tag;
|
|
836
|
-
return $super === VOID ? this.
|
|
836
|
+
return $super === VOID ? this.a66(playerId, tag) : $super.a66.call(this, playerId, tag);
|
|
837
837
|
};
|
|
838
838
|
protoOf(PlayerLostConnectionReason).toString = function () {
|
|
839
|
-
return 'PlayerLostConnectionReason(playerId=' + this.
|
|
839
|
+
return 'PlayerLostConnectionReason(playerId=' + this.y65_1 + ', tag=' + this.tag + ')';
|
|
840
840
|
};
|
|
841
841
|
protoOf(PlayerLostConnectionReason).hashCode = function () {
|
|
842
|
-
var result = getStringHashCode(this.
|
|
842
|
+
var result = getStringHashCode(this.y65_1);
|
|
843
843
|
result = imul(result, 31) + (this.tag == null ? 0 : getStringHashCode(this.tag)) | 0;
|
|
844
844
|
return result;
|
|
845
845
|
};
|
|
@@ -848,7 +848,7 @@
|
|
|
848
848
|
return true;
|
|
849
849
|
if (!(other instanceof PlayerLostConnectionReason))
|
|
850
850
|
return false;
|
|
851
|
-
if (!(this.
|
|
851
|
+
if (!(this.y65_1 === other.y65_1))
|
|
852
852
|
return false;
|
|
853
853
|
if (!(this.tag == other.tag))
|
|
854
854
|
return false;
|
|
@@ -856,34 +856,34 @@
|
|
|
856
856
|
};
|
|
857
857
|
function PlayerTimeoutReason(playerId, tag) {
|
|
858
858
|
TerminationGameReason.call(this);
|
|
859
|
-
this.
|
|
859
|
+
this.b66_1 = playerId;
|
|
860
860
|
this.tag = tag;
|
|
861
861
|
}
|
|
862
|
-
protoOf(PlayerTimeoutReason).
|
|
863
|
-
return this.
|
|
862
|
+
protoOf(PlayerTimeoutReason).z65 = function () {
|
|
863
|
+
return this.b66_1;
|
|
864
864
|
};
|
|
865
|
-
protoOf(PlayerTimeoutReason).
|
|
865
|
+
protoOf(PlayerTimeoutReason).w65 = function () {
|
|
866
866
|
return this.tag;
|
|
867
867
|
};
|
|
868
868
|
protoOf(PlayerTimeoutReason).oe = function () {
|
|
869
|
-
return this.
|
|
869
|
+
return this.b66_1;
|
|
870
870
|
};
|
|
871
871
|
protoOf(PlayerTimeoutReason).pe = function () {
|
|
872
872
|
return this.tag;
|
|
873
873
|
};
|
|
874
|
-
protoOf(PlayerTimeoutReason).
|
|
874
|
+
protoOf(PlayerTimeoutReason).a66 = function (playerId, tag) {
|
|
875
875
|
return new PlayerTimeoutReason(playerId, tag);
|
|
876
876
|
};
|
|
877
877
|
protoOf(PlayerTimeoutReason).copy = function (playerId, tag, $super) {
|
|
878
|
-
playerId = playerId === VOID ? this.
|
|
878
|
+
playerId = playerId === VOID ? this.b66_1 : playerId;
|
|
879
879
|
tag = tag === VOID ? this.tag : tag;
|
|
880
|
-
return $super === VOID ? this.
|
|
880
|
+
return $super === VOID ? this.a66(playerId, tag) : $super.a66.call(this, playerId, tag);
|
|
881
881
|
};
|
|
882
882
|
protoOf(PlayerTimeoutReason).toString = function () {
|
|
883
|
-
return 'PlayerTimeoutReason(playerId=' + this.
|
|
883
|
+
return 'PlayerTimeoutReason(playerId=' + this.b66_1 + ', tag=' + this.tag + ')';
|
|
884
884
|
};
|
|
885
885
|
protoOf(PlayerTimeoutReason).hashCode = function () {
|
|
886
|
-
var result = getStringHashCode(this.
|
|
886
|
+
var result = getStringHashCode(this.b66_1);
|
|
887
887
|
result = imul(result, 31) + (this.tag == null ? 0 : getStringHashCode(this.tag)) | 0;
|
|
888
888
|
return result;
|
|
889
889
|
};
|
|
@@ -892,7 +892,7 @@
|
|
|
892
892
|
return true;
|
|
893
893
|
if (!(other instanceof PlayerTimeoutReason))
|
|
894
894
|
return false;
|
|
895
|
-
if (!(this.
|
|
895
|
+
if (!(this.b66_1 === other.b66_1))
|
|
896
896
|
return false;
|
|
897
897
|
if (!(this.tag == other.tag))
|
|
898
898
|
return false;
|
|
@@ -900,40 +900,40 @@
|
|
|
900
900
|
};
|
|
901
901
|
function PlayerExitReason(playerId) {
|
|
902
902
|
TerminationGameReason.call(this);
|
|
903
|
-
this.
|
|
903
|
+
this.c66_1 = playerId;
|
|
904
904
|
}
|
|
905
|
-
protoOf(PlayerExitReason).
|
|
906
|
-
return this.
|
|
905
|
+
protoOf(PlayerExitReason).z65 = function () {
|
|
906
|
+
return this.c66_1;
|
|
907
907
|
};
|
|
908
908
|
protoOf(PlayerExitReason).oe = function () {
|
|
909
|
-
return this.
|
|
909
|
+
return this.c66_1;
|
|
910
910
|
};
|
|
911
|
-
protoOf(PlayerExitReason).
|
|
911
|
+
protoOf(PlayerExitReason).d66 = function (playerId) {
|
|
912
912
|
return new PlayerExitReason(playerId);
|
|
913
913
|
};
|
|
914
914
|
protoOf(PlayerExitReason).copy = function (playerId, $super) {
|
|
915
|
-
playerId = playerId === VOID ? this.
|
|
916
|
-
return $super === VOID ? this.
|
|
915
|
+
playerId = playerId === VOID ? this.c66_1 : playerId;
|
|
916
|
+
return $super === VOID ? this.d66(playerId) : $super.d66.call(this, playerId);
|
|
917
917
|
};
|
|
918
918
|
protoOf(PlayerExitReason).toString = function () {
|
|
919
|
-
return 'PlayerExitReason(playerId=' + this.
|
|
919
|
+
return 'PlayerExitReason(playerId=' + this.c66_1 + ')';
|
|
920
920
|
};
|
|
921
921
|
protoOf(PlayerExitReason).hashCode = function () {
|
|
922
|
-
return getStringHashCode(this.
|
|
922
|
+
return getStringHashCode(this.c66_1);
|
|
923
923
|
};
|
|
924
924
|
protoOf(PlayerExitReason).equals = function (other) {
|
|
925
925
|
if (this === other)
|
|
926
926
|
return true;
|
|
927
927
|
if (!(other instanceof PlayerExitReason))
|
|
928
928
|
return false;
|
|
929
|
-
if (!(this.
|
|
929
|
+
if (!(this.c66_1 === other.c66_1))
|
|
930
930
|
return false;
|
|
931
931
|
return true;
|
|
932
932
|
};
|
|
933
933
|
function FinishPlayerReason() {
|
|
934
934
|
}
|
|
935
935
|
function _get_$cachedSerializer__te6jhj_1($this) {
|
|
936
|
-
return $this.
|
|
936
|
+
return $this.e66_1.x();
|
|
937
937
|
}
|
|
938
938
|
function GameFinishedReason$Reason$Companion$_anonymous__q2gwr5() {
|
|
939
939
|
return createSimpleEnumSerializer('com.logic.data.models.GameFinishedReason.Reason', values());
|
|
@@ -976,7 +976,7 @@
|
|
|
976
976
|
Companion_instance_6 = this;
|
|
977
977
|
var tmp = this;
|
|
978
978
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
979
|
-
tmp.
|
|
979
|
+
tmp.e66_1 = lazy(tmp_0, GameFinishedReason$Reason$Companion$_anonymous__q2gwr5);
|
|
980
980
|
}
|
|
981
981
|
protoOf(Companion_4).b1c = function () {
|
|
982
982
|
return _get_$cachedSerializer__te6jhj_1(this);
|
|
@@ -1036,18 +1036,18 @@
|
|
|
1036
1036
|
TerminationGameReason.call(this);
|
|
1037
1037
|
this.reason = reason;
|
|
1038
1038
|
}
|
|
1039
|
-
protoOf(GameFinishedReason).
|
|
1039
|
+
protoOf(GameFinishedReason).h66 = function () {
|
|
1040
1040
|
return this.reason;
|
|
1041
1041
|
};
|
|
1042
1042
|
protoOf(GameFinishedReason).oe = function () {
|
|
1043
1043
|
return this.reason;
|
|
1044
1044
|
};
|
|
1045
|
-
protoOf(GameFinishedReason).
|
|
1045
|
+
protoOf(GameFinishedReason).i66 = function (reason) {
|
|
1046
1046
|
return new GameFinishedReason(reason);
|
|
1047
1047
|
};
|
|
1048
1048
|
protoOf(GameFinishedReason).copy = function (reason, $super) {
|
|
1049
1049
|
reason = reason === VOID ? this.reason : reason;
|
|
1050
|
-
return $super === VOID ? this.
|
|
1050
|
+
return $super === VOID ? this.i66(reason) : $super.i66.call(this, reason);
|
|
1051
1051
|
};
|
|
1052
1052
|
protoOf(GameFinishedReason).toString = function () {
|
|
1053
1053
|
return 'GameFinishedReason(reason=' + this.reason.toString() + ')';
|
|
@@ -1065,7 +1065,7 @@
|
|
|
1065
1065
|
return true;
|
|
1066
1066
|
};
|
|
1067
1067
|
function _get_$cachedSerializer__te6jhj_2($this) {
|
|
1068
|
-
return $this.
|
|
1068
|
+
return $this.j66_1.x();
|
|
1069
1069
|
}
|
|
1070
1070
|
function GameErrorReason$Reason$Companion$_anonymous__54sopr() {
|
|
1071
1071
|
return createSimpleEnumSerializer('com.logic.data.models.GameErrorReason.Reason', values_0());
|
|
@@ -1108,7 +1108,7 @@
|
|
|
1108
1108
|
Companion_instance_7 = this;
|
|
1109
1109
|
var tmp = this;
|
|
1110
1110
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1111
|
-
tmp.
|
|
1111
|
+
tmp.j66_1 = lazy(tmp_0, GameErrorReason$Reason$Companion$_anonymous__54sopr);
|
|
1112
1112
|
}
|
|
1113
1113
|
protoOf(Companion_5).b1c = function () {
|
|
1114
1114
|
return _get_$cachedSerializer__te6jhj_2(this);
|
|
@@ -1168,18 +1168,18 @@
|
|
|
1168
1168
|
TerminationGameReason.call(this);
|
|
1169
1169
|
this.reason = reason;
|
|
1170
1170
|
}
|
|
1171
|
-
protoOf(GameErrorReason).
|
|
1171
|
+
protoOf(GameErrorReason).h66 = function () {
|
|
1172
1172
|
return this.reason;
|
|
1173
1173
|
};
|
|
1174
1174
|
protoOf(GameErrorReason).oe = function () {
|
|
1175
1175
|
return this.reason;
|
|
1176
1176
|
};
|
|
1177
|
-
protoOf(GameErrorReason).
|
|
1177
|
+
protoOf(GameErrorReason).m66 = function (reason) {
|
|
1178
1178
|
return new GameErrorReason(reason);
|
|
1179
1179
|
};
|
|
1180
1180
|
protoOf(GameErrorReason).copy = function (reason, $super) {
|
|
1181
1181
|
reason = reason === VOID ? this.reason : reason;
|
|
1182
|
-
return $super === VOID ? this.
|
|
1182
|
+
return $super === VOID ? this.m66(reason) : $super.m66.call(this, reason);
|
|
1183
1183
|
};
|
|
1184
1184
|
protoOf(GameErrorReason).toString = function () {
|
|
1185
1185
|
return 'GameErrorReason(reason=' + this.reason.toString() + ')';
|
|
@@ -1279,7 +1279,7 @@
|
|
|
1279
1279
|
initialLuckyFactor = initialLuckyFactor === VOID ? null : initialLuckyFactor;
|
|
1280
1280
|
rating = rating === VOID ? null : rating;
|
|
1281
1281
|
payload = payload === VOID ? null : payload;
|
|
1282
|
-
this.
|
|
1282
|
+
this.n66_1 = playerId;
|
|
1283
1283
|
this.name = name;
|
|
1284
1284
|
this.avatarUrl = avatarUrl;
|
|
1285
1285
|
this.isBot = isBot;
|
|
@@ -1287,25 +1287,25 @@
|
|
|
1287
1287
|
this.rating = rating;
|
|
1288
1288
|
this.payload = payload;
|
|
1289
1289
|
}
|
|
1290
|
-
protoOf(GameUserInfo).
|
|
1291
|
-
return this.
|
|
1290
|
+
protoOf(GameUserInfo).z65 = function () {
|
|
1291
|
+
return this.n66_1;
|
|
1292
1292
|
};
|
|
1293
1293
|
protoOf(GameUserInfo).r2 = function () {
|
|
1294
1294
|
return this.name;
|
|
1295
1295
|
};
|
|
1296
|
-
protoOf(GameUserInfo).
|
|
1296
|
+
protoOf(GameUserInfo).o66 = function () {
|
|
1297
1297
|
return this.avatarUrl;
|
|
1298
1298
|
};
|
|
1299
|
-
protoOf(GameUserInfo).
|
|
1299
|
+
protoOf(GameUserInfo).p66 = function () {
|
|
1300
1300
|
return this.isBot;
|
|
1301
1301
|
};
|
|
1302
|
-
protoOf(GameUserInfo).
|
|
1302
|
+
protoOf(GameUserInfo).q66 = function () {
|
|
1303
1303
|
return this.initialLuckyFactor;
|
|
1304
1304
|
};
|
|
1305
|
-
protoOf(GameUserInfo).
|
|
1305
|
+
protoOf(GameUserInfo).r66 = function () {
|
|
1306
1306
|
return this.rating;
|
|
1307
1307
|
};
|
|
1308
|
-
protoOf(GameUserInfo).
|
|
1308
|
+
protoOf(GameUserInfo).s66 = function () {
|
|
1309
1309
|
return this.payload;
|
|
1310
1310
|
};
|
|
1311
1311
|
protoOf(GameUserInfo).getRatingOrDefault = function (initialUserRating) {
|
|
@@ -1313,7 +1313,7 @@
|
|
|
1313
1313
|
return tmp0_elvis_lhs == null ? initialUserRating : tmp0_elvis_lhs;
|
|
1314
1314
|
};
|
|
1315
1315
|
protoOf(GameUserInfo).toString = function () {
|
|
1316
|
-
var tmp = 'playerId=' + this.
|
|
1316
|
+
var tmp = 'playerId=' + this.n66_1;
|
|
1317
1317
|
var tmp_0 = 'name=' + this.name;
|
|
1318
1318
|
// Inline function 'kotlin.takeIf' call
|
|
1319
1319
|
var this_0 = 'avatarUrl=' + this.avatarUrl;
|
|
@@ -1363,7 +1363,7 @@
|
|
|
1363
1363
|
return 'GameUserInfo(' + joinToString(listOfNotNull([tmp, tmp_0, tmp_2, tmp_4, tmp_6, tmp_8, tmp$ret$9])) + ')';
|
|
1364
1364
|
};
|
|
1365
1365
|
protoOf(GameUserInfo).oe = function () {
|
|
1366
|
-
return this.
|
|
1366
|
+
return this.n66_1;
|
|
1367
1367
|
};
|
|
1368
1368
|
protoOf(GameUserInfo).pe = function () {
|
|
1369
1369
|
return this.name;
|
|
@@ -1374,30 +1374,30 @@
|
|
|
1374
1374
|
protoOf(GameUserInfo).o54 = function () {
|
|
1375
1375
|
return this.isBot;
|
|
1376
1376
|
};
|
|
1377
|
-
protoOf(GameUserInfo).
|
|
1377
|
+
protoOf(GameUserInfo).t66 = function () {
|
|
1378
1378
|
return this.initialLuckyFactor;
|
|
1379
1379
|
};
|
|
1380
|
-
protoOf(GameUserInfo).
|
|
1380
|
+
protoOf(GameUserInfo).u66 = function () {
|
|
1381
1381
|
return this.rating;
|
|
1382
1382
|
};
|
|
1383
|
-
protoOf(GameUserInfo).
|
|
1383
|
+
protoOf(GameUserInfo).v66 = function () {
|
|
1384
1384
|
return this.payload;
|
|
1385
1385
|
};
|
|
1386
|
-
protoOf(GameUserInfo).
|
|
1386
|
+
protoOf(GameUserInfo).w66 = function (playerId, name, avatarUrl, isBot, initialLuckyFactor, rating, payload) {
|
|
1387
1387
|
return new GameUserInfo(playerId, name, avatarUrl, isBot, initialLuckyFactor, rating, payload);
|
|
1388
1388
|
};
|
|
1389
1389
|
protoOf(GameUserInfo).copy = function (playerId, name, avatarUrl, isBot, initialLuckyFactor, rating, payload, $super) {
|
|
1390
|
-
playerId = playerId === VOID ? this.
|
|
1390
|
+
playerId = playerId === VOID ? this.n66_1 : playerId;
|
|
1391
1391
|
name = name === VOID ? this.name : name;
|
|
1392
1392
|
avatarUrl = avatarUrl === VOID ? this.avatarUrl : avatarUrl;
|
|
1393
1393
|
isBot = isBot === VOID ? this.isBot : isBot;
|
|
1394
1394
|
initialLuckyFactor = initialLuckyFactor === VOID ? this.initialLuckyFactor : initialLuckyFactor;
|
|
1395
1395
|
rating = rating === VOID ? this.rating : rating;
|
|
1396
1396
|
payload = payload === VOID ? this.payload : payload;
|
|
1397
|
-
return $super === VOID ? this.
|
|
1397
|
+
return $super === VOID ? this.w66(playerId, name, avatarUrl, isBot, initialLuckyFactor, rating, payload) : $super.w66.call(this, playerId, name, avatarUrl, isBot, initialLuckyFactor, rating, payload);
|
|
1398
1398
|
};
|
|
1399
1399
|
protoOf(GameUserInfo).hashCode = function () {
|
|
1400
|
-
var result = getStringHashCode(this.
|
|
1400
|
+
var result = getStringHashCode(this.n66_1);
|
|
1401
1401
|
result = imul(result, 31) + getStringHashCode(this.name) | 0;
|
|
1402
1402
|
result = imul(result, 31) + (this.avatarUrl == null ? 0 : getStringHashCode(this.avatarUrl)) | 0;
|
|
1403
1403
|
result = imul(result, 31) + getBooleanHashCode(this.isBot) | 0;
|
|
@@ -1411,7 +1411,7 @@
|
|
|
1411
1411
|
return true;
|
|
1412
1412
|
if (!(other instanceof GameUserInfo))
|
|
1413
1413
|
return false;
|
|
1414
|
-
if (!(this.
|
|
1414
|
+
if (!(this.n66_1 === other.n66_1))
|
|
1415
1415
|
return false;
|
|
1416
1416
|
if (!(this.name === other.name))
|
|
1417
1417
|
return false;
|
|
@@ -1478,30 +1478,30 @@
|
|
|
1478
1478
|
function Player() {
|
|
1479
1479
|
}
|
|
1480
1480
|
function PlayerIdOrderComparator(players) {
|
|
1481
|
-
this.
|
|
1481
|
+
this.z66_1 = players;
|
|
1482
1482
|
}
|
|
1483
|
-
protoOf(PlayerIdOrderComparator).
|
|
1484
|
-
var indexA = this.
|
|
1485
|
-
var indexB = this.
|
|
1483
|
+
protoOf(PlayerIdOrderComparator).a67 = function (a, b) {
|
|
1484
|
+
var indexA = this.z66_1.w1(a);
|
|
1485
|
+
var indexB = this.z66_1.w1(b);
|
|
1486
1486
|
return compareTo(indexA, indexB);
|
|
1487
1487
|
};
|
|
1488
1488
|
protoOf(PlayerIdOrderComparator).compare = function (a, b) {
|
|
1489
1489
|
var tmp = (!(a == null) ? typeof a === 'string' : false) ? a : THROW_CCE();
|
|
1490
|
-
return this.
|
|
1490
|
+
return this.a67(tmp, (!(b == null) ? typeof b === 'string' : false) ? b : THROW_CCE());
|
|
1491
1491
|
};
|
|
1492
1492
|
function PlayerIndex(playerId, playerIndex) {
|
|
1493
|
-
this.
|
|
1494
|
-
this.
|
|
1493
|
+
this.b67_1 = playerId;
|
|
1494
|
+
this.c67_1 = playerIndex;
|
|
1495
1495
|
}
|
|
1496
|
-
protoOf(PlayerIndex).
|
|
1497
|
-
return this.
|
|
1496
|
+
protoOf(PlayerIndex).z65 = function () {
|
|
1497
|
+
return this.b67_1;
|
|
1498
1498
|
};
|
|
1499
1499
|
protoOf(PlayerIndex).toString = function () {
|
|
1500
|
-
return 'PlayerIndex(playerId=' + this.
|
|
1500
|
+
return 'PlayerIndex(playerId=' + this.b67_1 + ', playerIndex=' + this.c67_1 + ')';
|
|
1501
1501
|
};
|
|
1502
1502
|
protoOf(PlayerIndex).hashCode = function () {
|
|
1503
|
-
var result = getStringHashCode(this.
|
|
1504
|
-
result = imul(result, 31) + this.
|
|
1503
|
+
var result = getStringHashCode(this.b67_1);
|
|
1504
|
+
result = imul(result, 31) + this.c67_1 | 0;
|
|
1505
1505
|
return result;
|
|
1506
1506
|
};
|
|
1507
1507
|
protoOf(PlayerIndex).equals = function (other) {
|
|
@@ -1509,9 +1509,9 @@
|
|
|
1509
1509
|
return true;
|
|
1510
1510
|
if (!(other instanceof PlayerIndex))
|
|
1511
1511
|
return false;
|
|
1512
|
-
if (!(this.
|
|
1512
|
+
if (!(this.b67_1 === other.b67_1))
|
|
1513
1513
|
return false;
|
|
1514
|
-
if (!(this.
|
|
1514
|
+
if (!(this.c67_1 === other.c67_1))
|
|
1515
1515
|
return false;
|
|
1516
1516
|
return true;
|
|
1517
1517
|
};
|
|
@@ -1546,16 +1546,16 @@
|
|
|
1546
1546
|
return destination;
|
|
1547
1547
|
}
|
|
1548
1548
|
function PlayerIdContractOrderComparator(players) {
|
|
1549
|
-
this.
|
|
1549
|
+
this.d67_1 = players;
|
|
1550
1550
|
}
|
|
1551
|
-
protoOf(PlayerIdContractOrderComparator).
|
|
1552
|
-
var indexA = this.
|
|
1553
|
-
var indexB = this.
|
|
1551
|
+
protoOf(PlayerIdContractOrderComparator).e67 = function (a, b) {
|
|
1552
|
+
var indexA = this.d67_1.w1(a.playerId);
|
|
1553
|
+
var indexB = this.d67_1.w1(b.playerId);
|
|
1554
1554
|
return compareTo(indexA, indexB);
|
|
1555
1555
|
};
|
|
1556
1556
|
protoOf(PlayerIdContractOrderComparator).compare = function (a, b) {
|
|
1557
1557
|
var tmp = (!(a == null) ? isInterface(a, PlayerIdContract) : false) ? a : THROW_CCE();
|
|
1558
|
-
return this.
|
|
1558
|
+
return this.e67(tmp, (!(b == null) ? isInterface(b, PlayerIdContract) : false) ? b : THROW_CCE());
|
|
1559
1559
|
};
|
|
1560
1560
|
function previousPlayerId(_this__u8e3s4, playerId) {
|
|
1561
1561
|
_init_properties_Player_kt__qi83pd();
|
|
@@ -1576,7 +1576,7 @@
|
|
|
1576
1576
|
}
|
|
1577
1577
|
function playerTurnPredicate$lambda(p1) {
|
|
1578
1578
|
_init_properties_Player_kt__qi83pd();
|
|
1579
|
-
return p1.
|
|
1579
|
+
return p1.x66().m67();
|
|
1580
1580
|
}
|
|
1581
1581
|
var properties_initialized_Player_kt_56shkt;
|
|
1582
1582
|
function _init_properties_Player_kt__qi83pd() {
|
|
@@ -1587,32 +1587,32 @@
|
|
|
1587
1587
|
}
|
|
1588
1588
|
}
|
|
1589
1589
|
function Companion_6() {
|
|
1590
|
-
this.
|
|
1590
|
+
this.n67_1 = 70;
|
|
1591
1591
|
}
|
|
1592
|
-
protoOf(Companion_6).
|
|
1592
|
+
protoOf(Companion_6).o67 = function (state, timeout) {
|
|
1593
1593
|
return new PlayerConnection(state, System_instance.dk().tk(timeout));
|
|
1594
1594
|
};
|
|
1595
|
-
protoOf(Companion_6).
|
|
1595
|
+
protoOf(Companion_6).p67 = function (state, timeout, $super) {
|
|
1596
1596
|
timeout = timeout === VOID ? Companion_getInstance().ek_1 : timeout;
|
|
1597
|
-
return $super === VOID ? this.
|
|
1597
|
+
return $super === VOID ? this.o67(state, timeout) : $super.o67.call(this, state, new Duration(timeout));
|
|
1598
1598
|
};
|
|
1599
|
-
protoOf(Companion_6).
|
|
1599
|
+
protoOf(Companion_6).q67 = function (_this__u8e3s4) {
|
|
1600
1600
|
if (_this__u8e3s4 == null) {
|
|
1601
1601
|
return new PlayerConnection(PlayerConnectionState_LIVE_getInstance(), System_instance.dk());
|
|
1602
1602
|
}
|
|
1603
1603
|
var tmp;
|
|
1604
|
-
if (_this__u8e3s4.
|
|
1605
|
-
tmp = _this__u8e3s4.
|
|
1604
|
+
if (_this__u8e3s4.r67_1.isLive) {
|
|
1605
|
+
tmp = _this__u8e3s4.w67(VOID, System_instance.dk());
|
|
1606
1606
|
} else {
|
|
1607
|
-
tmp = _this__u8e3s4.
|
|
1607
|
+
tmp = _this__u8e3s4.v67(PlayerConnectionState_LIVE_getInstance(), System_instance.dk(), Duration__plus_impl_yu9v8f(_this__u8e3s4.t67_1, _this__u8e3s4.u67()));
|
|
1608
1608
|
}
|
|
1609
1609
|
return tmp;
|
|
1610
1610
|
};
|
|
1611
|
-
protoOf(Companion_6).
|
|
1611
|
+
protoOf(Companion_6).x67 = function (_this__u8e3s4, state) {
|
|
1612
1612
|
if (_this__u8e3s4 == null) {
|
|
1613
1613
|
return new PlayerConnection(state, System_instance.dk());
|
|
1614
1614
|
}
|
|
1615
|
-
return _this__u8e3s4.
|
|
1615
|
+
return _this__u8e3s4.w67(state, System_instance.dk());
|
|
1616
1616
|
};
|
|
1617
1617
|
var Companion_instance_8;
|
|
1618
1618
|
function Companion_getInstance_9() {
|
|
@@ -1621,59 +1621,59 @@
|
|
|
1621
1621
|
function PlayerConnection(state, connectionChangedTime, notLiveDurationRecord) {
|
|
1622
1622
|
connectionChangedTime = connectionChangedTime === VOID ? System_instance.dk() : connectionChangedTime;
|
|
1623
1623
|
notLiveDurationRecord = notLiveDurationRecord === VOID ? Companion_getInstance().ek_1 : notLiveDurationRecord;
|
|
1624
|
-
this.
|
|
1625
|
-
this.
|
|
1626
|
-
this.
|
|
1624
|
+
this.r67_1 = state;
|
|
1625
|
+
this.s67_1 = connectionChangedTime;
|
|
1626
|
+
this.t67_1 = notLiveDurationRecord;
|
|
1627
1627
|
}
|
|
1628
|
-
protoOf(PlayerConnection).
|
|
1629
|
-
return System_instance.dk().uk(this.
|
|
1628
|
+
protoOf(PlayerConnection).u67 = function () {
|
|
1629
|
+
return System_instance.dk().uk(this.s67_1);
|
|
1630
1630
|
};
|
|
1631
|
-
protoOf(PlayerConnection).
|
|
1632
|
-
return Duration__compareTo_impl_pchp0f(this.
|
|
1631
|
+
protoOf(PlayerConnection).y67 = function (duration) {
|
|
1632
|
+
return Duration__compareTo_impl_pchp0f(this.u67(), duration) > 0;
|
|
1633
1633
|
};
|
|
1634
|
-
protoOf(PlayerConnection).
|
|
1634
|
+
protoOf(PlayerConnection).z67 = function () {
|
|
1635
1635
|
var tmp;
|
|
1636
|
-
if (this.
|
|
1637
|
-
tmp = this.
|
|
1636
|
+
if (this.r67_1.isLive) {
|
|
1637
|
+
tmp = this.t67_1;
|
|
1638
1638
|
} else {
|
|
1639
|
-
tmp = Duration__plus_impl_yu9v8f(this.
|
|
1639
|
+
tmp = Duration__plus_impl_yu9v8f(this.t67_1, this.u67());
|
|
1640
1640
|
}
|
|
1641
1641
|
return tmp;
|
|
1642
1642
|
};
|
|
1643
|
-
protoOf(PlayerConnection).
|
|
1643
|
+
protoOf(PlayerConnection).a68 = function (gameDuration) {
|
|
1644
1644
|
// Inline function 'kotlin.Long.div' call
|
|
1645
1645
|
var this_0 = _Duration___get_inWholeMilliseconds__impl__msfiry(gameDuration);
|
|
1646
1646
|
var percent = toNumber(this_0) / 100.0;
|
|
1647
1647
|
// Inline function 'kotlin.Long.div' call
|
|
1648
|
-
var this_1 = _Duration___get_inWholeMilliseconds__impl__msfiry(this.
|
|
1648
|
+
var this_1 = _Duration___get_inWholeMilliseconds__impl__msfiry(this.z67());
|
|
1649
1649
|
// Inline function 'kotlin.math.round' call
|
|
1650
1650
|
var x = toNumber(this_1) / percent;
|
|
1651
1651
|
var tmp$ret$2 = round(x);
|
|
1652
1652
|
return numberToInt(tmp$ret$2);
|
|
1653
1653
|
};
|
|
1654
|
-
protoOf(PlayerConnection).
|
|
1655
|
-
return 100 - this.
|
|
1654
|
+
protoOf(PlayerConnection).b68 = function (gameDuration) {
|
|
1655
|
+
return 100 - this.a68(gameDuration) | 0;
|
|
1656
1656
|
};
|
|
1657
|
-
protoOf(PlayerConnection).
|
|
1658
|
-
var percentage = this.
|
|
1657
|
+
protoOf(PlayerConnection).c68 = function (gameDuration) {
|
|
1658
|
+
var percentage = this.b68(gameDuration);
|
|
1659
1659
|
return percentage >= 70;
|
|
1660
1660
|
};
|
|
1661
|
-
protoOf(PlayerConnection).
|
|
1661
|
+
protoOf(PlayerConnection).v67 = function (state, connectionChangedTime, notLiveDurationRecord) {
|
|
1662
1662
|
return new PlayerConnection(state, connectionChangedTime, notLiveDurationRecord);
|
|
1663
1663
|
};
|
|
1664
|
-
protoOf(PlayerConnection).
|
|
1665
|
-
state = state === VOID ? this.
|
|
1666
|
-
connectionChangedTime = connectionChangedTime === VOID ? this.
|
|
1667
|
-
notLiveDurationRecord = notLiveDurationRecord === VOID ? this.
|
|
1668
|
-
return $super === VOID ? this.
|
|
1664
|
+
protoOf(PlayerConnection).w67 = function (state, connectionChangedTime, notLiveDurationRecord, $super) {
|
|
1665
|
+
state = state === VOID ? this.r67_1 : state;
|
|
1666
|
+
connectionChangedTime = connectionChangedTime === VOID ? this.s67_1 : connectionChangedTime;
|
|
1667
|
+
notLiveDurationRecord = notLiveDurationRecord === VOID ? this.t67_1 : notLiveDurationRecord;
|
|
1668
|
+
return $super === VOID ? this.v67(state, connectionChangedTime, notLiveDurationRecord) : $super.v67.call(this, state, connectionChangedTime, new Duration(notLiveDurationRecord));
|
|
1669
1669
|
};
|
|
1670
1670
|
protoOf(PlayerConnection).toString = function () {
|
|
1671
|
-
return 'PlayerConnection(state=' + this.
|
|
1671
|
+
return 'PlayerConnection(state=' + this.r67_1.toString() + ', connectionChangedTime=' + this.s67_1.toString() + ', notLiveDurationRecord=' + Duration__toString_impl_8d916b(this.t67_1) + ')';
|
|
1672
1672
|
};
|
|
1673
1673
|
protoOf(PlayerConnection).hashCode = function () {
|
|
1674
|
-
var result = this.
|
|
1675
|
-
result = imul(result, 31) + this.
|
|
1676
|
-
result = imul(result, 31) + Duration__hashCode_impl_u4exz6(this.
|
|
1674
|
+
var result = this.r67_1.hashCode();
|
|
1675
|
+
result = imul(result, 31) + this.s67_1.hashCode() | 0;
|
|
1676
|
+
result = imul(result, 31) + Duration__hashCode_impl_u4exz6(this.t67_1) | 0;
|
|
1677
1677
|
return result;
|
|
1678
1678
|
};
|
|
1679
1679
|
protoOf(PlayerConnection).equals = function (other) {
|
|
@@ -1681,16 +1681,16 @@
|
|
|
1681
1681
|
return true;
|
|
1682
1682
|
if (!(other instanceof PlayerConnection))
|
|
1683
1683
|
return false;
|
|
1684
|
-
if (!this.
|
|
1684
|
+
if (!this.r67_1.equals(other.r67_1))
|
|
1685
1685
|
return false;
|
|
1686
|
-
if (!this.
|
|
1686
|
+
if (!this.s67_1.equals(other.s67_1))
|
|
1687
1687
|
return false;
|
|
1688
|
-
if (!equals(this.
|
|
1688
|
+
if (!equals(this.t67_1, other.t67_1))
|
|
1689
1689
|
return false;
|
|
1690
1690
|
return true;
|
|
1691
1691
|
};
|
|
1692
1692
|
function _get_$cachedSerializer__te6jhj_3($this) {
|
|
1693
|
-
return $this.
|
|
1693
|
+
return $this.d68_1.x();
|
|
1694
1694
|
}
|
|
1695
1695
|
function PlayerConnectionState$Companion$_anonymous__8wfaw3() {
|
|
1696
1696
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerConnectionState', values_1());
|
|
@@ -1734,7 +1734,7 @@
|
|
|
1734
1734
|
Companion_instance_9 = this;
|
|
1735
1735
|
var tmp = this;
|
|
1736
1736
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1737
|
-
tmp.
|
|
1737
|
+
tmp.d68_1 = lazy(tmp_0, PlayerConnectionState$Companion$_anonymous__8wfaw3);
|
|
1738
1738
|
}
|
|
1739
1739
|
protoOf(Companion_7).b1c = function () {
|
|
1740
1740
|
return _get_$cachedSerializer__te6jhj_3(this);
|
|
@@ -1767,28 +1767,28 @@
|
|
|
1767
1767
|
function PlayerConnectionState(name, ordinal) {
|
|
1768
1768
|
Enum.call(this, name, ordinal);
|
|
1769
1769
|
}
|
|
1770
|
-
protoOf(PlayerConnectionState).
|
|
1770
|
+
protoOf(PlayerConnectionState).g68 = function () {
|
|
1771
1771
|
return this.equals(PlayerConnectionState_LIVE_getInstance());
|
|
1772
1772
|
};
|
|
1773
|
-
protoOf(PlayerConnectionState).
|
|
1773
|
+
protoOf(PlayerConnectionState).h68 = function () {
|
|
1774
1774
|
return this.equals(PlayerConnectionState_TIMEOUT_getInstance());
|
|
1775
1775
|
};
|
|
1776
|
-
protoOf(PlayerConnectionState).
|
|
1776
|
+
protoOf(PlayerConnectionState).i68 = function () {
|
|
1777
1777
|
return this.equals(PlayerConnectionState_LOST_CONNECTION_getInstance());
|
|
1778
1778
|
};
|
|
1779
|
-
protoOf(PlayerConnectionState).
|
|
1779
|
+
protoOf(PlayerConnectionState).j68 = function () {
|
|
1780
1780
|
return this.equals(PlayerConnectionState_LEFT_getInstance());
|
|
1781
1781
|
};
|
|
1782
|
-
protoOf(PlayerConnectionState).
|
|
1782
|
+
protoOf(PlayerConnectionState).k68 = function () {
|
|
1783
1783
|
return this.equals(PlayerConnectionState_LEFT_PERMANENTLY_getInstance());
|
|
1784
1784
|
};
|
|
1785
|
-
protoOf(PlayerConnectionState).
|
|
1785
|
+
protoOf(PlayerConnectionState).l68 = function () {
|
|
1786
1786
|
return this.equals(PlayerConnectionState_DELETED_getInstance());
|
|
1787
1787
|
};
|
|
1788
|
-
protoOf(PlayerConnectionState).
|
|
1788
|
+
protoOf(PlayerConnectionState).m68 = function () {
|
|
1789
1789
|
return this.equals(PlayerConnectionState_DISCONNECTING_getInstance());
|
|
1790
1790
|
};
|
|
1791
|
-
protoOf(PlayerConnectionState).
|
|
1791
|
+
protoOf(PlayerConnectionState).n68 = function () {
|
|
1792
1792
|
var tmp;
|
|
1793
1793
|
switch (this.q2_1) {
|
|
1794
1794
|
case 3:
|
|
@@ -1809,7 +1809,7 @@
|
|
|
1809
1809
|
}
|
|
1810
1810
|
return tmp;
|
|
1811
1811
|
};
|
|
1812
|
-
protoOf(PlayerConnectionState).
|
|
1812
|
+
protoOf(PlayerConnectionState).o68 = function () {
|
|
1813
1813
|
var tmp;
|
|
1814
1814
|
switch (this.q2_1) {
|
|
1815
1815
|
case 3:
|
|
@@ -1830,7 +1830,7 @@
|
|
|
1830
1830
|
}
|
|
1831
1831
|
return tmp;
|
|
1832
1832
|
};
|
|
1833
|
-
protoOf(PlayerConnectionState).
|
|
1833
|
+
protoOf(PlayerConnectionState).p68 = function () {
|
|
1834
1834
|
var tmp;
|
|
1835
1835
|
switch (this.q2_1) {
|
|
1836
1836
|
case 3:
|
|
@@ -1855,7 +1855,7 @@
|
|
|
1855
1855
|
}
|
|
1856
1856
|
return tmp;
|
|
1857
1857
|
};
|
|
1858
|
-
protoOf(PlayerConnectionState).
|
|
1858
|
+
protoOf(PlayerConnectionState).q68 = function () {
|
|
1859
1859
|
var tmp;
|
|
1860
1860
|
switch (this.q2_1) {
|
|
1861
1861
|
case 3:
|
|
@@ -1880,7 +1880,7 @@
|
|
|
1880
1880
|
}
|
|
1881
1881
|
return tmp;
|
|
1882
1882
|
};
|
|
1883
|
-
protoOf(PlayerConnectionState).
|
|
1883
|
+
protoOf(PlayerConnectionState).r68 = function () {
|
|
1884
1884
|
var tmp;
|
|
1885
1885
|
switch (this.q2_1) {
|
|
1886
1886
|
case 3:
|
|
@@ -1903,7 +1903,7 @@
|
|
|
1903
1903
|
}
|
|
1904
1904
|
return tmp;
|
|
1905
1905
|
};
|
|
1906
|
-
protoOf(PlayerConnectionState).
|
|
1906
|
+
protoOf(PlayerConnectionState).s68 = function () {
|
|
1907
1907
|
var tmp;
|
|
1908
1908
|
switch (this.q2_1) {
|
|
1909
1909
|
case 2:
|
|
@@ -1926,7 +1926,7 @@
|
|
|
1926
1926
|
}
|
|
1927
1927
|
return tmp;
|
|
1928
1928
|
};
|
|
1929
|
-
protoOf(PlayerConnectionState).
|
|
1929
|
+
protoOf(PlayerConnectionState).t68 = function () {
|
|
1930
1930
|
var tmp;
|
|
1931
1931
|
switch (this.q2_1) {
|
|
1932
1932
|
case 5:
|
|
@@ -1951,10 +1951,10 @@
|
|
|
1951
1951
|
var tmp;
|
|
1952
1952
|
switch (_this__u8e3s4.q2_1) {
|
|
1953
1953
|
case 3:
|
|
1954
|
-
tmp = new PlayerLostConnectionReason(player.playerId, player.
|
|
1954
|
+
tmp = new PlayerLostConnectionReason(player.playerId, player.x66().u68());
|
|
1955
1955
|
break;
|
|
1956
1956
|
case 2:
|
|
1957
|
-
tmp = new PlayerTimeoutReason(player.playerId, player.
|
|
1957
|
+
tmp = new PlayerTimeoutReason(player.playerId, player.x66().u68());
|
|
1958
1958
|
break;
|
|
1959
1959
|
case 4:
|
|
1960
1960
|
case 5:
|
|
@@ -2032,7 +2032,7 @@
|
|
|
2032
2032
|
return PlayerConnectionState_DELETED_instance;
|
|
2033
2033
|
}
|
|
2034
2034
|
function _get_$cachedSerializer__te6jhj_4($this) {
|
|
2035
|
-
return $this.
|
|
2035
|
+
return $this.v68_1.x();
|
|
2036
2036
|
}
|
|
2037
2037
|
function PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2() {
|
|
2038
2038
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerState.PlayerWaitingState', values_2());
|
|
@@ -2047,7 +2047,7 @@
|
|
|
2047
2047
|
Companion_instance_10 = this;
|
|
2048
2048
|
var tmp = this;
|
|
2049
2049
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2050
|
-
tmp.
|
|
2050
|
+
tmp.v68_1 = lazy(tmp_0, PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2);
|
|
2051
2051
|
}
|
|
2052
2052
|
protoOf(Companion_8).b1c = function () {
|
|
2053
2053
|
return _get_$cachedSerializer__te6jhj_4(this);
|
|
@@ -2075,28 +2075,28 @@
|
|
|
2075
2075
|
function PlayerWaitingState(name, ordinal) {
|
|
2076
2076
|
Enum.call(this, name, ordinal);
|
|
2077
2077
|
}
|
|
2078
|
-
protoOf(PlayerWaitingState).
|
|
2079
|
-
return this.
|
|
2078
|
+
protoOf(PlayerWaitingState).m67 = function () {
|
|
2079
|
+
return this.y68() || this.z68();
|
|
2080
2080
|
};
|
|
2081
|
-
protoOf(PlayerWaitingState).
|
|
2081
|
+
protoOf(PlayerWaitingState).y68 = function () {
|
|
2082
2082
|
return this.equals(PlayerWaitingState_IN_PROGRESS_getInstance());
|
|
2083
2083
|
};
|
|
2084
|
-
protoOf(PlayerWaitingState).
|
|
2084
|
+
protoOf(PlayerWaitingState).z68 = function () {
|
|
2085
2085
|
return this.equals(PlayerWaitingState_IN_PROGRESS_ATTENTION_MODE_getInstance());
|
|
2086
2086
|
};
|
|
2087
2087
|
function Companion_9() {
|
|
2088
2088
|
}
|
|
2089
|
-
protoOf(Companion_9).
|
|
2089
|
+
protoOf(Companion_9).a69 = function (connection) {
|
|
2090
2090
|
var tmp0_state = PlayerWaitingState_IDLE_getInstance();
|
|
2091
2091
|
return new PlayerState(null, null, null, tmp0_state, false, null, connection);
|
|
2092
2092
|
};
|
|
2093
|
-
protoOf(Companion_9).
|
|
2094
|
-
return _this__u8e3s4.
|
|
2093
|
+
protoOf(Companion_9).b69 = function (_this__u8e3s4) {
|
|
2094
|
+
return _this__u8e3s4.c69(null, null, VOID, PlayerWaitingState_IDLE_getInstance(), VOID, null);
|
|
2095
2095
|
};
|
|
2096
|
-
protoOf(Companion_9).
|
|
2096
|
+
protoOf(Companion_9).d69 = function (_this__u8e3s4, playerTurnTimeout, tag) {
|
|
2097
2097
|
var tmp0_startFromTime = System_instance.dk();
|
|
2098
2098
|
var tmp1_state = PlayerWaitingState_IN_PROGRESS_getInstance();
|
|
2099
|
-
return _this__u8e3s4.
|
|
2099
|
+
return _this__u8e3s4.c69(tmp0_startFromTime, playerTurnTimeout, VOID, tmp1_state, false, tag);
|
|
2100
2100
|
};
|
|
2101
2101
|
var Companion_instance_11;
|
|
2102
2102
|
function Companion_getInstance_12() {
|
|
@@ -2117,17 +2117,17 @@
|
|
|
2117
2117
|
function PlayerState(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) {
|
|
2118
2118
|
tag = tag === VOID ? null : tag;
|
|
2119
2119
|
connection = connection === VOID ? null : connection;
|
|
2120
|
-
this.
|
|
2121
|
-
this.
|
|
2122
|
-
this.
|
|
2123
|
-
this.
|
|
2124
|
-
this.
|
|
2125
|
-
this.
|
|
2126
|
-
this.
|
|
2127
|
-
}
|
|
2128
|
-
protoOf(PlayerState).
|
|
2120
|
+
this.f67_1 = startFromTime;
|
|
2121
|
+
this.g67_1 = playerTurnTimeout;
|
|
2122
|
+
this.h67_1 = waitPlayerUntilTime;
|
|
2123
|
+
this.i67_1 = state;
|
|
2124
|
+
this.j67_1 = ready;
|
|
2125
|
+
this.k67_1 = tag;
|
|
2126
|
+
this.l67_1 = connection;
|
|
2127
|
+
}
|
|
2128
|
+
protoOf(PlayerState).e69 = function () {
|
|
2129
2129
|
// Inline function 'kotlin.requireNotNull' call
|
|
2130
|
-
var tmp0 = this.
|
|
2130
|
+
var tmp0 = this.l67_1;
|
|
2131
2131
|
var tmp$ret$1;
|
|
2132
2132
|
$l$block: {
|
|
2133
2133
|
// Inline function 'kotlin.requireNotNull' call
|
|
@@ -2141,9 +2141,9 @@
|
|
|
2141
2141
|
}
|
|
2142
2142
|
return tmp$ret$1;
|
|
2143
2143
|
};
|
|
2144
|
-
protoOf(PlayerState).
|
|
2144
|
+
protoOf(PlayerState).f69 = function () {
|
|
2145
2145
|
// Inline function 'kotlin.requireNotNull' call
|
|
2146
|
-
var tmp0 = this.
|
|
2146
|
+
var tmp0 = this.k67_1;
|
|
2147
2147
|
var tmp$ret$1;
|
|
2148
2148
|
$l$block: {
|
|
2149
2149
|
// Inline function 'kotlin.requireNotNull' call
|
|
@@ -2157,61 +2157,61 @@
|
|
|
2157
2157
|
}
|
|
2158
2158
|
return tmp$ret$1;
|
|
2159
2159
|
};
|
|
2160
|
-
protoOf(PlayerState).
|
|
2161
|
-
var tmp0_elvis_lhs = this.
|
|
2160
|
+
protoOf(PlayerState).u68 = function () {
|
|
2161
|
+
var tmp0_elvis_lhs = this.k67_1;
|
|
2162
2162
|
return tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
2163
2163
|
};
|
|
2164
2164
|
protoOf(PlayerState).toString = function () {
|
|
2165
2165
|
// Inline function 'kotlin.takeIf' call
|
|
2166
|
-
var this_0 = 'startFromTime=' + toString(this.
|
|
2166
|
+
var this_0 = 'startFromTime=' + toString(this.f67_1);
|
|
2167
2167
|
var tmp;
|
|
2168
|
-
if (!(this.
|
|
2168
|
+
if (!(this.f67_1 == null)) {
|
|
2169
2169
|
tmp = this_0;
|
|
2170
2170
|
} else {
|
|
2171
2171
|
tmp = null;
|
|
2172
2172
|
}
|
|
2173
2173
|
var tmp_0 = tmp;
|
|
2174
2174
|
// Inline function 'kotlin.takeIf' call
|
|
2175
|
-
var this_1 = 'playerTurnTimeout=' + toString(this.
|
|
2175
|
+
var this_1 = 'playerTurnTimeout=' + toString(this.g67_1);
|
|
2176
2176
|
var tmp_1;
|
|
2177
|
-
if (!(this.
|
|
2177
|
+
if (!(this.g67_1 == null)) {
|
|
2178
2178
|
tmp_1 = this_1;
|
|
2179
2179
|
} else {
|
|
2180
2180
|
tmp_1 = null;
|
|
2181
2181
|
}
|
|
2182
2182
|
var tmp_2 = tmp_1;
|
|
2183
2183
|
// Inline function 'kotlin.takeIf' call
|
|
2184
|
-
var this_2 = 'waitPlayerUntilTime=' + toString(this.
|
|
2184
|
+
var this_2 = 'waitPlayerUntilTime=' + toString(this.h67_1);
|
|
2185
2185
|
var tmp_3;
|
|
2186
|
-
if (!(this.
|
|
2186
|
+
if (!(this.h67_1 == null)) {
|
|
2187
2187
|
tmp_3 = this_2;
|
|
2188
2188
|
} else {
|
|
2189
2189
|
tmp_3 = null;
|
|
2190
2190
|
}
|
|
2191
2191
|
var tmp_4 = tmp_3;
|
|
2192
|
-
var tmp_5 = 'state=' + this.
|
|
2192
|
+
var tmp_5 = 'state=' + this.i67_1.toString();
|
|
2193
2193
|
// Inline function 'kotlin.takeIf' call
|
|
2194
|
-
var this_3 = 'ready=' + this.
|
|
2194
|
+
var this_3 = 'ready=' + this.j67_1;
|
|
2195
2195
|
var tmp_6;
|
|
2196
|
-
if (this.
|
|
2196
|
+
if (this.j67_1) {
|
|
2197
2197
|
tmp_6 = this_3;
|
|
2198
2198
|
} else {
|
|
2199
2199
|
tmp_6 = null;
|
|
2200
2200
|
}
|
|
2201
2201
|
var tmp_7 = tmp_6;
|
|
2202
2202
|
// Inline function 'kotlin.takeIf' call
|
|
2203
|
-
var this_4 = 'tag=' + this.
|
|
2203
|
+
var this_4 = 'tag=' + this.k67_1;
|
|
2204
2204
|
var tmp_8;
|
|
2205
|
-
if (!(this.
|
|
2205
|
+
if (!(this.k67_1 == null)) {
|
|
2206
2206
|
tmp_8 = this_4;
|
|
2207
2207
|
} else {
|
|
2208
2208
|
tmp_8 = null;
|
|
2209
2209
|
}
|
|
2210
2210
|
var tmp_9 = tmp_8;
|
|
2211
2211
|
// Inline function 'kotlin.takeIf' call
|
|
2212
|
-
var this_5 = 'connection=' + toString(this.
|
|
2212
|
+
var this_5 = 'connection=' + toString(this.l67_1);
|
|
2213
2213
|
var tmp_10;
|
|
2214
|
-
if (!(this.
|
|
2214
|
+
if (!(this.l67_1 == null)) {
|
|
2215
2215
|
tmp_10 = this_5;
|
|
2216
2216
|
} else {
|
|
2217
2217
|
tmp_10 = null;
|
|
@@ -2219,30 +2219,30 @@
|
|
|
2219
2219
|
var tmp$ret$11 = tmp_10;
|
|
2220
2220
|
return 'PlayerState(' + joinToString(listOfNotNull([tmp_0, tmp_2, tmp_4, tmp_5, tmp_7, tmp_9, tmp$ret$11])) + ')';
|
|
2221
2221
|
};
|
|
2222
|
-
protoOf(PlayerState).
|
|
2223
|
-
return this.
|
|
2222
|
+
protoOf(PlayerState).m67 = function () {
|
|
2223
|
+
return this.i67_1.m67();
|
|
2224
2224
|
};
|
|
2225
|
-
protoOf(PlayerState).
|
|
2225
|
+
protoOf(PlayerState).g69 = function (startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) {
|
|
2226
2226
|
return new PlayerState(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection);
|
|
2227
2227
|
};
|
|
2228
|
-
protoOf(PlayerState).
|
|
2229
|
-
startFromTime = startFromTime === VOID ? this.
|
|
2230
|
-
playerTurnTimeout = playerTurnTimeout === VOID ? this.
|
|
2231
|
-
waitPlayerUntilTime = waitPlayerUntilTime === VOID ? this.
|
|
2232
|
-
state = state === VOID ? this.
|
|
2233
|
-
ready = ready === VOID ? this.
|
|
2234
|
-
tag = tag === VOID ? this.
|
|
2235
|
-
connection = connection === VOID ? this.
|
|
2236
|
-
return $super === VOID ? this.
|
|
2228
|
+
protoOf(PlayerState).c69 = function (startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, $super) {
|
|
2229
|
+
startFromTime = startFromTime === VOID ? this.f67_1 : startFromTime;
|
|
2230
|
+
playerTurnTimeout = playerTurnTimeout === VOID ? this.g67_1 : playerTurnTimeout;
|
|
2231
|
+
waitPlayerUntilTime = waitPlayerUntilTime === VOID ? this.h67_1 : waitPlayerUntilTime;
|
|
2232
|
+
state = state === VOID ? this.i67_1 : state;
|
|
2233
|
+
ready = ready === VOID ? this.j67_1 : ready;
|
|
2234
|
+
tag = tag === VOID ? this.k67_1 : tag;
|
|
2235
|
+
connection = connection === VOID ? this.l67_1 : connection;
|
|
2236
|
+
return $super === VOID ? this.g69(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) : $super.g69.call(this, startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection);
|
|
2237
2237
|
};
|
|
2238
2238
|
protoOf(PlayerState).hashCode = function () {
|
|
2239
|
-
var result = this.
|
|
2240
|
-
result = imul(result, 31) + (this.
|
|
2241
|
-
result = imul(result, 31) + (this.d67_1 == null ? 0 : this.d67_1.hashCode()) | 0;
|
|
2242
|
-
result = imul(result, 31) + this.e67_1.hashCode() | 0;
|
|
2243
|
-
result = imul(result, 31) + getBooleanHashCode(this.f67_1) | 0;
|
|
2244
|
-
result = imul(result, 31) + (this.g67_1 == null ? 0 : getStringHashCode(this.g67_1)) | 0;
|
|
2239
|
+
var result = this.f67_1 == null ? 0 : this.f67_1.hashCode();
|
|
2240
|
+
result = imul(result, 31) + (this.g67_1 == null ? 0 : this.g67_1.hashCode()) | 0;
|
|
2245
2241
|
result = imul(result, 31) + (this.h67_1 == null ? 0 : this.h67_1.hashCode()) | 0;
|
|
2242
|
+
result = imul(result, 31) + this.i67_1.hashCode() | 0;
|
|
2243
|
+
result = imul(result, 31) + getBooleanHashCode(this.j67_1) | 0;
|
|
2244
|
+
result = imul(result, 31) + (this.k67_1 == null ? 0 : getStringHashCode(this.k67_1)) | 0;
|
|
2245
|
+
result = imul(result, 31) + (this.l67_1 == null ? 0 : this.l67_1.hashCode()) | 0;
|
|
2246
2246
|
return result;
|
|
2247
2247
|
};
|
|
2248
2248
|
protoOf(PlayerState).equals = function (other) {
|
|
@@ -2250,25 +2250,25 @@
|
|
|
2250
2250
|
return true;
|
|
2251
2251
|
if (!(other instanceof PlayerState))
|
|
2252
2252
|
return false;
|
|
2253
|
-
if (!equals(this.
|
|
2253
|
+
if (!equals(this.f67_1, other.f67_1))
|
|
2254
2254
|
return false;
|
|
2255
|
-
if (!equals(this.
|
|
2255
|
+
if (!equals(this.g67_1, other.g67_1))
|
|
2256
2256
|
return false;
|
|
2257
|
-
if (!equals(this.
|
|
2257
|
+
if (!equals(this.h67_1, other.h67_1))
|
|
2258
2258
|
return false;
|
|
2259
|
-
if (!this.
|
|
2259
|
+
if (!this.i67_1.equals(other.i67_1))
|
|
2260
2260
|
return false;
|
|
2261
|
-
if (!(this.
|
|
2261
|
+
if (!(this.j67_1 === other.j67_1))
|
|
2262
2262
|
return false;
|
|
2263
|
-
if (!(this.
|
|
2263
|
+
if (!(this.k67_1 == other.k67_1))
|
|
2264
2264
|
return false;
|
|
2265
|
-
if (!equals(this.
|
|
2265
|
+
if (!equals(this.l67_1, other.l67_1))
|
|
2266
2266
|
return false;
|
|
2267
2267
|
return true;
|
|
2268
2268
|
};
|
|
2269
2269
|
function getProgress(_this__u8e3s4, playerTurnTimeout, logger) {
|
|
2270
2270
|
var tmp;
|
|
2271
|
-
if (_this__u8e3s4.
|
|
2271
|
+
if (_this__u8e3s4.y68() || _this__u8e3s4.z68()) {
|
|
2272
2272
|
var tmp_0;
|
|
2273
2273
|
if (playerTurnTimeout == null) {
|
|
2274
2274
|
tmp_0 = Companion_getInstance().ek_1;
|
|
@@ -2289,27 +2289,27 @@
|
|
|
2289
2289
|
function Team(playerIds) {
|
|
2290
2290
|
this.playerIds = playerIds;
|
|
2291
2291
|
}
|
|
2292
|
-
protoOf(Team).
|
|
2292
|
+
protoOf(Team).h69 = function () {
|
|
2293
2293
|
return this.playerIds;
|
|
2294
2294
|
};
|
|
2295
2295
|
protoOf(Team).containsPlayer = function (playerId) {
|
|
2296
2296
|
return this.playerIds.u1(playerId);
|
|
2297
2297
|
};
|
|
2298
|
-
protoOf(Team).
|
|
2298
|
+
protoOf(Team).i69 = function () {
|
|
2299
2299
|
return this.playerIds.p(0);
|
|
2300
2300
|
};
|
|
2301
|
-
protoOf(Team).
|
|
2301
|
+
protoOf(Team).u5l = function () {
|
|
2302
2302
|
return this.playerIds.p(1);
|
|
2303
2303
|
};
|
|
2304
2304
|
protoOf(Team).oe = function () {
|
|
2305
2305
|
return this.playerIds;
|
|
2306
2306
|
};
|
|
2307
|
-
protoOf(Team).
|
|
2307
|
+
protoOf(Team).j69 = function (playerIds) {
|
|
2308
2308
|
return new Team(playerIds);
|
|
2309
2309
|
};
|
|
2310
2310
|
protoOf(Team).copy = function (playerIds, $super) {
|
|
2311
2311
|
playerIds = playerIds === VOID ? this.playerIds : playerIds;
|
|
2312
|
-
return $super === VOID ? this.
|
|
2312
|
+
return $super === VOID ? this.j69(playerIds) : $super.j69.call(this, playerIds);
|
|
2313
2313
|
};
|
|
2314
2314
|
protoOf(Team).toString = function () {
|
|
2315
2315
|
return 'Team(playerIds=' + toString_0(this.playerIds) + ')';
|
|
@@ -2327,7 +2327,7 @@
|
|
|
2327
2327
|
return true;
|
|
2328
2328
|
};
|
|
2329
2329
|
function _get_$cachedSerializer__te6jhj_5($this) {
|
|
2330
|
-
return $this.
|
|
2330
|
+
return $this.k69_1.x();
|
|
2331
2331
|
}
|
|
2332
2332
|
function TerminationGameReasonDto$Companion$_anonymous__30ivuy() {
|
|
2333
2333
|
var tmp = getKClass(TerminationGameReasonDto);
|
|
@@ -2365,7 +2365,7 @@
|
|
|
2365
2365
|
Companion_instance_12 = this;
|
|
2366
2366
|
var tmp = this;
|
|
2367
2367
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2368
|
-
tmp.
|
|
2368
|
+
tmp.k69_1 = lazy(tmp_0, TerminationGameReasonDto$Companion$_anonymous__30ivuy);
|
|
2369
2369
|
}
|
|
2370
2370
|
protoOf(Companion_10).b1c = function () {
|
|
2371
2371
|
return _get_$cachedSerializer__te6jhj_5(this);
|
|
@@ -2386,7 +2386,7 @@
|
|
|
2386
2386
|
Companion_getInstance_13();
|
|
2387
2387
|
}
|
|
2388
2388
|
function _get_$cachedSerializer__te6jhj_6($this) {
|
|
2389
|
-
return $this.
|
|
2389
|
+
return $this.l69_1.x();
|
|
2390
2390
|
}
|
|
2391
2391
|
function ProcessingReasonDto$_anonymous__78na4x() {
|
|
2392
2392
|
var tmp = ProcessingReasonDto_getInstance();
|
|
@@ -2401,7 +2401,7 @@
|
|
|
2401
2401
|
TerminationGameReasonDto.call(this);
|
|
2402
2402
|
var tmp = this;
|
|
2403
2403
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2404
|
-
tmp.
|
|
2404
|
+
tmp.l69_1 = lazy(tmp_0, ProcessingReasonDto$_anonymous__78na4x);
|
|
2405
2405
|
}
|
|
2406
2406
|
protoOf(ProcessingReasonDto).b1c = function () {
|
|
2407
2407
|
return _get_$cachedSerializer__te6jhj_6(this);
|
|
@@ -2438,19 +2438,19 @@
|
|
|
2438
2438
|
$serializer_instance_1 = this;
|
|
2439
2439
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_ERROR_TYPE', this, 1);
|
|
2440
2440
|
tmp0_serialDesc.hz('reason', false);
|
|
2441
|
-
this.
|
|
2441
|
+
this.m69_1 = tmp0_serialDesc;
|
|
2442
2442
|
}
|
|
2443
|
-
protoOf($serializer_1).
|
|
2444
|
-
var tmp0_desc = this.
|
|
2443
|
+
protoOf($serializer_1).n69 = function (encoder, value) {
|
|
2444
|
+
var tmp0_desc = this.m69_1;
|
|
2445
2445
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
2446
2446
|
tmp1_output.et(tmp0_desc, 0, value.reason);
|
|
2447
2447
|
tmp1_output.qr(tmp0_desc);
|
|
2448
2448
|
};
|
|
2449
2449
|
protoOf($serializer_1).do = function (encoder, value) {
|
|
2450
|
-
return this.
|
|
2450
|
+
return this.n69(encoder, value instanceof GameErrorReasonDto ? value : THROW_CCE());
|
|
2451
2451
|
};
|
|
2452
2452
|
protoOf($serializer_1).eo = function (decoder) {
|
|
2453
|
-
var tmp0_desc = this.
|
|
2453
|
+
var tmp0_desc = this.m69_1;
|
|
2454
2454
|
var tmp1_flag = true;
|
|
2455
2455
|
var tmp2_index = 0;
|
|
2456
2456
|
var tmp3_bitMask0 = 0;
|
|
@@ -2478,7 +2478,7 @@
|
|
|
2478
2478
|
return GameErrorReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2479
2479
|
};
|
|
2480
2480
|
protoOf($serializer_1).co = function () {
|
|
2481
|
-
return this.
|
|
2481
|
+
return this.m69_1;
|
|
2482
2482
|
};
|
|
2483
2483
|
protoOf($serializer_1).wz = function () {
|
|
2484
2484
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2494,7 +2494,7 @@
|
|
|
2494
2494
|
}
|
|
2495
2495
|
function GameErrorReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2496
2496
|
if (!(1 === (1 & seen0))) {
|
|
2497
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_1().
|
|
2497
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_1().m69_1);
|
|
2498
2498
|
}
|
|
2499
2499
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2500
2500
|
$this.reason = reason;
|
|
@@ -2507,7 +2507,7 @@
|
|
|
2507
2507
|
TerminationGameReasonDto.call(this);
|
|
2508
2508
|
this.reason = reason;
|
|
2509
2509
|
}
|
|
2510
|
-
protoOf(GameErrorReasonDto).
|
|
2510
|
+
protoOf(GameErrorReasonDto).h66 = function () {
|
|
2511
2511
|
return this.reason;
|
|
2512
2512
|
};
|
|
2513
2513
|
protoOf(GameErrorReasonDto).toString = function () {
|
|
@@ -2535,19 +2535,19 @@
|
|
|
2535
2535
|
$serializer_instance_2 = this;
|
|
2536
2536
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_FINISHED_TYPE', this, 1);
|
|
2537
2537
|
tmp0_serialDesc.hz('reason', false);
|
|
2538
|
-
this.
|
|
2538
|
+
this.o69_1 = tmp0_serialDesc;
|
|
2539
2539
|
}
|
|
2540
|
-
protoOf($serializer_2).
|
|
2541
|
-
var tmp0_desc = this.
|
|
2540
|
+
protoOf($serializer_2).p69 = function (encoder, value) {
|
|
2541
|
+
var tmp0_desc = this.o69_1;
|
|
2542
2542
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
2543
2543
|
tmp1_output.et(tmp0_desc, 0, value.reason);
|
|
2544
2544
|
tmp1_output.qr(tmp0_desc);
|
|
2545
2545
|
};
|
|
2546
2546
|
protoOf($serializer_2).do = function (encoder, value) {
|
|
2547
|
-
return this.
|
|
2547
|
+
return this.p69(encoder, value instanceof GameFinishedReasonDto ? value : THROW_CCE());
|
|
2548
2548
|
};
|
|
2549
2549
|
protoOf($serializer_2).eo = function (decoder) {
|
|
2550
|
-
var tmp0_desc = this.
|
|
2550
|
+
var tmp0_desc = this.o69_1;
|
|
2551
2551
|
var tmp1_flag = true;
|
|
2552
2552
|
var tmp2_index = 0;
|
|
2553
2553
|
var tmp3_bitMask0 = 0;
|
|
@@ -2575,7 +2575,7 @@
|
|
|
2575
2575
|
return GameFinishedReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2576
2576
|
};
|
|
2577
2577
|
protoOf($serializer_2).co = function () {
|
|
2578
|
-
return this.
|
|
2578
|
+
return this.o69_1;
|
|
2579
2579
|
};
|
|
2580
2580
|
protoOf($serializer_2).wz = function () {
|
|
2581
2581
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2591,7 +2591,7 @@
|
|
|
2591
2591
|
}
|
|
2592
2592
|
function GameFinishedReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2593
2593
|
if (!(1 === (1 & seen0))) {
|
|
2594
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().
|
|
2594
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().o69_1);
|
|
2595
2595
|
}
|
|
2596
2596
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2597
2597
|
$this.reason = reason;
|
|
@@ -2604,7 +2604,7 @@
|
|
|
2604
2604
|
TerminationGameReasonDto.call(this);
|
|
2605
2605
|
this.reason = reason;
|
|
2606
2606
|
}
|
|
2607
|
-
protoOf(GameFinishedReasonDto).
|
|
2607
|
+
protoOf(GameFinishedReasonDto).h66 = function () {
|
|
2608
2608
|
return this.reason;
|
|
2609
2609
|
};
|
|
2610
2610
|
protoOf(GameFinishedReasonDto).toString = function () {
|
|
@@ -2632,19 +2632,19 @@
|
|
|
2632
2632
|
$serializer_instance_3 = this;
|
|
2633
2633
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_EXIT', this, 1);
|
|
2634
2634
|
tmp0_serialDesc.hz('playerId', false);
|
|
2635
|
-
this.
|
|
2635
|
+
this.q69_1 = tmp0_serialDesc;
|
|
2636
2636
|
}
|
|
2637
|
-
protoOf($serializer_3).
|
|
2638
|
-
var tmp0_desc = this.
|
|
2637
|
+
protoOf($serializer_3).r69 = function (encoder, value) {
|
|
2638
|
+
var tmp0_desc = this.q69_1;
|
|
2639
2639
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
2640
|
-
tmp1_output.et(tmp0_desc, 0, value.
|
|
2640
|
+
tmp1_output.et(tmp0_desc, 0, value.s69_1);
|
|
2641
2641
|
tmp1_output.qr(tmp0_desc);
|
|
2642
2642
|
};
|
|
2643
2643
|
protoOf($serializer_3).do = function (encoder, value) {
|
|
2644
|
-
return this.
|
|
2644
|
+
return this.r69(encoder, value instanceof PlayerExitReasonDto ? value : THROW_CCE());
|
|
2645
2645
|
};
|
|
2646
2646
|
protoOf($serializer_3).eo = function (decoder) {
|
|
2647
|
-
var tmp0_desc = this.
|
|
2647
|
+
var tmp0_desc = this.q69_1;
|
|
2648
2648
|
var tmp1_flag = true;
|
|
2649
2649
|
var tmp2_index = 0;
|
|
2650
2650
|
var tmp3_bitMask0 = 0;
|
|
@@ -2672,7 +2672,7 @@
|
|
|
2672
2672
|
return PlayerExitReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2673
2673
|
};
|
|
2674
2674
|
protoOf($serializer_3).co = function () {
|
|
2675
|
-
return this.
|
|
2675
|
+
return this.q69_1;
|
|
2676
2676
|
};
|
|
2677
2677
|
protoOf($serializer_3).wz = function () {
|
|
2678
2678
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2688,10 +2688,10 @@
|
|
|
2688
2688
|
}
|
|
2689
2689
|
function PlayerExitReasonDto_init_$Init$(seen0, playerId, serializationConstructorMarker, $this) {
|
|
2690
2690
|
if (!(1 === (1 & seen0))) {
|
|
2691
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().
|
|
2691
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().q69_1);
|
|
2692
2692
|
}
|
|
2693
2693
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2694
|
-
$this.
|
|
2694
|
+
$this.s69_1 = playerId;
|
|
2695
2695
|
return $this;
|
|
2696
2696
|
}
|
|
2697
2697
|
function PlayerExitReasonDto_init_$Create$(seen0, playerId, serializationConstructorMarker) {
|
|
@@ -2699,20 +2699,20 @@
|
|
|
2699
2699
|
}
|
|
2700
2700
|
function PlayerExitReasonDto(playerId) {
|
|
2701
2701
|
TerminationGameReasonDto.call(this);
|
|
2702
|
-
this.
|
|
2702
|
+
this.s69_1 = playerId;
|
|
2703
2703
|
}
|
|
2704
2704
|
protoOf(PlayerExitReasonDto).toString = function () {
|
|
2705
|
-
return 'PlayerExitReasonDto(playerId=' + this.
|
|
2705
|
+
return 'PlayerExitReasonDto(playerId=' + this.s69_1 + ')';
|
|
2706
2706
|
};
|
|
2707
2707
|
protoOf(PlayerExitReasonDto).hashCode = function () {
|
|
2708
|
-
return getStringHashCode(this.
|
|
2708
|
+
return getStringHashCode(this.s69_1);
|
|
2709
2709
|
};
|
|
2710
2710
|
protoOf(PlayerExitReasonDto).equals = function (other) {
|
|
2711
2711
|
if (this === other)
|
|
2712
2712
|
return true;
|
|
2713
2713
|
if (!(other instanceof PlayerExitReasonDto))
|
|
2714
2714
|
return false;
|
|
2715
|
-
if (!(this.
|
|
2715
|
+
if (!(this.s69_1 === other.s69_1))
|
|
2716
2716
|
return false;
|
|
2717
2717
|
return true;
|
|
2718
2718
|
};
|
|
@@ -2727,20 +2727,20 @@
|
|
|
2727
2727
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_LOST_CONNECTION', this, 2);
|
|
2728
2728
|
tmp0_serialDesc.hz('playerId', false);
|
|
2729
2729
|
tmp0_serialDesc.hz('tag', false);
|
|
2730
|
-
this.
|
|
2730
|
+
this.t69_1 = tmp0_serialDesc;
|
|
2731
2731
|
}
|
|
2732
|
-
protoOf($serializer_4).
|
|
2733
|
-
var tmp0_desc = this.
|
|
2732
|
+
protoOf($serializer_4).u69 = function (encoder, value) {
|
|
2733
|
+
var tmp0_desc = this.t69_1;
|
|
2734
2734
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
2735
|
-
tmp1_output.et(tmp0_desc, 0, value.
|
|
2736
|
-
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2735
|
+
tmp1_output.et(tmp0_desc, 0, value.v69_1);
|
|
2736
|
+
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.w69_1);
|
|
2737
2737
|
tmp1_output.qr(tmp0_desc);
|
|
2738
2738
|
};
|
|
2739
2739
|
protoOf($serializer_4).do = function (encoder, value) {
|
|
2740
|
-
return this.
|
|
2740
|
+
return this.u69(encoder, value instanceof PlayerLostConnectionReasonDto ? value : THROW_CCE());
|
|
2741
2741
|
};
|
|
2742
2742
|
protoOf($serializer_4).eo = function (decoder) {
|
|
2743
|
-
var tmp0_desc = this.
|
|
2743
|
+
var tmp0_desc = this.t69_1;
|
|
2744
2744
|
var tmp1_flag = true;
|
|
2745
2745
|
var tmp2_index = 0;
|
|
2746
2746
|
var tmp3_bitMask0 = 0;
|
|
@@ -2775,7 +2775,7 @@
|
|
|
2775
2775
|
return PlayerLostConnectionReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2776
2776
|
};
|
|
2777
2777
|
protoOf($serializer_4).co = function () {
|
|
2778
|
-
return this.
|
|
2778
|
+
return this.t69_1;
|
|
2779
2779
|
};
|
|
2780
2780
|
protoOf($serializer_4).wz = function () {
|
|
2781
2781
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2791,11 +2791,11 @@
|
|
|
2791
2791
|
}
|
|
2792
2792
|
function PlayerLostConnectionReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2793
2793
|
if (!(3 === (3 & seen0))) {
|
|
2794
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_4().
|
|
2794
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_4().t69_1);
|
|
2795
2795
|
}
|
|
2796
2796
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2797
|
-
$this.
|
|
2798
|
-
$this.
|
|
2797
|
+
$this.v69_1 = playerId;
|
|
2798
|
+
$this.w69_1 = tag;
|
|
2799
2799
|
return $this;
|
|
2800
2800
|
}
|
|
2801
2801
|
function PlayerLostConnectionReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2803,15 +2803,15 @@
|
|
|
2803
2803
|
}
|
|
2804
2804
|
function PlayerLostConnectionReasonDto(playerId, tag) {
|
|
2805
2805
|
TerminationGameReasonDto.call(this);
|
|
2806
|
-
this.
|
|
2807
|
-
this.
|
|
2806
|
+
this.v69_1 = playerId;
|
|
2807
|
+
this.w69_1 = tag;
|
|
2808
2808
|
}
|
|
2809
2809
|
protoOf(PlayerLostConnectionReasonDto).toString = function () {
|
|
2810
|
-
return 'PlayerLostConnectionReasonDto(playerId=' + this.
|
|
2810
|
+
return 'PlayerLostConnectionReasonDto(playerId=' + this.v69_1 + ', tag=' + this.w69_1 + ')';
|
|
2811
2811
|
};
|
|
2812
2812
|
protoOf(PlayerLostConnectionReasonDto).hashCode = function () {
|
|
2813
|
-
var result = getStringHashCode(this.
|
|
2814
|
-
result = imul(result, 31) + (this.
|
|
2813
|
+
var result = getStringHashCode(this.v69_1);
|
|
2814
|
+
result = imul(result, 31) + (this.w69_1 == null ? 0 : getStringHashCode(this.w69_1)) | 0;
|
|
2815
2815
|
return result;
|
|
2816
2816
|
};
|
|
2817
2817
|
protoOf(PlayerLostConnectionReasonDto).equals = function (other) {
|
|
@@ -2819,9 +2819,9 @@
|
|
|
2819
2819
|
return true;
|
|
2820
2820
|
if (!(other instanceof PlayerLostConnectionReasonDto))
|
|
2821
2821
|
return false;
|
|
2822
|
-
if (!(this.
|
|
2822
|
+
if (!(this.v69_1 === other.v69_1))
|
|
2823
2823
|
return false;
|
|
2824
|
-
if (!(this.
|
|
2824
|
+
if (!(this.w69_1 == other.w69_1))
|
|
2825
2825
|
return false;
|
|
2826
2826
|
return true;
|
|
2827
2827
|
};
|
|
@@ -2836,20 +2836,20 @@
|
|
|
2836
2836
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_TIMEOUT', this, 2);
|
|
2837
2837
|
tmp0_serialDesc.hz('playerId', false);
|
|
2838
2838
|
tmp0_serialDesc.hz('tag', false);
|
|
2839
|
-
this.
|
|
2839
|
+
this.x69_1 = tmp0_serialDesc;
|
|
2840
2840
|
}
|
|
2841
|
-
protoOf($serializer_5).
|
|
2842
|
-
var tmp0_desc = this.
|
|
2841
|
+
protoOf($serializer_5).y69 = function (encoder, value) {
|
|
2842
|
+
var tmp0_desc = this.x69_1;
|
|
2843
2843
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
2844
|
-
tmp1_output.et(tmp0_desc, 0, value.
|
|
2845
|
-
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2844
|
+
tmp1_output.et(tmp0_desc, 0, value.z69_1);
|
|
2845
|
+
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.a6a_1);
|
|
2846
2846
|
tmp1_output.qr(tmp0_desc);
|
|
2847
2847
|
};
|
|
2848
2848
|
protoOf($serializer_5).do = function (encoder, value) {
|
|
2849
|
-
return this.
|
|
2849
|
+
return this.y69(encoder, value instanceof PlayerTimeoutReasonDto ? value : THROW_CCE());
|
|
2850
2850
|
};
|
|
2851
2851
|
protoOf($serializer_5).eo = function (decoder) {
|
|
2852
|
-
var tmp0_desc = this.
|
|
2852
|
+
var tmp0_desc = this.x69_1;
|
|
2853
2853
|
var tmp1_flag = true;
|
|
2854
2854
|
var tmp2_index = 0;
|
|
2855
2855
|
var tmp3_bitMask0 = 0;
|
|
@@ -2884,7 +2884,7 @@
|
|
|
2884
2884
|
return PlayerTimeoutReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2885
2885
|
};
|
|
2886
2886
|
protoOf($serializer_5).co = function () {
|
|
2887
|
-
return this.
|
|
2887
|
+
return this.x69_1;
|
|
2888
2888
|
};
|
|
2889
2889
|
protoOf($serializer_5).wz = function () {
|
|
2890
2890
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2900,11 +2900,11 @@
|
|
|
2900
2900
|
}
|
|
2901
2901
|
function PlayerTimeoutReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2902
2902
|
if (!(3 === (3 & seen0))) {
|
|
2903
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().
|
|
2903
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().x69_1);
|
|
2904
2904
|
}
|
|
2905
2905
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2906
|
-
$this.
|
|
2907
|
-
$this.
|
|
2906
|
+
$this.z69_1 = playerId;
|
|
2907
|
+
$this.a6a_1 = tag;
|
|
2908
2908
|
return $this;
|
|
2909
2909
|
}
|
|
2910
2910
|
function PlayerTimeoutReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2912,15 +2912,15 @@
|
|
|
2912
2912
|
}
|
|
2913
2913
|
function PlayerTimeoutReasonDto(playerId, tag) {
|
|
2914
2914
|
TerminationGameReasonDto.call(this);
|
|
2915
|
-
this.
|
|
2916
|
-
this.
|
|
2915
|
+
this.z69_1 = playerId;
|
|
2916
|
+
this.a6a_1 = tag;
|
|
2917
2917
|
}
|
|
2918
2918
|
protoOf(PlayerTimeoutReasonDto).toString = function () {
|
|
2919
|
-
return 'PlayerTimeoutReasonDto(playerId=' + this.
|
|
2919
|
+
return 'PlayerTimeoutReasonDto(playerId=' + this.z69_1 + ', tag=' + this.a6a_1 + ')';
|
|
2920
2920
|
};
|
|
2921
2921
|
protoOf(PlayerTimeoutReasonDto).hashCode = function () {
|
|
2922
|
-
var result = getStringHashCode(this.
|
|
2923
|
-
result = imul(result, 31) + (this.
|
|
2922
|
+
var result = getStringHashCode(this.z69_1);
|
|
2923
|
+
result = imul(result, 31) + (this.a6a_1 == null ? 0 : getStringHashCode(this.a6a_1)) | 0;
|
|
2924
2924
|
return result;
|
|
2925
2925
|
};
|
|
2926
2926
|
protoOf(PlayerTimeoutReasonDto).equals = function (other) {
|
|
@@ -2928,14 +2928,14 @@
|
|
|
2928
2928
|
return true;
|
|
2929
2929
|
if (!(other instanceof PlayerTimeoutReasonDto))
|
|
2930
2930
|
return false;
|
|
2931
|
-
if (!(this.
|
|
2931
|
+
if (!(this.z69_1 === other.z69_1))
|
|
2932
2932
|
return false;
|
|
2933
|
-
if (!(this.
|
|
2933
|
+
if (!(this.a6a_1 == other.a6a_1))
|
|
2934
2934
|
return false;
|
|
2935
2935
|
return true;
|
|
2936
2936
|
};
|
|
2937
2937
|
function _get_$cachedSerializer__te6jhj_7($this) {
|
|
2938
|
-
return $this.
|
|
2938
|
+
return $this.b6a_1.x();
|
|
2939
2939
|
}
|
|
2940
2940
|
function WaitingForConnectionReasonDto$_anonymous__hgbgp6() {
|
|
2941
2941
|
var tmp = WaitingForConnectionReasonDto_getInstance();
|
|
@@ -2950,7 +2950,7 @@
|
|
|
2950
2950
|
TerminationGameReasonDto.call(this);
|
|
2951
2951
|
var tmp = this;
|
|
2952
2952
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2953
|
-
tmp.
|
|
2953
|
+
tmp.b6a_1 = lazy(tmp_0, WaitingForConnectionReasonDto$_anonymous__hgbgp6);
|
|
2954
2954
|
}
|
|
2955
2955
|
protoOf(WaitingForConnectionReasonDto).b1c = function () {
|
|
2956
2956
|
return _get_$cachedSerializer__te6jhj_7(this);
|
|
@@ -3071,15 +3071,15 @@
|
|
|
3071
3071
|
}
|
|
3072
3072
|
function mapToDto_3(_this__u8e3s4) {
|
|
3073
3073
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3074
|
-
return new PlayerExitReasonDto(_this__u8e3s4.
|
|
3074
|
+
return new PlayerExitReasonDto(_this__u8e3s4.c66_1);
|
|
3075
3075
|
}
|
|
3076
3076
|
function mapToDto_4(_this__u8e3s4) {
|
|
3077
3077
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3078
|
-
return new PlayerLostConnectionReasonDto(_this__u8e3s4.
|
|
3078
|
+
return new PlayerLostConnectionReasonDto(_this__u8e3s4.y65_1, _this__u8e3s4.tag);
|
|
3079
3079
|
}
|
|
3080
3080
|
function mapToDto_5(_this__u8e3s4) {
|
|
3081
3081
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3082
|
-
return new PlayerTimeoutReasonDto(_this__u8e3s4.
|
|
3082
|
+
return new PlayerTimeoutReasonDto(_this__u8e3s4.b66_1, _this__u8e3s4.tag);
|
|
3083
3083
|
}
|
|
3084
3084
|
function mapToDto_6(_this__u8e3s4) {
|
|
3085
3085
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
@@ -3101,15 +3101,15 @@
|
|
|
3101
3101
|
}
|
|
3102
3102
|
function mapFromDto_3(_this__u8e3s4) {
|
|
3103
3103
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3104
|
-
return new PlayerExitReason(_this__u8e3s4.
|
|
3104
|
+
return new PlayerExitReason(_this__u8e3s4.s69_1);
|
|
3105
3105
|
}
|
|
3106
3106
|
function mapFromDto_4(_this__u8e3s4) {
|
|
3107
3107
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3108
|
-
return new PlayerLostConnectionReason(_this__u8e3s4.
|
|
3108
|
+
return new PlayerLostConnectionReason(_this__u8e3s4.v69_1, _this__u8e3s4.w69_1);
|
|
3109
3109
|
}
|
|
3110
3110
|
function mapFromDto_5(_this__u8e3s4) {
|
|
3111
3111
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3112
|
-
return new PlayerTimeoutReason(_this__u8e3s4.
|
|
3112
|
+
return new PlayerTimeoutReason(_this__u8e3s4.z69_1, _this__u8e3s4.a6a_1);
|
|
3113
3113
|
}
|
|
3114
3114
|
function mapFromDto_6(_this__u8e3s4) {
|
|
3115
3115
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
@@ -3150,8 +3150,8 @@
|
|
|
3150
3150
|
}
|
|
3151
3151
|
}
|
|
3152
3152
|
function mapToDto_8(_this__u8e3s4) {
|
|
3153
|
-
var tmp0_playerId = _this__u8e3s4.
|
|
3154
|
-
var tmp1_uid = _this__u8e3s4.
|
|
3153
|
+
var tmp0_playerId = _this__u8e3s4.n66_1;
|
|
3154
|
+
var tmp1_uid = _this__u8e3s4.n66_1;
|
|
3155
3155
|
var tmp2_nickname = _this__u8e3s4.name;
|
|
3156
3156
|
var tmp3_name = _this__u8e3s4.name;
|
|
3157
3157
|
var tmp4_photo = _this__u8e3s4.avatarUrl;
|
|
@@ -3170,17 +3170,17 @@
|
|
|
3170
3170
|
return new GameUserInfoDto(tmp0_playerId, tmp1_uid, tmp3_name, tmp2_nickname, tmp5_avatarUrl, tmp4_photo, tmp8_rating, tmp6_isBot, tmp7_initialLuckyFactor);
|
|
3171
3171
|
}
|
|
3172
3172
|
function mapFromDto_8(_this__u8e3s4) {
|
|
3173
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
3174
|
-
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
3175
|
-
var tmp1_elvis_lhs = _this__u8e3s4.
|
|
3176
|
-
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
3177
|
-
var tmp2_elvis_lhs = _this__u8e3s4.
|
|
3178
|
-
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.
|
|
3179
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
3180
|
-
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.
|
|
3173
|
+
var tmp0_elvis_lhs = _this__u8e3s4.c6a_1;
|
|
3174
|
+
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.d6a_1) : tmp0_elvis_lhs;
|
|
3175
|
+
var tmp1_elvis_lhs = _this__u8e3s4.e6a_1;
|
|
3176
|
+
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.f6a_1) : tmp1_elvis_lhs;
|
|
3177
|
+
var tmp2_elvis_lhs = _this__u8e3s4.g6a_1;
|
|
3178
|
+
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.h6a_1 : tmp2_elvis_lhs;
|
|
3179
|
+
var tmp3_elvis_lhs = _this__u8e3s4.j6a_1;
|
|
3180
|
+
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.k6a_1, _this__u8e3s4.i6a_1);
|
|
3181
3181
|
}
|
|
3182
3182
|
function mapFromDto_9(_this__u8e3s4) {
|
|
3183
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
3183
|
+
var tmp0_safe_receiver = _this__u8e3s4.l6a_1;
|
|
3184
3184
|
var tmp;
|
|
3185
3185
|
if (tmp0_safe_receiver == null) {
|
|
3186
3186
|
tmp = null;
|
|
@@ -3189,7 +3189,7 @@
|
|
|
3189
3189
|
tmp = Companion_getInstance_0().nk(tmp0_safe_receiver);
|
|
3190
3190
|
}
|
|
3191
3191
|
var tmp5_startFromTime = tmp;
|
|
3192
|
-
var tmp1_safe_receiver = _this__u8e3s4.
|
|
3192
|
+
var tmp1_safe_receiver = _this__u8e3s4.n6a_1;
|
|
3193
3193
|
var tmp_0;
|
|
3194
3194
|
if (tmp1_safe_receiver == null) {
|
|
3195
3195
|
tmp_0 = null;
|
|
@@ -3198,7 +3198,7 @@
|
|
|
3198
3198
|
tmp_0 = Companion_getInstance_0().nk(tmp1_safe_receiver);
|
|
3199
3199
|
}
|
|
3200
3200
|
var tmp6_waitPlayerUntilTime = tmp_0;
|
|
3201
|
-
var tmp2_safe_receiver = _this__u8e3s4.
|
|
3201
|
+
var tmp2_safe_receiver = _this__u8e3s4.m6a_1;
|
|
3202
3202
|
var tmp_1;
|
|
3203
3203
|
if (tmp2_safe_receiver == null) {
|
|
3204
3204
|
tmp_1 = null;
|
|
@@ -3207,33 +3207,33 @@
|
|
|
3207
3207
|
tmp_1 = Companion_getInstance_0().nk(tmp2_safe_receiver);
|
|
3208
3208
|
}
|
|
3209
3209
|
var tmp7_playerTurnTimeout = tmp_1;
|
|
3210
|
-
var tmp8_state = _this__u8e3s4.
|
|
3211
|
-
var tmp9_tag = _this__u8e3s4.
|
|
3212
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
3210
|
+
var tmp8_state = _this__u8e3s4.o6a_1;
|
|
3211
|
+
var tmp9_tag = _this__u8e3s4.q6a_1;
|
|
3212
|
+
var tmp3_elvis_lhs = _this__u8e3s4.p6a_1;
|
|
3213
3213
|
var tmp10_ready = tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs;
|
|
3214
|
-
var tmp4_safe_receiver = _this__u8e3s4.
|
|
3214
|
+
var tmp4_safe_receiver = _this__u8e3s4.r6a_1;
|
|
3215
3215
|
var tmp11_connection = tmp4_safe_receiver == null ? null : mapFromDto_10(tmp4_safe_receiver);
|
|
3216
3216
|
return new PlayerState(tmp5_startFromTime, tmp7_playerTurnTimeout, tmp6_waitPlayerUntilTime, tmp8_state, tmp10_ready, tmp9_tag, tmp11_connection);
|
|
3217
3217
|
}
|
|
3218
3218
|
function mapToDto_9(_this__u8e3s4) {
|
|
3219
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
3219
|
+
var tmp0_safe_receiver = _this__u8e3s4.f67_1;
|
|
3220
3220
|
var tmp4_startFrom = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.toString();
|
|
3221
|
-
var tmp1_safe_receiver = _this__u8e3s4.
|
|
3221
|
+
var tmp1_safe_receiver = _this__u8e3s4.h67_1;
|
|
3222
3222
|
var tmp5_waitPlayerUntilTime = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.toString();
|
|
3223
|
-
var tmp2_safe_receiver = _this__u8e3s4.
|
|
3223
|
+
var tmp2_safe_receiver = _this__u8e3s4.g67_1;
|
|
3224
3224
|
var tmp6_playerTurnTimeout = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.toString();
|
|
3225
|
-
var tmp7_state = _this__u8e3s4.
|
|
3226
|
-
var tmp8_tag = _this__u8e3s4.
|
|
3227
|
-
var tmp9_ready = _this__u8e3s4.
|
|
3228
|
-
var tmp3_safe_receiver = _this__u8e3s4.
|
|
3225
|
+
var tmp7_state = _this__u8e3s4.i67_1;
|
|
3226
|
+
var tmp8_tag = _this__u8e3s4.k67_1;
|
|
3227
|
+
var tmp9_ready = _this__u8e3s4.j67_1;
|
|
3228
|
+
var tmp3_safe_receiver = _this__u8e3s4.l67_1;
|
|
3229
3229
|
var tmp10_connection = tmp3_safe_receiver == null ? null : mapToDto_10(tmp3_safe_receiver);
|
|
3230
3230
|
return new PlayerStateDto(tmp4_startFrom, tmp6_playerTurnTimeout, tmp5_waitPlayerUntilTime, tmp7_state, tmp9_ready, tmp8_tag, tmp10_connection);
|
|
3231
3231
|
}
|
|
3232
3232
|
function mapFromDto_10(_this__u8e3s4) {
|
|
3233
|
-
return new PlayerConnection(_this__u8e3s4.
|
|
3233
|
+
return new PlayerConnection(_this__u8e3s4.s6a_1, Companion_getInstance_0().nk(_this__u8e3s4.t6a_1), Companion_getInstance().hk(_this__u8e3s4.u6a_1));
|
|
3234
3234
|
}
|
|
3235
3235
|
function mapToDto_10(_this__u8e3s4) {
|
|
3236
|
-
return new PlayerConnectionDto(_this__u8e3s4.
|
|
3236
|
+
return new PlayerConnectionDto(_this__u8e3s4.r67_1, _this__u8e3s4.s67_1.toString(), Duration__toIsoString_impl_9h6wsm(_this__u8e3s4.t67_1));
|
|
3237
3237
|
}
|
|
3238
3238
|
function Companion_16() {
|
|
3239
3239
|
}
|
|
@@ -3253,39 +3253,39 @@
|
|
|
3253
3253
|
tmp0_serialDesc.hz('rating', false);
|
|
3254
3254
|
tmp0_serialDesc.hz('is_bot', false);
|
|
3255
3255
|
tmp0_serialDesc.hz('lucky_factor', false);
|
|
3256
|
-
this.
|
|
3256
|
+
this.v6a_1 = tmp0_serialDesc;
|
|
3257
3257
|
}
|
|
3258
|
-
protoOf($serializer_6).
|
|
3259
|
-
var tmp0_desc = this.
|
|
3258
|
+
protoOf($serializer_6).w6a = function (encoder, value) {
|
|
3259
|
+
var tmp0_desc = this.v6a_1;
|
|
3260
3260
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
3261
|
-
if (tmp1_output.mt(tmp0_desc, 0) ? true : !(value.
|
|
3262
|
-
tmp1_output.it(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3261
|
+
if (tmp1_output.mt(tmp0_desc, 0) ? true : !(value.c6a_1 == null)) {
|
|
3262
|
+
tmp1_output.it(tmp0_desc, 0, StringSerializer_getInstance(), value.c6a_1);
|
|
3263
3263
|
}
|
|
3264
|
-
if (tmp1_output.mt(tmp0_desc, 1) ? true : !(value.
|
|
3265
|
-
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3264
|
+
if (tmp1_output.mt(tmp0_desc, 1) ? true : !(value.d6a_1 == null)) {
|
|
3265
|
+
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.d6a_1);
|
|
3266
3266
|
}
|
|
3267
|
-
if (tmp1_output.mt(tmp0_desc, 2) ? true : !(value.
|
|
3268
|
-
tmp1_output.it(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3267
|
+
if (tmp1_output.mt(tmp0_desc, 2) ? true : !(value.e6a_1 == null)) {
|
|
3268
|
+
tmp1_output.it(tmp0_desc, 2, StringSerializer_getInstance(), value.e6a_1);
|
|
3269
3269
|
}
|
|
3270
|
-
if (tmp1_output.mt(tmp0_desc, 3) ? true : !(value.
|
|
3271
|
-
tmp1_output.it(tmp0_desc, 3, StringSerializer_getInstance(), value.
|
|
3270
|
+
if (tmp1_output.mt(tmp0_desc, 3) ? true : !(value.f6a_1 == null)) {
|
|
3271
|
+
tmp1_output.it(tmp0_desc, 3, StringSerializer_getInstance(), value.f6a_1);
|
|
3272
3272
|
}
|
|
3273
|
-
if (tmp1_output.mt(tmp0_desc, 4) ? true : !(value.
|
|
3274
|
-
tmp1_output.it(tmp0_desc, 4, StringSerializer_getInstance(), value.
|
|
3273
|
+
if (tmp1_output.mt(tmp0_desc, 4) ? true : !(value.g6a_1 == null)) {
|
|
3274
|
+
tmp1_output.it(tmp0_desc, 4, StringSerializer_getInstance(), value.g6a_1);
|
|
3275
3275
|
}
|
|
3276
|
-
if (tmp1_output.mt(tmp0_desc, 5) ? true : !(value.
|
|
3277
|
-
tmp1_output.it(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3276
|
+
if (tmp1_output.mt(tmp0_desc, 5) ? true : !(value.h6a_1 == null)) {
|
|
3277
|
+
tmp1_output.it(tmp0_desc, 5, StringSerializer_getInstance(), value.h6a_1);
|
|
3278
3278
|
}
|
|
3279
|
-
tmp1_output.it(tmp0_desc, 6, DoubleSerializer_getInstance(), value.
|
|
3280
|
-
tmp1_output.it(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
3281
|
-
tmp1_output.it(tmp0_desc, 8, FloatSerializer_getInstance(), value.
|
|
3279
|
+
tmp1_output.it(tmp0_desc, 6, DoubleSerializer_getInstance(), value.i6a_1);
|
|
3280
|
+
tmp1_output.it(tmp0_desc, 7, BooleanSerializer_getInstance(), value.j6a_1);
|
|
3281
|
+
tmp1_output.it(tmp0_desc, 8, FloatSerializer_getInstance(), value.k6a_1);
|
|
3282
3282
|
tmp1_output.qr(tmp0_desc);
|
|
3283
3283
|
};
|
|
3284
3284
|
protoOf($serializer_6).do = function (encoder, value) {
|
|
3285
|
-
return this.
|
|
3285
|
+
return this.w6a(encoder, value instanceof GameUserInfoDto ? value : THROW_CCE());
|
|
3286
3286
|
};
|
|
3287
3287
|
protoOf($serializer_6).eo = function (decoder) {
|
|
3288
|
-
var tmp0_desc = this.
|
|
3288
|
+
var tmp0_desc = this.v6a_1;
|
|
3289
3289
|
var tmp1_flag = true;
|
|
3290
3290
|
var tmp2_index = 0;
|
|
3291
3291
|
var tmp3_bitMask0 = 0;
|
|
@@ -3369,7 +3369,7 @@
|
|
|
3369
3369
|
return GameUserInfoDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, null);
|
|
3370
3370
|
};
|
|
3371
3371
|
protoOf($serializer_6).co = function () {
|
|
3372
|
-
return this.
|
|
3372
|
+
return this.v6a_1;
|
|
3373
3373
|
};
|
|
3374
3374
|
protoOf($serializer_6).wz = function () {
|
|
3375
3375
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3385,35 +3385,35 @@
|
|
|
3385
3385
|
}
|
|
3386
3386
|
function GameUserInfoDto_init_$Init$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker, $this) {
|
|
3387
3387
|
if (!(448 === (448 & seen0))) {
|
|
3388
|
-
throwMissingFieldException(seen0, 448, $serializer_getInstance_6().
|
|
3388
|
+
throwMissingFieldException(seen0, 448, $serializer_getInstance_6().v6a_1);
|
|
3389
3389
|
}
|
|
3390
3390
|
if (0 === (seen0 & 1))
|
|
3391
|
-
$this.
|
|
3391
|
+
$this.c6a_1 = null;
|
|
3392
3392
|
else
|
|
3393
|
-
$this.
|
|
3393
|
+
$this.c6a_1 = playerId;
|
|
3394
3394
|
if (0 === (seen0 & 2))
|
|
3395
|
-
$this.
|
|
3395
|
+
$this.d6a_1 = null;
|
|
3396
3396
|
else
|
|
3397
|
-
$this.
|
|
3397
|
+
$this.d6a_1 = uid;
|
|
3398
3398
|
if (0 === (seen0 & 4))
|
|
3399
|
-
$this.
|
|
3399
|
+
$this.e6a_1 = null;
|
|
3400
3400
|
else
|
|
3401
|
-
$this.
|
|
3401
|
+
$this.e6a_1 = name;
|
|
3402
3402
|
if (0 === (seen0 & 8))
|
|
3403
|
-
$this.
|
|
3403
|
+
$this.f6a_1 = null;
|
|
3404
3404
|
else
|
|
3405
|
-
$this.
|
|
3405
|
+
$this.f6a_1 = nickname;
|
|
3406
3406
|
if (0 === (seen0 & 16))
|
|
3407
|
-
$this.
|
|
3407
|
+
$this.g6a_1 = null;
|
|
3408
3408
|
else
|
|
3409
|
-
$this.
|
|
3409
|
+
$this.g6a_1 = avatarUrl;
|
|
3410
3410
|
if (0 === (seen0 & 32))
|
|
3411
|
-
$this.
|
|
3411
|
+
$this.h6a_1 = null;
|
|
3412
3412
|
else
|
|
3413
|
-
$this.
|
|
3414
|
-
$this.
|
|
3415
|
-
$this.
|
|
3416
|
-
$this.
|
|
3413
|
+
$this.h6a_1 = photo;
|
|
3414
|
+
$this.i6a_1 = rating;
|
|
3415
|
+
$this.j6a_1 = isBot;
|
|
3416
|
+
$this.k6a_1 = initialLuckyFactor;
|
|
3417
3417
|
return $this;
|
|
3418
3418
|
}
|
|
3419
3419
|
function GameUserInfoDto_init_$Create$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker) {
|
|
@@ -3426,47 +3426,47 @@
|
|
|
3426
3426
|
nickname = nickname === VOID ? null : nickname;
|
|
3427
3427
|
avatarUrl = avatarUrl === VOID ? null : avatarUrl;
|
|
3428
3428
|
photo = photo === VOID ? null : photo;
|
|
3429
|
-
this.
|
|
3430
|
-
this.
|
|
3431
|
-
this.
|
|
3432
|
-
this.
|
|
3433
|
-
this.
|
|
3434
|
-
this.
|
|
3435
|
-
this.
|
|
3436
|
-
this.
|
|
3437
|
-
this.
|
|
3438
|
-
}
|
|
3439
|
-
protoOf(GameUserInfoDto).
|
|
3440
|
-
return this.
|
|
3441
|
-
};
|
|
3442
|
-
protoOf(GameUserInfoDto).
|
|
3429
|
+
this.c6a_1 = playerId;
|
|
3430
|
+
this.d6a_1 = uid;
|
|
3431
|
+
this.e6a_1 = name;
|
|
3432
|
+
this.f6a_1 = nickname;
|
|
3433
|
+
this.g6a_1 = avatarUrl;
|
|
3434
|
+
this.h6a_1 = photo;
|
|
3435
|
+
this.i6a_1 = rating;
|
|
3436
|
+
this.j6a_1 = isBot;
|
|
3437
|
+
this.k6a_1 = initialLuckyFactor;
|
|
3438
|
+
}
|
|
3439
|
+
protoOf(GameUserInfoDto).x6a = function () {
|
|
3440
|
+
return this.y6a(VOID, VOID, VOID, VOID, VOID, VOID, VOID, null, null);
|
|
3441
|
+
};
|
|
3442
|
+
protoOf(GameUserInfoDto).z6a = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) {
|
|
3443
3443
|
return new GameUserInfoDto(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3444
3444
|
};
|
|
3445
|
-
protoOf(GameUserInfoDto).
|
|
3446
|
-
playerId = playerId === VOID ? this.
|
|
3447
|
-
uid = uid === VOID ? this.
|
|
3448
|
-
name = name === VOID ? this.
|
|
3449
|
-
nickname = nickname === VOID ? this.
|
|
3450
|
-
avatarUrl = avatarUrl === VOID ? this.
|
|
3451
|
-
photo = photo === VOID ? this.
|
|
3452
|
-
rating = rating === VOID ? this.
|
|
3453
|
-
isBot = isBot === VOID ? this.
|
|
3454
|
-
initialLuckyFactor = initialLuckyFactor === VOID ? this.
|
|
3455
|
-
return $super === VOID ? this.
|
|
3445
|
+
protoOf(GameUserInfoDto).y6a = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, $super) {
|
|
3446
|
+
playerId = playerId === VOID ? this.c6a_1 : playerId;
|
|
3447
|
+
uid = uid === VOID ? this.d6a_1 : uid;
|
|
3448
|
+
name = name === VOID ? this.e6a_1 : name;
|
|
3449
|
+
nickname = nickname === VOID ? this.f6a_1 : nickname;
|
|
3450
|
+
avatarUrl = avatarUrl === VOID ? this.g6a_1 : avatarUrl;
|
|
3451
|
+
photo = photo === VOID ? this.h6a_1 : photo;
|
|
3452
|
+
rating = rating === VOID ? this.i6a_1 : rating;
|
|
3453
|
+
isBot = isBot === VOID ? this.j6a_1 : isBot;
|
|
3454
|
+
initialLuckyFactor = initialLuckyFactor === VOID ? this.k6a_1 : initialLuckyFactor;
|
|
3455
|
+
return $super === VOID ? this.z6a(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) : $super.z6a.call(this, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3456
3456
|
};
|
|
3457
3457
|
protoOf(GameUserInfoDto).toString = function () {
|
|
3458
|
-
return 'GameUserInfoDto(playerId=' + this.
|
|
3458
|
+
return 'GameUserInfoDto(playerId=' + this.c6a_1 + ', uid=' + this.d6a_1 + ', name=' + this.e6a_1 + ', nickname=' + this.f6a_1 + ', avatarUrl=' + this.g6a_1 + ', photo=' + this.h6a_1 + ', rating=' + this.i6a_1 + ', isBot=' + this.j6a_1 + ', initialLuckyFactor=' + this.k6a_1 + ')';
|
|
3459
3459
|
};
|
|
3460
3460
|
protoOf(GameUserInfoDto).hashCode = function () {
|
|
3461
|
-
var result = this.
|
|
3462
|
-
result = imul(result, 31) + (this.z69_1 == null ? 0 : getStringHashCode(this.z69_1)) | 0;
|
|
3463
|
-
result = imul(result, 31) + (this.a6a_1 == null ? 0 : getStringHashCode(this.a6a_1)) | 0;
|
|
3464
|
-
result = imul(result, 31) + (this.b6a_1 == null ? 0 : getStringHashCode(this.b6a_1)) | 0;
|
|
3465
|
-
result = imul(result, 31) + (this.c6a_1 == null ? 0 : getStringHashCode(this.c6a_1)) | 0;
|
|
3461
|
+
var result = this.c6a_1 == null ? 0 : getStringHashCode(this.c6a_1);
|
|
3466
3462
|
result = imul(result, 31) + (this.d6a_1 == null ? 0 : getStringHashCode(this.d6a_1)) | 0;
|
|
3467
|
-
result = imul(result, 31) + (this.e6a_1 == null ? 0 :
|
|
3468
|
-
result = imul(result, 31) + (this.f6a_1 == null ? 0 :
|
|
3469
|
-
result = imul(result, 31) + (this.g6a_1 == null ? 0 :
|
|
3463
|
+
result = imul(result, 31) + (this.e6a_1 == null ? 0 : getStringHashCode(this.e6a_1)) | 0;
|
|
3464
|
+
result = imul(result, 31) + (this.f6a_1 == null ? 0 : getStringHashCode(this.f6a_1)) | 0;
|
|
3465
|
+
result = imul(result, 31) + (this.g6a_1 == null ? 0 : getStringHashCode(this.g6a_1)) | 0;
|
|
3466
|
+
result = imul(result, 31) + (this.h6a_1 == null ? 0 : getStringHashCode(this.h6a_1)) | 0;
|
|
3467
|
+
result = imul(result, 31) + (this.i6a_1 == null ? 0 : getNumberHashCode(this.i6a_1)) | 0;
|
|
3468
|
+
result = imul(result, 31) + (this.j6a_1 == null ? 0 : getBooleanHashCode(this.j6a_1)) | 0;
|
|
3469
|
+
result = imul(result, 31) + (this.k6a_1 == null ? 0 : getNumberHashCode(this.k6a_1)) | 0;
|
|
3470
3470
|
return result;
|
|
3471
3471
|
};
|
|
3472
3472
|
protoOf(GameUserInfoDto).equals = function (other) {
|
|
@@ -3474,23 +3474,23 @@
|
|
|
3474
3474
|
return true;
|
|
3475
3475
|
if (!(other instanceof GameUserInfoDto))
|
|
3476
3476
|
return false;
|
|
3477
|
-
if (!(this.
|
|
3477
|
+
if (!(this.c6a_1 == other.c6a_1))
|
|
3478
3478
|
return false;
|
|
3479
|
-
if (!(this.
|
|
3479
|
+
if (!(this.d6a_1 == other.d6a_1))
|
|
3480
3480
|
return false;
|
|
3481
|
-
if (!(this.
|
|
3481
|
+
if (!(this.e6a_1 == other.e6a_1))
|
|
3482
3482
|
return false;
|
|
3483
|
-
if (!(this.
|
|
3483
|
+
if (!(this.f6a_1 == other.f6a_1))
|
|
3484
3484
|
return false;
|
|
3485
|
-
if (!(this.
|
|
3485
|
+
if (!(this.g6a_1 == other.g6a_1))
|
|
3486
3486
|
return false;
|
|
3487
|
-
if (!(this.
|
|
3487
|
+
if (!(this.h6a_1 == other.h6a_1))
|
|
3488
3488
|
return false;
|
|
3489
|
-
if (!equals(this.
|
|
3489
|
+
if (!equals(this.i6a_1, other.i6a_1))
|
|
3490
3490
|
return false;
|
|
3491
|
-
if (!(this.
|
|
3491
|
+
if (!(this.j6a_1 == other.j6a_1))
|
|
3492
3492
|
return false;
|
|
3493
|
-
if (!equals(this.
|
|
3493
|
+
if (!equals(this.k6a_1, other.k6a_1))
|
|
3494
3494
|
return false;
|
|
3495
3495
|
return true;
|
|
3496
3496
|
};
|
|
@@ -3504,7 +3504,7 @@
|
|
|
3504
3504
|
// Inline function 'kotlin.arrayOf' call
|
|
3505
3505
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3506
3506
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3507
|
-
tmp.
|
|
3507
|
+
tmp.a6b_1 = [lazy(tmp_0, PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2), null, null];
|
|
3508
3508
|
}
|
|
3509
3509
|
var Companion_instance_19;
|
|
3510
3510
|
function Companion_getInstance_20() {
|
|
@@ -3518,22 +3518,22 @@
|
|
|
3518
3518
|
tmp0_serialDesc.hz('state', false);
|
|
3519
3519
|
tmp0_serialDesc.hz('connectionChangedTime', false);
|
|
3520
3520
|
tmp0_serialDesc.hz('notLiveDurationRecord', false);
|
|
3521
|
-
this.
|
|
3521
|
+
this.b6b_1 = tmp0_serialDesc;
|
|
3522
3522
|
}
|
|
3523
|
-
protoOf($serializer_7).
|
|
3524
|
-
var tmp0_desc = this.
|
|
3523
|
+
protoOf($serializer_7).c6b = function (encoder, value) {
|
|
3524
|
+
var tmp0_desc = this.b6b_1;
|
|
3525
3525
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
3526
|
-
var tmp2_cached = Companion_getInstance_20().
|
|
3527
|
-
tmp1_output.gt(tmp0_desc, 0, tmp2_cached[0].x(), value.
|
|
3528
|
-
tmp1_output.et(tmp0_desc, 1, value.
|
|
3529
|
-
tmp1_output.et(tmp0_desc, 2, value.
|
|
3526
|
+
var tmp2_cached = Companion_getInstance_20().a6b_1;
|
|
3527
|
+
tmp1_output.gt(tmp0_desc, 0, tmp2_cached[0].x(), value.s6a_1);
|
|
3528
|
+
tmp1_output.et(tmp0_desc, 1, value.t6a_1);
|
|
3529
|
+
tmp1_output.et(tmp0_desc, 2, value.u6a_1);
|
|
3530
3530
|
tmp1_output.qr(tmp0_desc);
|
|
3531
3531
|
};
|
|
3532
3532
|
protoOf($serializer_7).do = function (encoder, value) {
|
|
3533
|
-
return this.
|
|
3533
|
+
return this.c6b(encoder, value instanceof PlayerConnectionDto ? value : THROW_CCE());
|
|
3534
3534
|
};
|
|
3535
3535
|
protoOf($serializer_7).eo = function (decoder) {
|
|
3536
|
-
var tmp0_desc = this.
|
|
3536
|
+
var tmp0_desc = this.b6b_1;
|
|
3537
3537
|
var tmp1_flag = true;
|
|
3538
3538
|
var tmp2_index = 0;
|
|
3539
3539
|
var tmp3_bitMask0 = 0;
|
|
@@ -3541,7 +3541,7 @@
|
|
|
3541
3541
|
var tmp5_local1 = null;
|
|
3542
3542
|
var tmp6_local2 = null;
|
|
3543
3543
|
var tmp7_input = decoder.pr(tmp0_desc);
|
|
3544
|
-
var tmp8_cached = Companion_getInstance_20().
|
|
3544
|
+
var tmp8_cached = Companion_getInstance_20().a6b_1;
|
|
3545
3545
|
if (tmp7_input.fs()) {
|
|
3546
3546
|
tmp4_local0 = tmp7_input.bs(tmp0_desc, 0, tmp8_cached[0].x(), tmp4_local0);
|
|
3547
3547
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3576,13 +3576,13 @@
|
|
|
3576
3576
|
return PlayerConnectionDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
3577
3577
|
};
|
|
3578
3578
|
protoOf($serializer_7).co = function () {
|
|
3579
|
-
return this.
|
|
3579
|
+
return this.b6b_1;
|
|
3580
3580
|
};
|
|
3581
3581
|
protoOf($serializer_7).wz = function () {
|
|
3582
3582
|
// Inline function 'kotlin.arrayOf' call
|
|
3583
3583
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3584
3584
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3585
|
-
return [Companion_getInstance_20().
|
|
3585
|
+
return [Companion_getInstance_20().a6b_1[0].x(), StringSerializer_getInstance(), StringSerializer_getInstance()];
|
|
3586
3586
|
};
|
|
3587
3587
|
var $serializer_instance_7;
|
|
3588
3588
|
function $serializer_getInstance_7() {
|
|
@@ -3592,11 +3592,11 @@
|
|
|
3592
3592
|
}
|
|
3593
3593
|
function PlayerConnectionDto_init_$Init$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker, $this) {
|
|
3594
3594
|
if (!(7 === (7 & seen0))) {
|
|
3595
|
-
throwMissingFieldException(seen0, 7, $serializer_getInstance_7().
|
|
3595
|
+
throwMissingFieldException(seen0, 7, $serializer_getInstance_7().b6b_1);
|
|
3596
3596
|
}
|
|
3597
|
-
$this.
|
|
3598
|
-
$this.
|
|
3599
|
-
$this.
|
|
3597
|
+
$this.s6a_1 = state;
|
|
3598
|
+
$this.t6a_1 = connectionChangedTime;
|
|
3599
|
+
$this.u6a_1 = notLiveDurationRecord;
|
|
3600
3600
|
return $this;
|
|
3601
3601
|
}
|
|
3602
3602
|
function PlayerConnectionDto_init_$Create$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker) {
|
|
@@ -3604,17 +3604,17 @@
|
|
|
3604
3604
|
}
|
|
3605
3605
|
function PlayerConnectionDto(state, connectionChangedTime, notLiveDurationRecord) {
|
|
3606
3606
|
Companion_getInstance_20();
|
|
3607
|
-
this.
|
|
3608
|
-
this.
|
|
3609
|
-
this.
|
|
3607
|
+
this.s6a_1 = state;
|
|
3608
|
+
this.t6a_1 = connectionChangedTime;
|
|
3609
|
+
this.u6a_1 = notLiveDurationRecord;
|
|
3610
3610
|
}
|
|
3611
3611
|
protoOf(PlayerConnectionDto).toString = function () {
|
|
3612
|
-
return 'PlayerConnectionDto(state=' + this.
|
|
3612
|
+
return 'PlayerConnectionDto(state=' + this.s6a_1.toString() + ', connectionChangedTime=' + this.t6a_1 + ', notLiveDurationRecord=' + this.u6a_1 + ')';
|
|
3613
3613
|
};
|
|
3614
3614
|
protoOf(PlayerConnectionDto).hashCode = function () {
|
|
3615
|
-
var result = this.
|
|
3616
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
3617
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
3615
|
+
var result = this.s6a_1.hashCode();
|
|
3616
|
+
result = imul(result, 31) + getStringHashCode(this.t6a_1) | 0;
|
|
3617
|
+
result = imul(result, 31) + getStringHashCode(this.u6a_1) | 0;
|
|
3618
3618
|
return result;
|
|
3619
3619
|
};
|
|
3620
3620
|
protoOf(PlayerConnectionDto).equals = function (other) {
|
|
@@ -3622,11 +3622,11 @@
|
|
|
3622
3622
|
return true;
|
|
3623
3623
|
if (!(other instanceof PlayerConnectionDto))
|
|
3624
3624
|
return false;
|
|
3625
|
-
if (!this.
|
|
3625
|
+
if (!this.s6a_1.equals(other.s6a_1))
|
|
3626
3626
|
return false;
|
|
3627
|
-
if (!(this.
|
|
3627
|
+
if (!(this.t6a_1 === other.t6a_1))
|
|
3628
3628
|
return false;
|
|
3629
|
-
if (!(this.
|
|
3629
|
+
if (!(this.u6a_1 === other.u6a_1))
|
|
3630
3630
|
return false;
|
|
3631
3631
|
return true;
|
|
3632
3632
|
};
|
|
@@ -3640,7 +3640,7 @@
|
|
|
3640
3640
|
// Inline function 'kotlin.arrayOf' call
|
|
3641
3641
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3642
3642
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3643
|
-
tmp.
|
|
3643
|
+
tmp.d6b_1 = [null, null, null, lazy(tmp_0, PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl), null, null, null];
|
|
3644
3644
|
}
|
|
3645
3645
|
var Companion_instance_20;
|
|
3646
3646
|
function Companion_getInstance_21() {
|
|
@@ -3658,38 +3658,38 @@
|
|
|
3658
3658
|
tmp0_serialDesc.hz('ready', true);
|
|
3659
3659
|
tmp0_serialDesc.hz('tag', true);
|
|
3660
3660
|
tmp0_serialDesc.hz('connection', true);
|
|
3661
|
-
this.
|
|
3661
|
+
this.e6b_1 = tmp0_serialDesc;
|
|
3662
3662
|
}
|
|
3663
|
-
protoOf($serializer_8).
|
|
3664
|
-
var tmp0_desc = this.
|
|
3663
|
+
protoOf($serializer_8).f6b = function (encoder, value) {
|
|
3664
|
+
var tmp0_desc = this.e6b_1;
|
|
3665
3665
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
3666
|
-
var tmp2_cached = Companion_getInstance_21().
|
|
3667
|
-
if (tmp1_output.mt(tmp0_desc, 0) ? true : !(value.
|
|
3668
|
-
tmp1_output.it(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3666
|
+
var tmp2_cached = Companion_getInstance_21().d6b_1;
|
|
3667
|
+
if (tmp1_output.mt(tmp0_desc, 0) ? true : !(value.l6a_1 == null)) {
|
|
3668
|
+
tmp1_output.it(tmp0_desc, 0, StringSerializer_getInstance(), value.l6a_1);
|
|
3669
3669
|
}
|
|
3670
|
-
if (tmp1_output.mt(tmp0_desc, 1) ? true : !(value.
|
|
3671
|
-
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3670
|
+
if (tmp1_output.mt(tmp0_desc, 1) ? true : !(value.m6a_1 == null)) {
|
|
3671
|
+
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.m6a_1);
|
|
3672
3672
|
}
|
|
3673
|
-
if (tmp1_output.mt(tmp0_desc, 2) ? true : !(value.
|
|
3674
|
-
tmp1_output.it(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3673
|
+
if (tmp1_output.mt(tmp0_desc, 2) ? true : !(value.n6a_1 == null)) {
|
|
3674
|
+
tmp1_output.it(tmp0_desc, 2, StringSerializer_getInstance(), value.n6a_1);
|
|
3675
3675
|
}
|
|
3676
|
-
tmp1_output.gt(tmp0_desc, 3, tmp2_cached[3].x(), value.
|
|
3677
|
-
if (tmp1_output.mt(tmp0_desc, 4) ? true : !(value.
|
|
3678
|
-
tmp1_output.it(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
3676
|
+
tmp1_output.gt(tmp0_desc, 3, tmp2_cached[3].x(), value.o6a_1);
|
|
3677
|
+
if (tmp1_output.mt(tmp0_desc, 4) ? true : !(value.p6a_1 == null)) {
|
|
3678
|
+
tmp1_output.it(tmp0_desc, 4, BooleanSerializer_getInstance(), value.p6a_1);
|
|
3679
3679
|
}
|
|
3680
|
-
if (tmp1_output.mt(tmp0_desc, 5) ? true : !(value.
|
|
3681
|
-
tmp1_output.it(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3680
|
+
if (tmp1_output.mt(tmp0_desc, 5) ? true : !(value.q6a_1 == null)) {
|
|
3681
|
+
tmp1_output.it(tmp0_desc, 5, StringSerializer_getInstance(), value.q6a_1);
|
|
3682
3682
|
}
|
|
3683
|
-
if (tmp1_output.mt(tmp0_desc, 6) ? true : !(value.
|
|
3684
|
-
tmp1_output.it(tmp0_desc, 6, $serializer_getInstance_7(), value.
|
|
3683
|
+
if (tmp1_output.mt(tmp0_desc, 6) ? true : !(value.r6a_1 == null)) {
|
|
3684
|
+
tmp1_output.it(tmp0_desc, 6, $serializer_getInstance_7(), value.r6a_1);
|
|
3685
3685
|
}
|
|
3686
3686
|
tmp1_output.qr(tmp0_desc);
|
|
3687
3687
|
};
|
|
3688
3688
|
protoOf($serializer_8).do = function (encoder, value) {
|
|
3689
|
-
return this.
|
|
3689
|
+
return this.f6b(encoder, value instanceof PlayerStateDto ? value : THROW_CCE());
|
|
3690
3690
|
};
|
|
3691
3691
|
protoOf($serializer_8).eo = function (decoder) {
|
|
3692
|
-
var tmp0_desc = this.
|
|
3692
|
+
var tmp0_desc = this.e6b_1;
|
|
3693
3693
|
var tmp1_flag = true;
|
|
3694
3694
|
var tmp2_index = 0;
|
|
3695
3695
|
var tmp3_bitMask0 = 0;
|
|
@@ -3701,7 +3701,7 @@
|
|
|
3701
3701
|
var tmp9_local5 = null;
|
|
3702
3702
|
var tmp10_local6 = null;
|
|
3703
3703
|
var tmp11_input = decoder.pr(tmp0_desc);
|
|
3704
|
-
var tmp12_cached = Companion_getInstance_21().
|
|
3704
|
+
var tmp12_cached = Companion_getInstance_21().d6b_1;
|
|
3705
3705
|
if (tmp11_input.fs()) {
|
|
3706
3706
|
tmp4_local0 = tmp11_input.ds(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3707
3707
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3760,10 +3760,10 @@
|
|
|
3760
3760
|
return PlayerStateDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, null);
|
|
3761
3761
|
};
|
|
3762
3762
|
protoOf($serializer_8).co = function () {
|
|
3763
|
-
return this.
|
|
3763
|
+
return this.e6b_1;
|
|
3764
3764
|
};
|
|
3765
3765
|
protoOf($serializer_8).wz = function () {
|
|
3766
|
-
var tmp0_cached = Companion_getInstance_21().
|
|
3766
|
+
var tmp0_cached = Companion_getInstance_21().d6b_1;
|
|
3767
3767
|
// Inline function 'kotlin.arrayOf' call
|
|
3768
3768
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3769
3769
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -3777,33 +3777,33 @@
|
|
|
3777
3777
|
}
|
|
3778
3778
|
function PlayerStateDto_init_$Init$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker, $this) {
|
|
3779
3779
|
if (!(8 === (8 & seen0))) {
|
|
3780
|
-
throwMissingFieldException(seen0, 8, $serializer_getInstance_8().
|
|
3780
|
+
throwMissingFieldException(seen0, 8, $serializer_getInstance_8().e6b_1);
|
|
3781
3781
|
}
|
|
3782
3782
|
if (0 === (seen0 & 1))
|
|
3783
|
-
$this.
|
|
3783
|
+
$this.l6a_1 = null;
|
|
3784
3784
|
else
|
|
3785
|
-
$this.
|
|
3785
|
+
$this.l6a_1 = startFrom;
|
|
3786
3786
|
if (0 === (seen0 & 2))
|
|
3787
|
-
$this.
|
|
3787
|
+
$this.m6a_1 = null;
|
|
3788
3788
|
else
|
|
3789
|
-
$this.
|
|
3789
|
+
$this.m6a_1 = playerTurnTimeout;
|
|
3790
3790
|
if (0 === (seen0 & 4))
|
|
3791
|
-
$this.
|
|
3791
|
+
$this.n6a_1 = null;
|
|
3792
3792
|
else
|
|
3793
|
-
$this.
|
|
3794
|
-
$this.
|
|
3793
|
+
$this.n6a_1 = waitPlayerUntilTime;
|
|
3794
|
+
$this.o6a_1 = state;
|
|
3795
3795
|
if (0 === (seen0 & 16))
|
|
3796
|
-
$this.
|
|
3796
|
+
$this.p6a_1 = null;
|
|
3797
3797
|
else
|
|
3798
|
-
$this.
|
|
3798
|
+
$this.p6a_1 = ready;
|
|
3799
3799
|
if (0 === (seen0 & 32))
|
|
3800
|
-
$this.
|
|
3800
|
+
$this.q6a_1 = null;
|
|
3801
3801
|
else
|
|
3802
|
-
$this.
|
|
3802
|
+
$this.q6a_1 = tag;
|
|
3803
3803
|
if (0 === (seen0 & 64))
|
|
3804
|
-
$this.
|
|
3804
|
+
$this.r6a_1 = null;
|
|
3805
3805
|
else
|
|
3806
|
-
$this.
|
|
3806
|
+
$this.r6a_1 = connection;
|
|
3807
3807
|
return $this;
|
|
3808
3808
|
}
|
|
3809
3809
|
function PlayerStateDto_init_$Create$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker) {
|
|
@@ -3817,25 +3817,25 @@
|
|
|
3817
3817
|
ready = ready === VOID ? null : ready;
|
|
3818
3818
|
tag = tag === VOID ? null : tag;
|
|
3819
3819
|
connection = connection === VOID ? null : connection;
|
|
3820
|
-
this.
|
|
3821
|
-
this.
|
|
3822
|
-
this.
|
|
3823
|
-
this.
|
|
3824
|
-
this.
|
|
3825
|
-
this.
|
|
3826
|
-
this.
|
|
3820
|
+
this.l6a_1 = startFrom;
|
|
3821
|
+
this.m6a_1 = playerTurnTimeout;
|
|
3822
|
+
this.n6a_1 = waitPlayerUntilTime;
|
|
3823
|
+
this.o6a_1 = state;
|
|
3824
|
+
this.p6a_1 = ready;
|
|
3825
|
+
this.q6a_1 = tag;
|
|
3826
|
+
this.r6a_1 = connection;
|
|
3827
3827
|
}
|
|
3828
3828
|
protoOf(PlayerStateDto).toString = function () {
|
|
3829
|
-
return 'PlayerStateDto(startFrom=' + this.
|
|
3829
|
+
return 'PlayerStateDto(startFrom=' + this.l6a_1 + ', playerTurnTimeout=' + this.m6a_1 + ', waitPlayerUntilTime=' + this.n6a_1 + ', state=' + this.o6a_1.toString() + ', ready=' + this.p6a_1 + ', tag=' + this.q6a_1 + ', connection=' + toString(this.r6a_1) + ')';
|
|
3830
3830
|
};
|
|
3831
3831
|
protoOf(PlayerStateDto).hashCode = function () {
|
|
3832
|
-
var result = this.
|
|
3833
|
-
result = imul(result, 31) + (this.i6a_1 == null ? 0 : getStringHashCode(this.i6a_1)) | 0;
|
|
3834
|
-
result = imul(result, 31) + (this.j6a_1 == null ? 0 : getStringHashCode(this.j6a_1)) | 0;
|
|
3835
|
-
result = imul(result, 31) + this.k6a_1.hashCode() | 0;
|
|
3836
|
-
result = imul(result, 31) + (this.l6a_1 == null ? 0 : getBooleanHashCode(this.l6a_1)) | 0;
|
|
3832
|
+
var result = this.l6a_1 == null ? 0 : getStringHashCode(this.l6a_1);
|
|
3837
3833
|
result = imul(result, 31) + (this.m6a_1 == null ? 0 : getStringHashCode(this.m6a_1)) | 0;
|
|
3838
|
-
result = imul(result, 31) + (this.n6a_1 == null ? 0 : this.n6a_1
|
|
3834
|
+
result = imul(result, 31) + (this.n6a_1 == null ? 0 : getStringHashCode(this.n6a_1)) | 0;
|
|
3835
|
+
result = imul(result, 31) + this.o6a_1.hashCode() | 0;
|
|
3836
|
+
result = imul(result, 31) + (this.p6a_1 == null ? 0 : getBooleanHashCode(this.p6a_1)) | 0;
|
|
3837
|
+
result = imul(result, 31) + (this.q6a_1 == null ? 0 : getStringHashCode(this.q6a_1)) | 0;
|
|
3838
|
+
result = imul(result, 31) + (this.r6a_1 == null ? 0 : this.r6a_1.hashCode()) | 0;
|
|
3839
3839
|
return result;
|
|
3840
3840
|
};
|
|
3841
3841
|
protoOf(PlayerStateDto).equals = function (other) {
|
|
@@ -3843,19 +3843,19 @@
|
|
|
3843
3843
|
return true;
|
|
3844
3844
|
if (!(other instanceof PlayerStateDto))
|
|
3845
3845
|
return false;
|
|
3846
|
-
if (!(this.
|
|
3846
|
+
if (!(this.l6a_1 == other.l6a_1))
|
|
3847
3847
|
return false;
|
|
3848
|
-
if (!(this.
|
|
3848
|
+
if (!(this.m6a_1 == other.m6a_1))
|
|
3849
3849
|
return false;
|
|
3850
|
-
if (!(this.
|
|
3850
|
+
if (!(this.n6a_1 == other.n6a_1))
|
|
3851
3851
|
return false;
|
|
3852
|
-
if (!this.
|
|
3852
|
+
if (!this.o6a_1.equals(other.o6a_1))
|
|
3853
3853
|
return false;
|
|
3854
|
-
if (!(this.
|
|
3854
|
+
if (!(this.p6a_1 == other.p6a_1))
|
|
3855
3855
|
return false;
|
|
3856
|
-
if (!(this.
|
|
3856
|
+
if (!(this.q6a_1 == other.q6a_1))
|
|
3857
3857
|
return false;
|
|
3858
|
-
if (!equals(this.
|
|
3858
|
+
if (!equals(this.r6a_1, other.r6a_1))
|
|
3859
3859
|
return false;
|
|
3860
3860
|
return true;
|
|
3861
3861
|
};
|
|
@@ -3879,7 +3879,7 @@
|
|
|
3879
3879
|
// Inline function 'kotlin.arrayOf' call
|
|
3880
3880
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3881
3881
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3882
|
-
tmp.
|
|
3882
|
+
tmp.g6b_1 = [null, null, null, null, null, null, null, null, tmp_1, tmp_3, null, null, null, lazy(tmp_4, RulesDto$Companion$$childSerializers$_anonymous__7e0mv6_1), null, null, null, null, null, null, null, null, null, null, null, null];
|
|
3883
3883
|
}
|
|
3884
3884
|
var Companion_instance_21;
|
|
3885
3885
|
function Companion_getInstance_22() {
|
|
@@ -3916,45 +3916,45 @@
|
|
|
3916
3916
|
tmp0_serialDesc.hz('fineIfNoBribes', false);
|
|
3917
3917
|
tmp0_serialDesc.hz('enableFineAfterThirdByte', false);
|
|
3918
3918
|
tmp0_serialDesc.hz('fineAfterThirdFailedContract', false);
|
|
3919
|
-
this.
|
|
3919
|
+
this.h6b_1 = tmp0_serialDesc;
|
|
3920
3920
|
}
|
|
3921
|
-
protoOf($serializer_9).
|
|
3922
|
-
var tmp0_desc = this.
|
|
3921
|
+
protoOf($serializer_9).i6b = function (encoder, value) {
|
|
3922
|
+
var tmp0_desc = this.h6b_1;
|
|
3923
3923
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
3924
|
-
var tmp2_cached = Companion_getInstance_22().
|
|
3925
|
-
tmp1_output.it(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3926
|
-
tmp1_output.it(tmp0_desc, 1, BooleanSerializer_getInstance(), value.
|
|
3927
|
-
tmp1_output.it(tmp0_desc, 2, BooleanSerializer_getInstance(), value.
|
|
3928
|
-
tmp1_output.it(tmp0_desc, 3, BooleanSerializer_getInstance(), value.
|
|
3929
|
-
tmp1_output.it(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
3930
|
-
tmp1_output.it(tmp0_desc, 5, IntSerializer_getInstance(), value.
|
|
3931
|
-
tmp1_output.it(tmp0_desc, 6, IntSerializer_getInstance(), value.
|
|
3932
|
-
tmp1_output.it(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
3933
|
-
tmp1_output.it(tmp0_desc, 8, tmp2_cached[8].x(), value.
|
|
3934
|
-
tmp1_output.it(tmp0_desc, 9, tmp2_cached[9].x(), value.
|
|
3935
|
-
tmp1_output.it(tmp0_desc, 10, BooleanSerializer_getInstance(), value.
|
|
3936
|
-
tmp1_output.it(tmp0_desc, 11, StringSerializer_getInstance(), value.
|
|
3937
|
-
tmp1_output.it(tmp0_desc, 12, StringSerializer_getInstance(), value.
|
|
3938
|
-
tmp1_output.it(tmp0_desc, 13, tmp2_cached[13].x(), value.
|
|
3939
|
-
tmp1_output.it(tmp0_desc, 14, BooleanSerializer_getInstance(), value.
|
|
3940
|
-
tmp1_output.it(tmp0_desc, 15, BooleanSerializer_getInstance(), value.
|
|
3941
|
-
tmp1_output.it(tmp0_desc, 16, BooleanSerializer_getInstance(), value.
|
|
3942
|
-
tmp1_output.it(tmp0_desc, 17, BooleanSerializer_getInstance(), value.
|
|
3943
|
-
tmp1_output.it(tmp0_desc, 18, BooleanSerializer_getInstance(), value.
|
|
3944
|
-
tmp1_output.it(tmp0_desc, 19, BooleanSerializer_getInstance(), value.
|
|
3945
|
-
tmp1_output.it(tmp0_desc, 20, BooleanSerializer_getInstance(), value.
|
|
3946
|
-
tmp1_output.et(tmp0_desc, 21, value.
|
|
3947
|
-
tmp1_output.it(tmp0_desc, 22, BooleanSerializer_getInstance(), value.
|
|
3948
|
-
tmp1_output.it(tmp0_desc, 23, IntSerializer_getInstance(), value.
|
|
3949
|
-
tmp1_output.it(tmp0_desc, 24, BooleanSerializer_getInstance(), value.
|
|
3950
|
-
tmp1_output.it(tmp0_desc, 25, IntSerializer_getInstance(), value.
|
|
3924
|
+
var tmp2_cached = Companion_getInstance_22().g6b_1;
|
|
3925
|
+
tmp1_output.it(tmp0_desc, 0, StringSerializer_getInstance(), value.j6b_1);
|
|
3926
|
+
tmp1_output.it(tmp0_desc, 1, BooleanSerializer_getInstance(), value.k6b_1);
|
|
3927
|
+
tmp1_output.it(tmp0_desc, 2, BooleanSerializer_getInstance(), value.l6b_1);
|
|
3928
|
+
tmp1_output.it(tmp0_desc, 3, BooleanSerializer_getInstance(), value.m6b_1);
|
|
3929
|
+
tmp1_output.it(tmp0_desc, 4, BooleanSerializer_getInstance(), value.n6b_1);
|
|
3930
|
+
tmp1_output.it(tmp0_desc, 5, IntSerializer_getInstance(), value.o6b_1);
|
|
3931
|
+
tmp1_output.it(tmp0_desc, 6, IntSerializer_getInstance(), value.p6b_1);
|
|
3932
|
+
tmp1_output.it(tmp0_desc, 7, BooleanSerializer_getInstance(), value.q6b_1);
|
|
3933
|
+
tmp1_output.it(tmp0_desc, 8, tmp2_cached[8].x(), value.r6b_1);
|
|
3934
|
+
tmp1_output.it(tmp0_desc, 9, tmp2_cached[9].x(), value.s6b_1);
|
|
3935
|
+
tmp1_output.it(tmp0_desc, 10, BooleanSerializer_getInstance(), value.t6b_1);
|
|
3936
|
+
tmp1_output.it(tmp0_desc, 11, StringSerializer_getInstance(), value.u6b_1);
|
|
3937
|
+
tmp1_output.it(tmp0_desc, 12, StringSerializer_getInstance(), value.v6b_1);
|
|
3938
|
+
tmp1_output.it(tmp0_desc, 13, tmp2_cached[13].x(), value.w6b_1);
|
|
3939
|
+
tmp1_output.it(tmp0_desc, 14, BooleanSerializer_getInstance(), value.x6b_1);
|
|
3940
|
+
tmp1_output.it(tmp0_desc, 15, BooleanSerializer_getInstance(), value.y6b_1);
|
|
3941
|
+
tmp1_output.it(tmp0_desc, 16, BooleanSerializer_getInstance(), value.z6b_1);
|
|
3942
|
+
tmp1_output.it(tmp0_desc, 17, BooleanSerializer_getInstance(), value.a6c_1);
|
|
3943
|
+
tmp1_output.it(tmp0_desc, 18, BooleanSerializer_getInstance(), value.b6c_1);
|
|
3944
|
+
tmp1_output.it(tmp0_desc, 19, BooleanSerializer_getInstance(), value.c6c_1);
|
|
3945
|
+
tmp1_output.it(tmp0_desc, 20, BooleanSerializer_getInstance(), value.d6c_1);
|
|
3946
|
+
tmp1_output.et(tmp0_desc, 21, value.e6c_1);
|
|
3947
|
+
tmp1_output.it(tmp0_desc, 22, BooleanSerializer_getInstance(), value.f6c_1);
|
|
3948
|
+
tmp1_output.it(tmp0_desc, 23, IntSerializer_getInstance(), value.g6c_1);
|
|
3949
|
+
tmp1_output.it(tmp0_desc, 24, BooleanSerializer_getInstance(), value.h6c_1);
|
|
3950
|
+
tmp1_output.it(tmp0_desc, 25, IntSerializer_getInstance(), value.i6c_1);
|
|
3951
3951
|
tmp1_output.qr(tmp0_desc);
|
|
3952
3952
|
};
|
|
3953
3953
|
protoOf($serializer_9).do = function (encoder, value) {
|
|
3954
|
-
return this.
|
|
3954
|
+
return this.i6b(encoder, value instanceof RulesDto ? value : THROW_CCE());
|
|
3955
3955
|
};
|
|
3956
3956
|
protoOf($serializer_9).eo = function (decoder) {
|
|
3957
|
-
var tmp0_desc = this.
|
|
3957
|
+
var tmp0_desc = this.h6b_1;
|
|
3958
3958
|
var tmp1_flag = true;
|
|
3959
3959
|
var tmp2_index = 0;
|
|
3960
3960
|
var tmp3_bitMask0 = 0;
|
|
@@ -3985,7 +3985,7 @@
|
|
|
3985
3985
|
var tmp28_local24 = null;
|
|
3986
3986
|
var tmp29_local25 = null;
|
|
3987
3987
|
var tmp30_input = decoder.pr(tmp0_desc);
|
|
3988
|
-
var tmp31_cached = Companion_getInstance_22().
|
|
3988
|
+
var tmp31_cached = Companion_getInstance_22().g6b_1;
|
|
3989
3989
|
if (tmp30_input.fs()) {
|
|
3990
3990
|
tmp4_local0 = tmp30_input.ds(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3991
3991
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -4158,10 +4158,10 @@
|
|
|
4158
4158
|
return RulesDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, tmp13_local9, tmp14_local10, tmp15_local11, tmp16_local12, tmp17_local13, tmp18_local14, tmp19_local15, tmp20_local16, tmp21_local17, tmp22_local18, tmp23_local19, tmp24_local20, tmp25_local21, tmp26_local22, tmp27_local23, tmp28_local24, tmp29_local25, null);
|
|
4159
4159
|
};
|
|
4160
4160
|
protoOf($serializer_9).co = function () {
|
|
4161
|
-
return this.
|
|
4161
|
+
return this.h6b_1;
|
|
4162
4162
|
};
|
|
4163
4163
|
protoOf($serializer_9).wz = function () {
|
|
4164
|
-
var tmp0_cached = Companion_getInstance_22().
|
|
4164
|
+
var tmp0_cached = Companion_getInstance_22().g6b_1;
|
|
4165
4165
|
// Inline function 'kotlin.arrayOf' call
|
|
4166
4166
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4167
4167
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -4175,34 +4175,34 @@
|
|
|
4175
4175
|
}
|
|
4176
4176
|
function RulesDto_init_$Init$(seen0, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker, $this) {
|
|
4177
4177
|
if (!(67108863 === (67108863 & seen0))) {
|
|
4178
|
-
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_9().
|
|
4179
|
-
}
|
|
4180
|
-
$this.
|
|
4181
|
-
$this.
|
|
4182
|
-
$this.
|
|
4183
|
-
$this.
|
|
4184
|
-
$this.
|
|
4185
|
-
$this.
|
|
4186
|
-
$this.
|
|
4187
|
-
$this.
|
|
4188
|
-
$this.
|
|
4189
|
-
$this.
|
|
4190
|
-
$this.
|
|
4191
|
-
$this.
|
|
4192
|
-
$this.
|
|
4193
|
-
$this.
|
|
4194
|
-
$this.
|
|
4195
|
-
$this.
|
|
4196
|
-
$this.
|
|
4197
|
-
$this.
|
|
4198
|
-
$this.
|
|
4199
|
-
$this.
|
|
4200
|
-
$this.
|
|
4201
|
-
$this.
|
|
4202
|
-
$this.
|
|
4203
|
-
$this.
|
|
4204
|
-
$this.
|
|
4205
|
-
$this.
|
|
4178
|
+
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_9().h6b_1);
|
|
4179
|
+
}
|
|
4180
|
+
$this.j6b_1 = name;
|
|
4181
|
+
$this.k6b_1 = playerWhoChooseSuitGoFirst;
|
|
4182
|
+
$this.l6b_1 = winnerShuffleCards;
|
|
4183
|
+
$this.m6b_1 = playWithoutLiabilities;
|
|
4184
|
+
$this.n6b_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
4185
|
+
$this.o6b_1 = dealerInitialCardsCount;
|
|
4186
|
+
$this.p6b_1 = dealerFinalCardsCount;
|
|
4187
|
+
$this.q6b_1 = dealerCounterClockwise;
|
|
4188
|
+
$this.r6b_1 = contractTypes;
|
|
4189
|
+
$this.s6b_1 = bidTypes;
|
|
4190
|
+
$this.t6b_1 = needToPutHigherTrump;
|
|
4191
|
+
$this.u6b_1 = trumpCardStepMode;
|
|
4192
|
+
$this.v6b_1 = trumpCardStepPartnerMode;
|
|
4193
|
+
$this.w6b_1 = combinationsWithFirstCard;
|
|
4194
|
+
$this.x6b_1 = protectBella;
|
|
4195
|
+
$this.y6b_1 = oneTryToProtectBella;
|
|
4196
|
+
$this.z6b_1 = enableFourSevensCombination;
|
|
4197
|
+
$this.a6c_1 = enableTrumpSevenCombination;
|
|
4198
|
+
$this.b6c_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
4199
|
+
$this.c6c_1 = checkTrumpCombination;
|
|
4200
|
+
$this.d6c_1 = checkOnlyTrumpDebertz;
|
|
4201
|
+
$this.e6c_1 = pointsDistributeMode;
|
|
4202
|
+
$this.f6c_1 = enableFineIfNoBribes;
|
|
4203
|
+
$this.g6c_1 = fineIfNoBribes;
|
|
4204
|
+
$this.h6c_1 = enableFineAfterThirdByte;
|
|
4205
|
+
$this.i6c_1 = fineAfterThirdFailedContract;
|
|
4206
4206
|
return $this;
|
|
4207
4207
|
}
|
|
4208
4208
|
function RulesDto_init_$Create$(seen0, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker) {
|
|
@@ -4210,63 +4210,63 @@
|
|
|
4210
4210
|
}
|
|
4211
4211
|
function RulesDto(name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract) {
|
|
4212
4212
|
Companion_getInstance_22();
|
|
4213
|
-
this.
|
|
4214
|
-
this.
|
|
4215
|
-
this.
|
|
4216
|
-
this.
|
|
4217
|
-
this.
|
|
4218
|
-
this.
|
|
4219
|
-
this.
|
|
4220
|
-
this.
|
|
4221
|
-
this.
|
|
4222
|
-
this.
|
|
4223
|
-
this.
|
|
4224
|
-
this.
|
|
4225
|
-
this.
|
|
4226
|
-
this.
|
|
4227
|
-
this.
|
|
4228
|
-
this.
|
|
4229
|
-
this.
|
|
4230
|
-
this.
|
|
4231
|
-
this.
|
|
4232
|
-
this.
|
|
4233
|
-
this.
|
|
4234
|
-
this.
|
|
4235
|
-
this.
|
|
4236
|
-
this.
|
|
4237
|
-
this.
|
|
4238
|
-
this.
|
|
4213
|
+
this.j6b_1 = name;
|
|
4214
|
+
this.k6b_1 = playerWhoChooseSuitGoFirst;
|
|
4215
|
+
this.l6b_1 = winnerShuffleCards;
|
|
4216
|
+
this.m6b_1 = playWithoutLiabilities;
|
|
4217
|
+
this.n6b_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
4218
|
+
this.o6b_1 = dealerInitialCardsCount;
|
|
4219
|
+
this.p6b_1 = dealerFinalCardsCount;
|
|
4220
|
+
this.q6b_1 = dealerCounterClockwise;
|
|
4221
|
+
this.r6b_1 = contractTypes;
|
|
4222
|
+
this.s6b_1 = bidTypes;
|
|
4223
|
+
this.t6b_1 = needToPutHigherTrump;
|
|
4224
|
+
this.u6b_1 = trumpCardStepMode;
|
|
4225
|
+
this.v6b_1 = trumpCardStepPartnerMode;
|
|
4226
|
+
this.w6b_1 = combinationsWithFirstCard;
|
|
4227
|
+
this.x6b_1 = protectBella;
|
|
4228
|
+
this.y6b_1 = oneTryToProtectBella;
|
|
4229
|
+
this.z6b_1 = enableFourSevensCombination;
|
|
4230
|
+
this.a6c_1 = enableTrumpSevenCombination;
|
|
4231
|
+
this.b6c_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
4232
|
+
this.c6c_1 = checkTrumpCombination;
|
|
4233
|
+
this.d6c_1 = checkOnlyTrumpDebertz;
|
|
4234
|
+
this.e6c_1 = pointsDistributeMode;
|
|
4235
|
+
this.f6c_1 = enableFineIfNoBribes;
|
|
4236
|
+
this.g6c_1 = fineIfNoBribes;
|
|
4237
|
+
this.h6c_1 = enableFineAfterThirdByte;
|
|
4238
|
+
this.i6c_1 = fineAfterThirdFailedContract;
|
|
4239
4239
|
}
|
|
4240
4240
|
protoOf(RulesDto).toString = function () {
|
|
4241
|
-
return 'RulesDto(name=' + this.
|
|
4241
|
+
return 'RulesDto(name=' + this.j6b_1 + ', playerWhoChooseSuitGoFirst=' + this.k6b_1 + ', winnerShuffleCards=' + this.l6b_1 + ', playWithoutLiabilities=' + this.m6b_1 + ', trumpCardGoToPlayerWhoShuffleCards=' + this.n6b_1 + ', dealerInitialCardsCount=' + this.o6b_1 + ', dealerFinalCardsCount=' + this.p6b_1 + ', dealerCounterClockwise=' + this.q6b_1 + ', contractTypes=' + toString(this.r6b_1) + ', bidTypes=' + toString(this.s6b_1) + ', needToPutHigherTrump=' + this.t6b_1 + ', trumpCardStepMode=' + this.u6b_1 + ', trumpCardStepPartnerMode=' + this.v6b_1 + ', combinationsWithFirstCard=' + toString(this.w6b_1) + ', protectBella=' + this.x6b_1 + ', oneTryToProtectBella=' + this.y6b_1 + ', enableFourSevensCombination=' + this.z6b_1 + ', enableTrumpSevenCombination=' + this.a6c_1 + ', enableTrumpSevenCombinationAfterDistribution=' + this.b6c_1 + ', checkTrumpCombination=' + this.c6c_1 + ', checkOnlyTrumpDebertz=' + this.d6c_1 + ', pointsDistributeMode=' + this.e6c_1 + ', enableFineIfNoBribes=' + this.f6c_1 + ', fineIfNoBribes=' + this.g6c_1 + ', enableFineAfterThirdByte=' + this.h6c_1 + ', fineAfterThirdFailedContract=' + this.i6c_1 + ')';
|
|
4242
4242
|
};
|
|
4243
4243
|
protoOf(RulesDto).hashCode = function () {
|
|
4244
|
-
var result = this.
|
|
4245
|
-
result = imul(result, 31) + (this.
|
|
4246
|
-
result = imul(result, 31) + (this.
|
|
4247
|
-
result = imul(result, 31) + (this.i6b_1 == null ? 0 : getBooleanHashCode(this.i6b_1)) | 0;
|
|
4248
|
-
result = imul(result, 31) + (this.j6b_1 == null ? 0 : getBooleanHashCode(this.j6b_1)) | 0;
|
|
4249
|
-
result = imul(result, 31) + (this.k6b_1 == null ? 0 : this.k6b_1) | 0;
|
|
4250
|
-
result = imul(result, 31) + (this.l6b_1 == null ? 0 : this.l6b_1) | 0;
|
|
4244
|
+
var result = this.j6b_1 == null ? 0 : getStringHashCode(this.j6b_1);
|
|
4245
|
+
result = imul(result, 31) + (this.k6b_1 == null ? 0 : getBooleanHashCode(this.k6b_1)) | 0;
|
|
4246
|
+
result = imul(result, 31) + (this.l6b_1 == null ? 0 : getBooleanHashCode(this.l6b_1)) | 0;
|
|
4251
4247
|
result = imul(result, 31) + (this.m6b_1 == null ? 0 : getBooleanHashCode(this.m6b_1)) | 0;
|
|
4252
|
-
result = imul(result, 31) + (this.n6b_1 == null ? 0 :
|
|
4253
|
-
result = imul(result, 31) + (this.o6b_1 == null ? 0 :
|
|
4254
|
-
result = imul(result, 31) + (this.p6b_1 == null ? 0 :
|
|
4255
|
-
result = imul(result, 31) + (this.q6b_1 == null ? 0 :
|
|
4256
|
-
result = imul(result, 31) + (this.r6b_1 == null ? 0 :
|
|
4248
|
+
result = imul(result, 31) + (this.n6b_1 == null ? 0 : getBooleanHashCode(this.n6b_1)) | 0;
|
|
4249
|
+
result = imul(result, 31) + (this.o6b_1 == null ? 0 : this.o6b_1) | 0;
|
|
4250
|
+
result = imul(result, 31) + (this.p6b_1 == null ? 0 : this.p6b_1) | 0;
|
|
4251
|
+
result = imul(result, 31) + (this.q6b_1 == null ? 0 : getBooleanHashCode(this.q6b_1)) | 0;
|
|
4252
|
+
result = imul(result, 31) + (this.r6b_1 == null ? 0 : hashCode(this.r6b_1)) | 0;
|
|
4257
4253
|
result = imul(result, 31) + (this.s6b_1 == null ? 0 : hashCode(this.s6b_1)) | 0;
|
|
4258
4254
|
result = imul(result, 31) + (this.t6b_1 == null ? 0 : getBooleanHashCode(this.t6b_1)) | 0;
|
|
4259
|
-
result = imul(result, 31) + (this.u6b_1 == null ? 0 :
|
|
4260
|
-
result = imul(result, 31) + (this.v6b_1 == null ? 0 :
|
|
4261
|
-
result = imul(result, 31) + (this.w6b_1 == null ? 0 :
|
|
4255
|
+
result = imul(result, 31) + (this.u6b_1 == null ? 0 : getStringHashCode(this.u6b_1)) | 0;
|
|
4256
|
+
result = imul(result, 31) + (this.v6b_1 == null ? 0 : getStringHashCode(this.v6b_1)) | 0;
|
|
4257
|
+
result = imul(result, 31) + (this.w6b_1 == null ? 0 : hashCode(this.w6b_1)) | 0;
|
|
4262
4258
|
result = imul(result, 31) + (this.x6b_1 == null ? 0 : getBooleanHashCode(this.x6b_1)) | 0;
|
|
4263
4259
|
result = imul(result, 31) + (this.y6b_1 == null ? 0 : getBooleanHashCode(this.y6b_1)) | 0;
|
|
4264
4260
|
result = imul(result, 31) + (this.z6b_1 == null ? 0 : getBooleanHashCode(this.z6b_1)) | 0;
|
|
4265
|
-
result = imul(result, 31) +
|
|
4261
|
+
result = imul(result, 31) + (this.a6c_1 == null ? 0 : getBooleanHashCode(this.a6c_1)) | 0;
|
|
4266
4262
|
result = imul(result, 31) + (this.b6c_1 == null ? 0 : getBooleanHashCode(this.b6c_1)) | 0;
|
|
4267
|
-
result = imul(result, 31) + (this.c6c_1 == null ? 0 : this.c6c_1) | 0;
|
|
4263
|
+
result = imul(result, 31) + (this.c6c_1 == null ? 0 : getBooleanHashCode(this.c6c_1)) | 0;
|
|
4268
4264
|
result = imul(result, 31) + (this.d6c_1 == null ? 0 : getBooleanHashCode(this.d6c_1)) | 0;
|
|
4269
|
-
result = imul(result, 31) + (this.e6c_1
|
|
4265
|
+
result = imul(result, 31) + getStringHashCode(this.e6c_1) | 0;
|
|
4266
|
+
result = imul(result, 31) + (this.f6c_1 == null ? 0 : getBooleanHashCode(this.f6c_1)) | 0;
|
|
4267
|
+
result = imul(result, 31) + (this.g6c_1 == null ? 0 : this.g6c_1) | 0;
|
|
4268
|
+
result = imul(result, 31) + (this.h6c_1 == null ? 0 : getBooleanHashCode(this.h6c_1)) | 0;
|
|
4269
|
+
result = imul(result, 31) + (this.i6c_1 == null ? 0 : this.i6c_1) | 0;
|
|
4270
4270
|
return result;
|
|
4271
4271
|
};
|
|
4272
4272
|
protoOf(RulesDto).equals = function (other) {
|
|
@@ -4274,14 +4274,6 @@
|
|
|
4274
4274
|
return true;
|
|
4275
4275
|
if (!(other instanceof RulesDto))
|
|
4276
4276
|
return false;
|
|
4277
|
-
if (!(this.f6b_1 == other.f6b_1))
|
|
4278
|
-
return false;
|
|
4279
|
-
if (!(this.g6b_1 == other.g6b_1))
|
|
4280
|
-
return false;
|
|
4281
|
-
if (!(this.h6b_1 == other.h6b_1))
|
|
4282
|
-
return false;
|
|
4283
|
-
if (!(this.i6b_1 == other.i6b_1))
|
|
4284
|
-
return false;
|
|
4285
4277
|
if (!(this.j6b_1 == other.j6b_1))
|
|
4286
4278
|
return false;
|
|
4287
4279
|
if (!(this.k6b_1 == other.k6b_1))
|
|
@@ -4290,15 +4282,15 @@
|
|
|
4290
4282
|
return false;
|
|
4291
4283
|
if (!(this.m6b_1 == other.m6b_1))
|
|
4292
4284
|
return false;
|
|
4293
|
-
if (!
|
|
4285
|
+
if (!(this.n6b_1 == other.n6b_1))
|
|
4294
4286
|
return false;
|
|
4295
|
-
if (!
|
|
4287
|
+
if (!(this.o6b_1 == other.o6b_1))
|
|
4296
4288
|
return false;
|
|
4297
4289
|
if (!(this.p6b_1 == other.p6b_1))
|
|
4298
4290
|
return false;
|
|
4299
4291
|
if (!(this.q6b_1 == other.q6b_1))
|
|
4300
4292
|
return false;
|
|
4301
|
-
if (!(this.r6b_1
|
|
4293
|
+
if (!equals(this.r6b_1, other.r6b_1))
|
|
4302
4294
|
return false;
|
|
4303
4295
|
if (!equals(this.s6b_1, other.s6b_1))
|
|
4304
4296
|
return false;
|
|
@@ -4308,7 +4300,7 @@
|
|
|
4308
4300
|
return false;
|
|
4309
4301
|
if (!(this.v6b_1 == other.v6b_1))
|
|
4310
4302
|
return false;
|
|
4311
|
-
if (!(this.w6b_1
|
|
4303
|
+
if (!equals(this.w6b_1, other.w6b_1))
|
|
4312
4304
|
return false;
|
|
4313
4305
|
if (!(this.x6b_1 == other.x6b_1))
|
|
4314
4306
|
return false;
|
|
@@ -4316,7 +4308,7 @@
|
|
|
4316
4308
|
return false;
|
|
4317
4309
|
if (!(this.z6b_1 == other.z6b_1))
|
|
4318
4310
|
return false;
|
|
4319
|
-
if (!(this.a6c_1
|
|
4311
|
+
if (!(this.a6c_1 == other.a6c_1))
|
|
4320
4312
|
return false;
|
|
4321
4313
|
if (!(this.b6c_1 == other.b6c_1))
|
|
4322
4314
|
return false;
|
|
@@ -4324,29 +4316,37 @@
|
|
|
4324
4316
|
return false;
|
|
4325
4317
|
if (!(this.d6c_1 == other.d6c_1))
|
|
4326
4318
|
return false;
|
|
4327
|
-
if (!(this.e6c_1
|
|
4319
|
+
if (!(this.e6c_1 === other.e6c_1))
|
|
4320
|
+
return false;
|
|
4321
|
+
if (!(this.f6c_1 == other.f6c_1))
|
|
4322
|
+
return false;
|
|
4323
|
+
if (!(this.g6c_1 == other.g6c_1))
|
|
4324
|
+
return false;
|
|
4325
|
+
if (!(this.h6c_1 == other.h6c_1))
|
|
4326
|
+
return false;
|
|
4327
|
+
if (!(this.i6c_1 == other.i6c_1))
|
|
4328
4328
|
return false;
|
|
4329
4329
|
return true;
|
|
4330
4330
|
};
|
|
4331
4331
|
function CardGrowthComparator(trump, firstCardSuit) {
|
|
4332
|
-
this.
|
|
4333
|
-
this.
|
|
4332
|
+
this.j6c_1 = trump;
|
|
4333
|
+
this.k6c_1 = firstCardSuit;
|
|
4334
4334
|
}
|
|
4335
4335
|
protoOf(CardGrowthComparator).s5d = function (a, b) {
|
|
4336
|
-
return getGrowth(b, this.
|
|
4336
|
+
return getGrowth(b, this.j6c_1, this.k6c_1) - getGrowth(a, this.j6c_1, this.k6c_1) | 0;
|
|
4337
4337
|
};
|
|
4338
4338
|
protoOf(CardGrowthComparator).compare = function (a, b) {
|
|
4339
4339
|
var tmp = a instanceof GameCard ? a : THROW_CCE();
|
|
4340
4340
|
return this.s5d(tmp, b instanceof GameCard ? b : THROW_CCE());
|
|
4341
4341
|
};
|
|
4342
4342
|
function getPoint(_this__u8e3s4, trump) {
|
|
4343
|
-
var isTrump = trump.equals(_this__u8e3s4.
|
|
4343
|
+
var isTrump = trump.equals(_this__u8e3s4.i5e());
|
|
4344
4344
|
return getPoint_0(_this__u8e3s4, isTrump);
|
|
4345
4345
|
}
|
|
4346
4346
|
function getGrowth(_this__u8e3s4, trump, firstCardSuit) {
|
|
4347
4347
|
var minPoint = 0;
|
|
4348
|
-
var isTrump = trump.equals(_this__u8e3s4.
|
|
4349
|
-
var isCurrentSuit = firstCardSuit.equals(_this__u8e3s4.
|
|
4348
|
+
var isTrump = trump.equals(_this__u8e3s4.i5e());
|
|
4349
|
+
var isCurrentSuit = firstCardSuit.equals(_this__u8e3s4.i5e());
|
|
4350
4350
|
var minGrowth;
|
|
4351
4351
|
var maxGrowth;
|
|
4352
4352
|
switch (_this__u8e3s4.r2().q2_1) {
|
|
@@ -4430,7 +4430,7 @@
|
|
|
4430
4430
|
return tmp;
|
|
4431
4431
|
}
|
|
4432
4432
|
function getValueInHand(_this__u8e3s4, trump, allCards) {
|
|
4433
|
-
var isTrump = trump.equals(_this__u8e3s4.
|
|
4433
|
+
var isTrump = trump.equals(_this__u8e3s4.i5e());
|
|
4434
4434
|
return getValueInHand_0(_this__u8e3s4, isTrump, allCards);
|
|
4435
4435
|
}
|
|
4436
4436
|
function getValueInHand_0(_this__u8e3s4, isTrump, allCards) {
|
|
@@ -4483,36 +4483,36 @@
|
|
|
4483
4483
|
function AsyncProvider() {
|
|
4484
4484
|
}
|
|
4485
4485
|
function onError($this, message, error) {
|
|
4486
|
-
$this.
|
|
4486
|
+
$this.u6c_1.e('AsyncErrorHandler', message + ': ' + error.toString(), error);
|
|
4487
4487
|
}
|
|
4488
4488
|
function Companion_20() {
|
|
4489
|
-
this.
|
|
4489
|
+
this.c6d_1 = 'AsyncProvider';
|
|
4490
4490
|
}
|
|
4491
4491
|
var Companion_instance_22;
|
|
4492
4492
|
function Companion_getInstance_23() {
|
|
4493
4493
|
return Companion_instance_22;
|
|
4494
4494
|
}
|
|
4495
4495
|
function AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1(this$0) {
|
|
4496
|
-
this.
|
|
4496
|
+
this.e6d_1 = this$0;
|
|
4497
4497
|
AbstractCoroutineContextElement.call(this, Key_instance);
|
|
4498
4498
|
}
|
|
4499
4499
|
protoOf(AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1).s1x = function (context, exception) {
|
|
4500
|
-
onError(this.
|
|
4500
|
+
onError(this.e6d_1, 'CoroutineContext', exception);
|
|
4501
4501
|
return Unit_instance;
|
|
4502
4502
|
};
|
|
4503
4503
|
function AsyncProviderImpl$awaitDefaultWithLock$slambda(this$0, $block, resultContinuation) {
|
|
4504
|
-
this.
|
|
4505
|
-
this.
|
|
4504
|
+
this.n6d_1 = this$0;
|
|
4505
|
+
this.o6d_1 = $block;
|
|
4506
4506
|
CoroutineImpl.call(this, resultContinuation);
|
|
4507
4507
|
}
|
|
4508
|
-
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).
|
|
4508
|
+
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).t6d = function ($this$async, $completion) {
|
|
4509
4509
|
var tmp = this.d2d($this$async, $completion);
|
|
4510
4510
|
tmp.u8_1 = Unit_instance;
|
|
4511
4511
|
tmp.v8_1 = null;
|
|
4512
4512
|
return tmp.a9();
|
|
4513
4513
|
};
|
|
4514
4514
|
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).i9 = function (p1, $completion) {
|
|
4515
|
-
return this.
|
|
4515
|
+
return this.t6d((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
4516
4516
|
};
|
|
4517
4517
|
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).a9 = function () {
|
|
4518
4518
|
var suspendResult = this.u8_1;
|
|
@@ -4522,43 +4522,43 @@
|
|
|
4522
4522
|
switch (tmp) {
|
|
4523
4523
|
case 0:
|
|
4524
4524
|
this.t8_1 = 6;
|
|
4525
|
-
this.
|
|
4525
|
+
this.r6d_1 = this.n6d_1.w6c_1;
|
|
4526
4526
|
var tmp_0 = this;
|
|
4527
|
-
tmp_0.
|
|
4527
|
+
tmp_0.q6d_1 = null;
|
|
4528
4528
|
this.s8_1 = 1;
|
|
4529
|
-
suspendResult = this.
|
|
4529
|
+
suspendResult = this.r6d_1.e2m(this.q6d_1, this);
|
|
4530
4530
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4531
4531
|
return suspendResult;
|
|
4532
4532
|
}
|
|
4533
4533
|
|
|
4534
4534
|
continue $sm;
|
|
4535
4535
|
case 1:
|
|
4536
|
-
this.
|
|
4536
|
+
this.s6d_1 = Unit_instance;
|
|
4537
4537
|
this.s8_1 = 2;
|
|
4538
4538
|
continue $sm;
|
|
4539
4539
|
case 2:
|
|
4540
4540
|
this.t8_1 = 5;
|
|
4541
4541
|
this.s8_1 = 3;
|
|
4542
|
-
suspendResult = this.
|
|
4542
|
+
suspendResult = this.o6d_1(this.p6d_1, this);
|
|
4543
4543
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4544
4544
|
return suspendResult;
|
|
4545
4545
|
}
|
|
4546
4546
|
|
|
4547
4547
|
continue $sm;
|
|
4548
4548
|
case 3:
|
|
4549
|
-
this.
|
|
4549
|
+
this.s6d_1 = suspendResult;
|
|
4550
4550
|
this.t8_1 = 6;
|
|
4551
4551
|
this.s8_1 = 4;
|
|
4552
4552
|
continue $sm;
|
|
4553
4553
|
case 4:
|
|
4554
|
-
var tmp_1 = this.
|
|
4554
|
+
var tmp_1 = this.s6d_1;
|
|
4555
4555
|
this.t8_1 = 6;
|
|
4556
|
-
this.
|
|
4556
|
+
this.r6d_1.p2l(this.q6d_1);
|
|
4557
4557
|
return tmp_1;
|
|
4558
4558
|
case 5:
|
|
4559
4559
|
this.t8_1 = 6;
|
|
4560
4560
|
var t = this.v8_1;
|
|
4561
|
-
this.
|
|
4561
|
+
this.r6d_1.p2l(this.q6d_1);
|
|
4562
4562
|
throw t;
|
|
4563
4563
|
case 6:
|
|
4564
4564
|
throw this.v8_1;
|
|
@@ -4575,21 +4575,21 @@
|
|
|
4575
4575
|
while (true);
|
|
4576
4576
|
};
|
|
4577
4577
|
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).d2d = function ($this$async, completion) {
|
|
4578
|
-
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this.
|
|
4579
|
-
i.
|
|
4578
|
+
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this.n6d_1, this.o6d_1, completion);
|
|
4579
|
+
i.p6d_1 = $this$async;
|
|
4580
4580
|
return i;
|
|
4581
4581
|
};
|
|
4582
4582
|
function AsyncProviderImpl$awaitDefaultWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
4583
4583
|
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this$0, $block, resultContinuation);
|
|
4584
4584
|
var l = function ($this$async, $completion) {
|
|
4585
|
-
return i.
|
|
4585
|
+
return i.t6d($this$async, $completion);
|
|
4586
4586
|
};
|
|
4587
4587
|
l.$arity = 1;
|
|
4588
4588
|
return l;
|
|
4589
4589
|
}
|
|
4590
4590
|
function AsyncProviderImpl$launchDefaultWithLock$slambda(this$0, $block, resultContinuation) {
|
|
4591
|
-
this.
|
|
4592
|
-
this.
|
|
4591
|
+
this.c6e_1 = this$0;
|
|
4592
|
+
this.d6e_1 = $block;
|
|
4593
4593
|
CoroutineImpl.call(this, resultContinuation);
|
|
4594
4594
|
}
|
|
4595
4595
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).c2d = function ($this$launch, $completion) {
|
|
@@ -4609,43 +4609,43 @@
|
|
|
4609
4609
|
switch (tmp) {
|
|
4610
4610
|
case 0:
|
|
4611
4611
|
this.t8_1 = 6;
|
|
4612
|
-
this.
|
|
4612
|
+
this.g6e_1 = this.c6e_1.w6c_1;
|
|
4613
4613
|
var tmp_0 = this;
|
|
4614
|
-
tmp_0.
|
|
4614
|
+
tmp_0.f6e_1 = null;
|
|
4615
4615
|
this.s8_1 = 1;
|
|
4616
|
-
suspendResult = this.
|
|
4616
|
+
suspendResult = this.g6e_1.e2m(this.f6e_1, this);
|
|
4617
4617
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4618
4618
|
return suspendResult;
|
|
4619
4619
|
}
|
|
4620
4620
|
|
|
4621
4621
|
continue $sm;
|
|
4622
4622
|
case 1:
|
|
4623
|
-
this.
|
|
4623
|
+
this.h6e_1 = Unit_instance;
|
|
4624
4624
|
this.s8_1 = 2;
|
|
4625
4625
|
continue $sm;
|
|
4626
4626
|
case 2:
|
|
4627
4627
|
this.t8_1 = 5;
|
|
4628
4628
|
this.s8_1 = 3;
|
|
4629
|
-
suspendResult = this.
|
|
4629
|
+
suspendResult = this.d6e_1(this.e6e_1, this);
|
|
4630
4630
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4631
4631
|
return suspendResult;
|
|
4632
4632
|
}
|
|
4633
4633
|
|
|
4634
4634
|
continue $sm;
|
|
4635
4635
|
case 3:
|
|
4636
|
-
this.
|
|
4636
|
+
this.h6e_1 = Unit_instance;
|
|
4637
4637
|
this.t8_1 = 6;
|
|
4638
4638
|
this.s8_1 = 4;
|
|
4639
4639
|
continue $sm;
|
|
4640
4640
|
case 4:
|
|
4641
|
-
this.
|
|
4641
|
+
this.h6e_1;
|
|
4642
4642
|
this.t8_1 = 6;
|
|
4643
|
-
this.
|
|
4643
|
+
this.g6e_1.p2l(this.f6e_1);
|
|
4644
4644
|
return Unit_instance;
|
|
4645
4645
|
case 5:
|
|
4646
4646
|
this.t8_1 = 6;
|
|
4647
4647
|
var t = this.v8_1;
|
|
4648
|
-
this.
|
|
4648
|
+
this.g6e_1.p2l(this.f6e_1);
|
|
4649
4649
|
throw t;
|
|
4650
4650
|
case 6:
|
|
4651
4651
|
throw this.v8_1;
|
|
@@ -4662,8 +4662,8 @@
|
|
|
4662
4662
|
while (true);
|
|
4663
4663
|
};
|
|
4664
4664
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).d2d = function ($this$launch, completion) {
|
|
4665
|
-
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.
|
|
4666
|
-
i.
|
|
4665
|
+
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.c6e_1, this.d6e_1, completion);
|
|
4666
|
+
i.e6e_1 = $this$launch;
|
|
4667
4667
|
return i;
|
|
4668
4668
|
};
|
|
4669
4669
|
function AsyncProviderImpl$launchDefaultWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
@@ -4678,63 +4678,63 @@
|
|
|
4678
4678
|
mainDispatcher = mainDispatcher === VOID ? Dispatchers_getInstance().f21() : mainDispatcher;
|
|
4679
4679
|
defaultDispatcher = defaultDispatcher === VOID ? Dispatchers_getInstance().b21_1 : defaultDispatcher;
|
|
4680
4680
|
unconfinedDispatcher = unconfinedDispatcher === VOID ? Dispatchers_getInstance().c21_1 : unconfinedDispatcher;
|
|
4681
|
-
this.
|
|
4682
|
-
this.
|
|
4683
|
-
this.
|
|
4684
|
-
this.
|
|
4681
|
+
this.u6c_1 = logger;
|
|
4682
|
+
this.v6c_1 = SupervisorJob();
|
|
4683
|
+
this.w6c_1 = Mutex();
|
|
4684
|
+
this.x6c_1 = Mutex();
|
|
4685
4685
|
var tmp = this;
|
|
4686
4686
|
// Inline function 'kotlinx.coroutines.CoroutineExceptionHandler' call
|
|
4687
|
-
tmp.
|
|
4688
|
-
this.
|
|
4689
|
-
this.
|
|
4690
|
-
this.
|
|
4687
|
+
tmp.y6c_1 = new AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1(this);
|
|
4688
|
+
this.z6c_1 = CoroutineScope_0(mainDispatcher.dg(this.v6c_1).dg(MainContextId_getInstance()));
|
|
4689
|
+
this.a6d_1 = CoroutineScope_0(defaultDispatcher.dg(this.v6c_1).dg(WorkerContextId_getInstance()));
|
|
4690
|
+
this.b6d_1 = CoroutineScope_0(unconfinedDispatcher.dg(this.v6c_1).dg(WorkerContextId_getInstance()));
|
|
4691
4691
|
}
|
|
4692
|
-
protoOf(AsyncProviderImpl).
|
|
4693
|
-
return this.
|
|
4692
|
+
protoOf(AsyncProviderImpl).l6c = function () {
|
|
4693
|
+
return this.y6c_1;
|
|
4694
4694
|
};
|
|
4695
|
-
protoOf(AsyncProviderImpl).
|
|
4696
|
-
if (this.
|
|
4697
|
-
this.
|
|
4695
|
+
protoOf(AsyncProviderImpl).q6c = function (context, block) {
|
|
4696
|
+
if (this.v6c_1.b1q()) {
|
|
4697
|
+
this.u6c_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4698
4698
|
// Inline function 'kotlin.apply' call
|
|
4699
4699
|
var this_0 = Job();
|
|
4700
4700
|
this_0.p1q();
|
|
4701
4701
|
return this_0;
|
|
4702
4702
|
}
|
|
4703
|
-
return launch(this.
|
|
4703
|
+
return launch(this.z6c_1, context, VOID, block);
|
|
4704
4704
|
};
|
|
4705
|
-
protoOf(AsyncProviderImpl).
|
|
4706
|
-
if (this.
|
|
4707
|
-
this.
|
|
4705
|
+
protoOf(AsyncProviderImpl).s6c = function (context, block) {
|
|
4706
|
+
if (this.v6c_1.b1q()) {
|
|
4707
|
+
this.u6c_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4708
4708
|
// Inline function 'kotlin.apply' call
|
|
4709
4709
|
var this_0 = CompletableDeferred();
|
|
4710
4710
|
this_0.p1q();
|
|
4711
4711
|
return this_0;
|
|
4712
4712
|
}
|
|
4713
|
-
return async(this.
|
|
4713
|
+
return async(this.a6d_1, context, VOID, AsyncProviderImpl$awaitDefaultWithLock$slambda_0(this, block, null));
|
|
4714
4714
|
};
|
|
4715
|
-
protoOf(AsyncProviderImpl).
|
|
4716
|
-
if (this.
|
|
4717
|
-
this.
|
|
4715
|
+
protoOf(AsyncProviderImpl).m6c = function (context, block) {
|
|
4716
|
+
if (this.v6c_1.b1q()) {
|
|
4717
|
+
this.u6c_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4718
4718
|
// Inline function 'kotlin.apply' call
|
|
4719
4719
|
var this_0 = Job();
|
|
4720
4720
|
this_0.p1q();
|
|
4721
4721
|
return this_0;
|
|
4722
4722
|
}
|
|
4723
|
-
return launch(this.
|
|
4723
|
+
return launch(this.a6d_1, context, VOID, block);
|
|
4724
4724
|
};
|
|
4725
|
-
protoOf(AsyncProviderImpl).
|
|
4726
|
-
if (this.
|
|
4727
|
-
this.
|
|
4725
|
+
protoOf(AsyncProviderImpl).o6c = function (context, block) {
|
|
4726
|
+
if (this.v6c_1.b1q()) {
|
|
4727
|
+
this.u6c_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4728
4728
|
// Inline function 'kotlin.apply' call
|
|
4729
4729
|
var this_0 = Job();
|
|
4730
4730
|
this_0.p1q();
|
|
4731
4731
|
return this_0;
|
|
4732
4732
|
}
|
|
4733
|
-
return launch(this.
|
|
4733
|
+
return launch(this.a6d_1, context, VOID, AsyncProviderImpl$launchDefaultWithLock$slambda_0(this, block, null));
|
|
4734
4734
|
};
|
|
4735
4735
|
protoOf(AsyncProviderImpl).i2 = function () {
|
|
4736
|
-
if (!this.
|
|
4737
|
-
this.
|
|
4736
|
+
if (!this.v6c_1.b1q()) {
|
|
4737
|
+
this.v6c_1.p1q();
|
|
4738
4738
|
}
|
|
4739
4739
|
};
|
|
4740
4740
|
function Key() {
|
|
@@ -4796,7 +4796,7 @@
|
|
|
4796
4796
|
}
|
|
4797
4797
|
function UUIDIdsProvider() {
|
|
4798
4798
|
}
|
|
4799
|
-
protoOf(UUIDIdsProvider).
|
|
4799
|
+
protoOf(UUIDIdsProvider).i6e = function () {
|
|
4800
4800
|
return uuid4().toString();
|
|
4801
4801
|
};
|
|
4802
4802
|
var UUIDIdsProvider_instance;
|
|
@@ -4814,55 +4814,55 @@
|
|
|
4814
4814
|
tmp = lock;
|
|
4815
4815
|
}
|
|
4816
4816
|
lock = tmp;
|
|
4817
|
-
this.
|
|
4818
|
-
this.
|
|
4817
|
+
this.o6e_1 = logger;
|
|
4818
|
+
this.p6e_1 = lock;
|
|
4819
4819
|
var tmp_0 = this;
|
|
4820
4820
|
// Inline function 'kotlin.collections.hashMapOf' call
|
|
4821
|
-
tmp_0.
|
|
4821
|
+
tmp_0.q6e_1 = HashMap_init_$Create$();
|
|
4822
4822
|
}
|
|
4823
|
-
protoOf(JobsProviderImpl).
|
|
4823
|
+
protoOf(JobsProviderImpl).j6e = function (timerTag, job) {
|
|
4824
4824
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4825
|
-
this.
|
|
4826
|
-
if (this.
|
|
4827
|
-
this.
|
|
4825
|
+
this.p6e_1;
|
|
4826
|
+
if (this.n6e(timerTag)) {
|
|
4827
|
+
this.o6e_1.w(VOID, 'Timer already exists for that tag: ' + toString_0(timerTag));
|
|
4828
4828
|
}
|
|
4829
4829
|
// Inline function 'kotlin.collections.set' call
|
|
4830
|
-
this.
|
|
4830
|
+
this.q6e_1.f2(timerTag, job);
|
|
4831
4831
|
};
|
|
4832
|
-
protoOf(JobsProviderImpl).
|
|
4832
|
+
protoOf(JobsProviderImpl).n6e = function (timerTag) {
|
|
4833
4833
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4834
|
-
this.
|
|
4835
|
-
return this.
|
|
4834
|
+
this.p6e_1;
|
|
4835
|
+
return this.q6e_1.a2(timerTag);
|
|
4836
4836
|
};
|
|
4837
|
-
protoOf(JobsProviderImpl).
|
|
4837
|
+
protoOf(JobsProviderImpl).l6e = function (timerTag) {
|
|
4838
4838
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4839
|
-
this.
|
|
4840
|
-
if (!this.
|
|
4841
|
-
this.
|
|
4839
|
+
this.p6e_1;
|
|
4840
|
+
if (!this.n6e(timerTag)) {
|
|
4841
|
+
this.o6e_1.w(VOID, "Can't find timer for that tag: " + toString_0(timerTag));
|
|
4842
4842
|
}
|
|
4843
|
-
this.
|
|
4843
|
+
this.q6e_1.g2(timerTag);
|
|
4844
4844
|
};
|
|
4845
|
-
protoOf(JobsProviderImpl).
|
|
4845
|
+
protoOf(JobsProviderImpl).m6e = function (timers) {
|
|
4846
4846
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4847
|
-
this.
|
|
4847
|
+
this.p6e_1;
|
|
4848
4848
|
// Inline function 'kotlin.collections.forEach' call
|
|
4849
4849
|
var _iterator__ex2g4s = timers.l();
|
|
4850
4850
|
while (_iterator__ex2g4s.m()) {
|
|
4851
4851
|
var element = _iterator__ex2g4s.n();
|
|
4852
|
-
var timer = this.
|
|
4852
|
+
var timer = this.q6e_1.c2(element);
|
|
4853
4853
|
if (timer == null)
|
|
4854
4854
|
null;
|
|
4855
4855
|
else {
|
|
4856
4856
|
timer.p1q();
|
|
4857
4857
|
}
|
|
4858
4858
|
}
|
|
4859
|
-
this.
|
|
4859
|
+
this.q6e_1.d2().l2(toSet(timers));
|
|
4860
4860
|
};
|
|
4861
|
-
protoOf(JobsProviderImpl).
|
|
4861
|
+
protoOf(JobsProviderImpl).k6e = function (timerTag) {
|
|
4862
4862
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4863
|
-
this.
|
|
4864
|
-
var timer = this.
|
|
4865
|
-
this.
|
|
4863
|
+
this.p6e_1;
|
|
4864
|
+
var timer = this.q6e_1.c2(timerTag);
|
|
4865
|
+
this.q6e_1.g2(timerTag);
|
|
4866
4866
|
var tmp;
|
|
4867
4867
|
if (timer == null) {
|
|
4868
4868
|
tmp = null;
|
|
@@ -4875,36 +4875,36 @@
|
|
|
4875
4875
|
}
|
|
4876
4876
|
function FileSystemImpl(fileSystem) {
|
|
4877
4877
|
fileSystem = fileSystem === VOID ? get_SystemFileSystem() : fileSystem;
|
|
4878
|
-
this.
|
|
4878
|
+
this.u6e_1 = fileSystem;
|
|
4879
4879
|
}
|
|
4880
|
-
protoOf(FileSystemImpl).
|
|
4880
|
+
protoOf(FileSystemImpl).r6e = function (path, $completion) {
|
|
4881
4881
|
var directoryPath = Path(path);
|
|
4882
|
-
var exists = this.
|
|
4882
|
+
var exists = this.u6e_1.d1o(directoryPath);
|
|
4883
4883
|
if (!exists) {
|
|
4884
|
-
this.
|
|
4884
|
+
this.u6e_1.h1o(directoryPath);
|
|
4885
4885
|
}
|
|
4886
4886
|
return Unit_instance;
|
|
4887
4887
|
};
|
|
4888
|
-
protoOf(FileSystemImpl).
|
|
4889
|
-
return buffered(this.
|
|
4888
|
+
protoOf(FileSystemImpl).s6e = function (path, fileName, append, $completion) {
|
|
4889
|
+
return buffered(this.u6e_1.i1o(Path_0(path, [fileName]), append));
|
|
4890
4890
|
};
|
|
4891
|
-
protoOf(FileSystemImpl).
|
|
4892
|
-
this.
|
|
4891
|
+
protoOf(FileSystemImpl).t6e = function (path, $completion) {
|
|
4892
|
+
this.u6e_1.f1o(Path_0(path, []));
|
|
4893
4893
|
return Unit_instance;
|
|
4894
4894
|
};
|
|
4895
4895
|
function LoggerFactory() {
|
|
4896
4896
|
}
|
|
4897
4897
|
function LoggerFactoryImpl(coreConfig, fileSystem) {
|
|
4898
|
-
this.
|
|
4899
|
-
this.
|
|
4898
|
+
this.w6e_1 = coreConfig;
|
|
4899
|
+
this.x6e_1 = fileSystem;
|
|
4900
4900
|
}
|
|
4901
|
-
protoOf(LoggerFactoryImpl).
|
|
4901
|
+
protoOf(LoggerFactoryImpl).v6e = function (gameId, roomId, userId) {
|
|
4902
4902
|
// Inline function 'kotlin.let' call
|
|
4903
|
-
var it = this.
|
|
4903
|
+
var it = this.w6e_1.fileNameFormat;
|
|
4904
4904
|
var tmp = Companion_instance_4;
|
|
4905
4905
|
var fileName = tmp.formatter(it, gameId, roomId, userId == null ? 'unknown_user_id' : userId);
|
|
4906
4906
|
// Inline function 'kotlin.collections.map' call
|
|
4907
|
-
var this_0 = split(this.
|
|
4907
|
+
var this_0 = split(this.w6e_1.requireDirectoryPath, ['/']);
|
|
4908
4908
|
// Inline function 'kotlin.collections.mapTo' call
|
|
4909
4909
|
var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_0, 10));
|
|
4910
4910
|
var _iterator__ex2g4s = this_0.l();
|
|
@@ -4916,7 +4916,7 @@
|
|
|
4916
4916
|
}
|
|
4917
4917
|
var segments = destination;
|
|
4918
4918
|
var tmp0_path = joinToString(segments, '/');
|
|
4919
|
-
var tmp1_fileSystem = this.
|
|
4919
|
+
var tmp1_fileSystem = this.x6e_1;
|
|
4920
4920
|
return new LogsStorageControllerImpl(fileName, tmp0_path, tmp1_fileSystem);
|
|
4921
4921
|
};
|
|
4922
4922
|
function appendToFile($this, message, $completion) {
|
|
@@ -4927,7 +4927,7 @@
|
|
|
4927
4927
|
}
|
|
4928
4928
|
function $createDirectoryCOROUTINE$(_this__u8e3s4, resultContinuation) {
|
|
4929
4929
|
CoroutineImpl.call(this, resultContinuation);
|
|
4930
|
-
this.
|
|
4930
|
+
this.q6f_1 = _this__u8e3s4;
|
|
4931
4931
|
}
|
|
4932
4932
|
protoOf($createDirectoryCOROUTINE$).a9 = function () {
|
|
4933
4933
|
var suspendResult = this.u8_1;
|
|
@@ -4939,7 +4939,7 @@
|
|
|
4939
4939
|
this.t8_1 = 3;
|
|
4940
4940
|
this.t8_1 = 2;
|
|
4941
4941
|
this.s8_1 = 1;
|
|
4942
|
-
suspendResult = this.
|
|
4942
|
+
suspendResult = this.q6f_1.t6f_1.r6e(this.q6f_1.s6f_1, this);
|
|
4943
4943
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4944
4944
|
return suspendResult;
|
|
4945
4945
|
}
|
|
@@ -4980,8 +4980,8 @@
|
|
|
4980
4980
|
};
|
|
4981
4981
|
function $appendToFileCOROUTINE$(_this__u8e3s4, message, resultContinuation) {
|
|
4982
4982
|
CoroutineImpl.call(this, resultContinuation);
|
|
4983
|
-
this.
|
|
4984
|
-
this.
|
|
4983
|
+
this.g6f_1 = _this__u8e3s4;
|
|
4984
|
+
this.h6f_1 = message;
|
|
4985
4985
|
}
|
|
4986
4986
|
protoOf($appendToFileCOROUTINE$).a9 = function () {
|
|
4987
4987
|
var suspendResult = this.u8_1;
|
|
@@ -4993,7 +4993,7 @@
|
|
|
4993
4993
|
this.t8_1 = 3;
|
|
4994
4994
|
this.t8_1 = 2;
|
|
4995
4995
|
this.s8_1 = 1;
|
|
4996
|
-
suspendResult = this.
|
|
4996
|
+
suspendResult = this.g6f_1.t6f_1.s6e(this.g6f_1.s6f_1, this.g6f_1.r6f_1, true, this);
|
|
4997
4997
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4998
4998
|
return suspendResult;
|
|
4999
4999
|
}
|
|
@@ -5004,7 +5004,7 @@
|
|
|
5004
5004
|
var sink = buffered(ARGUMENT);
|
|
5005
5005
|
l$ret$1: do {
|
|
5006
5006
|
try {
|
|
5007
|
-
writeString(sink, this.
|
|
5007
|
+
writeString(sink, this.h6f_1 + '\n');
|
|
5008
5008
|
break l$ret$1;
|
|
5009
5009
|
} catch ($p) {
|
|
5010
5010
|
var t = $p;
|
|
@@ -5047,17 +5047,17 @@
|
|
|
5047
5047
|
while (true);
|
|
5048
5048
|
};
|
|
5049
5049
|
function LogsStorageControllerImpl(fileName, path, fileSystem) {
|
|
5050
|
-
this.
|
|
5051
|
-
this.
|
|
5052
|
-
this.
|
|
5050
|
+
this.r6f_1 = fileName;
|
|
5051
|
+
this.s6f_1 = path;
|
|
5052
|
+
this.t6f_1 = fileSystem;
|
|
5053
5053
|
}
|
|
5054
|
-
protoOf(LogsStorageControllerImpl).
|
|
5054
|
+
protoOf(LogsStorageControllerImpl).u6f = function ($completion) {
|
|
5055
5055
|
var tmp = new $createDirectoryCOROUTINE$(this, $completion);
|
|
5056
5056
|
tmp.u8_1 = Unit_instance;
|
|
5057
5057
|
tmp.v8_1 = null;
|
|
5058
5058
|
return tmp.a9();
|
|
5059
5059
|
};
|
|
5060
|
-
protoOf(LogsStorageControllerImpl).
|
|
5060
|
+
protoOf(LogsStorageControllerImpl).v6f = function (log, $completion) {
|
|
5061
5061
|
return appendToFile(this, log, $completion);
|
|
5062
5062
|
};
|
|
5063
5063
|
function BufferedAction() {
|
|
@@ -5072,20 +5072,20 @@
|
|
|
5072
5072
|
}
|
|
5073
5073
|
function StopTimerAction(timerTag) {
|
|
5074
5074
|
TimerAction.call(this);
|
|
5075
|
-
this.
|
|
5075
|
+
this.b6g_1 = timerTag;
|
|
5076
5076
|
}
|
|
5077
5077
|
protoOf(StopTimerAction).toString = function () {
|
|
5078
|
-
return 'StopTimerAction(timerTag=' + toString_0(this.
|
|
5078
|
+
return 'StopTimerAction(timerTag=' + toString_0(this.b6g_1) + ')';
|
|
5079
5079
|
};
|
|
5080
5080
|
protoOf(StopTimerAction).hashCode = function () {
|
|
5081
|
-
return hashCode(this.
|
|
5081
|
+
return hashCode(this.b6g_1);
|
|
5082
5082
|
};
|
|
5083
5083
|
protoOf(StopTimerAction).equals = function (other) {
|
|
5084
5084
|
if (this === other)
|
|
5085
5085
|
return true;
|
|
5086
5086
|
if (!(other instanceof StopTimerAction))
|
|
5087
5087
|
return false;
|
|
5088
|
-
if (!equals(this.
|
|
5088
|
+
if (!equals(this.b6g_1, other.b6g_1))
|
|
5089
5089
|
return false;
|
|
5090
5090
|
return true;
|
|
5091
5091
|
};
|
|
@@ -5093,30 +5093,30 @@
|
|
|
5093
5093
|
initialDelay = initialDelay === VOID ? new Long(0, 0) : initialDelay;
|
|
5094
5094
|
type = type === VOID ? TimerType_DELAY_getInstance() : type;
|
|
5095
5095
|
TimerAction.call(this);
|
|
5096
|
-
this.
|
|
5097
|
-
this.
|
|
5098
|
-
this.
|
|
5099
|
-
this.
|
|
5096
|
+
this.c6g_1 = timerTag;
|
|
5097
|
+
this.d6g_1 = delayMillis;
|
|
5098
|
+
this.e6g_1 = initialDelay;
|
|
5099
|
+
this.f6g_1 = type;
|
|
5100
5100
|
}
|
|
5101
5101
|
protoOf(StartTimerAction).toString = function () {
|
|
5102
|
-
var tmp = 'timerTag=' + toString_0(this.
|
|
5103
|
-
var tmp_0 = 'delayMillis=' + this.
|
|
5102
|
+
var tmp = 'timerTag=' + toString_0(this.c6g_1);
|
|
5103
|
+
var tmp_0 = 'delayMillis=' + this.d6g_1.toString();
|
|
5104
5104
|
// Inline function 'kotlin.takeIf' call
|
|
5105
|
-
var this_0 = 'initialDelay=' + this.
|
|
5105
|
+
var this_0 = 'initialDelay=' + this.e6g_1.toString();
|
|
5106
5106
|
var tmp_1;
|
|
5107
|
-
if (!equalsLong(this.
|
|
5107
|
+
if (!equalsLong(this.e6g_1, new Long(0, 0))) {
|
|
5108
5108
|
tmp_1 = this_0;
|
|
5109
5109
|
} else {
|
|
5110
5110
|
tmp_1 = null;
|
|
5111
5111
|
}
|
|
5112
5112
|
var tmp$ret$1 = tmp_1;
|
|
5113
|
-
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.
|
|
5113
|
+
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.f6g_1.toString()])) + ')';
|
|
5114
5114
|
};
|
|
5115
5115
|
protoOf(StartTimerAction).hashCode = function () {
|
|
5116
|
-
var result = hashCode(this.
|
|
5117
|
-
result = imul(result, 31) + this.
|
|
5118
|
-
result = imul(result, 31) + this.
|
|
5119
|
-
result = imul(result, 31) + this.
|
|
5116
|
+
var result = hashCode(this.c6g_1);
|
|
5117
|
+
result = imul(result, 31) + this.d6g_1.hashCode() | 0;
|
|
5118
|
+
result = imul(result, 31) + this.e6g_1.hashCode() | 0;
|
|
5119
|
+
result = imul(result, 31) + this.f6g_1.hashCode() | 0;
|
|
5120
5120
|
return result;
|
|
5121
5121
|
};
|
|
5122
5122
|
protoOf(StartTimerAction).equals = function (other) {
|
|
@@ -5124,13 +5124,13 @@
|
|
|
5124
5124
|
return true;
|
|
5125
5125
|
if (!(other instanceof StartTimerAction))
|
|
5126
5126
|
return false;
|
|
5127
|
-
if (!equals(this.
|
|
5127
|
+
if (!equals(this.c6g_1, other.c6g_1))
|
|
5128
5128
|
return false;
|
|
5129
|
-
if (!equalsLong(this.
|
|
5129
|
+
if (!equalsLong(this.d6g_1, other.d6g_1))
|
|
5130
5130
|
return false;
|
|
5131
|
-
if (!equalsLong(this.
|
|
5131
|
+
if (!equalsLong(this.e6g_1, other.e6g_1))
|
|
5132
5132
|
return false;
|
|
5133
|
-
if (!this.
|
|
5133
|
+
if (!this.f6g_1.equals(other.f6g_1))
|
|
5134
5134
|
return false;
|
|
5135
5135
|
return true;
|
|
5136
5136
|
};
|
|
@@ -5149,18 +5149,18 @@
|
|
|
5149
5149
|
}
|
|
5150
5150
|
function TimerTickAction(timerTag, type) {
|
|
5151
5151
|
TimerAction.call(this);
|
|
5152
|
-
this.
|
|
5153
|
-
this.
|
|
5152
|
+
this.g6g_1 = timerTag;
|
|
5153
|
+
this.h6g_1 = type;
|
|
5154
5154
|
}
|
|
5155
5155
|
protoOf(TimerTickAction).ignoreValidation = function () {
|
|
5156
|
-
return this.
|
|
5156
|
+
return this.g6g_1.ignoreValidation();
|
|
5157
5157
|
};
|
|
5158
5158
|
protoOf(TimerTickAction).toString = function () {
|
|
5159
|
-
return 'TimerTickAction(timerTag=' + toString_0(this.
|
|
5159
|
+
return 'TimerTickAction(timerTag=' + toString_0(this.g6g_1) + ', type=' + this.h6g_1.toString() + ')';
|
|
5160
5160
|
};
|
|
5161
5161
|
protoOf(TimerTickAction).hashCode = function () {
|
|
5162
|
-
var result = hashCode(this.
|
|
5163
|
-
result = imul(result, 31) + this.
|
|
5162
|
+
var result = hashCode(this.g6g_1);
|
|
5163
|
+
result = imul(result, 31) + this.h6g_1.hashCode() | 0;
|
|
5164
5164
|
return result;
|
|
5165
5165
|
};
|
|
5166
5166
|
protoOf(TimerTickAction).equals = function (other) {
|
|
@@ -5168,9 +5168,9 @@
|
|
|
5168
5168
|
return true;
|
|
5169
5169
|
if (!(other instanceof TimerTickAction))
|
|
5170
5170
|
return false;
|
|
5171
|
-
if (!equals(this.
|
|
5171
|
+
if (!equals(this.g6g_1, other.g6g_1))
|
|
5172
5172
|
return false;
|
|
5173
|
-
if (!this.
|
|
5173
|
+
if (!this.h6g_1.equals(other.h6g_1))
|
|
5174
5174
|
return false;
|
|
5175
5175
|
return true;
|
|
5176
5176
|
};
|
|
@@ -5212,7 +5212,7 @@
|
|
|
5212
5212
|
return function (reducer, initialState, en) {
|
|
5213
5213
|
var store = $storeCreator(reducer, initialState, en);
|
|
5214
5214
|
var origDispatch = store.dispatch;
|
|
5215
|
-
store.
|
|
5215
|
+
store.i6g(applyCatcher$lambda$lambda$lambda(origDispatch, $logger));
|
|
5216
5216
|
return store;
|
|
5217
5217
|
};
|
|
5218
5218
|
}
|
|
@@ -5226,7 +5226,7 @@
|
|
|
5226
5226
|
}
|
|
5227
5227
|
function applyMiddleware$lambda$lambda$lambda$lambda($middleware, $store, $dispatcher) {
|
|
5228
5228
|
return function (action) {
|
|
5229
|
-
$middleware.
|
|
5229
|
+
$middleware.j6g($store, $dispatcher, action);
|
|
5230
5230
|
return Unit_instance;
|
|
5231
5231
|
};
|
|
5232
5232
|
}
|
|
@@ -5241,7 +5241,7 @@
|
|
|
5241
5241
|
while (inductionVariable < last) {
|
|
5242
5242
|
var element = tmp0[inductionVariable];
|
|
5243
5243
|
inductionVariable = inductionVariable + 1 | 0;
|
|
5244
|
-
if (element.
|
|
5244
|
+
if (element.k6g(action)) {
|
|
5245
5245
|
destination.j(element);
|
|
5246
5246
|
}
|
|
5247
5247
|
}
|
|
@@ -5265,7 +5265,7 @@
|
|
|
5265
5265
|
return function (reducer, initialState, en) {
|
|
5266
5266
|
var store = $storeCreator(reducer, initialState, en);
|
|
5267
5267
|
var origDispatch = store.dispatch;
|
|
5268
|
-
store.
|
|
5268
|
+
store.i6g(applyMiddleware$lambda$lambda$lambda($middlewares, origDispatch, store));
|
|
5269
5269
|
return store;
|
|
5270
5270
|
};
|
|
5271
5271
|
}
|
|
@@ -5279,9 +5279,9 @@
|
|
|
5279
5279
|
return new timerMiddleware$$inlined$middlewareForActionType$1(asyncProvider, jobsProvider);
|
|
5280
5280
|
}
|
|
5281
5281
|
function timerMiddleware$o$handle$slambda$slambda($jobsProvider, $action, $store, resultContinuation) {
|
|
5282
|
-
this.
|
|
5283
|
-
this.
|
|
5284
|
-
this.
|
|
5282
|
+
this.t6g_1 = $jobsProvider;
|
|
5283
|
+
this.u6g_1 = $action;
|
|
5284
|
+
this.v6g_1 = $store;
|
|
5285
5285
|
CoroutineImpl.call(this, resultContinuation);
|
|
5286
5286
|
}
|
|
5287
5287
|
protoOf(timerMiddleware$o$handle$slambda$slambda).c2d = function ($this$launchMain, $completion) {
|
|
@@ -5300,8 +5300,8 @@
|
|
|
5300
5300
|
var tmp = this.s8_1;
|
|
5301
5301
|
if (tmp === 0) {
|
|
5302
5302
|
this.t8_1 = 1;
|
|
5303
|
-
if (this.
|
|
5304
|
-
this.
|
|
5303
|
+
if (this.t6g_1.n6e(this.u6g_1.c6g_1)) {
|
|
5304
|
+
this.v6g_1.dispatch(new TimerTickAction(this.u6g_1.c6g_1, TimerType_DELAY_getInstance()));
|
|
5305
5305
|
}
|
|
5306
5306
|
return Unit_instance;
|
|
5307
5307
|
} else if (tmp === 1) {
|
|
@@ -5314,8 +5314,8 @@
|
|
|
5314
5314
|
while (true);
|
|
5315
5315
|
};
|
|
5316
5316
|
protoOf(timerMiddleware$o$handle$slambda$slambda).d2d = function ($this$launchMain, completion) {
|
|
5317
|
-
var i = new timerMiddleware$o$handle$slambda$slambda(this.
|
|
5318
|
-
i.
|
|
5317
|
+
var i = new timerMiddleware$o$handle$slambda$slambda(this.t6g_1, this.u6g_1, this.v6g_1, completion);
|
|
5318
|
+
i.w6g_1 = $this$launchMain;
|
|
5319
5319
|
return i;
|
|
5320
5320
|
};
|
|
5321
5321
|
function timerMiddleware$o$handle$slambda$slambda_0($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -5327,9 +5327,9 @@
|
|
|
5327
5327
|
return l;
|
|
5328
5328
|
}
|
|
5329
5329
|
function timerMiddleware$o$handle$slambda$slambda_1($jobsProvider, $action, $store, resultContinuation) {
|
|
5330
|
-
this.
|
|
5331
|
-
this.
|
|
5332
|
-
this.
|
|
5330
|
+
this.f6h_1 = $jobsProvider;
|
|
5331
|
+
this.g6h_1 = $action;
|
|
5332
|
+
this.h6h_1 = $store;
|
|
5333
5333
|
CoroutineImpl.call(this, resultContinuation);
|
|
5334
5334
|
}
|
|
5335
5335
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).c2d = function ($this$launchMain, $completion) {
|
|
@@ -5348,8 +5348,8 @@
|
|
|
5348
5348
|
var tmp = this.s8_1;
|
|
5349
5349
|
if (tmp === 0) {
|
|
5350
5350
|
this.t8_1 = 1;
|
|
5351
|
-
if (this.
|
|
5352
|
-
this.
|
|
5351
|
+
if (this.f6h_1.n6e(this.g6h_1.c6g_1)) {
|
|
5352
|
+
this.h6h_1.dispatch(new TimerTickAction(this.g6h_1.c6g_1, TimerType_INTERVAL_getInstance()));
|
|
5353
5353
|
}
|
|
5354
5354
|
return Unit_instance;
|
|
5355
5355
|
} else if (tmp === 1) {
|
|
@@ -5362,8 +5362,8 @@
|
|
|
5362
5362
|
while (true);
|
|
5363
5363
|
};
|
|
5364
5364
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).d2d = function ($this$launchMain, completion) {
|
|
5365
|
-
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.
|
|
5366
|
-
i.
|
|
5365
|
+
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.f6h_1, this.g6h_1, this.h6h_1, completion);
|
|
5366
|
+
i.i6h_1 = $this$launchMain;
|
|
5367
5367
|
return i;
|
|
5368
5368
|
};
|
|
5369
5369
|
function timerMiddleware$o$handle$slambda$slambda_2($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -5375,10 +5375,10 @@
|
|
|
5375
5375
|
return l;
|
|
5376
5376
|
}
|
|
5377
5377
|
function timerMiddleware$o$handle$slambda($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
5378
|
-
this.
|
|
5379
|
-
this.
|
|
5380
|
-
this.
|
|
5381
|
-
this.
|
|
5378
|
+
this.r6h_1 = $action;
|
|
5379
|
+
this.s6h_1 = $asyncProvider;
|
|
5380
|
+
this.t6h_1 = $jobsProvider;
|
|
5381
|
+
this.u6h_1 = $store;
|
|
5382
5382
|
CoroutineImpl.call(this, resultContinuation);
|
|
5383
5383
|
}
|
|
5384
5384
|
protoOf(timerMiddleware$o$handle$slambda).c2d = function ($this$launchDefault, $completion) {
|
|
@@ -5398,9 +5398,9 @@
|
|
|
5398
5398
|
switch (tmp) {
|
|
5399
5399
|
case 0:
|
|
5400
5400
|
this.t8_1 = 10;
|
|
5401
|
-
if (!equalsLong(this.
|
|
5401
|
+
if (!equalsLong(this.r6h_1.e6g_1, new Long(0, 0)) && this.r6h_1.f6g_1.equals(TimerType_INTERVAL_getInstance())) {
|
|
5402
5402
|
this.s8_1 = 1;
|
|
5403
|
-
suspendResult = delay(this.
|
|
5403
|
+
suspendResult = delay(this.r6h_1.e6g_1, this);
|
|
5404
5404
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5405
5405
|
return suspendResult;
|
|
5406
5406
|
}
|
|
@@ -5414,19 +5414,19 @@
|
|
|
5414
5414
|
this.s8_1 = 2;
|
|
5415
5415
|
continue $sm;
|
|
5416
5416
|
case 2:
|
|
5417
|
-
var tmp0 = this.
|
|
5417
|
+
var tmp0 = this.r6h_1.f6g_1.q2_1;
|
|
5418
5418
|
if (tmp0 === 0) {
|
|
5419
5419
|
this.s8_1 = 8;
|
|
5420
|
-
suspendResult = delay(this.
|
|
5420
|
+
suspendResult = delay(this.r6h_1.d6g_1, this);
|
|
5421
5421
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5422
5422
|
return suspendResult;
|
|
5423
5423
|
}
|
|
5424
5424
|
continue $sm;
|
|
5425
5425
|
} else {
|
|
5426
5426
|
if (tmp0 === 1) {
|
|
5427
|
-
if (!equalsLong(this.
|
|
5427
|
+
if (!equalsLong(this.r6h_1.e6g_1, new Long(0, 0))) {
|
|
5428
5428
|
this.s8_1 = 3;
|
|
5429
|
-
suspendResult = delay(this.
|
|
5429
|
+
suspendResult = delay(this.r6h_1.e6g_1, this);
|
|
5430
5430
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5431
5431
|
return suspendResult;
|
|
5432
5432
|
}
|
|
@@ -5449,14 +5449,14 @@
|
|
|
5449
5449
|
this.s8_1 = 5;
|
|
5450
5450
|
continue $sm;
|
|
5451
5451
|
case 5:
|
|
5452
|
-
if (!get_isActive(this.
|
|
5452
|
+
if (!get_isActive(this.v6h_1)) {
|
|
5453
5453
|
this.s8_1 = 7;
|
|
5454
5454
|
continue $sm;
|
|
5455
5455
|
}
|
|
5456
5456
|
|
|
5457
|
-
this.
|
|
5457
|
+
this.s6h_1.r6c(VOID, timerMiddleware$o$handle$slambda$slambda_2(this.t6h_1, this.r6h_1, this.u6h_1, null));
|
|
5458
5458
|
this.s8_1 = 6;
|
|
5459
|
-
suspendResult = delay(this.
|
|
5459
|
+
suspendResult = delay(this.r6h_1.e6g_1, this);
|
|
5460
5460
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5461
5461
|
return suspendResult;
|
|
5462
5462
|
}
|
|
@@ -5466,12 +5466,12 @@
|
|
|
5466
5466
|
this.s8_1 = 5;
|
|
5467
5467
|
continue $sm;
|
|
5468
5468
|
case 7:
|
|
5469
|
-
this.
|
|
5469
|
+
this.w6h_1 = Unit_instance;
|
|
5470
5470
|
this.s8_1 = 9;
|
|
5471
5471
|
continue $sm;
|
|
5472
5472
|
case 8:
|
|
5473
5473
|
var tmp_1 = this;
|
|
5474
|
-
tmp_1.
|
|
5474
|
+
tmp_1.w6h_1 = this.s6h_1.r6c(VOID, timerMiddleware$o$handle$slambda$slambda_0(this.t6h_1, this.r6h_1, this.u6h_1, null));
|
|
5475
5475
|
this.s8_1 = 9;
|
|
5476
5476
|
continue $sm;
|
|
5477
5477
|
case 9:
|
|
@@ -5491,8 +5491,8 @@
|
|
|
5491
5491
|
while (true);
|
|
5492
5492
|
};
|
|
5493
5493
|
protoOf(timerMiddleware$o$handle$slambda).d2d = function ($this$launchDefault, completion) {
|
|
5494
|
-
var i = new timerMiddleware$o$handle$slambda(this.
|
|
5495
|
-
i.
|
|
5494
|
+
var i = new timerMiddleware$o$handle$slambda(this.r6h_1, this.s6h_1, this.t6h_1, this.u6h_1, completion);
|
|
5495
|
+
i.v6h_1 = $this$launchDefault;
|
|
5496
5496
|
return i;
|
|
5497
5497
|
};
|
|
5498
5498
|
function timerMiddleware$o$handle$slambda_0($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
@@ -5504,24 +5504,24 @@
|
|
|
5504
5504
|
return l;
|
|
5505
5505
|
}
|
|
5506
5506
|
function timerMiddleware$$inlined$middlewareForActionType$1($asyncProvider, $jobsProvider) {
|
|
5507
|
-
this.
|
|
5508
|
-
this.
|
|
5507
|
+
this.x6h_1 = $asyncProvider;
|
|
5508
|
+
this.y6h_1 = $jobsProvider;
|
|
5509
5509
|
}
|
|
5510
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5510
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).k6g = function (action) {
|
|
5511
5511
|
return action instanceof TimerAction;
|
|
5512
5512
|
};
|
|
5513
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5513
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).z6h = function (store, next, action) {
|
|
5514
5514
|
var action_0 = action instanceof TimerAction ? action : THROW_CCE();
|
|
5515
5515
|
if (action_0 instanceof StartTimerAction) {
|
|
5516
|
-
var job = this.
|
|
5517
|
-
this.
|
|
5516
|
+
var job = this.x6h_1.n6c(VOID, timerMiddleware$o$handle$slambda_0(action_0, this.x6h_1, this.y6h_1, store, null));
|
|
5517
|
+
this.y6h_1.j6e(action_0.c6g_1, job);
|
|
5518
5518
|
} else {
|
|
5519
5519
|
if (action_0 instanceof StopTimerAction) {
|
|
5520
|
-
this.
|
|
5520
|
+
this.y6h_1.k6e(action_0.b6g_1);
|
|
5521
5521
|
} else {
|
|
5522
5522
|
if (action_0 instanceof TimerTickAction) {
|
|
5523
|
-
if (action_0.
|
|
5524
|
-
this.
|
|
5523
|
+
if (action_0.h6g_1.equals(TimerType_DELAY_getInstance())) {
|
|
5524
|
+
this.y6h_1.l6e(action_0.g6g_1);
|
|
5525
5525
|
}
|
|
5526
5526
|
} else {
|
|
5527
5527
|
noWhenBranchMatchedException();
|
|
@@ -5530,8 +5530,8 @@
|
|
|
5530
5530
|
}
|
|
5531
5531
|
next(action_0);
|
|
5532
5532
|
};
|
|
5533
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5534
|
-
return this.
|
|
5533
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).j6g = function (store, next, action) {
|
|
5534
|
+
return this.z6h(store, next, action);
|
|
5535
5535
|
};
|
|
5536
5536
|
function compose(functions) {
|
|
5537
5537
|
return compose$lambda(functions);
|
|
@@ -5575,7 +5575,7 @@
|
|
|
5575
5575
|
function createStore$dispatch($lock, currentState, currentReducer, stateTrigger, $logger, action) {
|
|
5576
5576
|
try {
|
|
5577
5577
|
// Inline function 'kotlinx.atomicfu.locks.ReentrantLock.lock' call
|
|
5578
|
-
currentState._v = currentReducer._v.
|
|
5578
|
+
currentState._v = currentReducer._v.a6i(currentState._v, action);
|
|
5579
5579
|
stateTrigger.j2b(Unit_instance);
|
|
5580
5580
|
} catch ($p) {
|
|
5581
5581
|
if ($p instanceof Exception) {
|
|
@@ -5599,8 +5599,8 @@
|
|
|
5599
5599
|
};
|
|
5600
5600
|
}
|
|
5601
5601
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug($$this$unsafeFlow, this$0, resultContinuation) {
|
|
5602
|
-
this.
|
|
5603
|
-
this.
|
|
5602
|
+
this.j6i_1 = $$this$unsafeFlow;
|
|
5603
|
+
this.k6i_1 = this$0;
|
|
5604
5604
|
CoroutineImpl.call(this, resultContinuation);
|
|
5605
5605
|
}
|
|
5606
5606
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).x2h = function (value, $completion) {
|
|
@@ -5620,10 +5620,10 @@
|
|
|
5620
5620
|
switch (tmp) {
|
|
5621
5621
|
case 0:
|
|
5622
5622
|
this.t8_1 = 2;
|
|
5623
|
-
var tmp0 = this.
|
|
5624
|
-
this.
|
|
5623
|
+
var tmp0 = this.j6i_1;
|
|
5624
|
+
this.l6i_1;
|
|
5625
5625
|
this.s8_1 = 1;
|
|
5626
|
-
suspendResult = tmp0.o28(this.
|
|
5626
|
+
suspendResult = tmp0.o28(this.k6i_1.state, this);
|
|
5627
5627
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5628
5628
|
return suspendResult;
|
|
5629
5629
|
}
|
|
@@ -5646,8 +5646,8 @@
|
|
|
5646
5646
|
while (true);
|
|
5647
5647
|
};
|
|
5648
5648
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).y2h = function (value, completion) {
|
|
5649
|
-
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.
|
|
5650
|
-
i.
|
|
5649
|
+
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.j6i_1, this.k6i_1, completion);
|
|
5650
|
+
i.l6i_1 = value;
|
|
5651
5651
|
return i;
|
|
5652
5652
|
};
|
|
5653
5653
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug_0($$this$unsafeFlow, this$0, resultContinuation) {
|
|
@@ -5660,8 +5660,8 @@
|
|
|
5660
5660
|
}
|
|
5661
5661
|
function $collectCOROUTINE$(_this__u8e3s4, collector, resultContinuation) {
|
|
5662
5662
|
CoroutineImpl.call(this, resultContinuation);
|
|
5663
|
-
this.
|
|
5664
|
-
this.
|
|
5663
|
+
this.u6i_1 = _this__u8e3s4;
|
|
5664
|
+
this.v6i_1 = collector;
|
|
5665
5665
|
}
|
|
5666
5666
|
protoOf($collectCOROUTINE$).a9 = function () {
|
|
5667
5667
|
var suspendResult = this.u8_1;
|
|
@@ -5671,10 +5671,10 @@
|
|
|
5671
5671
|
switch (tmp) {
|
|
5672
5672
|
case 0:
|
|
5673
5673
|
this.t8_1 = 2;
|
|
5674
|
-
var $this$unsafeFlow = this.
|
|
5674
|
+
var $this$unsafeFlow = this.v6i_1;
|
|
5675
5675
|
this.s8_1 = 1;
|
|
5676
|
-
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.
|
|
5677
|
-
suspendResult = this.
|
|
5676
|
+
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.u6i_1.x6i_1, null);
|
|
5677
|
+
suspendResult = this.u6i_1.w6i_1.o27(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
|
|
5678
5678
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5679
5679
|
return suspendResult;
|
|
5680
5680
|
}
|
|
@@ -5697,13 +5697,13 @@
|
|
|
5697
5697
|
while (true);
|
|
5698
5698
|
};
|
|
5699
5699
|
function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
|
|
5700
|
-
this.
|
|
5700
|
+
this.y6i_1 = function_0;
|
|
5701
5701
|
}
|
|
5702
5702
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).o28 = function (value, $completion) {
|
|
5703
|
-
return this.
|
|
5703
|
+
return this.y6i_1(value, $completion);
|
|
5704
5704
|
};
|
|
5705
5705
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).b3 = function () {
|
|
5706
|
-
return this.
|
|
5706
|
+
return this.y6i_1;
|
|
5707
5707
|
};
|
|
5708
5708
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).equals = function (other) {
|
|
5709
5709
|
var tmp;
|
|
@@ -5736,8 +5736,8 @@
|
|
|
5736
5736
|
};
|
|
5737
5737
|
}
|
|
5738
5738
|
function createStore$3$observe$$inlined$map$1($this, this$0) {
|
|
5739
|
-
this.
|
|
5740
|
-
this.
|
|
5739
|
+
this.w6i_1 = $this;
|
|
5740
|
+
this.x6i_1 = this$0;
|
|
5741
5741
|
}
|
|
5742
5742
|
protoOf(createStore$3$observe$$inlined$map$1).p28 = function (collector, $completion) {
|
|
5743
5743
|
var tmp = new $collectCOROUTINE$(this, collector, $completion);
|
|
@@ -5749,33 +5749,33 @@
|
|
|
5749
5749
|
return this.p28(collector, $completion);
|
|
5750
5750
|
};
|
|
5751
5751
|
function createStore$3($currentState, $lock, $currentReducer, $stateTrigger, $logger) {
|
|
5752
|
-
this.
|
|
5753
|
-
this.
|
|
5754
|
-
this.
|
|
5752
|
+
this.c6j_1 = $currentState;
|
|
5753
|
+
this.d6j_1 = $stateTrigger;
|
|
5754
|
+
this.z6i_1 = this;
|
|
5755
5755
|
var tmp = this;
|
|
5756
|
-
tmp.
|
|
5756
|
+
tmp.a6j_1 = createStore$o$dispatch$lambda($lock, $currentState, $currentReducer, $stateTrigger, $logger);
|
|
5757
5757
|
var tmp_0 = this;
|
|
5758
|
-
tmp_0.
|
|
5758
|
+
tmp_0.b6j_1 = createStore$o$replaceReducer$lambda($currentReducer, $lock, $currentState, $stateTrigger, $logger);
|
|
5759
5759
|
}
|
|
5760
|
-
protoOf(createStore$3).
|
|
5761
|
-
return this.
|
|
5760
|
+
protoOf(createStore$3).e6j = function () {
|
|
5761
|
+
return this.z6i_1;
|
|
5762
5762
|
};
|
|
5763
|
-
protoOf(createStore$3).
|
|
5764
|
-
return createStore$getState(this.
|
|
5763
|
+
protoOf(createStore$3).x66 = function () {
|
|
5764
|
+
return createStore$getState(this.c6j_1);
|
|
5765
5765
|
};
|
|
5766
|
-
protoOf(createStore$3).
|
|
5767
|
-
this.
|
|
5766
|
+
protoOf(createStore$3).i6g = function (_set____db54di) {
|
|
5767
|
+
this.a6j_1 = _set____db54di;
|
|
5768
5768
|
};
|
|
5769
|
-
protoOf(createStore$3).
|
|
5770
|
-
return this.
|
|
5769
|
+
protoOf(createStore$3).f6j = function () {
|
|
5770
|
+
return this.a6j_1;
|
|
5771
5771
|
};
|
|
5772
|
-
protoOf(createStore$3).
|
|
5773
|
-
return this.
|
|
5772
|
+
protoOf(createStore$3).g6j = function () {
|
|
5773
|
+
return this.b6j_1;
|
|
5774
5774
|
};
|
|
5775
|
-
protoOf(createStore$3).
|
|
5775
|
+
protoOf(createStore$3).h6j = function () {
|
|
5776
5776
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
5777
5777
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
5778
|
-
var this_0 = this.
|
|
5778
|
+
var this_0 = this.d6j_1;
|
|
5779
5779
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
5780
5780
|
return new createStore$3$observe$$inlined$map$1(this_0, this);
|
|
5781
5781
|
};
|
|
@@ -5851,10 +5851,10 @@
|
|
|
5851
5851
|
return new middleware$1(dispatch);
|
|
5852
5852
|
}
|
|
5853
5853
|
function middleware$1($dispatch) {
|
|
5854
|
-
this.
|
|
5854
|
+
this.i6j_1 = $dispatch;
|
|
5855
5855
|
}
|
|
5856
|
-
protoOf(middleware$1).
|
|
5857
|
-
this.
|
|
5856
|
+
protoOf(middleware$1).j6g = function (store, next, action) {
|
|
5857
|
+
this.i6j_1(store, next, action);
|
|
5858
5858
|
};
|
|
5859
5859
|
function Reducer() {
|
|
5860
5860
|
}
|
|
@@ -5862,11 +5862,11 @@
|
|
|
5862
5862
|
return new combineReducers$1(reducers);
|
|
5863
5863
|
}
|
|
5864
5864
|
function combineReducers$1($reducers) {
|
|
5865
|
-
this.
|
|
5865
|
+
this.j6j_1 = $reducers;
|
|
5866
5866
|
}
|
|
5867
|
-
protoOf(combineReducers$1).
|
|
5867
|
+
protoOf(combineReducers$1).k6j = function (state, action) {
|
|
5868
5868
|
// Inline function 'kotlin.collections.filter' call
|
|
5869
|
-
var tmp0 = this.
|
|
5869
|
+
var tmp0 = this.j6j_1;
|
|
5870
5870
|
// Inline function 'kotlin.collections.filterTo' call
|
|
5871
5871
|
var destination = ArrayList_init_$Create$();
|
|
5872
5872
|
var inductionVariable = 0;
|
|
@@ -5874,7 +5874,7 @@
|
|
|
5874
5874
|
while (inductionVariable < last) {
|
|
5875
5875
|
var element = tmp0[inductionVariable];
|
|
5876
5876
|
inductionVariable = inductionVariable + 1 | 0;
|
|
5877
|
-
if (element.
|
|
5877
|
+
if (element.k6g(action)) {
|
|
5878
5878
|
destination.j(element);
|
|
5879
5879
|
}
|
|
5880
5880
|
}
|
|
@@ -5884,12 +5884,12 @@
|
|
|
5884
5884
|
while (_iterator__ex2g4s.m()) {
|
|
5885
5885
|
var element_0 = _iterator__ex2g4s.n();
|
|
5886
5886
|
var s = accumulator;
|
|
5887
|
-
accumulator = element_0.
|
|
5887
|
+
accumulator = element_0.a6i(s, action);
|
|
5888
5888
|
}
|
|
5889
5889
|
return accumulator;
|
|
5890
5890
|
};
|
|
5891
|
-
protoOf(combineReducers$1).
|
|
5892
|
-
return this.
|
|
5891
|
+
protoOf(combineReducers$1).a6i = function (state, action) {
|
|
5892
|
+
return this.k6j((state == null ? true : !(state == null)) ? state : THROW_CCE(), action);
|
|
5893
5893
|
};
|
|
5894
5894
|
function Store() {
|
|
5895
5895
|
}
|
|
@@ -5901,13 +5901,13 @@
|
|
|
5901
5901
|
return new windowedByInterval$$inlined$filter$1(this_0);
|
|
5902
5902
|
}
|
|
5903
5903
|
function sam$kotlinx_coroutines_flow_FlowCollector$0_0(function_0) {
|
|
5904
|
-
this.
|
|
5904
|
+
this.l6j_1 = function_0;
|
|
5905
5905
|
}
|
|
5906
5906
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).o28 = function (value, $completion) {
|
|
5907
|
-
return this.
|
|
5907
|
+
return this.l6j_1(value, $completion);
|
|
5908
5908
|
};
|
|
5909
5909
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).b3 = function () {
|
|
5910
|
-
return this.
|
|
5910
|
+
return this.l6j_1;
|
|
5911
5911
|
};
|
|
5912
5912
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).equals = function (other) {
|
|
5913
5913
|
var tmp;
|
|
@@ -5928,9 +5928,9 @@
|
|
|
5928
5928
|
return hashCode(this.b3());
|
|
5929
5929
|
};
|
|
5930
5930
|
function windowedByInterval$slambda$slambda($intervalMillis, $this_channelFlow, $events, resultContinuation) {
|
|
5931
|
-
this.
|
|
5932
|
-
this.
|
|
5933
|
-
this.
|
|
5931
|
+
this.u6j_1 = $intervalMillis;
|
|
5932
|
+
this.v6j_1 = $this_channelFlow;
|
|
5933
|
+
this.w6j_1 = $events;
|
|
5934
5934
|
CoroutineImpl.call(this, resultContinuation);
|
|
5935
5935
|
}
|
|
5936
5936
|
protoOf(windowedByInterval$slambda$slambda).c2d = function ($this$launch, $completion) {
|
|
@@ -5953,13 +5953,13 @@
|
|
|
5953
5953
|
this.s8_1 = 1;
|
|
5954
5954
|
continue $sm;
|
|
5955
5955
|
case 1:
|
|
5956
|
-
if (!get_isActive(this.
|
|
5956
|
+
if (!get_isActive(this.x6j_1)) {
|
|
5957
5957
|
this.s8_1 = 4;
|
|
5958
5958
|
continue $sm;
|
|
5959
5959
|
}
|
|
5960
5960
|
|
|
5961
5961
|
this.s8_1 = 2;
|
|
5962
|
-
suspendResult = delay(this.
|
|
5962
|
+
suspendResult = delay(this.u6j_1, this);
|
|
5963
5963
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5964
5964
|
return suspendResult;
|
|
5965
5965
|
}
|
|
@@ -5967,14 +5967,14 @@
|
|
|
5967
5967
|
continue $sm;
|
|
5968
5968
|
case 2:
|
|
5969
5969
|
this.s8_1 = 3;
|
|
5970
|
-
suspendResult = this.
|
|
5970
|
+
suspendResult = this.v6j_1.x25(toList(this.w6j_1), this);
|
|
5971
5971
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5972
5972
|
return suspendResult;
|
|
5973
5973
|
}
|
|
5974
5974
|
|
|
5975
5975
|
continue $sm;
|
|
5976
5976
|
case 3:
|
|
5977
|
-
this.
|
|
5977
|
+
this.w6j_1.i2();
|
|
5978
5978
|
this.s8_1 = 1;
|
|
5979
5979
|
continue $sm;
|
|
5980
5980
|
case 4:
|
|
@@ -5994,8 +5994,8 @@
|
|
|
5994
5994
|
while (true);
|
|
5995
5995
|
};
|
|
5996
5996
|
protoOf(windowedByInterval$slambda$slambda).d2d = function ($this$launch, completion) {
|
|
5997
|
-
var i = new windowedByInterval$slambda$slambda(this.
|
|
5998
|
-
i.
|
|
5997
|
+
var i = new windowedByInterval$slambda$slambda(this.u6j_1, this.v6j_1, this.w6j_1, completion);
|
|
5998
|
+
i.x6j_1 = $this$launch;
|
|
5999
5999
|
return i;
|
|
6000
6000
|
};
|
|
6001
6001
|
function windowedByInterval$slambda$slambda_0($intervalMillis, $this_channelFlow, $events, resultContinuation) {
|
|
@@ -6007,7 +6007,7 @@
|
|
|
6007
6007
|
return l;
|
|
6008
6008
|
}
|
|
6009
6009
|
function windowedByInterval$slambda$slambda_1($events, resultContinuation) {
|
|
6010
|
-
this.
|
|
6010
|
+
this.g6k_1 = $events;
|
|
6011
6011
|
CoroutineImpl.call(this, resultContinuation);
|
|
6012
6012
|
}
|
|
6013
6013
|
protoOf(windowedByInterval$slambda$slambda_1).r2e = function (event, $completion) {
|
|
@@ -6026,7 +6026,7 @@
|
|
|
6026
6026
|
var tmp = this.s8_1;
|
|
6027
6027
|
if (tmp === 0) {
|
|
6028
6028
|
this.t8_1 = 1;
|
|
6029
|
-
this.
|
|
6029
|
+
this.g6k_1.j(this.h6k_1);
|
|
6030
6030
|
return Unit_instance;
|
|
6031
6031
|
} else if (tmp === 1) {
|
|
6032
6032
|
throw this.v8_1;
|
|
@@ -6038,8 +6038,8 @@
|
|
|
6038
6038
|
while (true);
|
|
6039
6039
|
};
|
|
6040
6040
|
protoOf(windowedByInterval$slambda$slambda_1).s2e = function (event, completion) {
|
|
6041
|
-
var i = new windowedByInterval$slambda$slambda_1(this.
|
|
6042
|
-
i.
|
|
6041
|
+
var i = new windowedByInterval$slambda$slambda_1(this.g6k_1, completion);
|
|
6042
|
+
i.h6k_1 = event;
|
|
6043
6043
|
return i;
|
|
6044
6044
|
};
|
|
6045
6045
|
function windowedByInterval$slambda$slambda_2($events, resultContinuation) {
|
|
@@ -6051,18 +6051,18 @@
|
|
|
6051
6051
|
return l;
|
|
6052
6052
|
}
|
|
6053
6053
|
function windowedByInterval$slambda($this_windowedByInterval, $intervalMillis, resultContinuation) {
|
|
6054
|
-
this.
|
|
6055
|
-
this.
|
|
6054
|
+
this.q6k_1 = $this_windowedByInterval;
|
|
6055
|
+
this.r6k_1 = $intervalMillis;
|
|
6056
6056
|
CoroutineImpl.call(this, resultContinuation);
|
|
6057
6057
|
}
|
|
6058
|
-
protoOf(windowedByInterval$slambda).
|
|
6059
|
-
var tmp = this.
|
|
6058
|
+
protoOf(windowedByInterval$slambda).u6k = function ($this$channelFlow, $completion) {
|
|
6059
|
+
var tmp = this.v6k($this$channelFlow, $completion);
|
|
6060
6060
|
tmp.u8_1 = Unit_instance;
|
|
6061
6061
|
tmp.v8_1 = null;
|
|
6062
6062
|
return tmp.a9();
|
|
6063
6063
|
};
|
|
6064
6064
|
protoOf(windowedByInterval$slambda).i9 = function (p1, $completion) {
|
|
6065
|
-
return this.
|
|
6065
|
+
return this.u6k((!(p1 == null) ? isInterface(p1, ProducerScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
6066
6066
|
};
|
|
6067
6067
|
protoOf(windowedByInterval$slambda).a9 = function () {
|
|
6068
6068
|
var suspendResult = this.u8_1;
|
|
@@ -6073,11 +6073,11 @@
|
|
|
6073
6073
|
case 0:
|
|
6074
6074
|
this.t8_1 = 3;
|
|
6075
6075
|
var tmp_0 = this;
|
|
6076
|
-
tmp_0.
|
|
6077
|
-
launch(this.
|
|
6076
|
+
tmp_0.t6k_1 = ArrayList_init_$Create$();
|
|
6077
|
+
launch(this.s6k_1, VOID, VOID, windowedByInterval$slambda$slambda_0(this.r6k_1, this.s6k_1, this.t6k_1, null));
|
|
6078
6078
|
this.s8_1 = 1;
|
|
6079
|
-
var tmp_1 = windowedByInterval$slambda$slambda_2(this.
|
|
6080
|
-
suspendResult = this.
|
|
6079
|
+
var tmp_1 = windowedByInterval$slambda$slambda_2(this.t6k_1, null);
|
|
6080
|
+
suspendResult = this.q6k_1.o27(new sam$kotlinx_coroutines_flow_FlowCollector$0_0(tmp_1), this);
|
|
6081
6081
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6082
6082
|
return suspendResult;
|
|
6083
6083
|
}
|
|
@@ -6085,7 +6085,7 @@
|
|
|
6085
6085
|
continue $sm;
|
|
6086
6086
|
case 1:
|
|
6087
6087
|
this.s8_1 = 2;
|
|
6088
|
-
suspendResult = this.
|
|
6088
|
+
suspendResult = this.s6k_1.x25(toList(this.t6k_1), this);
|
|
6089
6089
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6090
6090
|
return suspendResult;
|
|
6091
6091
|
}
|
|
@@ -6107,21 +6107,21 @@
|
|
|
6107
6107
|
}
|
|
6108
6108
|
while (true);
|
|
6109
6109
|
};
|
|
6110
|
-
protoOf(windowedByInterval$slambda).
|
|
6111
|
-
var i = new windowedByInterval$slambda(this.
|
|
6112
|
-
i.
|
|
6110
|
+
protoOf(windowedByInterval$slambda).v6k = function ($this$channelFlow, completion) {
|
|
6111
|
+
var i = new windowedByInterval$slambda(this.q6k_1, this.r6k_1, completion);
|
|
6112
|
+
i.s6k_1 = $this$channelFlow;
|
|
6113
6113
|
return i;
|
|
6114
6114
|
};
|
|
6115
6115
|
function windowedByInterval$slambda_0($this_windowedByInterval, $intervalMillis, resultContinuation) {
|
|
6116
6116
|
var i = new windowedByInterval$slambda($this_windowedByInterval, $intervalMillis, resultContinuation);
|
|
6117
6117
|
var l = function ($this$channelFlow, $completion) {
|
|
6118
|
-
return i.
|
|
6118
|
+
return i.u6k($this$channelFlow, $completion);
|
|
6119
6119
|
};
|
|
6120
6120
|
l.$arity = 1;
|
|
6121
6121
|
return l;
|
|
6122
6122
|
}
|
|
6123
6123
|
function windowedByInterval$o$collect$slambda($$this$unsafeFlow, resultContinuation) {
|
|
6124
|
-
this.
|
|
6124
|
+
this.e6l_1 = $$this$unsafeFlow;
|
|
6125
6125
|
CoroutineImpl.call(this, resultContinuation);
|
|
6126
6126
|
}
|
|
6127
6127
|
protoOf(windowedByInterval$o$collect$slambda).x2h = function (value, $completion) {
|
|
@@ -6142,14 +6142,14 @@
|
|
|
6142
6142
|
case 0:
|
|
6143
6143
|
this.t8_1 = 5;
|
|
6144
6144
|
var tmp_0 = this;
|
|
6145
|
-
tmp_0.
|
|
6145
|
+
tmp_0.h6l_1 = this.e6l_1;
|
|
6146
6146
|
var tmp_1 = this;
|
|
6147
|
-
tmp_1.
|
|
6147
|
+
tmp_1.g6l_1 = this.f6l_1;
|
|
6148
6148
|
this.s8_1 = 1;
|
|
6149
6149
|
continue $sm;
|
|
6150
6150
|
case 1:
|
|
6151
|
-
var $this$transform = this.
|
|
6152
|
-
var value = this.
|
|
6151
|
+
var $this$transform = this.h6l_1;
|
|
6152
|
+
var value = this.g6l_1;
|
|
6153
6153
|
if (!value.r()) {
|
|
6154
6154
|
this.s8_1 = 3;
|
|
6155
6155
|
suspendResult = $this$transform.o28(value, this);
|
|
@@ -6190,8 +6190,8 @@
|
|
|
6190
6190
|
while (true);
|
|
6191
6191
|
};
|
|
6192
6192
|
protoOf(windowedByInterval$o$collect$slambda).y2h = function (value, completion) {
|
|
6193
|
-
var i = new windowedByInterval$o$collect$slambda(this.
|
|
6194
|
-
i.
|
|
6193
|
+
var i = new windowedByInterval$o$collect$slambda(this.e6l_1, completion);
|
|
6194
|
+
i.f6l_1 = value;
|
|
6195
6195
|
return i;
|
|
6196
6196
|
};
|
|
6197
6197
|
function windowedByInterval$o$collect$slambda_0($$this$unsafeFlow, resultContinuation) {
|
|
@@ -6204,8 +6204,8 @@
|
|
|
6204
6204
|
}
|
|
6205
6205
|
function $collectCOROUTINE$_0(_this__u8e3s4, collector, resultContinuation) {
|
|
6206
6206
|
CoroutineImpl.call(this, resultContinuation);
|
|
6207
|
-
this.
|
|
6208
|
-
this.
|
|
6207
|
+
this.q6l_1 = _this__u8e3s4;
|
|
6208
|
+
this.r6l_1 = collector;
|
|
6209
6209
|
}
|
|
6210
6210
|
protoOf($collectCOROUTINE$_0).a9 = function () {
|
|
6211
6211
|
var suspendResult = this.u8_1;
|
|
@@ -6215,10 +6215,10 @@
|
|
|
6215
6215
|
switch (tmp) {
|
|
6216
6216
|
case 0:
|
|
6217
6217
|
this.t8_1 = 2;
|
|
6218
|
-
var $this$unsafeFlow = this.
|
|
6218
|
+
var $this$unsafeFlow = this.r6l_1;
|
|
6219
6219
|
this.s8_1 = 1;
|
|
6220
6220
|
var tmp_0 = windowedByInterval$o$collect$slambda_0($this$unsafeFlow, null);
|
|
6221
|
-
suspendResult = this.
|
|
6221
|
+
suspendResult = this.q6l_1.s6l_1.o27(new sam$kotlinx_coroutines_flow_FlowCollector$0_0(tmp_0), this);
|
|
6222
6222
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6223
6223
|
return suspendResult;
|
|
6224
6224
|
}
|
|
@@ -6241,7 +6241,7 @@
|
|
|
6241
6241
|
while (true);
|
|
6242
6242
|
};
|
|
6243
6243
|
function windowedByInterval$$inlined$filter$1($this) {
|
|
6244
|
-
this.
|
|
6244
|
+
this.s6l_1 = $this;
|
|
6245
6245
|
}
|
|
6246
6246
|
protoOf(windowedByInterval$$inlined$filter$1).p28 = function (collector, $completion) {
|
|
6247
6247
|
var tmp = new $collectCOROUTINE$_0(this, collector, $completion);
|
|
@@ -6539,28 +6539,28 @@
|
|
|
6539
6539
|
};
|
|
6540
6540
|
}
|
|
6541
6541
|
function ServerLoggerKey(gameId) {
|
|
6542
|
-
this.
|
|
6542
|
+
this.t6l_1 = gameId;
|
|
6543
6543
|
}
|
|
6544
|
-
protoOf(ServerLoggerKey).
|
|
6545
|
-
return this.
|
|
6544
|
+
protoOf(ServerLoggerKey).u6l = function () {
|
|
6545
|
+
return this.t6l_1;
|
|
6546
6546
|
};
|
|
6547
6547
|
protoOf(ServerLoggerKey).toString = function () {
|
|
6548
|
-
return 'ServerLoggerKey(gameId=' + this.
|
|
6548
|
+
return 'ServerLoggerKey(gameId=' + this.t6l_1 + ')';
|
|
6549
6549
|
};
|
|
6550
6550
|
protoOf(ServerLoggerKey).hashCode = function () {
|
|
6551
|
-
return getStringHashCode(this.
|
|
6551
|
+
return getStringHashCode(this.t6l_1);
|
|
6552
6552
|
};
|
|
6553
6553
|
protoOf(ServerLoggerKey).equals = function (other) {
|
|
6554
6554
|
if (this === other)
|
|
6555
6555
|
return true;
|
|
6556
6556
|
if (!(other instanceof ServerLoggerKey))
|
|
6557
6557
|
return false;
|
|
6558
|
-
if (!(this.
|
|
6558
|
+
if (!(this.t6l_1 === other.t6l_1))
|
|
6559
6559
|
return false;
|
|
6560
6560
|
return true;
|
|
6561
6561
|
};
|
|
6562
6562
|
function _get_$cachedSerializer__te6jhj_8($this) {
|
|
6563
|
-
return $this.
|
|
6563
|
+
return $this.v6l_1.x();
|
|
6564
6564
|
}
|
|
6565
6565
|
function LogType$Companion$_anonymous__d4fjnz() {
|
|
6566
6566
|
return createSimpleEnumSerializer('com.logic.utils.logger.outputs.LogType', values_3());
|
|
@@ -6600,7 +6600,7 @@
|
|
|
6600
6600
|
Companion_instance_23 = this;
|
|
6601
6601
|
var tmp = this;
|
|
6602
6602
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
6603
|
-
tmp.
|
|
6603
|
+
tmp.v6l_1 = lazy(tmp_0, LogType$Companion$_anonymous__d4fjnz);
|
|
6604
6604
|
}
|
|
6605
6605
|
protoOf(Companion_21).b1c = function () {
|
|
6606
6606
|
return _get_$cachedSerializer__te6jhj_8(this);
|
|
@@ -6663,7 +6663,7 @@
|
|
|
6663
6663
|
// Inline function 'kotlin.arrayOf' call
|
|
6664
6664
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
6665
6665
|
// Inline function 'kotlin.js.asDynamic' call
|
|
6666
|
-
tmp.
|
|
6666
|
+
tmp.b6m_1 = [lazy(tmp_0, LoggerOutputDataDto$Companion$$childSerializers$_anonymous__j015dy), null, null, null, null];
|
|
6667
6667
|
}
|
|
6668
6668
|
protoOf(Companion_22).b1c = function () {
|
|
6669
6669
|
return $serializer_getInstance_10();
|
|
@@ -6682,12 +6682,12 @@
|
|
|
6682
6682
|
tmp0_serialDesc.hz('tag', false);
|
|
6683
6683
|
tmp0_serialDesc.hz('message', false);
|
|
6684
6684
|
tmp0_serialDesc.hz('stackTrace', false);
|
|
6685
|
-
this.
|
|
6685
|
+
this.c6m_1 = tmp0_serialDesc;
|
|
6686
6686
|
}
|
|
6687
|
-
protoOf($serializer_10).
|
|
6688
|
-
var tmp0_desc = this.
|
|
6687
|
+
protoOf($serializer_10).d6m = function (encoder, value) {
|
|
6688
|
+
var tmp0_desc = this.c6m_1;
|
|
6689
6689
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
6690
|
-
var tmp2_cached = Companion_getInstance_25().
|
|
6690
|
+
var tmp2_cached = Companion_getInstance_25().b6m_1;
|
|
6691
6691
|
tmp1_output.gt(tmp0_desc, 0, tmp2_cached[0].x(), value.type);
|
|
6692
6692
|
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.key);
|
|
6693
6693
|
tmp1_output.it(tmp0_desc, 2, StringSerializer_getInstance(), value.tag);
|
|
@@ -6696,10 +6696,10 @@
|
|
|
6696
6696
|
tmp1_output.qr(tmp0_desc);
|
|
6697
6697
|
};
|
|
6698
6698
|
protoOf($serializer_10).do = function (encoder, value) {
|
|
6699
|
-
return this.
|
|
6699
|
+
return this.d6m(encoder, value instanceof LoggerOutputDataDto ? value : THROW_CCE());
|
|
6700
6700
|
};
|
|
6701
6701
|
protoOf($serializer_10).eo = function (decoder) {
|
|
6702
|
-
var tmp0_desc = this.
|
|
6702
|
+
var tmp0_desc = this.c6m_1;
|
|
6703
6703
|
var tmp1_flag = true;
|
|
6704
6704
|
var tmp2_index = 0;
|
|
6705
6705
|
var tmp3_bitMask0 = 0;
|
|
@@ -6709,7 +6709,7 @@
|
|
|
6709
6709
|
var tmp7_local3 = null;
|
|
6710
6710
|
var tmp8_local4 = null;
|
|
6711
6711
|
var tmp9_input = decoder.pr(tmp0_desc);
|
|
6712
|
-
var tmp10_cached = Companion_getInstance_25().
|
|
6712
|
+
var tmp10_cached = Companion_getInstance_25().b6m_1;
|
|
6713
6713
|
if (tmp9_input.fs()) {
|
|
6714
6714
|
tmp4_local0 = tmp9_input.bs(tmp0_desc, 0, tmp10_cached[0].x(), tmp4_local0);
|
|
6715
6715
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -6756,13 +6756,13 @@
|
|
|
6756
6756
|
return LoggerOutputDataDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
6757
6757
|
};
|
|
6758
6758
|
protoOf($serializer_10).co = function () {
|
|
6759
|
-
return this.
|
|
6759
|
+
return this.c6m_1;
|
|
6760
6760
|
};
|
|
6761
6761
|
protoOf($serializer_10).wz = function () {
|
|
6762
6762
|
// Inline function 'kotlin.arrayOf' call
|
|
6763
6763
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
6764
6764
|
// Inline function 'kotlin.js.asDynamic' call
|
|
6765
|
-
return [Companion_getInstance_25().
|
|
6765
|
+
return [Companion_getInstance_25().b6m_1[0].x(), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
|
|
6766
6766
|
};
|
|
6767
6767
|
var $serializer_instance_10;
|
|
6768
6768
|
function $serializer_getInstance_10() {
|
|
@@ -6772,7 +6772,7 @@
|
|
|
6772
6772
|
}
|
|
6773
6773
|
function LoggerOutputDataDto_init_$Init$(seen0, type, key, tag, message, stackTrace, serializationConstructorMarker, $this) {
|
|
6774
6774
|
if (!(31 === (31 & seen0))) {
|
|
6775
|
-
throwMissingFieldException(seen0, 31, $serializer_getInstance_10().
|
|
6775
|
+
throwMissingFieldException(seen0, 31, $serializer_getInstance_10().c6m_1);
|
|
6776
6776
|
}
|
|
6777
6777
|
$this.type = type;
|
|
6778
6778
|
$this.key = key;
|
|
@@ -6792,23 +6792,23 @@
|
|
|
6792
6792
|
this.message = message;
|
|
6793
6793
|
this.stackTrace = stackTrace;
|
|
6794
6794
|
}
|
|
6795
|
-
protoOf(LoggerOutputDataDto).
|
|
6795
|
+
protoOf(LoggerOutputDataDto).v5z = function () {
|
|
6796
6796
|
return this.type;
|
|
6797
6797
|
};
|
|
6798
6798
|
protoOf(LoggerOutputDataDto).w = function () {
|
|
6799
6799
|
return this.key;
|
|
6800
6800
|
};
|
|
6801
|
-
protoOf(LoggerOutputDataDto).
|
|
6801
|
+
protoOf(LoggerOutputDataDto).w65 = function () {
|
|
6802
6802
|
return this.tag;
|
|
6803
6803
|
};
|
|
6804
6804
|
protoOf(LoggerOutputDataDto).e = function () {
|
|
6805
6805
|
return this.message;
|
|
6806
6806
|
};
|
|
6807
|
-
protoOf(LoggerOutputDataDto).
|
|
6807
|
+
protoOf(LoggerOutputDataDto).e6m = function () {
|
|
6808
6808
|
return this.stackTrace;
|
|
6809
6809
|
};
|
|
6810
6810
|
protoOf(LoggerOutputDataDto).toMessageLog = function () {
|
|
6811
|
-
var time = toLocalDateTime(System_instance.dk(), Companion_getInstance_1().
|
|
6811
|
+
var time = toLocalDateTime(System_instance.dk(), Companion_getInstance_1().x5w());
|
|
6812
6812
|
var tmp = time.toString();
|
|
6813
6813
|
// Inline function 'kotlin.text.lowercase' call
|
|
6814
6814
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -6858,10 +6858,10 @@
|
|
|
6858
6858
|
protoOf(LoggerOutputDataDto).o54 = function () {
|
|
6859
6859
|
return this.message;
|
|
6860
6860
|
};
|
|
6861
|
-
protoOf(LoggerOutputDataDto).
|
|
6861
|
+
protoOf(LoggerOutputDataDto).t66 = function () {
|
|
6862
6862
|
return this.stackTrace;
|
|
6863
6863
|
};
|
|
6864
|
-
protoOf(LoggerOutputDataDto).
|
|
6864
|
+
protoOf(LoggerOutputDataDto).f6m = function (type, key, tag, message, stackTrace) {
|
|
6865
6865
|
return new LoggerOutputDataDto(type, key, tag, message, stackTrace);
|
|
6866
6866
|
};
|
|
6867
6867
|
protoOf(LoggerOutputDataDto).copy = function (type, key, tag, message, stackTrace, $super) {
|
|
@@ -6870,7 +6870,7 @@
|
|
|
6870
6870
|
tag = tag === VOID ? this.tag : tag;
|
|
6871
6871
|
message = message === VOID ? this.message : message;
|
|
6872
6872
|
stackTrace = stackTrace === VOID ? this.stackTrace : stackTrace;
|
|
6873
|
-
return $super === VOID ? this.
|
|
6873
|
+
return $super === VOID ? this.f6m(type, key, tag, message, stackTrace) : $super.f6m.call(this, type, key, tag, message, stackTrace);
|
|
6874
6874
|
};
|
|
6875
6875
|
protoOf(LoggerOutputDataDto).toString = function () {
|
|
6876
6876
|
return 'LoggerOutputDataDto(type=' + this.type.toString() + ', key=' + this.key + ', tag=' + this.tag + ', message=' + this.message + ', stackTrace=' + this.stackTrace + ')';
|
|
@@ -6901,19 +6901,19 @@
|
|
|
6901
6901
|
return true;
|
|
6902
6902
|
};
|
|
6903
6903
|
function checkInitialised($this) {
|
|
6904
|
-
if ($this.
|
|
6904
|
+
if ($this.g6m_1.equals(AppEnvironmentValue_UNDEFINED_getInstance())) {
|
|
6905
6905
|
Logger_getInstance().a1m(VOID, IllegalStateException_init_$Create$('AppEnvironment not initialised'));
|
|
6906
6906
|
}
|
|
6907
6907
|
}
|
|
6908
6908
|
function AppEnvironment() {
|
|
6909
6909
|
AppEnvironment_instance = this;
|
|
6910
|
-
this.
|
|
6910
|
+
this.g6m_1 = AppEnvironmentValue_UNDEFINED_getInstance();
|
|
6911
6911
|
}
|
|
6912
|
-
protoOf(AppEnvironment).
|
|
6913
|
-
this.
|
|
6912
|
+
protoOf(AppEnvironment).h6m = function (value) {
|
|
6913
|
+
this.g6m_1 = value;
|
|
6914
6914
|
};
|
|
6915
|
-
protoOf(AppEnvironment).
|
|
6916
|
-
var tmp = this.
|
|
6915
|
+
protoOf(AppEnvironment).i6m = function () {
|
|
6916
|
+
var tmp = this.g6m_1;
|
|
6917
6917
|
// Inline function 'kotlin.also' call
|
|
6918
6918
|
var this_0 = AppEnvironmentValue_PRODUCTION_getInstance();
|
|
6919
6919
|
checkInitialised(AppEnvironment_getInstance());
|
|
@@ -6990,11 +6990,11 @@
|
|
|
6990
6990
|
function randomOrgModule$lambda$lambda($randomOrgConfig) {
|
|
6991
6991
|
return function ($this$singleton) {
|
|
6992
6992
|
// Inline function 'org.kodein.di.instance' call
|
|
6993
|
-
var tmp = $this$singleton.
|
|
6993
|
+
var tmp = $this$singleton.s60();
|
|
6994
6994
|
// Inline function 'org.kodein.type.generic' call
|
|
6995
6995
|
var tmp_0 = typeToken(createKType(getKClass(RaspberryLogger), arrayOf([]), false));
|
|
6996
6996
|
var tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
|
|
6997
|
-
var logger = tmp.
|
|
6997
|
+
var logger = tmp.r60(tmp$ret$0, null);
|
|
6998
6998
|
var tmp0_apiKey = $randomOrgConfig.apiKey;
|
|
6999
6999
|
var tmp_1 = HttpFactory_instance;
|
|
7000
7000
|
var tmp_2 = mapToParams($randomOrgConfig.httpConfig);
|
|
@@ -7009,17 +7009,17 @@
|
|
|
7009
7009
|
if (tmp0_elvis_lhs == null) {
|
|
7010
7010
|
var tmp_0 = new PoolParams();
|
|
7011
7011
|
// Inline function 'org.kodein.di.instance' call
|
|
7012
|
-
var tmp_1 = $this$singleton.
|
|
7012
|
+
var tmp_1 = $this$singleton.s60();
|
|
7013
7013
|
// Inline function 'org.kodein.type.generic' call
|
|
7014
7014
|
var tmp_2 = typeToken(createKType(getKClass(RandomOrgApiService), arrayOf([]), false));
|
|
7015
7015
|
var tmp$ret$0 = isInterface(tmp_2, TypeToken) ? tmp_2 : THROW_CCE();
|
|
7016
|
-
var tmp_3 = tmp_1.
|
|
7016
|
+
var tmp_3 = tmp_1.r60(tmp$ret$0, null);
|
|
7017
7017
|
// Inline function 'org.kodein.di.instance' call
|
|
7018
|
-
var tmp_4 = $this$singleton.
|
|
7018
|
+
var tmp_4 = $this$singleton.s60();
|
|
7019
7019
|
// Inline function 'org.kodein.type.generic' call
|
|
7020
7020
|
var tmp_5 = typeToken(createKType(getKClass(RaspberryLogger), arrayOf([]), false));
|
|
7021
7021
|
var tmp$ret$2 = isInterface(tmp_5, TypeToken) ? tmp_5 : THROW_CCE();
|
|
7022
|
-
var tmp$ret$3 = tmp_4.
|
|
7022
|
+
var tmp$ret$3 = tmp_4.r60(tmp$ret$2, null);
|
|
7023
7023
|
tmp = new RandomPoolProviderImpl(tmp_0, tmp_3, tmp$ret$3);
|
|
7024
7024
|
} else {
|
|
7025
7025
|
tmp = tmp0_elvis_lhs;
|
|
@@ -7035,34 +7035,34 @@
|
|
|
7035
7035
|
// Inline function 'org.kodein.type.generic' call
|
|
7036
7036
|
var tmp_0 = typeToken(createKType(getKClass(RandomOrgApiService), arrayOf([]), false));
|
|
7037
7037
|
var tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
|
|
7038
|
-
var tmp_1 = $this$Module.
|
|
7038
|
+
var tmp_1 = $this$Module.f5z(tmp$ret$0, null, null);
|
|
7039
7039
|
// Inline function 'org.kodein.di.singleton' call
|
|
7040
7040
|
var creator = randomOrgModule$lambda$lambda($randomOrgConfig);
|
|
7041
|
-
var tmp_2 = $this$Module.
|
|
7042
|
-
var tmp_3 = $this$Module.
|
|
7043
|
-
var tmp_4 = $this$Module.
|
|
7041
|
+
var tmp_2 = $this$Module.k5z();
|
|
7042
|
+
var tmp_3 = $this$Module.i5z();
|
|
7043
|
+
var tmp_4 = $this$Module.j5z();
|
|
7044
7044
|
// Inline function 'org.kodein.type.generic' call
|
|
7045
7045
|
var tmp_5 = typeToken(createKType(getKClass(RandomOrgApiServiceImpl), arrayOf([]), false));
|
|
7046
7046
|
var tmp$ret$2 = isInterface(tmp_5, TypeToken) ? tmp_5 : THROW_CCE();
|
|
7047
7047
|
var tmp$ret$3 = new Singleton(tmp_2, tmp_3, tmp_4, tmp$ret$2, null, true, creator);
|
|
7048
|
-
tmp_1.
|
|
7048
|
+
tmp_1.d63(tmp$ret$3);
|
|
7049
7049
|
tmp = Unit_instance;
|
|
7050
7050
|
}
|
|
7051
7051
|
// Inline function 'org.kodein.di.bind' call
|
|
7052
7052
|
// Inline function 'org.kodein.type.generic' call
|
|
7053
7053
|
var tmp_6 = typeToken(createKType(getKClass(RandomPoolProvider), arrayOf([]), false));
|
|
7054
7054
|
var tmp$ret$4 = isInterface(tmp_6, TypeToken) ? tmp_6 : THROW_CCE();
|
|
7055
|
-
var tmp_7 = $this$Module.
|
|
7055
|
+
var tmp_7 = $this$Module.f5z(tmp$ret$4, null, null);
|
|
7056
7056
|
// Inline function 'org.kodein.di.singleton' call
|
|
7057
7057
|
var creator_0 = randomOrgModule$lambda$lambda_0($externalRandomPoolProvider);
|
|
7058
|
-
var tmp_8 = $this$Module.
|
|
7059
|
-
var tmp_9 = $this$Module.
|
|
7060
|
-
var tmp_10 = $this$Module.
|
|
7058
|
+
var tmp_8 = $this$Module.k5z();
|
|
7059
|
+
var tmp_9 = $this$Module.i5z();
|
|
7060
|
+
var tmp_10 = $this$Module.j5z();
|
|
7061
7061
|
// Inline function 'org.kodein.type.generic' call
|
|
7062
7062
|
var tmp_11 = typeToken(createKType(getKClass(RandomPoolProvider), arrayOf([]), false));
|
|
7063
7063
|
var tmp$ret$6 = isInterface(tmp_11, TypeToken) ? tmp_11 : THROW_CCE();
|
|
7064
7064
|
var tmp$ret$7 = new Singleton(tmp_8, tmp_9, tmp_10, tmp$ret$6, null, true, creator_0);
|
|
7065
|
-
tmp_7.
|
|
7065
|
+
tmp_7.d63(tmp$ret$7);
|
|
7066
7066
|
return Unit_instance;
|
|
7067
7067
|
};
|
|
7068
7068
|
}
|
|
@@ -7074,11 +7074,11 @@
|
|
|
7074
7074
|
}
|
|
7075
7075
|
function combinedLoggerModule$lambda$lambda_0($this$singleton) {
|
|
7076
7076
|
// Inline function 'org.kodein.di.instance' call
|
|
7077
|
-
var tmp = $this$singleton.
|
|
7077
|
+
var tmp = $this$singleton.s60();
|
|
7078
7078
|
// Inline function 'org.kodein.type.generic' call
|
|
7079
7079
|
var tmp_0 = typeToken(createKType(getKClass(CombinedRaspberryLogger), arrayOf([]), false));
|
|
7080
7080
|
var tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
|
|
7081
|
-
return tmp.
|
|
7081
|
+
return tmp.r60(tmp$ret$0, null);
|
|
7082
7082
|
}
|
|
7083
7083
|
function combinedLoggerModule$lambda($combinedLogger) {
|
|
7084
7084
|
return function ($this$Module) {
|
|
@@ -7086,32 +7086,32 @@
|
|
|
7086
7086
|
// Inline function 'org.kodein.type.generic' call
|
|
7087
7087
|
var tmp = typeToken(createKType(getKClass(CombinedRaspberryLogger), arrayOf([]), false));
|
|
7088
7088
|
var tmp$ret$0 = isInterface(tmp, TypeToken) ? tmp : THROW_CCE();
|
|
7089
|
-
var tmp_0 = $this$Module.
|
|
7089
|
+
var tmp_0 = $this$Module.f5z(tmp$ret$0, null, null);
|
|
7090
7090
|
// Inline function 'org.kodein.di.singleton' call
|
|
7091
7091
|
var creator = combinedLoggerModule$lambda$lambda($combinedLogger);
|
|
7092
|
-
var tmp_1 = $this$Module.
|
|
7093
|
-
var tmp_2 = $this$Module.
|
|
7094
|
-
var tmp_3 = $this$Module.
|
|
7092
|
+
var tmp_1 = $this$Module.k5z();
|
|
7093
|
+
var tmp_2 = $this$Module.i5z();
|
|
7094
|
+
var tmp_3 = $this$Module.j5z();
|
|
7095
7095
|
// Inline function 'org.kodein.type.generic' call
|
|
7096
7096
|
var tmp_4 = typeToken(createKType(getKClass(CombinedRaspberryLogger), arrayOf([]), false));
|
|
7097
7097
|
var tmp$ret$2 = isInterface(tmp_4, TypeToken) ? tmp_4 : THROW_CCE();
|
|
7098
7098
|
var tmp$ret$3 = new Singleton(tmp_1, tmp_2, tmp_3, tmp$ret$2, null, true, creator);
|
|
7099
|
-
tmp_0.
|
|
7099
|
+
tmp_0.d63(tmp$ret$3);
|
|
7100
7100
|
// Inline function 'org.kodein.di.bind' call
|
|
7101
7101
|
// Inline function 'org.kodein.type.generic' call
|
|
7102
7102
|
var tmp_5 = typeToken(createKType(getKClass(RaspberryLogger), arrayOf([]), false));
|
|
7103
7103
|
var tmp$ret$4 = isInterface(tmp_5, TypeToken) ? tmp_5 : THROW_CCE();
|
|
7104
|
-
var tmp_6 = $this$Module.
|
|
7104
|
+
var tmp_6 = $this$Module.f5z(tmp$ret$4, null, null);
|
|
7105
7105
|
// Inline function 'org.kodein.di.singleton' call
|
|
7106
7106
|
var creator_0 = combinedLoggerModule$lambda$lambda_0;
|
|
7107
|
-
var tmp_7 = $this$Module.
|
|
7108
|
-
var tmp_8 = $this$Module.
|
|
7109
|
-
var tmp_9 = $this$Module.
|
|
7107
|
+
var tmp_7 = $this$Module.k5z();
|
|
7108
|
+
var tmp_8 = $this$Module.i5z();
|
|
7109
|
+
var tmp_9 = $this$Module.j5z();
|
|
7110
7110
|
// Inline function 'org.kodein.type.generic' call
|
|
7111
7111
|
var tmp_10 = typeToken(createKType(getKClass(CombinedRaspberryLogger), arrayOf([]), false));
|
|
7112
7112
|
var tmp$ret$6 = isInterface(tmp_10, TypeToken) ? tmp_10 : THROW_CCE();
|
|
7113
7113
|
var tmp$ret$7 = new Singleton(tmp_7, tmp_8, tmp_9, tmp$ret$6, null, true, creator_0);
|
|
7114
|
-
tmp_6.
|
|
7114
|
+
tmp_6.d63(tmp$ret$7);
|
|
7115
7115
|
return Unit_instance;
|
|
7116
7116
|
};
|
|
7117
7117
|
}
|
|
@@ -7122,47 +7122,47 @@
|
|
|
7122
7122
|
tmp = new FakeCardsDealerProvider();
|
|
7123
7123
|
} else {
|
|
7124
7124
|
// Inline function 'org.kodein.di.instance' call
|
|
7125
|
-
var tmp_0 = $this$singleton.
|
|
7125
|
+
var tmp_0 = $this$singleton.s60();
|
|
7126
7126
|
// Inline function 'org.kodein.type.generic' call
|
|
7127
7127
|
var tmp_1 = typeToken(createKType(getKClass(RaspberryLogger), arrayOf([]), false));
|
|
7128
7128
|
var tmp$ret$0 = isInterface(tmp_1, TypeToken) ? tmp_1 : THROW_CCE();
|
|
7129
|
-
var tmp2_logger = tmp_0.
|
|
7129
|
+
var tmp2_logger = tmp_0.r60(tmp$ret$0, null);
|
|
7130
7130
|
var tmp0_elvis_lhs = $externalRandomPoolProvider;
|
|
7131
7131
|
var tmp_2;
|
|
7132
7132
|
if (tmp0_elvis_lhs == null) {
|
|
7133
7133
|
// Inline function 'org.kodein.di.instance' call
|
|
7134
|
-
var tmp_3 = $this$singleton.
|
|
7134
|
+
var tmp_3 = $this$singleton.s60();
|
|
7135
7135
|
// Inline function 'org.kodein.type.generic' call
|
|
7136
7136
|
var tmp_4 = typeToken(createKType(getKClass(RandomPoolProvider), arrayOf([]), false));
|
|
7137
7137
|
var tmp$ret$2 = isInterface(tmp_4, TypeToken) ? tmp_4 : THROW_CCE();
|
|
7138
|
-
tmp_2 = tmp_3.
|
|
7138
|
+
tmp_2 = tmp_3.r60(tmp$ret$2, null);
|
|
7139
7139
|
} else {
|
|
7140
7140
|
tmp_2 = tmp0_elvis_lhs;
|
|
7141
7141
|
}
|
|
7142
7142
|
var tmp3_randomPoolProvider = tmp_2;
|
|
7143
|
-
tmp = Companion_instance_0.
|
|
7143
|
+
tmp = Companion_instance_0.l5f(tmp3_randomPoolProvider, tmp2_logger);
|
|
7144
7144
|
}
|
|
7145
7145
|
return tmp;
|
|
7146
7146
|
};
|
|
7147
7147
|
}
|
|
7148
7148
|
function dealerModule$lambda($randomOrgConfig, $externalRandomPoolProvider, $fake) {
|
|
7149
7149
|
return function ($this$Module) {
|
|
7150
|
-
$this$Module.
|
|
7150
|
+
$this$Module.h5z(randomOrgModule($randomOrgConfig, $externalRandomPoolProvider));
|
|
7151
7151
|
// Inline function 'org.kodein.di.bind' call
|
|
7152
7152
|
// Inline function 'org.kodein.type.generic' call
|
|
7153
7153
|
var tmp = typeToken(createKType(getKClass(CardsDealerProvider), arrayOf([]), false));
|
|
7154
7154
|
var tmp$ret$0 = isInterface(tmp, TypeToken) ? tmp : THROW_CCE();
|
|
7155
|
-
var tmp_0 = $this$Module.
|
|
7155
|
+
var tmp_0 = $this$Module.f5z(tmp$ret$0, null, null);
|
|
7156
7156
|
// Inline function 'org.kodein.di.singleton' call
|
|
7157
7157
|
var creator = dealerModule$lambda$lambda($fake, $externalRandomPoolProvider);
|
|
7158
|
-
var tmp_1 = $this$Module.
|
|
7159
|
-
var tmp_2 = $this$Module.
|
|
7160
|
-
var tmp_3 = $this$Module.
|
|
7158
|
+
var tmp_1 = $this$Module.k5z();
|
|
7159
|
+
var tmp_2 = $this$Module.i5z();
|
|
7160
|
+
var tmp_3 = $this$Module.j5z();
|
|
7161
7161
|
// Inline function 'org.kodein.type.generic' call
|
|
7162
7162
|
var tmp_4 = typeToken(createKType(getKClass(CardsDealerProvider), arrayOf([]), false));
|
|
7163
7163
|
var tmp$ret$2 = isInterface(tmp_4, TypeToken) ? tmp_4 : THROW_CCE();
|
|
7164
7164
|
var tmp$ret$3 = new Singleton(tmp_1, tmp_2, tmp_3, tmp$ret$2, null, true, creator);
|
|
7165
|
-
tmp_0.
|
|
7165
|
+
tmp_0.d63(tmp$ret$3);
|
|
7166
7166
|
return Unit_instance;
|
|
7167
7167
|
};
|
|
7168
7168
|
}
|
|
@@ -7177,11 +7177,11 @@
|
|
|
7177
7177
|
var tmp;
|
|
7178
7178
|
if (tmp0_elvis_lhs == null) {
|
|
7179
7179
|
// Inline function 'org.kodein.di.instance' call
|
|
7180
|
-
var tmp_0 = $this$singleton.
|
|
7180
|
+
var tmp_0 = $this$singleton.s60();
|
|
7181
7181
|
// Inline function 'org.kodein.type.generic' call
|
|
7182
7182
|
var tmp_1 = typeToken(createKType(getKClass(RaspberryLogger), arrayOf([]), false));
|
|
7183
7183
|
var tmp$ret$0 = isInterface(tmp_1, TypeToken) ? tmp_1 : THROW_CCE();
|
|
7184
|
-
var tmp$ret$1 = tmp_0.
|
|
7184
|
+
var tmp$ret$1 = tmp_0.r60(tmp$ret$0, null);
|
|
7185
7185
|
tmp = new AsyncProviderImpl(tmp$ret$1);
|
|
7186
7186
|
} else {
|
|
7187
7187
|
tmp = tmp0_elvis_lhs;
|
|
@@ -7195,11 +7195,11 @@
|
|
|
7195
7195
|
var tmp;
|
|
7196
7196
|
if (tmp0_elvis_lhs == null) {
|
|
7197
7197
|
// Inline function 'org.kodein.di.instance' call
|
|
7198
|
-
var tmp_0 = $this$singleton.
|
|
7198
|
+
var tmp_0 = $this$singleton.s60();
|
|
7199
7199
|
// Inline function 'org.kodein.type.generic' call
|
|
7200
7200
|
var tmp_1 = typeToken(createKType(getKClass(RaspberryLogger), arrayOf([]), false));
|
|
7201
7201
|
var tmp$ret$0 = isInterface(tmp_1, TypeToken) ? tmp_1 : THROW_CCE();
|
|
7202
|
-
var tmp$ret$1 = tmp_0.
|
|
7202
|
+
var tmp$ret$1 = tmp_0.r60(tmp$ret$0, null);
|
|
7203
7203
|
tmp = new JobsProviderImpl(tmp$ret$1);
|
|
7204
7204
|
} else {
|
|
7205
7205
|
tmp = tmp0_elvis_lhs;
|
|
@@ -7219,64 +7219,64 @@
|
|
|
7219
7219
|
// Inline function 'org.kodein.type.generic' call
|
|
7220
7220
|
var tmp = typeToken(createKType(getKClass(CoreConfig), arrayOf([]), false));
|
|
7221
7221
|
var tmp$ret$0 = isInterface(tmp, TypeToken) ? tmp : THROW_CCE();
|
|
7222
|
-
var tmp_0 = $this$Module.
|
|
7222
|
+
var tmp_0 = $this$Module.f5z(tmp$ret$0, null, null);
|
|
7223
7223
|
// Inline function 'org.kodein.di.singleton' call
|
|
7224
7224
|
var creator = coreModule$lambda$lambda($config);
|
|
7225
|
-
var tmp_1 = $this$Module.
|
|
7226
|
-
var tmp_2 = $this$Module.
|
|
7227
|
-
var tmp_3 = $this$Module.
|
|
7225
|
+
var tmp_1 = $this$Module.k5z();
|
|
7226
|
+
var tmp_2 = $this$Module.i5z();
|
|
7227
|
+
var tmp_3 = $this$Module.j5z();
|
|
7228
7228
|
// Inline function 'org.kodein.type.generic' call
|
|
7229
7229
|
var tmp_4 = typeToken(createKType(getKClass(CoreConfig), arrayOf([]), false));
|
|
7230
7230
|
var tmp$ret$2 = isInterface(tmp_4, TypeToken) ? tmp_4 : THROW_CCE();
|
|
7231
7231
|
var tmp$ret$3 = new Singleton(tmp_1, tmp_2, tmp_3, tmp$ret$2, null, true, creator);
|
|
7232
|
-
tmp_0.
|
|
7232
|
+
tmp_0.d63(tmp$ret$3);
|
|
7233
7233
|
// Inline function 'org.kodein.di.bind' call
|
|
7234
7234
|
// Inline function 'org.kodein.type.generic' call
|
|
7235
7235
|
var tmp_5 = typeToken(createKType(getKClass(AsyncProvider), arrayOf([]), false));
|
|
7236
7236
|
var tmp$ret$4 = isInterface(tmp_5, TypeToken) ? tmp_5 : THROW_CCE();
|
|
7237
|
-
var tmp_6 = $this$Module.
|
|
7237
|
+
var tmp_6 = $this$Module.f5z(tmp$ret$4, null, null);
|
|
7238
7238
|
// Inline function 'org.kodein.di.singleton' call
|
|
7239
7239
|
var creator_0 = coreModule$lambda$lambda_0($asyncProvider);
|
|
7240
|
-
var tmp_7 = $this$Module.
|
|
7241
|
-
var tmp_8 = $this$Module.
|
|
7242
|
-
var tmp_9 = $this$Module.
|
|
7240
|
+
var tmp_7 = $this$Module.k5z();
|
|
7241
|
+
var tmp_8 = $this$Module.i5z();
|
|
7242
|
+
var tmp_9 = $this$Module.j5z();
|
|
7243
7243
|
// Inline function 'org.kodein.type.generic' call
|
|
7244
7244
|
var tmp_10 = typeToken(createKType(getKClass(AsyncProvider), arrayOf([]), false));
|
|
7245
7245
|
var tmp$ret$6 = isInterface(tmp_10, TypeToken) ? tmp_10 : THROW_CCE();
|
|
7246
7246
|
var tmp$ret$7 = new Singleton(tmp_7, tmp_8, tmp_9, tmp$ret$6, null, true, creator_0);
|
|
7247
|
-
tmp_6.
|
|
7247
|
+
tmp_6.d63(tmp$ret$7);
|
|
7248
7248
|
// Inline function 'org.kodein.di.bind' call
|
|
7249
7249
|
// Inline function 'org.kodein.type.generic' call
|
|
7250
7250
|
var tmp_11 = typeToken(createKType(getKClass(JobsProvider), arrayOf([]), false));
|
|
7251
7251
|
var tmp$ret$8 = isInterface(tmp_11, TypeToken) ? tmp_11 : THROW_CCE();
|
|
7252
|
-
var tmp_12 = $this$Module.
|
|
7252
|
+
var tmp_12 = $this$Module.f5z(tmp$ret$8, null, null);
|
|
7253
7253
|
// Inline function 'org.kodein.di.singleton' call
|
|
7254
7254
|
var creator_1 = coreModule$lambda$lambda_1($jobsProvider);
|
|
7255
|
-
var tmp_13 = $this$Module.
|
|
7256
|
-
var tmp_14 = $this$Module.
|
|
7257
|
-
var tmp_15 = $this$Module.
|
|
7255
|
+
var tmp_13 = $this$Module.k5z();
|
|
7256
|
+
var tmp_14 = $this$Module.i5z();
|
|
7257
|
+
var tmp_15 = $this$Module.j5z();
|
|
7258
7258
|
// Inline function 'org.kodein.type.generic' call
|
|
7259
7259
|
var tmp_16 = typeToken(createKType(getKClass(JobsProvider), arrayOf([]), false));
|
|
7260
7260
|
var tmp$ret$10 = isInterface(tmp_16, TypeToken) ? tmp_16 : THROW_CCE();
|
|
7261
7261
|
var tmp$ret$11 = new Singleton(tmp_13, tmp_14, tmp_15, tmp$ret$10, null, true, creator_1);
|
|
7262
|
-
tmp_12.
|
|
7262
|
+
tmp_12.d63(tmp$ret$11);
|
|
7263
7263
|
// Inline function 'org.kodein.di.bind' call
|
|
7264
7264
|
// Inline function 'org.kodein.type.generic' call
|
|
7265
7265
|
var tmp_17 = typeToken(createKType(getKClass(IdsProvider), arrayOf([]), false));
|
|
7266
7266
|
var tmp$ret$12 = isInterface(tmp_17, TypeToken) ? tmp_17 : THROW_CCE();
|
|
7267
|
-
var tmp_18 = $this$Module.
|
|
7267
|
+
var tmp_18 = $this$Module.f5z(tmp$ret$12, null, null);
|
|
7268
7268
|
// Inline function 'org.kodein.di.singleton' call
|
|
7269
7269
|
var creator_2 = coreModule$lambda$lambda_2($idsProvider);
|
|
7270
|
-
var tmp_19 = $this$Module.
|
|
7271
|
-
var tmp_20 = $this$Module.
|
|
7272
|
-
var tmp_21 = $this$Module.
|
|
7270
|
+
var tmp_19 = $this$Module.k5z();
|
|
7271
|
+
var tmp_20 = $this$Module.i5z();
|
|
7272
|
+
var tmp_21 = $this$Module.j5z();
|
|
7273
7273
|
// Inline function 'org.kodein.type.generic' call
|
|
7274
7274
|
var tmp_22 = typeToken(createKType(getKClass(IdsProvider), arrayOf([]), false));
|
|
7275
7275
|
var tmp$ret$14 = isInterface(tmp_22, TypeToken) ? tmp_22 : THROW_CCE();
|
|
7276
7276
|
var tmp$ret$15 = new Singleton(tmp_19, tmp_20, tmp_21, tmp$ret$14, null, true, creator_2);
|
|
7277
|
-
tmp_18.
|
|
7278
|
-
$this$Module.
|
|
7279
|
-
$this$Module.
|
|
7277
|
+
tmp_18.d63(tmp$ret$15);
|
|
7278
|
+
$this$Module.h5z(get_coreLoggerModule());
|
|
7279
|
+
$this$Module.h5z(get_filesModule());
|
|
7280
7280
|
return Unit_instance;
|
|
7281
7281
|
};
|
|
7282
7282
|
}
|
|
@@ -7285,30 +7285,30 @@
|
|
|
7285
7285
|
// Inline function 'org.kodein.type.generic' call
|
|
7286
7286
|
var tmp = typeToken(createKType(getKClass(LoggerFactory), arrayOf([]), false));
|
|
7287
7287
|
var tmp$ret$0 = isInterface(tmp, TypeToken) ? tmp : THROW_CCE();
|
|
7288
|
-
var tmp_0 = $this$Module.
|
|
7288
|
+
var tmp_0 = $this$Module.f5z(tmp$ret$0, null, null);
|
|
7289
7289
|
// Inline function 'org.kodein.di.provider' call
|
|
7290
7290
|
var creator = _get_coreLoggerModule_$lambda$lambda_5ytuhc;
|
|
7291
|
-
var tmp_1 = $this$Module.
|
|
7291
|
+
var tmp_1 = $this$Module.i5z();
|
|
7292
7292
|
// Inline function 'org.kodein.type.generic' call
|
|
7293
7293
|
var tmp_2 = typeToken(createKType(getKClass(LoggerFactoryImpl), arrayOf([]), false));
|
|
7294
7294
|
var tmp$ret$2 = isInterface(tmp_2, TypeToken) ? tmp_2 : THROW_CCE();
|
|
7295
7295
|
var tmp$ret$3 = new Provider(tmp_1, tmp$ret$2, creator);
|
|
7296
|
-
tmp_0.
|
|
7296
|
+
tmp_0.d63(tmp$ret$3);
|
|
7297
7297
|
return Unit_instance;
|
|
7298
7298
|
}
|
|
7299
7299
|
function _get_coreLoggerModule_$lambda$lambda_5ytuhc($this$provider) {
|
|
7300
7300
|
// Inline function 'org.kodein.di.instance' call
|
|
7301
|
-
var tmp = $this$provider.
|
|
7301
|
+
var tmp = $this$provider.s60();
|
|
7302
7302
|
// Inline function 'org.kodein.type.generic' call
|
|
7303
7303
|
var tmp_0 = typeToken(createKType(getKClass(CoreConfig), arrayOf([]), false));
|
|
7304
7304
|
var tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
|
|
7305
|
-
var tmp_1 = tmp.
|
|
7305
|
+
var tmp_1 = tmp.r60(tmp$ret$0, null);
|
|
7306
7306
|
// Inline function 'org.kodein.di.instance' call
|
|
7307
|
-
var tmp_2 = $this$provider.
|
|
7307
|
+
var tmp_2 = $this$provider.s60();
|
|
7308
7308
|
// Inline function 'org.kodein.type.generic' call
|
|
7309
7309
|
var tmp_3 = typeToken(createKType(getKClass(FileSystem), arrayOf([]), false));
|
|
7310
7310
|
var tmp$ret$2 = isInterface(tmp_3, TypeToken) ? tmp_3 : THROW_CCE();
|
|
7311
|
-
var tmp$ret$3 = tmp_2.
|
|
7311
|
+
var tmp$ret$3 = tmp_2.r60(tmp$ret$2, null);
|
|
7312
7312
|
return new LoggerFactoryImpl(tmp_1, tmp$ret$3);
|
|
7313
7313
|
}
|
|
7314
7314
|
function _get_filesModule_$lambda_n61xc3($this$Module) {
|
|
@@ -7316,15 +7316,15 @@
|
|
|
7316
7316
|
// Inline function 'org.kodein.type.generic' call
|
|
7317
7317
|
var tmp = typeToken(createKType(getKClass(FileSystem), arrayOf([]), false));
|
|
7318
7318
|
var tmp$ret$0 = isInterface(tmp, TypeToken) ? tmp : THROW_CCE();
|
|
7319
|
-
var tmp_0 = $this$Module.
|
|
7319
|
+
var tmp_0 = $this$Module.f5z(tmp$ret$0, null, null);
|
|
7320
7320
|
// Inline function 'org.kodein.di.provider' call
|
|
7321
7321
|
var creator = _get_filesModule_$lambda$lambda_z3m8ge;
|
|
7322
|
-
var tmp_1 = $this$Module.
|
|
7322
|
+
var tmp_1 = $this$Module.i5z();
|
|
7323
7323
|
// Inline function 'org.kodein.type.generic' call
|
|
7324
7324
|
var tmp_2 = typeToken(createKType(getKClass(FileSystemImpl), arrayOf([]), false));
|
|
7325
7325
|
var tmp$ret$2 = isInterface(tmp_2, TypeToken) ? tmp_2 : THROW_CCE();
|
|
7326
7326
|
var tmp$ret$3 = new Provider(tmp_1, tmp$ret$2, creator);
|
|
7327
|
-
tmp_0.
|
|
7327
|
+
tmp_0.d63(tmp$ret$3);
|
|
7328
7328
|
return Unit_instance;
|
|
7329
7329
|
}
|
|
7330
7330
|
function _get_filesModule_$lambda$lambda_z3m8ge($this$provider) {
|
|
@@ -7373,44 +7373,44 @@
|
|
|
7373
7373
|
//region block: post-declaration
|
|
7374
7374
|
protoOf($serializer).xz = typeParametersSerializers;
|
|
7375
7375
|
protoOf($serializer_0).xz = typeParametersSerializers;
|
|
7376
|
-
defineProp(protoOf(CoreConfig), 'requireDirectoryPath', protoOf(CoreConfig).
|
|
7376
|
+
defineProp(protoOf(CoreConfig), 'requireDirectoryPath', protoOf(CoreConfig).p65);
|
|
7377
7377
|
defineProp(protoOf(PlayerLostConnectionReason), 'playerId', function () {
|
|
7378
|
-
return this.
|
|
7378
|
+
return this.z65();
|
|
7379
7379
|
});
|
|
7380
7380
|
defineProp(protoOf(PlayerTimeoutReason), 'playerId', function () {
|
|
7381
|
-
return this.
|
|
7381
|
+
return this.z65();
|
|
7382
7382
|
});
|
|
7383
7383
|
defineProp(protoOf(PlayerExitReason), 'playerId', function () {
|
|
7384
|
-
return this.
|
|
7384
|
+
return this.z65();
|
|
7385
7385
|
});
|
|
7386
7386
|
defineProp(protoOf(Reason), 'name', protoOf(Reason).r2);
|
|
7387
7387
|
defineProp(protoOf(Reason), 'ordinal', protoOf(Reason).s2);
|
|
7388
7388
|
defineProp(protoOf(Reason_0), 'name', protoOf(Reason_0).r2);
|
|
7389
7389
|
defineProp(protoOf(Reason_0), 'ordinal', protoOf(Reason_0).s2);
|
|
7390
7390
|
defineProp(protoOf(GameUserInfo), 'playerId', function () {
|
|
7391
|
-
return this.
|
|
7391
|
+
return this.z65();
|
|
7392
7392
|
});
|
|
7393
7393
|
defineProp(protoOf(PlayerIndex), 'playerId', function () {
|
|
7394
|
-
return this.
|
|
7394
|
+
return this.z65();
|
|
7395
7395
|
});
|
|
7396
|
-
defineProp(protoOf(PlayerConnectionState), 'isLive', protoOf(PlayerConnectionState).
|
|
7397
|
-
defineProp(protoOf(PlayerConnectionState), 'isTimeOut', protoOf(PlayerConnectionState).
|
|
7398
|
-
defineProp(protoOf(PlayerConnectionState), 'isLostConnection', protoOf(PlayerConnectionState).
|
|
7399
|
-
defineProp(protoOf(PlayerConnectionState), 'isLeft', protoOf(PlayerConnectionState).
|
|
7400
|
-
defineProp(protoOf(PlayerConnectionState), 'isLeftPermanently', protoOf(PlayerConnectionState).
|
|
7401
|
-
defineProp(protoOf(PlayerConnectionState), 'isDeleted', protoOf(PlayerConnectionState).
|
|
7402
|
-
defineProp(protoOf(PlayerConnectionState), 'isDisconnecting', protoOf(PlayerConnectionState).
|
|
7403
|
-
defineProp(protoOf(PlayerConnectionState), 'isNotAlive', protoOf(PlayerConnectionState).
|
|
7404
|
-
defineProp(protoOf(PlayerConnectionState), 'isVisibleDisconnectedReason', protoOf(PlayerConnectionState).
|
|
7405
|
-
defineProp(protoOf(PlayerConnectionState), 'isShouldBeDisconnectedFromSockets', protoOf(PlayerConnectionState).
|
|
7406
|
-
defineProp(protoOf(PlayerConnectionState), 'isShouldBeUnsubscribedFromSockets', protoOf(PlayerConnectionState).
|
|
7407
|
-
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).
|
|
7408
|
-
defineProp(protoOf(PlayerConnectionState), 'canReconnect', protoOf(PlayerConnectionState).
|
|
7409
|
-
defineProp(protoOf(PlayerConnectionState), 'canUpdateRating', protoOf(PlayerConnectionState).
|
|
7396
|
+
defineProp(protoOf(PlayerConnectionState), 'isLive', protoOf(PlayerConnectionState).g68);
|
|
7397
|
+
defineProp(protoOf(PlayerConnectionState), 'isTimeOut', protoOf(PlayerConnectionState).h68);
|
|
7398
|
+
defineProp(protoOf(PlayerConnectionState), 'isLostConnection', protoOf(PlayerConnectionState).i68);
|
|
7399
|
+
defineProp(protoOf(PlayerConnectionState), 'isLeft', protoOf(PlayerConnectionState).j68);
|
|
7400
|
+
defineProp(protoOf(PlayerConnectionState), 'isLeftPermanently', protoOf(PlayerConnectionState).k68);
|
|
7401
|
+
defineProp(protoOf(PlayerConnectionState), 'isDeleted', protoOf(PlayerConnectionState).l68);
|
|
7402
|
+
defineProp(protoOf(PlayerConnectionState), 'isDisconnecting', protoOf(PlayerConnectionState).m68);
|
|
7403
|
+
defineProp(protoOf(PlayerConnectionState), 'isNotAlive', protoOf(PlayerConnectionState).n68);
|
|
7404
|
+
defineProp(protoOf(PlayerConnectionState), 'isVisibleDisconnectedReason', protoOf(PlayerConnectionState).o68);
|
|
7405
|
+
defineProp(protoOf(PlayerConnectionState), 'isShouldBeDisconnectedFromSockets', protoOf(PlayerConnectionState).p68);
|
|
7406
|
+
defineProp(protoOf(PlayerConnectionState), 'isShouldBeUnsubscribedFromSockets', protoOf(PlayerConnectionState).q68);
|
|
7407
|
+
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).r68);
|
|
7408
|
+
defineProp(protoOf(PlayerConnectionState), 'canReconnect', protoOf(PlayerConnectionState).s68);
|
|
7409
|
+
defineProp(protoOf(PlayerConnectionState), 'canUpdateRating', protoOf(PlayerConnectionState).t68);
|
|
7410
7410
|
defineProp(protoOf(PlayerConnectionState), 'name', protoOf(PlayerConnectionState).r2);
|
|
7411
7411
|
defineProp(protoOf(PlayerConnectionState), 'ordinal', protoOf(PlayerConnectionState).s2);
|
|
7412
|
-
defineProp(protoOf(Team), 'first', protoOf(Team).
|
|
7413
|
-
defineProp(protoOf(Team), 'second', protoOf(Team).
|
|
7412
|
+
defineProp(protoOf(Team), 'first', protoOf(Team).i69);
|
|
7413
|
+
defineProp(protoOf(Team), 'second', protoOf(Team).u5l);
|
|
7414
7414
|
protoOf($serializer_1).xz = typeParametersSerializers;
|
|
7415
7415
|
protoOf($serializer_2).xz = typeParametersSerializers;
|
|
7416
7416
|
protoOf($serializer_3).xz = typeParametersSerializers;
|
|
@@ -7420,53 +7420,53 @@
|
|
|
7420
7420
|
protoOf($serializer_7).xz = typeParametersSerializers;
|
|
7421
7421
|
protoOf($serializer_8).xz = typeParametersSerializers;
|
|
7422
7422
|
protoOf($serializer_9).xz = typeParametersSerializers;
|
|
7423
|
-
protoOf(AsyncProviderImpl).
|
|
7424
|
-
protoOf(AsyncProviderImpl).
|
|
7425
|
-
protoOf(AsyncProviderImpl).
|
|
7426
|
-
protoOf(AsyncProviderImpl).
|
|
7427
|
-
protoOf(TimerAction).
|
|
7423
|
+
protoOf(AsyncProviderImpl).r6c = launchMain$default;
|
|
7424
|
+
protoOf(AsyncProviderImpl).t6c = awaitDefaultWithLock$default;
|
|
7425
|
+
protoOf(AsyncProviderImpl).n6c = launchDefault$default;
|
|
7426
|
+
protoOf(AsyncProviderImpl).p6c = launchDefaultWithLock$default;
|
|
7427
|
+
protoOf(TimerAction).w6f = get_actionTag;
|
|
7428
7428
|
defineProp(protoOf(TimerAction), 'actionTag', function () {
|
|
7429
|
-
return this.
|
|
7429
|
+
return this.w6f();
|
|
7430
7430
|
});
|
|
7431
7431
|
protoOf(StopTimerAction).ignoreValidation = ignoreValidation_0;
|
|
7432
7432
|
defineProp(protoOf(StopTimerAction), 'actionTag', function () {
|
|
7433
|
-
return this.
|
|
7433
|
+
return this.w6f();
|
|
7434
7434
|
});
|
|
7435
7435
|
defineProp(protoOf(StartTimerAction), 'actionTag', function () {
|
|
7436
|
-
return this.
|
|
7436
|
+
return this.w6f();
|
|
7437
7437
|
});
|
|
7438
7438
|
defineProp(protoOf(TimerTickAction), 'actionTag', function () {
|
|
7439
|
-
return this.
|
|
7439
|
+
return this.w6f();
|
|
7440
7440
|
});
|
|
7441
7441
|
defineProp(protoOf(createStore$3), 'store', function () {
|
|
7442
|
-
return this.
|
|
7442
|
+
return this.e6j();
|
|
7443
7443
|
});
|
|
7444
7444
|
defineProp(protoOf(createStore$3), 'state', function () {
|
|
7445
|
-
return this.
|
|
7445
|
+
return this.x66();
|
|
7446
7446
|
});
|
|
7447
7447
|
defineProp(protoOf(createStore$3), 'dispatch', function () {
|
|
7448
|
-
return this.
|
|
7448
|
+
return this.f6j();
|
|
7449
7449
|
}, function (value) {
|
|
7450
|
-
this.
|
|
7450
|
+
this.i6g(value);
|
|
7451
7451
|
});
|
|
7452
7452
|
defineProp(protoOf(createStore$3), 'replaceReducer', function () {
|
|
7453
|
-
return this.
|
|
7453
|
+
return this.g6j();
|
|
7454
7454
|
});
|
|
7455
7455
|
defineProp(protoOf(createStore$3), 'observe', function () {
|
|
7456
|
-
return this.
|
|
7456
|
+
return this.h6j();
|
|
7457
7457
|
});
|
|
7458
|
-
protoOf(ActionTypes).
|
|
7458
|
+
protoOf(ActionTypes).w6f = get_actionTag;
|
|
7459
7459
|
defineProp(protoOf(ActionTypes), 'actionTag', function () {
|
|
7460
|
-
return this.
|
|
7460
|
+
return this.w6f();
|
|
7461
7461
|
});
|
|
7462
7462
|
defineProp(protoOf(INIT), 'actionTag', function () {
|
|
7463
|
-
return this.
|
|
7463
|
+
return this.w6f();
|
|
7464
7464
|
});
|
|
7465
7465
|
defineProp(protoOf(REPLACE), 'actionTag', function () {
|
|
7466
|
-
return this.
|
|
7466
|
+
return this.w6f();
|
|
7467
7467
|
});
|
|
7468
|
-
protoOf(middleware$1).
|
|
7469
|
-
protoOf(combineReducers$1).
|
|
7468
|
+
protoOf(middleware$1).k6g = canHandle;
|
|
7469
|
+
protoOf(combineReducers$1).k6g = canHandle_0;
|
|
7470
7470
|
defineProp(protoOf(LogType), 'name', protoOf(LogType).r2);
|
|
7471
7471
|
defineProp(protoOf(LogType), 'ordinal', protoOf(LogType).s2);
|
|
7472
7472
|
protoOf($serializer_10).xz = typeParametersSerializers;
|