client_plugin_logic_deb 1.8.434 → 1.8.435
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/Kotlin-DateTime-library-kotlinx-datetime.js +1384 -1384
- package/Logic_Debertz-ai_module.js +285 -285
- package/Logic_Debertz-client_plugin.d.ts +3 -2
- package/Logic_Debertz-client_plugin.js +2009 -2009
- package/Logic_Debertz-core.js +1120 -1120
- package/Logic_Debertz-engine.js +13395 -13180
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +6663 -6663
- package/Logic_Debertz-game_server.js +1038 -1038
- 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 +116 -103
- package/raspberry-cardgame-lib-core.js.map +1 -1
package/Logic_Debertz-core.js
CHANGED
|
@@ -298,20 +298,20 @@
|
|
|
298
298
|
initMetadataForClass(CardGrowthComparator, 'CardGrowthComparator', VOID, VOID, [Comparator]);
|
|
299
299
|
initMetadataForClass(ProcessingCard, 'ProcessingCard');
|
|
300
300
|
function launchDefault$default(context, block, $super) {
|
|
301
|
-
context = context === VOID ? this.
|
|
302
|
-
return $super === VOID ? this.
|
|
301
|
+
context = context === VOID ? this.h6l() : context;
|
|
302
|
+
return $super === VOID ? this.i6l(context, block) : $super.i6l.call(this, context, block);
|
|
303
303
|
}
|
|
304
304
|
function launchDefaultWithLock$default(context, block, $super) {
|
|
305
|
-
context = context === VOID ? this.
|
|
306
|
-
return $super === VOID ? this.
|
|
305
|
+
context = context === VOID ? this.h6l() : context;
|
|
306
|
+
return $super === VOID ? this.k6l(context, block) : $super.k6l.call(this, context, block);
|
|
307
307
|
}
|
|
308
308
|
function launchMain$default(context, block, $super) {
|
|
309
|
-
context = context === VOID ? this.
|
|
310
|
-
return $super === VOID ? this.
|
|
309
|
+
context = context === VOID ? this.h6l() : context;
|
|
310
|
+
return $super === VOID ? this.m6l(context, block) : $super.m6l.call(this, context, block);
|
|
311
311
|
}
|
|
312
312
|
function awaitDefaultWithLock$default(context, block, $super) {
|
|
313
|
-
context = context === VOID ? this.
|
|
314
|
-
return $super === VOID ? this.
|
|
313
|
+
context = context === VOID ? this.h6l() : context;
|
|
314
|
+
return $super === VOID ? this.o6l(context, block) : $super.o6l.call(this, context, block);
|
|
315
315
|
}
|
|
316
316
|
initMetadataForInterface(AsyncProvider, 'AsyncProvider');
|
|
317
317
|
initMetadataForCompanion(Companion_22);
|
|
@@ -351,7 +351,7 @@
|
|
|
351
351
|
return false;
|
|
352
352
|
}
|
|
353
353
|
function get_isAutoStartTimer() {
|
|
354
|
-
return !this.
|
|
354
|
+
return !this.u6o() && !this.v6o();
|
|
355
355
|
}
|
|
356
356
|
initMetadataForInterface(InterceptableAction, 'InterceptableAction', VOID, VOID, [BufferedAction]);
|
|
357
357
|
initMetadataForClass(TimerAction, 'TimerAction', VOID, VOID, [Action]);
|
|
@@ -411,7 +411,7 @@
|
|
|
411
411
|
tmp = types;
|
|
412
412
|
}
|
|
413
413
|
types = tmp;
|
|
414
|
-
return $super === VOID ? this.
|
|
414
|
+
return $super === VOID ? this.y6u(types) : $super.y6u.call(this, types);
|
|
415
415
|
}
|
|
416
416
|
initMetadataForInterface(ObservableLoggerOutput, 'ObservableLoggerOutput', VOID, VOID, [LoggerOutput, LoggerEnabledTrigger]);
|
|
417
417
|
initMetadataForCompanion(Companion_24);
|
|
@@ -427,7 +427,7 @@
|
|
|
427
427
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
428
428
|
//endregion
|
|
429
429
|
function GameEngineConfig() {
|
|
430
|
-
this.version = '1.8.
|
|
430
|
+
this.version = '1.8.435';
|
|
431
431
|
}
|
|
432
432
|
protoOf(GameEngineConfig).h3z = function () {
|
|
433
433
|
return this.version;
|
|
@@ -438,10 +438,10 @@
|
|
|
438
438
|
}
|
|
439
439
|
function Toggles() {
|
|
440
440
|
}
|
|
441
|
-
protoOf(Toggles).
|
|
441
|
+
protoOf(Toggles).n6d = function (version) {
|
|
442
442
|
return get_minorVersion(version) > 5;
|
|
443
443
|
};
|
|
444
|
-
protoOf(Toggles).
|
|
444
|
+
protoOf(Toggles).o6d = function () {
|
|
445
445
|
return false;
|
|
446
446
|
};
|
|
447
447
|
var Toggles_instance;
|
|
@@ -458,19 +458,19 @@
|
|
|
458
458
|
$serializer_instance = this;
|
|
459
459
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_RETURNS', this, 1);
|
|
460
460
|
tmp0_serialDesc.hz('playerId', false);
|
|
461
|
-
this.
|
|
461
|
+
this.p6d_1 = tmp0_serialDesc;
|
|
462
462
|
}
|
|
463
|
-
protoOf($serializer).
|
|
464
|
-
var tmp0_desc = this.
|
|
463
|
+
protoOf($serializer).q6d = function (encoder, value) {
|
|
464
|
+
var tmp0_desc = this.p6d_1;
|
|
465
465
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
466
|
-
tmp1_output.et(tmp0_desc, 0, value.
|
|
466
|
+
tmp1_output.et(tmp0_desc, 0, value.r6d_1);
|
|
467
467
|
tmp1_output.qr(tmp0_desc);
|
|
468
468
|
};
|
|
469
469
|
protoOf($serializer).do = function (encoder, value) {
|
|
470
|
-
return this.
|
|
470
|
+
return this.q6d(encoder, value instanceof PlayerReturnsReason ? value : THROW_CCE());
|
|
471
471
|
};
|
|
472
472
|
protoOf($serializer).eo = function (decoder) {
|
|
473
|
-
var tmp0_desc = this.
|
|
473
|
+
var tmp0_desc = this.p6d_1;
|
|
474
474
|
var tmp1_flag = true;
|
|
475
475
|
var tmp2_index = 0;
|
|
476
476
|
var tmp3_bitMask0 = 0;
|
|
@@ -498,7 +498,7 @@
|
|
|
498
498
|
return PlayerReturnsReason_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
499
499
|
};
|
|
500
500
|
protoOf($serializer).co = function () {
|
|
501
|
-
return this.
|
|
501
|
+
return this.p6d_1;
|
|
502
502
|
};
|
|
503
503
|
protoOf($serializer).wz = function () {
|
|
504
504
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -514,10 +514,10 @@
|
|
|
514
514
|
}
|
|
515
515
|
function PlayerReturnsReason_init_$Init$(seen0, playerId, serializationConstructorMarker, $this) {
|
|
516
516
|
if (!(1 === (1 & seen0))) {
|
|
517
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance().
|
|
517
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance().p6d_1);
|
|
518
518
|
}
|
|
519
519
|
ContinueGameReason_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
520
|
-
$this.
|
|
520
|
+
$this.r6d_1 = playerId;
|
|
521
521
|
return $this;
|
|
522
522
|
}
|
|
523
523
|
function PlayerReturnsReason_init_$Create$(seen0, playerId, serializationConstructorMarker) {
|
|
@@ -525,20 +525,20 @@
|
|
|
525
525
|
}
|
|
526
526
|
function PlayerReturnsReason(playerId) {
|
|
527
527
|
ContinueGameReason.call(this);
|
|
528
|
-
this.
|
|
528
|
+
this.r6d_1 = playerId;
|
|
529
529
|
}
|
|
530
530
|
protoOf(PlayerReturnsReason).toString = function () {
|
|
531
|
-
return 'PlayerReturnsReason(playerId=' + this.
|
|
531
|
+
return 'PlayerReturnsReason(playerId=' + this.r6d_1 + ')';
|
|
532
532
|
};
|
|
533
533
|
protoOf(PlayerReturnsReason).hashCode = function () {
|
|
534
|
-
return getStringHashCode(this.
|
|
534
|
+
return getStringHashCode(this.r6d_1);
|
|
535
535
|
};
|
|
536
536
|
protoOf(PlayerReturnsReason).equals = function (other) {
|
|
537
537
|
if (this === other)
|
|
538
538
|
return true;
|
|
539
539
|
if (!(other instanceof PlayerReturnsReason))
|
|
540
540
|
return false;
|
|
541
|
-
if (!(this.
|
|
541
|
+
if (!(this.r6d_1 === other.r6d_1))
|
|
542
542
|
return false;
|
|
543
543
|
return true;
|
|
544
544
|
};
|
|
@@ -552,19 +552,19 @@
|
|
|
552
552
|
$serializer_instance_0 = this;
|
|
553
553
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('RESTART_ROUND', this, 1);
|
|
554
554
|
tmp0_serialDesc.hz('fromRound', false);
|
|
555
|
-
this.
|
|
555
|
+
this.s6d_1 = tmp0_serialDesc;
|
|
556
556
|
}
|
|
557
|
-
protoOf($serializer_0).
|
|
558
|
-
var tmp0_desc = this.
|
|
557
|
+
protoOf($serializer_0).t6d = function (encoder, value) {
|
|
558
|
+
var tmp0_desc = this.s6d_1;
|
|
559
559
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
560
|
-
tmp1_output.it(tmp0_desc, 0, IntSerializer_getInstance(), value.
|
|
560
|
+
tmp1_output.it(tmp0_desc, 0, IntSerializer_getInstance(), value.u6d_1);
|
|
561
561
|
tmp1_output.qr(tmp0_desc);
|
|
562
562
|
};
|
|
563
563
|
protoOf($serializer_0).do = function (encoder, value) {
|
|
564
|
-
return this.
|
|
564
|
+
return this.t6d(encoder, value instanceof RestartRoundReason ? value : THROW_CCE());
|
|
565
565
|
};
|
|
566
566
|
protoOf($serializer_0).eo = function (decoder) {
|
|
567
|
-
var tmp0_desc = this.
|
|
567
|
+
var tmp0_desc = this.s6d_1;
|
|
568
568
|
var tmp1_flag = true;
|
|
569
569
|
var tmp2_index = 0;
|
|
570
570
|
var tmp3_bitMask0 = 0;
|
|
@@ -592,7 +592,7 @@
|
|
|
592
592
|
return RestartRoundReason_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
593
593
|
};
|
|
594
594
|
protoOf($serializer_0).co = function () {
|
|
595
|
-
return this.
|
|
595
|
+
return this.s6d_1;
|
|
596
596
|
};
|
|
597
597
|
protoOf($serializer_0).wz = function () {
|
|
598
598
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -608,10 +608,10 @@
|
|
|
608
608
|
}
|
|
609
609
|
function RestartRoundReason_init_$Init$(seen0, fromRound, serializationConstructorMarker, $this) {
|
|
610
610
|
if (!(1 === (1 & seen0))) {
|
|
611
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_0().
|
|
611
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_0().s6d_1);
|
|
612
612
|
}
|
|
613
613
|
ContinueGameReason_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
614
|
-
$this.
|
|
614
|
+
$this.u6d_1 = fromRound;
|
|
615
615
|
return $this;
|
|
616
616
|
}
|
|
617
617
|
function RestartRoundReason_init_$Create$(seen0, fromRound, serializationConstructorMarker) {
|
|
@@ -619,25 +619,25 @@
|
|
|
619
619
|
}
|
|
620
620
|
function RestartRoundReason(fromRound) {
|
|
621
621
|
ContinueGameReason.call(this);
|
|
622
|
-
this.
|
|
622
|
+
this.u6d_1 = fromRound;
|
|
623
623
|
}
|
|
624
624
|
protoOf(RestartRoundReason).toString = function () {
|
|
625
|
-
return 'RestartRoundReason(fromRound=' + this.
|
|
625
|
+
return 'RestartRoundReason(fromRound=' + this.u6d_1 + ')';
|
|
626
626
|
};
|
|
627
627
|
protoOf(RestartRoundReason).hashCode = function () {
|
|
628
|
-
return this.
|
|
628
|
+
return this.u6d_1 == null ? 0 : this.u6d_1;
|
|
629
629
|
};
|
|
630
630
|
protoOf(RestartRoundReason).equals = function (other) {
|
|
631
631
|
if (this === other)
|
|
632
632
|
return true;
|
|
633
633
|
if (!(other instanceof RestartRoundReason))
|
|
634
634
|
return false;
|
|
635
|
-
if (!(this.
|
|
635
|
+
if (!(this.u6d_1 == other.u6d_1))
|
|
636
636
|
return false;
|
|
637
637
|
return true;
|
|
638
638
|
};
|
|
639
639
|
function _get_$cachedSerializer__te6jhj($this) {
|
|
640
|
-
return $this.
|
|
640
|
+
return $this.v6d_1.x();
|
|
641
641
|
}
|
|
642
642
|
function ContinueGameReason$Companion$_anonymous__g3m3ym() {
|
|
643
643
|
var tmp = getKClass(ContinueGameReason);
|
|
@@ -659,7 +659,7 @@
|
|
|
659
659
|
Companion_instance_3 = this;
|
|
660
660
|
var tmp = this;
|
|
661
661
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
662
|
-
tmp.
|
|
662
|
+
tmp.v6d_1 = lazy(tmp_0, ContinueGameReason$Companion$_anonymous__g3m3ym);
|
|
663
663
|
}
|
|
664
664
|
protoOf(Companion_1).r4t = function () {
|
|
665
665
|
return _get_$cachedSerializer__te6jhj(this);
|
|
@@ -681,12 +681,12 @@
|
|
|
681
681
|
}
|
|
682
682
|
function Companion_2() {
|
|
683
683
|
}
|
|
684
|
-
protoOf(Companion_2).
|
|
684
|
+
protoOf(Companion_2).w6d = function (fileLogsEnabled, logsDirectoryPath, fileNameFormat) {
|
|
685
685
|
return new CoreConfig(fileLogsEnabled, false, logsDirectoryPath, fileNameFormat);
|
|
686
686
|
};
|
|
687
687
|
protoOf(Companion_2).getClientEngineTestMode = function (fileLogsEnabled, logsDirectoryPath, fileNameFormat, $super) {
|
|
688
688
|
fileNameFormat = fileNameFormat === VOID ? 'user_[uid].txt' : fileNameFormat;
|
|
689
|
-
return $super === VOID ? this.
|
|
689
|
+
return $super === VOID ? this.w6d(fileLogsEnabled, logsDirectoryPath, fileNameFormat) : $super.w6d.call(this, fileLogsEnabled, logsDirectoryPath, fileNameFormat);
|
|
690
690
|
};
|
|
691
691
|
protoOf(Companion_2).formatter = function (segment, gameId, roomId, userId) {
|
|
692
692
|
return replace(replace(replace(segment, '[gid]', gameId), '[rid]', roomId), '[uid]', userId);
|
|
@@ -705,19 +705,19 @@
|
|
|
705
705
|
this.logsDirectoryPath = logsDirectoryPath;
|
|
706
706
|
this.fileNameFormat = fileNameFormat;
|
|
707
707
|
}
|
|
708
|
-
protoOf(CoreConfig).
|
|
708
|
+
protoOf(CoreConfig).x6d = function () {
|
|
709
709
|
return this.fileLogsEnabled;
|
|
710
710
|
};
|
|
711
|
-
protoOf(CoreConfig).
|
|
711
|
+
protoOf(CoreConfig).y6d = function () {
|
|
712
712
|
return this.deleteFilesOnClear;
|
|
713
713
|
};
|
|
714
|
-
protoOf(CoreConfig).
|
|
714
|
+
protoOf(CoreConfig).z6d = function () {
|
|
715
715
|
return this.logsDirectoryPath;
|
|
716
716
|
};
|
|
717
|
-
protoOf(CoreConfig).
|
|
717
|
+
protoOf(CoreConfig).a6e = function () {
|
|
718
718
|
return this.fileNameFormat;
|
|
719
719
|
};
|
|
720
|
-
protoOf(CoreConfig).
|
|
720
|
+
protoOf(CoreConfig).b6e = function () {
|
|
721
721
|
var tmp0_elvis_lhs = this.logsDirectoryPath;
|
|
722
722
|
return tmp0_elvis_lhs == null ? get_SystemTemporaryDirectory().toString() : tmp0_elvis_lhs;
|
|
723
723
|
};
|
|
@@ -733,7 +733,7 @@
|
|
|
733
733
|
protoOf(CoreConfig).j5k = function () {
|
|
734
734
|
return this.fileNameFormat;
|
|
735
735
|
};
|
|
736
|
-
protoOf(CoreConfig).
|
|
736
|
+
protoOf(CoreConfig).c6e = function (fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat) {
|
|
737
737
|
return new CoreConfig(fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat);
|
|
738
738
|
};
|
|
739
739
|
protoOf(CoreConfig).copy = function (fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat, $super) {
|
|
@@ -741,7 +741,7 @@
|
|
|
741
741
|
deleteFilesOnClear = deleteFilesOnClear === VOID ? this.deleteFilesOnClear : deleteFilesOnClear;
|
|
742
742
|
logsDirectoryPath = logsDirectoryPath === VOID ? this.logsDirectoryPath : logsDirectoryPath;
|
|
743
743
|
fileNameFormat = fileNameFormat === VOID ? this.fileNameFormat : fileNameFormat;
|
|
744
|
-
return $super === VOID ? this.
|
|
744
|
+
return $super === VOID ? this.c6e(fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat) : $super.c6e.call(this, fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat);
|
|
745
745
|
};
|
|
746
746
|
protoOf(CoreConfig).toString = function () {
|
|
747
747
|
return 'CoreConfig(fileLogsEnabled=' + this.fileLogsEnabled + ', deleteFilesOnClear=' + this.deleteFilesOnClear + ', logsDirectoryPath=' + this.logsDirectoryPath + ', fileNameFormat=' + this.fileNameFormat + ')';
|
|
@@ -769,15 +769,15 @@
|
|
|
769
769
|
return true;
|
|
770
770
|
};
|
|
771
771
|
function Companion_3() {
|
|
772
|
-
this.
|
|
773
|
-
this.
|
|
774
|
-
this.
|
|
772
|
+
this.d6e_1 = ':';
|
|
773
|
+
this.e6e_1 = '5';
|
|
774
|
+
this.f6e_1 = 'v5';
|
|
775
775
|
}
|
|
776
|
-
protoOf(Companion_3).
|
|
777
|
-
var versionName = this.
|
|
776
|
+
protoOf(Companion_3).g6e = function (_this__u8e3s4, version) {
|
|
777
|
+
var versionName = this.h6e(_this__u8e3s4);
|
|
778
778
|
return versionName === version;
|
|
779
779
|
};
|
|
780
|
-
protoOf(Companion_3).
|
|
780
|
+
protoOf(Companion_3).h6e = function (_this__u8e3s4) {
|
|
781
781
|
var version = first(split(_this__u8e3s4, [':']));
|
|
782
782
|
// Inline function 'kotlin.takeIf' call
|
|
783
783
|
var tmp;
|
|
@@ -795,7 +795,7 @@
|
|
|
795
795
|
function IdempotencyTag() {
|
|
796
796
|
}
|
|
797
797
|
function _get_$cachedSerializer__te6jhj_0($this) {
|
|
798
|
-
return $this.
|
|
798
|
+
return $this.j6e_1.x();
|
|
799
799
|
}
|
|
800
800
|
function RestartGameReason$_anonymous__zfkhim() {
|
|
801
801
|
var tmp = RestartGameReason_getInstance();
|
|
@@ -809,7 +809,7 @@
|
|
|
809
809
|
RestartGameReason_instance = this;
|
|
810
810
|
var tmp = this;
|
|
811
811
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
812
|
-
tmp.
|
|
812
|
+
tmp.j6e_1 = lazy(tmp_0, RestartGameReason$_anonymous__zfkhim);
|
|
813
813
|
}
|
|
814
814
|
protoOf(RestartGameReason).r4t = function () {
|
|
815
815
|
return _get_$cachedSerializer__te6jhj_0(this);
|
|
@@ -840,34 +840,34 @@
|
|
|
840
840
|
}
|
|
841
841
|
function PlayerLostConnectionReason(playerId, tag) {
|
|
842
842
|
TerminationGameReason.call(this);
|
|
843
|
-
this.
|
|
843
|
+
this.k6e_1 = playerId;
|
|
844
844
|
this.tag = tag;
|
|
845
845
|
}
|
|
846
|
-
protoOf(PlayerLostConnectionReason).
|
|
847
|
-
return this.
|
|
846
|
+
protoOf(PlayerLostConnectionReason).l6e = function () {
|
|
847
|
+
return this.k6e_1;
|
|
848
848
|
};
|
|
849
|
-
protoOf(PlayerLostConnectionReason).
|
|
849
|
+
protoOf(PlayerLostConnectionReason).i6e = function () {
|
|
850
850
|
return this.tag;
|
|
851
851
|
};
|
|
852
852
|
protoOf(PlayerLostConnectionReason).oe = function () {
|
|
853
|
-
return this.
|
|
853
|
+
return this.k6e_1;
|
|
854
854
|
};
|
|
855
855
|
protoOf(PlayerLostConnectionReason).pe = function () {
|
|
856
856
|
return this.tag;
|
|
857
857
|
};
|
|
858
|
-
protoOf(PlayerLostConnectionReason).
|
|
858
|
+
protoOf(PlayerLostConnectionReason).m6e = function (playerId, tag) {
|
|
859
859
|
return new PlayerLostConnectionReason(playerId, tag);
|
|
860
860
|
};
|
|
861
861
|
protoOf(PlayerLostConnectionReason).copy = function (playerId, tag, $super) {
|
|
862
|
-
playerId = playerId === VOID ? this.
|
|
862
|
+
playerId = playerId === VOID ? this.k6e_1 : playerId;
|
|
863
863
|
tag = tag === VOID ? this.tag : tag;
|
|
864
|
-
return $super === VOID ? this.
|
|
864
|
+
return $super === VOID ? this.m6e(playerId, tag) : $super.m6e.call(this, playerId, tag);
|
|
865
865
|
};
|
|
866
866
|
protoOf(PlayerLostConnectionReason).toString = function () {
|
|
867
|
-
return 'PlayerLostConnectionReason(playerId=' + this.
|
|
867
|
+
return 'PlayerLostConnectionReason(playerId=' + this.k6e_1 + ', tag=' + this.tag + ')';
|
|
868
868
|
};
|
|
869
869
|
protoOf(PlayerLostConnectionReason).hashCode = function () {
|
|
870
|
-
var result = getStringHashCode(this.
|
|
870
|
+
var result = getStringHashCode(this.k6e_1);
|
|
871
871
|
result = imul(result, 31) + (this.tag == null ? 0 : getStringHashCode(this.tag)) | 0;
|
|
872
872
|
return result;
|
|
873
873
|
};
|
|
@@ -876,7 +876,7 @@
|
|
|
876
876
|
return true;
|
|
877
877
|
if (!(other instanceof PlayerLostConnectionReason))
|
|
878
878
|
return false;
|
|
879
|
-
if (!(this.
|
|
879
|
+
if (!(this.k6e_1 === other.k6e_1))
|
|
880
880
|
return false;
|
|
881
881
|
if (!(this.tag == other.tag))
|
|
882
882
|
return false;
|
|
@@ -884,34 +884,34 @@
|
|
|
884
884
|
};
|
|
885
885
|
function PlayerTimeoutReason(playerId, tag) {
|
|
886
886
|
TerminationGameReason.call(this);
|
|
887
|
-
this.
|
|
887
|
+
this.n6e_1 = playerId;
|
|
888
888
|
this.tag = tag;
|
|
889
889
|
}
|
|
890
|
-
protoOf(PlayerTimeoutReason).
|
|
891
|
-
return this.
|
|
890
|
+
protoOf(PlayerTimeoutReason).l6e = function () {
|
|
891
|
+
return this.n6e_1;
|
|
892
892
|
};
|
|
893
|
-
protoOf(PlayerTimeoutReason).
|
|
893
|
+
protoOf(PlayerTimeoutReason).i6e = function () {
|
|
894
894
|
return this.tag;
|
|
895
895
|
};
|
|
896
896
|
protoOf(PlayerTimeoutReason).oe = function () {
|
|
897
|
-
return this.
|
|
897
|
+
return this.n6e_1;
|
|
898
898
|
};
|
|
899
899
|
protoOf(PlayerTimeoutReason).pe = function () {
|
|
900
900
|
return this.tag;
|
|
901
901
|
};
|
|
902
|
-
protoOf(PlayerTimeoutReason).
|
|
902
|
+
protoOf(PlayerTimeoutReason).m6e = function (playerId, tag) {
|
|
903
903
|
return new PlayerTimeoutReason(playerId, tag);
|
|
904
904
|
};
|
|
905
905
|
protoOf(PlayerTimeoutReason).copy = function (playerId, tag, $super) {
|
|
906
|
-
playerId = playerId === VOID ? this.
|
|
906
|
+
playerId = playerId === VOID ? this.n6e_1 : playerId;
|
|
907
907
|
tag = tag === VOID ? this.tag : tag;
|
|
908
|
-
return $super === VOID ? this.
|
|
908
|
+
return $super === VOID ? this.m6e(playerId, tag) : $super.m6e.call(this, playerId, tag);
|
|
909
909
|
};
|
|
910
910
|
protoOf(PlayerTimeoutReason).toString = function () {
|
|
911
|
-
return 'PlayerTimeoutReason(playerId=' + this.
|
|
911
|
+
return 'PlayerTimeoutReason(playerId=' + this.n6e_1 + ', tag=' + this.tag + ')';
|
|
912
912
|
};
|
|
913
913
|
protoOf(PlayerTimeoutReason).hashCode = function () {
|
|
914
|
-
var result = getStringHashCode(this.
|
|
914
|
+
var result = getStringHashCode(this.n6e_1);
|
|
915
915
|
result = imul(result, 31) + (this.tag == null ? 0 : getStringHashCode(this.tag)) | 0;
|
|
916
916
|
return result;
|
|
917
917
|
};
|
|
@@ -920,7 +920,7 @@
|
|
|
920
920
|
return true;
|
|
921
921
|
if (!(other instanceof PlayerTimeoutReason))
|
|
922
922
|
return false;
|
|
923
|
-
if (!(this.
|
|
923
|
+
if (!(this.n6e_1 === other.n6e_1))
|
|
924
924
|
return false;
|
|
925
925
|
if (!(this.tag == other.tag))
|
|
926
926
|
return false;
|
|
@@ -928,40 +928,40 @@
|
|
|
928
928
|
};
|
|
929
929
|
function PlayerExitReason(playerId) {
|
|
930
930
|
TerminationGameReason.call(this);
|
|
931
|
-
this.
|
|
931
|
+
this.o6e_1 = playerId;
|
|
932
932
|
}
|
|
933
|
-
protoOf(PlayerExitReason).
|
|
934
|
-
return this.
|
|
933
|
+
protoOf(PlayerExitReason).l6e = function () {
|
|
934
|
+
return this.o6e_1;
|
|
935
935
|
};
|
|
936
936
|
protoOf(PlayerExitReason).oe = function () {
|
|
937
|
-
return this.
|
|
937
|
+
return this.o6e_1;
|
|
938
938
|
};
|
|
939
|
-
protoOf(PlayerExitReason).
|
|
939
|
+
protoOf(PlayerExitReason).p6e = function (playerId) {
|
|
940
940
|
return new PlayerExitReason(playerId);
|
|
941
941
|
};
|
|
942
942
|
protoOf(PlayerExitReason).copy = function (playerId, $super) {
|
|
943
|
-
playerId = playerId === VOID ? this.
|
|
944
|
-
return $super === VOID ? this.
|
|
943
|
+
playerId = playerId === VOID ? this.o6e_1 : playerId;
|
|
944
|
+
return $super === VOID ? this.p6e(playerId) : $super.p6e.call(this, playerId);
|
|
945
945
|
};
|
|
946
946
|
protoOf(PlayerExitReason).toString = function () {
|
|
947
|
-
return 'PlayerExitReason(playerId=' + this.
|
|
947
|
+
return 'PlayerExitReason(playerId=' + this.o6e_1 + ')';
|
|
948
948
|
};
|
|
949
949
|
protoOf(PlayerExitReason).hashCode = function () {
|
|
950
|
-
return getStringHashCode(this.
|
|
950
|
+
return getStringHashCode(this.o6e_1);
|
|
951
951
|
};
|
|
952
952
|
protoOf(PlayerExitReason).equals = function (other) {
|
|
953
953
|
if (this === other)
|
|
954
954
|
return true;
|
|
955
955
|
if (!(other instanceof PlayerExitReason))
|
|
956
956
|
return false;
|
|
957
|
-
if (!(this.
|
|
957
|
+
if (!(this.o6e_1 === other.o6e_1))
|
|
958
958
|
return false;
|
|
959
959
|
return true;
|
|
960
960
|
};
|
|
961
961
|
function FinishPlayerReason() {
|
|
962
962
|
}
|
|
963
963
|
function _get_$cachedSerializer__te6jhj_1($this) {
|
|
964
|
-
return $this.
|
|
964
|
+
return $this.q6e_1.x();
|
|
965
965
|
}
|
|
966
966
|
function GameFinishedReason$Reason$Companion$_anonymous__q2gwr5() {
|
|
967
967
|
return createSimpleEnumSerializer('com.logic.data.models.GameFinishedReason.Reason', values());
|
|
@@ -1004,7 +1004,7 @@
|
|
|
1004
1004
|
Companion_instance_6 = this;
|
|
1005
1005
|
var tmp = this;
|
|
1006
1006
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1007
|
-
tmp.
|
|
1007
|
+
tmp.q6e_1 = lazy(tmp_0, GameFinishedReason$Reason$Companion$_anonymous__q2gwr5);
|
|
1008
1008
|
}
|
|
1009
1009
|
protoOf(Companion_4).r4t = function () {
|
|
1010
1010
|
return _get_$cachedSerializer__te6jhj_1(this);
|
|
@@ -1064,18 +1064,18 @@
|
|
|
1064
1064
|
TerminationGameReason.call(this);
|
|
1065
1065
|
this.reason = reason;
|
|
1066
1066
|
}
|
|
1067
|
-
protoOf(GameFinishedReason).
|
|
1067
|
+
protoOf(GameFinishedReason).t6e = function () {
|
|
1068
1068
|
return this.reason;
|
|
1069
1069
|
};
|
|
1070
1070
|
protoOf(GameFinishedReason).oe = function () {
|
|
1071
1071
|
return this.reason;
|
|
1072
1072
|
};
|
|
1073
|
-
protoOf(GameFinishedReason).
|
|
1073
|
+
protoOf(GameFinishedReason).u6e = function (reason) {
|
|
1074
1074
|
return new GameFinishedReason(reason);
|
|
1075
1075
|
};
|
|
1076
1076
|
protoOf(GameFinishedReason).copy = function (reason, $super) {
|
|
1077
1077
|
reason = reason === VOID ? this.reason : reason;
|
|
1078
|
-
return $super === VOID ? this.
|
|
1078
|
+
return $super === VOID ? this.u6e(reason) : $super.u6e.call(this, reason);
|
|
1079
1079
|
};
|
|
1080
1080
|
protoOf(GameFinishedReason).toString = function () {
|
|
1081
1081
|
return 'GameFinishedReason(reason=' + this.reason.toString() + ')';
|
|
@@ -1093,7 +1093,7 @@
|
|
|
1093
1093
|
return true;
|
|
1094
1094
|
};
|
|
1095
1095
|
function _get_$cachedSerializer__te6jhj_2($this) {
|
|
1096
|
-
return $this.
|
|
1096
|
+
return $this.v6e_1.x();
|
|
1097
1097
|
}
|
|
1098
1098
|
function GameErrorReason$Reason$Companion$_anonymous__54sopr() {
|
|
1099
1099
|
return createSimpleEnumSerializer('com.logic.data.models.GameErrorReason.Reason', values_0());
|
|
@@ -1136,7 +1136,7 @@
|
|
|
1136
1136
|
Companion_instance_7 = this;
|
|
1137
1137
|
var tmp = this;
|
|
1138
1138
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1139
|
-
tmp.
|
|
1139
|
+
tmp.v6e_1 = lazy(tmp_0, GameErrorReason$Reason$Companion$_anonymous__54sopr);
|
|
1140
1140
|
}
|
|
1141
1141
|
protoOf(Companion_5).r4t = function () {
|
|
1142
1142
|
return _get_$cachedSerializer__te6jhj_2(this);
|
|
@@ -1196,18 +1196,18 @@
|
|
|
1196
1196
|
TerminationGameReason.call(this);
|
|
1197
1197
|
this.reason = reason;
|
|
1198
1198
|
}
|
|
1199
|
-
protoOf(GameErrorReason).
|
|
1199
|
+
protoOf(GameErrorReason).t6e = function () {
|
|
1200
1200
|
return this.reason;
|
|
1201
1201
|
};
|
|
1202
1202
|
protoOf(GameErrorReason).oe = function () {
|
|
1203
1203
|
return this.reason;
|
|
1204
1204
|
};
|
|
1205
|
-
protoOf(GameErrorReason).
|
|
1205
|
+
protoOf(GameErrorReason).y6e = function (reason) {
|
|
1206
1206
|
return new GameErrorReason(reason);
|
|
1207
1207
|
};
|
|
1208
1208
|
protoOf(GameErrorReason).copy = function (reason, $super) {
|
|
1209
1209
|
reason = reason === VOID ? this.reason : reason;
|
|
1210
|
-
return $super === VOID ? this.
|
|
1210
|
+
return $super === VOID ? this.y6e(reason) : $super.y6e.call(this, reason);
|
|
1211
1211
|
};
|
|
1212
1212
|
protoOf(GameErrorReason).toString = function () {
|
|
1213
1213
|
return 'GameErrorReason(reason=' + this.reason.toString() + ')';
|
|
@@ -1310,7 +1310,7 @@
|
|
|
1310
1310
|
initialLuckyFactor = initialLuckyFactor === VOID ? null : initialLuckyFactor;
|
|
1311
1311
|
rating = rating === VOID ? null : rating;
|
|
1312
1312
|
payload = payload === VOID ? null : payload;
|
|
1313
|
-
this.
|
|
1313
|
+
this.z6e_1 = playerId;
|
|
1314
1314
|
this.name = name;
|
|
1315
1315
|
this.avatarUrl = avatarUrl;
|
|
1316
1316
|
this.isBot = isBot;
|
|
@@ -1318,25 +1318,25 @@
|
|
|
1318
1318
|
this.rating = rating;
|
|
1319
1319
|
this.payload = payload;
|
|
1320
1320
|
}
|
|
1321
|
-
protoOf(GameUserInfo).
|
|
1322
|
-
return this.
|
|
1321
|
+
protoOf(GameUserInfo).l6e = function () {
|
|
1322
|
+
return this.z6e_1;
|
|
1323
1323
|
};
|
|
1324
1324
|
protoOf(GameUserInfo).r2 = function () {
|
|
1325
1325
|
return this.name;
|
|
1326
1326
|
};
|
|
1327
|
-
protoOf(GameUserInfo).
|
|
1327
|
+
protoOf(GameUserInfo).a6f = function () {
|
|
1328
1328
|
return this.avatarUrl;
|
|
1329
1329
|
};
|
|
1330
|
-
protoOf(GameUserInfo).
|
|
1330
|
+
protoOf(GameUserInfo).b6f = function () {
|
|
1331
1331
|
return this.isBot;
|
|
1332
1332
|
};
|
|
1333
|
-
protoOf(GameUserInfo).
|
|
1333
|
+
protoOf(GameUserInfo).c6f = function () {
|
|
1334
1334
|
return this.initialLuckyFactor;
|
|
1335
1335
|
};
|
|
1336
|
-
protoOf(GameUserInfo).
|
|
1336
|
+
protoOf(GameUserInfo).d6f = function () {
|
|
1337
1337
|
return this.rating;
|
|
1338
1338
|
};
|
|
1339
|
-
protoOf(GameUserInfo).
|
|
1339
|
+
protoOf(GameUserInfo).e6f = function () {
|
|
1340
1340
|
return this.payload;
|
|
1341
1341
|
};
|
|
1342
1342
|
protoOf(GameUserInfo).getRatingOrDefault = function (initialUserRating) {
|
|
@@ -1344,7 +1344,7 @@
|
|
|
1344
1344
|
return tmp0_elvis_lhs == null ? initialUserRating : tmp0_elvis_lhs;
|
|
1345
1345
|
};
|
|
1346
1346
|
protoOf(GameUserInfo).toString = function () {
|
|
1347
|
-
var tmp = 'playerId=' + this.
|
|
1347
|
+
var tmp = 'playerId=' + this.z6e_1;
|
|
1348
1348
|
var tmp_0 = 'name=' + this.name;
|
|
1349
1349
|
// Inline function 'kotlin.takeIf' call
|
|
1350
1350
|
var this_0 = 'avatarUrl=' + this.avatarUrl;
|
|
@@ -1394,7 +1394,7 @@
|
|
|
1394
1394
|
return 'GameUserInfo(' + joinToString(listOfNotNull([tmp, tmp_0, tmp_2, tmp_4, tmp_6, tmp_8, tmp$ret$9])) + ')';
|
|
1395
1395
|
};
|
|
1396
1396
|
protoOf(GameUserInfo).oe = function () {
|
|
1397
|
-
return this.
|
|
1397
|
+
return this.z6e_1;
|
|
1398
1398
|
};
|
|
1399
1399
|
protoOf(GameUserInfo).pe = function () {
|
|
1400
1400
|
return this.name;
|
|
@@ -1405,30 +1405,30 @@
|
|
|
1405
1405
|
protoOf(GameUserInfo).j5k = function () {
|
|
1406
1406
|
return this.isBot;
|
|
1407
1407
|
};
|
|
1408
|
-
protoOf(GameUserInfo).
|
|
1408
|
+
protoOf(GameUserInfo).f6f = function () {
|
|
1409
1409
|
return this.initialLuckyFactor;
|
|
1410
1410
|
};
|
|
1411
|
-
protoOf(GameUserInfo).
|
|
1411
|
+
protoOf(GameUserInfo).g6f = function () {
|
|
1412
1412
|
return this.rating;
|
|
1413
1413
|
};
|
|
1414
|
-
protoOf(GameUserInfo).
|
|
1414
|
+
protoOf(GameUserInfo).h6f = function () {
|
|
1415
1415
|
return this.payload;
|
|
1416
1416
|
};
|
|
1417
|
-
protoOf(GameUserInfo).
|
|
1417
|
+
protoOf(GameUserInfo).i6f = function (playerId, name, avatarUrl, isBot, initialLuckyFactor, rating, payload) {
|
|
1418
1418
|
return new GameUserInfo(playerId, name, avatarUrl, isBot, initialLuckyFactor, rating, payload);
|
|
1419
1419
|
};
|
|
1420
1420
|
protoOf(GameUserInfo).copy = function (playerId, name, avatarUrl, isBot, initialLuckyFactor, rating, payload, $super) {
|
|
1421
|
-
playerId = playerId === VOID ? this.
|
|
1421
|
+
playerId = playerId === VOID ? this.z6e_1 : playerId;
|
|
1422
1422
|
name = name === VOID ? this.name : name;
|
|
1423
1423
|
avatarUrl = avatarUrl === VOID ? this.avatarUrl : avatarUrl;
|
|
1424
1424
|
isBot = isBot === VOID ? this.isBot : isBot;
|
|
1425
1425
|
initialLuckyFactor = initialLuckyFactor === VOID ? this.initialLuckyFactor : initialLuckyFactor;
|
|
1426
1426
|
rating = rating === VOID ? this.rating : rating;
|
|
1427
1427
|
payload = payload === VOID ? this.payload : payload;
|
|
1428
|
-
return $super === VOID ? this.
|
|
1428
|
+
return $super === VOID ? this.i6f(playerId, name, avatarUrl, isBot, initialLuckyFactor, rating, payload) : $super.i6f.call(this, playerId, name, avatarUrl, isBot, initialLuckyFactor, rating, payload);
|
|
1429
1429
|
};
|
|
1430
1430
|
protoOf(GameUserInfo).hashCode = function () {
|
|
1431
|
-
var result = getStringHashCode(this.
|
|
1431
|
+
var result = getStringHashCode(this.z6e_1);
|
|
1432
1432
|
result = imul(result, 31) + getStringHashCode(this.name) | 0;
|
|
1433
1433
|
result = imul(result, 31) + (this.avatarUrl == null ? 0 : getStringHashCode(this.avatarUrl)) | 0;
|
|
1434
1434
|
result = imul(result, 31) + getBooleanHashCode(this.isBot) | 0;
|
|
@@ -1442,7 +1442,7 @@
|
|
|
1442
1442
|
return true;
|
|
1443
1443
|
if (!(other instanceof GameUserInfo))
|
|
1444
1444
|
return false;
|
|
1445
|
-
if (!(this.
|
|
1445
|
+
if (!(this.z6e_1 === other.z6e_1))
|
|
1446
1446
|
return false;
|
|
1447
1447
|
if (!(this.name === other.name))
|
|
1448
1448
|
return false;
|
|
@@ -1522,18 +1522,18 @@
|
|
|
1522
1522
|
return destination;
|
|
1523
1523
|
}
|
|
1524
1524
|
function PlayerIndex(playerId, playerIndex) {
|
|
1525
|
-
this.
|
|
1526
|
-
this.
|
|
1525
|
+
this.j6f_1 = playerId;
|
|
1526
|
+
this.k6f_1 = playerIndex;
|
|
1527
1527
|
}
|
|
1528
|
-
protoOf(PlayerIndex).
|
|
1529
|
-
return this.
|
|
1528
|
+
protoOf(PlayerIndex).l6e = function () {
|
|
1529
|
+
return this.j6f_1;
|
|
1530
1530
|
};
|
|
1531
1531
|
protoOf(PlayerIndex).toString = function () {
|
|
1532
|
-
return 'PlayerIndex(playerId=' + this.
|
|
1532
|
+
return 'PlayerIndex(playerId=' + this.j6f_1 + ', playerIndex=' + this.k6f_1 + ')';
|
|
1533
1533
|
};
|
|
1534
1534
|
protoOf(PlayerIndex).hashCode = function () {
|
|
1535
|
-
var result = getStringHashCode(this.
|
|
1536
|
-
result = imul(result, 31) + this.
|
|
1535
|
+
var result = getStringHashCode(this.j6f_1);
|
|
1536
|
+
result = imul(result, 31) + this.k6f_1 | 0;
|
|
1537
1537
|
return result;
|
|
1538
1538
|
};
|
|
1539
1539
|
protoOf(PlayerIndex).equals = function (other) {
|
|
@@ -1541,9 +1541,9 @@
|
|
|
1541
1541
|
return true;
|
|
1542
1542
|
if (!(other instanceof PlayerIndex))
|
|
1543
1543
|
return false;
|
|
1544
|
-
if (!(this.
|
|
1544
|
+
if (!(this.j6f_1 === other.j6f_1))
|
|
1545
1545
|
return false;
|
|
1546
|
-
if (!(this.
|
|
1546
|
+
if (!(this.k6f_1 === other.k6f_1))
|
|
1547
1547
|
return false;
|
|
1548
1548
|
return true;
|
|
1549
1549
|
};
|
|
@@ -1582,28 +1582,28 @@
|
|
|
1582
1582
|
function Player() {
|
|
1583
1583
|
}
|
|
1584
1584
|
function PlayerIdOrderComparator(players) {
|
|
1585
|
-
this.
|
|
1585
|
+
this.n6f_1 = players;
|
|
1586
1586
|
}
|
|
1587
|
-
protoOf(PlayerIdOrderComparator).
|
|
1588
|
-
var indexA = this.
|
|
1589
|
-
var indexB = this.
|
|
1587
|
+
protoOf(PlayerIdOrderComparator).o6f = function (a, b) {
|
|
1588
|
+
var indexA = this.n6f_1.w1(a);
|
|
1589
|
+
var indexB = this.n6f_1.w1(b);
|
|
1590
1590
|
return compareTo(indexA, indexB);
|
|
1591
1591
|
};
|
|
1592
1592
|
protoOf(PlayerIdOrderComparator).compare = function (a, b) {
|
|
1593
1593
|
var tmp = (!(a == null) ? typeof a === 'string' : false) ? a : THROW_CCE();
|
|
1594
|
-
return this.
|
|
1594
|
+
return this.o6f(tmp, (!(b == null) ? typeof b === 'string' : false) ? b : THROW_CCE());
|
|
1595
1595
|
};
|
|
1596
1596
|
function PlayerIdContractOrderComparator(players) {
|
|
1597
|
-
this.
|
|
1597
|
+
this.p6f_1 = players;
|
|
1598
1598
|
}
|
|
1599
|
-
protoOf(PlayerIdContractOrderComparator).
|
|
1600
|
-
var indexA = this.
|
|
1601
|
-
var indexB = this.
|
|
1599
|
+
protoOf(PlayerIdContractOrderComparator).q6f = function (a, b) {
|
|
1600
|
+
var indexA = this.p6f_1.w1(a.playerId);
|
|
1601
|
+
var indexB = this.p6f_1.w1(b.playerId);
|
|
1602
1602
|
return compareTo(indexA, indexB);
|
|
1603
1603
|
};
|
|
1604
1604
|
protoOf(PlayerIdContractOrderComparator).compare = function (a, b) {
|
|
1605
1605
|
var tmp = (!(a == null) ? isInterface(a, PlayerIdContract) : false) ? a : THROW_CCE();
|
|
1606
|
-
return this.
|
|
1606
|
+
return this.q6f(tmp, (!(b == null) ? isInterface(b, PlayerIdContract) : false) ? b : THROW_CCE());
|
|
1607
1607
|
};
|
|
1608
1608
|
function previousPlayerId(_this__u8e3s4, playerId) {
|
|
1609
1609
|
_init_properties_Player_kt__qi83pd();
|
|
@@ -1624,7 +1624,7 @@
|
|
|
1624
1624
|
}
|
|
1625
1625
|
function playerTurnPredicate$lambda(p1) {
|
|
1626
1626
|
_init_properties_Player_kt__qi83pd();
|
|
1627
|
-
return p1.
|
|
1627
|
+
return p1.l6f().y6f();
|
|
1628
1628
|
}
|
|
1629
1629
|
var properties_initialized_Player_kt_56shkt;
|
|
1630
1630
|
function _init_properties_Player_kt__qi83pd() {
|
|
@@ -1635,32 +1635,32 @@
|
|
|
1635
1635
|
}
|
|
1636
1636
|
}
|
|
1637
1637
|
function Companion_6() {
|
|
1638
|
-
this.
|
|
1638
|
+
this.z6f_1 = 70;
|
|
1639
1639
|
}
|
|
1640
|
-
protoOf(Companion_6).
|
|
1640
|
+
protoOf(Companion_6).a6g = function (state, timeout) {
|
|
1641
1641
|
return new PlayerConnection(state, System_instance.dk().tk(timeout));
|
|
1642
1642
|
};
|
|
1643
|
-
protoOf(Companion_6).
|
|
1643
|
+
protoOf(Companion_6).b6g = function (state, timeout, $super) {
|
|
1644
1644
|
timeout = timeout === VOID ? Companion_getInstance().ek_1 : timeout;
|
|
1645
|
-
return $super === VOID ? this.
|
|
1645
|
+
return $super === VOID ? this.a6g(state, timeout) : $super.a6g.call(this, state, new Duration(timeout));
|
|
1646
1646
|
};
|
|
1647
|
-
protoOf(Companion_6).
|
|
1647
|
+
protoOf(Companion_6).c6g = function (_this__u8e3s4) {
|
|
1648
1648
|
if (_this__u8e3s4 == null) {
|
|
1649
1649
|
return new PlayerConnection(PlayerConnectionState_LIVE_getInstance(), System_instance.dk());
|
|
1650
1650
|
}
|
|
1651
1651
|
var tmp;
|
|
1652
|
-
if (_this__u8e3s4.
|
|
1653
|
-
tmp = _this__u8e3s4.
|
|
1652
|
+
if (_this__u8e3s4.d6g_1.isLive) {
|
|
1653
|
+
tmp = _this__u8e3s4.i6g(VOID, System_instance.dk());
|
|
1654
1654
|
} else {
|
|
1655
|
-
tmp = _this__u8e3s4.
|
|
1655
|
+
tmp = _this__u8e3s4.h6g(PlayerConnectionState_LIVE_getInstance(), System_instance.dk(), Duration__plus_impl_yu9v8f(_this__u8e3s4.f6g_1, _this__u8e3s4.g6g()));
|
|
1656
1656
|
}
|
|
1657
1657
|
return tmp;
|
|
1658
1658
|
};
|
|
1659
|
-
protoOf(Companion_6).
|
|
1659
|
+
protoOf(Companion_6).j6g = function (_this__u8e3s4, state) {
|
|
1660
1660
|
if (_this__u8e3s4 == null) {
|
|
1661
1661
|
return new PlayerConnection(state, System_instance.dk());
|
|
1662
1662
|
}
|
|
1663
|
-
return _this__u8e3s4.
|
|
1663
|
+
return _this__u8e3s4.i6g(state, System_instance.dk());
|
|
1664
1664
|
};
|
|
1665
1665
|
var Companion_instance_8;
|
|
1666
1666
|
function Companion_getInstance_9() {
|
|
@@ -1669,59 +1669,59 @@
|
|
|
1669
1669
|
function PlayerConnection(state, connectionChangedTime, notLiveDurationRecord) {
|
|
1670
1670
|
connectionChangedTime = connectionChangedTime === VOID ? System_instance.dk() : connectionChangedTime;
|
|
1671
1671
|
notLiveDurationRecord = notLiveDurationRecord === VOID ? Companion_getInstance().ek_1 : notLiveDurationRecord;
|
|
1672
|
-
this.
|
|
1673
|
-
this.
|
|
1674
|
-
this.
|
|
1672
|
+
this.d6g_1 = state;
|
|
1673
|
+
this.e6g_1 = connectionChangedTime;
|
|
1674
|
+
this.f6g_1 = notLiveDurationRecord;
|
|
1675
1675
|
}
|
|
1676
|
-
protoOf(PlayerConnection).
|
|
1677
|
-
return System_instance.dk().uk(this.
|
|
1676
|
+
protoOf(PlayerConnection).g6g = function () {
|
|
1677
|
+
return System_instance.dk().uk(this.e6g_1);
|
|
1678
1678
|
};
|
|
1679
|
-
protoOf(PlayerConnection).
|
|
1680
|
-
return Duration__compareTo_impl_pchp0f(this.
|
|
1679
|
+
protoOf(PlayerConnection).k6g = function (duration) {
|
|
1680
|
+
return Duration__compareTo_impl_pchp0f(this.g6g(), duration) > 0;
|
|
1681
1681
|
};
|
|
1682
|
-
protoOf(PlayerConnection).
|
|
1682
|
+
protoOf(PlayerConnection).l6g = function () {
|
|
1683
1683
|
var tmp;
|
|
1684
|
-
if (this.
|
|
1685
|
-
tmp = this.
|
|
1684
|
+
if (this.d6g_1.isLive) {
|
|
1685
|
+
tmp = this.f6g_1;
|
|
1686
1686
|
} else {
|
|
1687
|
-
tmp = Duration__plus_impl_yu9v8f(this.
|
|
1687
|
+
tmp = Duration__plus_impl_yu9v8f(this.f6g_1, this.g6g());
|
|
1688
1688
|
}
|
|
1689
1689
|
return tmp;
|
|
1690
1690
|
};
|
|
1691
|
-
protoOf(PlayerConnection).
|
|
1691
|
+
protoOf(PlayerConnection).m6g = function (gameDuration) {
|
|
1692
1692
|
// Inline function 'kotlin.Long.div' call
|
|
1693
1693
|
var this_0 = _Duration___get_inWholeMilliseconds__impl__msfiry(gameDuration);
|
|
1694
1694
|
var percent = toNumber(this_0) / 100.0;
|
|
1695
1695
|
// Inline function 'kotlin.Long.div' call
|
|
1696
|
-
var this_1 = _Duration___get_inWholeMilliseconds__impl__msfiry(this.
|
|
1696
|
+
var this_1 = _Duration___get_inWholeMilliseconds__impl__msfiry(this.l6g());
|
|
1697
1697
|
// Inline function 'kotlin.math.round' call
|
|
1698
1698
|
var x = toNumber(this_1) / percent;
|
|
1699
1699
|
var tmp$ret$2 = round(x);
|
|
1700
1700
|
return numberToInt(tmp$ret$2);
|
|
1701
1701
|
};
|
|
1702
|
-
protoOf(PlayerConnection).
|
|
1703
|
-
return 100 - this.
|
|
1702
|
+
protoOf(PlayerConnection).n6g = function (gameDuration) {
|
|
1703
|
+
return 100 - this.m6g(gameDuration) | 0;
|
|
1704
1704
|
};
|
|
1705
|
-
protoOf(PlayerConnection).
|
|
1706
|
-
var percentage = this.
|
|
1705
|
+
protoOf(PlayerConnection).o6g = function (gameDuration) {
|
|
1706
|
+
var percentage = this.n6g(gameDuration);
|
|
1707
1707
|
return percentage >= 70;
|
|
1708
1708
|
};
|
|
1709
|
-
protoOf(PlayerConnection).
|
|
1709
|
+
protoOf(PlayerConnection).h6g = function (state, connectionChangedTime, notLiveDurationRecord) {
|
|
1710
1710
|
return new PlayerConnection(state, connectionChangedTime, notLiveDurationRecord);
|
|
1711
1711
|
};
|
|
1712
|
-
protoOf(PlayerConnection).
|
|
1713
|
-
state = state === VOID ? this.
|
|
1714
|
-
connectionChangedTime = connectionChangedTime === VOID ? this.
|
|
1715
|
-
notLiveDurationRecord = notLiveDurationRecord === VOID ? this.
|
|
1716
|
-
return $super === VOID ? this.
|
|
1712
|
+
protoOf(PlayerConnection).i6g = function (state, connectionChangedTime, notLiveDurationRecord, $super) {
|
|
1713
|
+
state = state === VOID ? this.d6g_1 : state;
|
|
1714
|
+
connectionChangedTime = connectionChangedTime === VOID ? this.e6g_1 : connectionChangedTime;
|
|
1715
|
+
notLiveDurationRecord = notLiveDurationRecord === VOID ? this.f6g_1 : notLiveDurationRecord;
|
|
1716
|
+
return $super === VOID ? this.h6g(state, connectionChangedTime, notLiveDurationRecord) : $super.h6g.call(this, state, connectionChangedTime, new Duration(notLiveDurationRecord));
|
|
1717
1717
|
};
|
|
1718
1718
|
protoOf(PlayerConnection).toString = function () {
|
|
1719
|
-
return 'PlayerConnection(state=' + this.
|
|
1719
|
+
return 'PlayerConnection(state=' + this.d6g_1.toString() + ', connectionChangedTime=' + this.e6g_1.toString() + ', notLiveDurationRecord=' + Duration__toString_impl_8d916b(this.f6g_1) + ')';
|
|
1720
1720
|
};
|
|
1721
1721
|
protoOf(PlayerConnection).hashCode = function () {
|
|
1722
|
-
var result = this.
|
|
1723
|
-
result = imul(result, 31) + this.
|
|
1724
|
-
result = imul(result, 31) + Duration__hashCode_impl_u4exz6(this.
|
|
1722
|
+
var result = this.d6g_1.hashCode();
|
|
1723
|
+
result = imul(result, 31) + this.e6g_1.hashCode() | 0;
|
|
1724
|
+
result = imul(result, 31) + Duration__hashCode_impl_u4exz6(this.f6g_1) | 0;
|
|
1725
1725
|
return result;
|
|
1726
1726
|
};
|
|
1727
1727
|
protoOf(PlayerConnection).equals = function (other) {
|
|
@@ -1729,16 +1729,16 @@
|
|
|
1729
1729
|
return true;
|
|
1730
1730
|
if (!(other instanceof PlayerConnection))
|
|
1731
1731
|
return false;
|
|
1732
|
-
if (!this.
|
|
1732
|
+
if (!this.d6g_1.equals(other.d6g_1))
|
|
1733
1733
|
return false;
|
|
1734
|
-
if (!this.
|
|
1734
|
+
if (!this.e6g_1.equals(other.e6g_1))
|
|
1735
1735
|
return false;
|
|
1736
|
-
if (!equals(this.
|
|
1736
|
+
if (!equals(this.f6g_1, other.f6g_1))
|
|
1737
1737
|
return false;
|
|
1738
1738
|
return true;
|
|
1739
1739
|
};
|
|
1740
1740
|
function _get_$cachedSerializer__te6jhj_3($this) {
|
|
1741
|
-
return $this.
|
|
1741
|
+
return $this.p6g_1.x();
|
|
1742
1742
|
}
|
|
1743
1743
|
function PlayerConnectionState$Companion$_anonymous__8wfaw3() {
|
|
1744
1744
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerConnectionState', values_2());
|
|
@@ -1782,7 +1782,7 @@
|
|
|
1782
1782
|
Companion_instance_9 = this;
|
|
1783
1783
|
var tmp = this;
|
|
1784
1784
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1785
|
-
tmp.
|
|
1785
|
+
tmp.p6g_1 = lazy(tmp_0, PlayerConnectionState$Companion$_anonymous__8wfaw3);
|
|
1786
1786
|
}
|
|
1787
1787
|
protoOf(Companion_7).r4t = function () {
|
|
1788
1788
|
return _get_$cachedSerializer__te6jhj_3(this);
|
|
@@ -1815,28 +1815,28 @@
|
|
|
1815
1815
|
function PlayerConnectionState(name, ordinal) {
|
|
1816
1816
|
Enum.call(this, name, ordinal);
|
|
1817
1817
|
}
|
|
1818
|
-
protoOf(PlayerConnectionState).
|
|
1818
|
+
protoOf(PlayerConnectionState).s6g = function () {
|
|
1819
1819
|
return this.equals(PlayerConnectionState_LIVE_getInstance());
|
|
1820
1820
|
};
|
|
1821
|
-
protoOf(PlayerConnectionState).
|
|
1821
|
+
protoOf(PlayerConnectionState).t6g = function () {
|
|
1822
1822
|
return this.equals(PlayerConnectionState_TIMEOUT_getInstance());
|
|
1823
1823
|
};
|
|
1824
|
-
protoOf(PlayerConnectionState).
|
|
1824
|
+
protoOf(PlayerConnectionState).u6g = function () {
|
|
1825
1825
|
return this.equals(PlayerConnectionState_LOST_CONNECTION_getInstance());
|
|
1826
1826
|
};
|
|
1827
|
-
protoOf(PlayerConnectionState).
|
|
1827
|
+
protoOf(PlayerConnectionState).v6g = function () {
|
|
1828
1828
|
return this.equals(PlayerConnectionState_LEFT_getInstance());
|
|
1829
1829
|
};
|
|
1830
|
-
protoOf(PlayerConnectionState).
|
|
1830
|
+
protoOf(PlayerConnectionState).w6g = function () {
|
|
1831
1831
|
return this.equals(PlayerConnectionState_LEFT_PERMANENTLY_getInstance());
|
|
1832
1832
|
};
|
|
1833
|
-
protoOf(PlayerConnectionState).
|
|
1833
|
+
protoOf(PlayerConnectionState).x6g = function () {
|
|
1834
1834
|
return this.equals(PlayerConnectionState_DELETED_getInstance());
|
|
1835
1835
|
};
|
|
1836
|
-
protoOf(PlayerConnectionState).
|
|
1836
|
+
protoOf(PlayerConnectionState).y6g = function () {
|
|
1837
1837
|
return this.equals(PlayerConnectionState_DISCONNECTING_getInstance());
|
|
1838
1838
|
};
|
|
1839
|
-
protoOf(PlayerConnectionState).
|
|
1839
|
+
protoOf(PlayerConnectionState).z6g = function () {
|
|
1840
1840
|
var tmp;
|
|
1841
1841
|
switch (this.q2_1) {
|
|
1842
1842
|
case 3:
|
|
@@ -1857,7 +1857,7 @@
|
|
|
1857
1857
|
}
|
|
1858
1858
|
return tmp;
|
|
1859
1859
|
};
|
|
1860
|
-
protoOf(PlayerConnectionState).
|
|
1860
|
+
protoOf(PlayerConnectionState).a6h = function () {
|
|
1861
1861
|
var tmp;
|
|
1862
1862
|
switch (this.q2_1) {
|
|
1863
1863
|
case 3:
|
|
@@ -1878,7 +1878,7 @@
|
|
|
1878
1878
|
}
|
|
1879
1879
|
return tmp;
|
|
1880
1880
|
};
|
|
1881
|
-
protoOf(PlayerConnectionState).
|
|
1881
|
+
protoOf(PlayerConnectionState).b6h = function () {
|
|
1882
1882
|
var tmp;
|
|
1883
1883
|
switch (this.q2_1) {
|
|
1884
1884
|
case 3:
|
|
@@ -1903,7 +1903,7 @@
|
|
|
1903
1903
|
}
|
|
1904
1904
|
return tmp;
|
|
1905
1905
|
};
|
|
1906
|
-
protoOf(PlayerConnectionState).
|
|
1906
|
+
protoOf(PlayerConnectionState).c6h = function () {
|
|
1907
1907
|
var tmp;
|
|
1908
1908
|
switch (this.q2_1) {
|
|
1909
1909
|
case 3:
|
|
@@ -1928,7 +1928,7 @@
|
|
|
1928
1928
|
}
|
|
1929
1929
|
return tmp;
|
|
1930
1930
|
};
|
|
1931
|
-
protoOf(PlayerConnectionState).
|
|
1931
|
+
protoOf(PlayerConnectionState).d6h = function () {
|
|
1932
1932
|
var tmp;
|
|
1933
1933
|
switch (this.q2_1) {
|
|
1934
1934
|
case 3:
|
|
@@ -1951,7 +1951,7 @@
|
|
|
1951
1951
|
}
|
|
1952
1952
|
return tmp;
|
|
1953
1953
|
};
|
|
1954
|
-
protoOf(PlayerConnectionState).
|
|
1954
|
+
protoOf(PlayerConnectionState).e6h = function () {
|
|
1955
1955
|
var tmp;
|
|
1956
1956
|
switch (this.q2_1) {
|
|
1957
1957
|
case 2:
|
|
@@ -1974,7 +1974,7 @@
|
|
|
1974
1974
|
}
|
|
1975
1975
|
return tmp;
|
|
1976
1976
|
};
|
|
1977
|
-
protoOf(PlayerConnectionState).
|
|
1977
|
+
protoOf(PlayerConnectionState).f6h = function () {
|
|
1978
1978
|
var tmp;
|
|
1979
1979
|
switch (this.q2_1) {
|
|
1980
1980
|
case 5:
|
|
@@ -1999,10 +1999,10 @@
|
|
|
1999
1999
|
var tmp;
|
|
2000
2000
|
switch (_this__u8e3s4.q2_1) {
|
|
2001
2001
|
case 3:
|
|
2002
|
-
tmp = new PlayerLostConnectionReason(player.playerId, player.
|
|
2002
|
+
tmp = new PlayerLostConnectionReason(player.playerId, player.l6f().g6h());
|
|
2003
2003
|
break;
|
|
2004
2004
|
case 2:
|
|
2005
|
-
tmp = new PlayerTimeoutReason(player.playerId, player.
|
|
2005
|
+
tmp = new PlayerTimeoutReason(player.playerId, player.l6f().g6h());
|
|
2006
2006
|
break;
|
|
2007
2007
|
case 4:
|
|
2008
2008
|
case 5:
|
|
@@ -2080,7 +2080,7 @@
|
|
|
2080
2080
|
return PlayerConnectionState_DELETED_instance;
|
|
2081
2081
|
}
|
|
2082
2082
|
function _get_$cachedSerializer__te6jhj_4($this) {
|
|
2083
|
-
return $this.
|
|
2083
|
+
return $this.h6h_1.x();
|
|
2084
2084
|
}
|
|
2085
2085
|
function PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2() {
|
|
2086
2086
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerState.PlayerWaitingState', values_3());
|
|
@@ -2095,7 +2095,7 @@
|
|
|
2095
2095
|
Companion_instance_10 = this;
|
|
2096
2096
|
var tmp = this;
|
|
2097
2097
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2098
|
-
tmp.
|
|
2098
|
+
tmp.h6h_1 = lazy(tmp_0, PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2);
|
|
2099
2099
|
}
|
|
2100
2100
|
protoOf(Companion_8).r4t = function () {
|
|
2101
2101
|
return _get_$cachedSerializer__te6jhj_4(this);
|
|
@@ -2123,28 +2123,28 @@
|
|
|
2123
2123
|
function PlayerWaitingState(name, ordinal) {
|
|
2124
2124
|
Enum.call(this, name, ordinal);
|
|
2125
2125
|
}
|
|
2126
|
-
protoOf(PlayerWaitingState).
|
|
2127
|
-
return this.
|
|
2126
|
+
protoOf(PlayerWaitingState).y6f = function () {
|
|
2127
|
+
return this.k6h() || this.l6h();
|
|
2128
2128
|
};
|
|
2129
|
-
protoOf(PlayerWaitingState).
|
|
2129
|
+
protoOf(PlayerWaitingState).k6h = function () {
|
|
2130
2130
|
return this.equals(PlayerWaitingState_IN_PROGRESS_getInstance());
|
|
2131
2131
|
};
|
|
2132
|
-
protoOf(PlayerWaitingState).
|
|
2132
|
+
protoOf(PlayerWaitingState).l6h = function () {
|
|
2133
2133
|
return this.equals(PlayerWaitingState_IN_PROGRESS_ATTENTION_MODE_getInstance());
|
|
2134
2134
|
};
|
|
2135
2135
|
function Companion_9() {
|
|
2136
2136
|
}
|
|
2137
|
-
protoOf(Companion_9).
|
|
2137
|
+
protoOf(Companion_9).m6h = function (connection) {
|
|
2138
2138
|
var tmp0_state = PlayerWaitingState_IDLE_getInstance();
|
|
2139
2139
|
return new PlayerState(null, null, null, tmp0_state, false, null, connection);
|
|
2140
2140
|
};
|
|
2141
|
-
protoOf(Companion_9).
|
|
2142
|
-
return _this__u8e3s4.
|
|
2141
|
+
protoOf(Companion_9).n6h = function (_this__u8e3s4) {
|
|
2142
|
+
return _this__u8e3s4.o6h(null, null, VOID, PlayerWaitingState_IDLE_getInstance(), VOID, null);
|
|
2143
2143
|
};
|
|
2144
|
-
protoOf(Companion_9).
|
|
2144
|
+
protoOf(Companion_9).p6h = function (_this__u8e3s4, playerTurnTimeout, tag) {
|
|
2145
2145
|
var tmp0_startFromTime = System_instance.dk();
|
|
2146
2146
|
var tmp1_state = PlayerWaitingState_IN_PROGRESS_getInstance();
|
|
2147
|
-
return _this__u8e3s4.
|
|
2147
|
+
return _this__u8e3s4.o6h(tmp0_startFromTime, playerTurnTimeout, VOID, tmp1_state, false, tag);
|
|
2148
2148
|
};
|
|
2149
2149
|
var Companion_instance_11;
|
|
2150
2150
|
function Companion_getInstance_12() {
|
|
@@ -2165,17 +2165,17 @@
|
|
|
2165
2165
|
function PlayerState(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) {
|
|
2166
2166
|
tag = tag === VOID ? null : tag;
|
|
2167
2167
|
connection = connection === VOID ? null : connection;
|
|
2168
|
-
this.
|
|
2169
|
-
this.
|
|
2170
|
-
this.
|
|
2171
|
-
this.
|
|
2172
|
-
this.
|
|
2173
|
-
this.
|
|
2174
|
-
this.
|
|
2175
|
-
}
|
|
2176
|
-
protoOf(PlayerState).
|
|
2168
|
+
this.r6f_1 = startFromTime;
|
|
2169
|
+
this.s6f_1 = playerTurnTimeout;
|
|
2170
|
+
this.t6f_1 = waitPlayerUntilTime;
|
|
2171
|
+
this.u6f_1 = state;
|
|
2172
|
+
this.v6f_1 = ready;
|
|
2173
|
+
this.w6f_1 = tag;
|
|
2174
|
+
this.x6f_1 = connection;
|
|
2175
|
+
}
|
|
2176
|
+
protoOf(PlayerState).q6h = function () {
|
|
2177
2177
|
// Inline function 'kotlin.requireNotNull' call
|
|
2178
|
-
var tmp0 = this.
|
|
2178
|
+
var tmp0 = this.x6f_1;
|
|
2179
2179
|
var tmp$ret$1;
|
|
2180
2180
|
$l$block: {
|
|
2181
2181
|
// Inline function 'kotlin.requireNotNull' call
|
|
@@ -2189,9 +2189,9 @@
|
|
|
2189
2189
|
}
|
|
2190
2190
|
return tmp$ret$1;
|
|
2191
2191
|
};
|
|
2192
|
-
protoOf(PlayerState).
|
|
2192
|
+
protoOf(PlayerState).r6h = function () {
|
|
2193
2193
|
// Inline function 'kotlin.requireNotNull' call
|
|
2194
|
-
var tmp0 = this.
|
|
2194
|
+
var tmp0 = this.w6f_1;
|
|
2195
2195
|
var tmp$ret$1;
|
|
2196
2196
|
$l$block: {
|
|
2197
2197
|
// Inline function 'kotlin.requireNotNull' call
|
|
@@ -2205,61 +2205,61 @@
|
|
|
2205
2205
|
}
|
|
2206
2206
|
return tmp$ret$1;
|
|
2207
2207
|
};
|
|
2208
|
-
protoOf(PlayerState).
|
|
2209
|
-
var tmp0_elvis_lhs = this.
|
|
2208
|
+
protoOf(PlayerState).g6h = function () {
|
|
2209
|
+
var tmp0_elvis_lhs = this.w6f_1;
|
|
2210
2210
|
return tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
2211
2211
|
};
|
|
2212
2212
|
protoOf(PlayerState).toString = function () {
|
|
2213
2213
|
// Inline function 'kotlin.takeIf' call
|
|
2214
|
-
var this_0 = 'startFromTime=' + toString(this.
|
|
2214
|
+
var this_0 = 'startFromTime=' + toString(this.r6f_1);
|
|
2215
2215
|
var tmp;
|
|
2216
|
-
if (!(this.
|
|
2216
|
+
if (!(this.r6f_1 == null)) {
|
|
2217
2217
|
tmp = this_0;
|
|
2218
2218
|
} else {
|
|
2219
2219
|
tmp = null;
|
|
2220
2220
|
}
|
|
2221
2221
|
var tmp_0 = tmp;
|
|
2222
2222
|
// Inline function 'kotlin.takeIf' call
|
|
2223
|
-
var this_1 = 'playerTurnTimeout=' + toString(this.
|
|
2223
|
+
var this_1 = 'playerTurnTimeout=' + toString(this.s6f_1);
|
|
2224
2224
|
var tmp_1;
|
|
2225
|
-
if (!(this.
|
|
2225
|
+
if (!(this.s6f_1 == null)) {
|
|
2226
2226
|
tmp_1 = this_1;
|
|
2227
2227
|
} else {
|
|
2228
2228
|
tmp_1 = null;
|
|
2229
2229
|
}
|
|
2230
2230
|
var tmp_2 = tmp_1;
|
|
2231
2231
|
// Inline function 'kotlin.takeIf' call
|
|
2232
|
-
var this_2 = 'waitPlayerUntilTime=' + toString(this.
|
|
2232
|
+
var this_2 = 'waitPlayerUntilTime=' + toString(this.t6f_1);
|
|
2233
2233
|
var tmp_3;
|
|
2234
|
-
if (!(this.
|
|
2234
|
+
if (!(this.t6f_1 == null)) {
|
|
2235
2235
|
tmp_3 = this_2;
|
|
2236
2236
|
} else {
|
|
2237
2237
|
tmp_3 = null;
|
|
2238
2238
|
}
|
|
2239
2239
|
var tmp_4 = tmp_3;
|
|
2240
|
-
var tmp_5 = 'state=' + this.
|
|
2240
|
+
var tmp_5 = 'state=' + this.u6f_1.toString();
|
|
2241
2241
|
// Inline function 'kotlin.takeIf' call
|
|
2242
|
-
var this_3 = 'ready=' + this.
|
|
2242
|
+
var this_3 = 'ready=' + this.v6f_1;
|
|
2243
2243
|
var tmp_6;
|
|
2244
|
-
if (this.
|
|
2244
|
+
if (this.v6f_1) {
|
|
2245
2245
|
tmp_6 = this_3;
|
|
2246
2246
|
} else {
|
|
2247
2247
|
tmp_6 = null;
|
|
2248
2248
|
}
|
|
2249
2249
|
var tmp_7 = tmp_6;
|
|
2250
2250
|
// Inline function 'kotlin.takeIf' call
|
|
2251
|
-
var this_4 = 'tag=' + this.
|
|
2251
|
+
var this_4 = 'tag=' + this.w6f_1;
|
|
2252
2252
|
var tmp_8;
|
|
2253
|
-
if (!(this.
|
|
2253
|
+
if (!(this.w6f_1 == null)) {
|
|
2254
2254
|
tmp_8 = this_4;
|
|
2255
2255
|
} else {
|
|
2256
2256
|
tmp_8 = null;
|
|
2257
2257
|
}
|
|
2258
2258
|
var tmp_9 = tmp_8;
|
|
2259
2259
|
// Inline function 'kotlin.takeIf' call
|
|
2260
|
-
var this_5 = 'connection=' + toString(this.
|
|
2260
|
+
var this_5 = 'connection=' + toString(this.x6f_1);
|
|
2261
2261
|
var tmp_10;
|
|
2262
|
-
if (!(this.
|
|
2262
|
+
if (!(this.x6f_1 == null)) {
|
|
2263
2263
|
tmp_10 = this_5;
|
|
2264
2264
|
} else {
|
|
2265
2265
|
tmp_10 = null;
|
|
@@ -2267,30 +2267,30 @@
|
|
|
2267
2267
|
var tmp$ret$11 = tmp_10;
|
|
2268
2268
|
return 'PlayerState(' + joinToString(listOfNotNull([tmp_0, tmp_2, tmp_4, tmp_5, tmp_7, tmp_9, tmp$ret$11])) + ')';
|
|
2269
2269
|
};
|
|
2270
|
-
protoOf(PlayerState).
|
|
2271
|
-
return this.
|
|
2270
|
+
protoOf(PlayerState).y6f = function () {
|
|
2271
|
+
return this.u6f_1.y6f();
|
|
2272
2272
|
};
|
|
2273
|
-
protoOf(PlayerState).
|
|
2273
|
+
protoOf(PlayerState).s6h = function (startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) {
|
|
2274
2274
|
return new PlayerState(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection);
|
|
2275
2275
|
};
|
|
2276
|
-
protoOf(PlayerState).
|
|
2277
|
-
startFromTime = startFromTime === VOID ? this.
|
|
2278
|
-
playerTurnTimeout = playerTurnTimeout === VOID ? this.
|
|
2279
|
-
waitPlayerUntilTime = waitPlayerUntilTime === VOID ? this.
|
|
2280
|
-
state = state === VOID ? this.
|
|
2281
|
-
ready = ready === VOID ? this.
|
|
2282
|
-
tag = tag === VOID ? this.
|
|
2283
|
-
connection = connection === VOID ? this.
|
|
2284
|
-
return $super === VOID ? this.
|
|
2276
|
+
protoOf(PlayerState).o6h = function (startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, $super) {
|
|
2277
|
+
startFromTime = startFromTime === VOID ? this.r6f_1 : startFromTime;
|
|
2278
|
+
playerTurnTimeout = playerTurnTimeout === VOID ? this.s6f_1 : playerTurnTimeout;
|
|
2279
|
+
waitPlayerUntilTime = waitPlayerUntilTime === VOID ? this.t6f_1 : waitPlayerUntilTime;
|
|
2280
|
+
state = state === VOID ? this.u6f_1 : state;
|
|
2281
|
+
ready = ready === VOID ? this.v6f_1 : ready;
|
|
2282
|
+
tag = tag === VOID ? this.w6f_1 : tag;
|
|
2283
|
+
connection = connection === VOID ? this.x6f_1 : connection;
|
|
2284
|
+
return $super === VOID ? this.s6h(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) : $super.s6h.call(this, startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection);
|
|
2285
2285
|
};
|
|
2286
2286
|
protoOf(PlayerState).hashCode = function () {
|
|
2287
|
-
var result = this.
|
|
2288
|
-
result = imul(result, 31) + (this.
|
|
2289
|
-
result = imul(result, 31) + (this.p6f_1 == null ? 0 : this.p6f_1.hashCode()) | 0;
|
|
2290
|
-
result = imul(result, 31) + this.q6f_1.hashCode() | 0;
|
|
2291
|
-
result = imul(result, 31) + getBooleanHashCode(this.r6f_1) | 0;
|
|
2292
|
-
result = imul(result, 31) + (this.s6f_1 == null ? 0 : getStringHashCode(this.s6f_1)) | 0;
|
|
2287
|
+
var result = this.r6f_1 == null ? 0 : this.r6f_1.hashCode();
|
|
2288
|
+
result = imul(result, 31) + (this.s6f_1 == null ? 0 : this.s6f_1.hashCode()) | 0;
|
|
2293
2289
|
result = imul(result, 31) + (this.t6f_1 == null ? 0 : this.t6f_1.hashCode()) | 0;
|
|
2290
|
+
result = imul(result, 31) + this.u6f_1.hashCode() | 0;
|
|
2291
|
+
result = imul(result, 31) + getBooleanHashCode(this.v6f_1) | 0;
|
|
2292
|
+
result = imul(result, 31) + (this.w6f_1 == null ? 0 : getStringHashCode(this.w6f_1)) | 0;
|
|
2293
|
+
result = imul(result, 31) + (this.x6f_1 == null ? 0 : this.x6f_1.hashCode()) | 0;
|
|
2294
2294
|
return result;
|
|
2295
2295
|
};
|
|
2296
2296
|
protoOf(PlayerState).equals = function (other) {
|
|
@@ -2298,25 +2298,25 @@
|
|
|
2298
2298
|
return true;
|
|
2299
2299
|
if (!(other instanceof PlayerState))
|
|
2300
2300
|
return false;
|
|
2301
|
-
if (!equals(this.
|
|
2301
|
+
if (!equals(this.r6f_1, other.r6f_1))
|
|
2302
2302
|
return false;
|
|
2303
|
-
if (!equals(this.
|
|
2303
|
+
if (!equals(this.s6f_1, other.s6f_1))
|
|
2304
2304
|
return false;
|
|
2305
|
-
if (!equals(this.
|
|
2305
|
+
if (!equals(this.t6f_1, other.t6f_1))
|
|
2306
2306
|
return false;
|
|
2307
|
-
if (!this.
|
|
2307
|
+
if (!this.u6f_1.equals(other.u6f_1))
|
|
2308
2308
|
return false;
|
|
2309
|
-
if (!(this.
|
|
2309
|
+
if (!(this.v6f_1 === other.v6f_1))
|
|
2310
2310
|
return false;
|
|
2311
|
-
if (!(this.
|
|
2311
|
+
if (!(this.w6f_1 == other.w6f_1))
|
|
2312
2312
|
return false;
|
|
2313
|
-
if (!equals(this.
|
|
2313
|
+
if (!equals(this.x6f_1, other.x6f_1))
|
|
2314
2314
|
return false;
|
|
2315
2315
|
return true;
|
|
2316
2316
|
};
|
|
2317
2317
|
function getProgress(_this__u8e3s4, playerTurnTimeout, logger) {
|
|
2318
2318
|
var tmp;
|
|
2319
|
-
if (_this__u8e3s4.
|
|
2319
|
+
if (_this__u8e3s4.k6h() || _this__u8e3s4.l6h()) {
|
|
2320
2320
|
var tmp_0;
|
|
2321
2321
|
if (playerTurnTimeout == null) {
|
|
2322
2322
|
tmp_0 = Companion_getInstance().ek_1;
|
|
@@ -2337,27 +2337,27 @@
|
|
|
2337
2337
|
function Team(playerIds) {
|
|
2338
2338
|
this.playerIds = playerIds;
|
|
2339
2339
|
}
|
|
2340
|
-
protoOf(Team).
|
|
2340
|
+
protoOf(Team).t6h = function () {
|
|
2341
2341
|
return this.playerIds;
|
|
2342
2342
|
};
|
|
2343
2343
|
protoOf(Team).containsPlayer = function (playerId) {
|
|
2344
2344
|
return this.playerIds.u1(playerId);
|
|
2345
2345
|
};
|
|
2346
|
-
protoOf(Team).
|
|
2346
|
+
protoOf(Team).u6h = function () {
|
|
2347
2347
|
return this.playerIds.p(0);
|
|
2348
2348
|
};
|
|
2349
|
-
protoOf(Team).
|
|
2349
|
+
protoOf(Team).r61 = function () {
|
|
2350
2350
|
return this.playerIds.p(1);
|
|
2351
2351
|
};
|
|
2352
2352
|
protoOf(Team).oe = function () {
|
|
2353
2353
|
return this.playerIds;
|
|
2354
2354
|
};
|
|
2355
|
-
protoOf(Team).
|
|
2355
|
+
protoOf(Team).v6h = function (playerIds) {
|
|
2356
2356
|
return new Team(playerIds);
|
|
2357
2357
|
};
|
|
2358
2358
|
protoOf(Team).copy = function (playerIds, $super) {
|
|
2359
2359
|
playerIds = playerIds === VOID ? this.playerIds : playerIds;
|
|
2360
|
-
return $super === VOID ? this.
|
|
2360
|
+
return $super === VOID ? this.v6h(playerIds) : $super.v6h.call(this, playerIds);
|
|
2361
2361
|
};
|
|
2362
2362
|
protoOf(Team).toString = function () {
|
|
2363
2363
|
return 'Team(playerIds=' + toString_0(this.playerIds) + ')';
|
|
@@ -2387,30 +2387,30 @@
|
|
|
2387
2387
|
tmp0_serialDesc.hz('deleteFilesOnClear', true);
|
|
2388
2388
|
tmp0_serialDesc.hz('logsDirectoryPath', true);
|
|
2389
2389
|
tmp0_serialDesc.hz('fileNameFormat', true);
|
|
2390
|
-
this.
|
|
2390
|
+
this.w6h_1 = tmp0_serialDesc;
|
|
2391
2391
|
}
|
|
2392
|
-
protoOf($serializer_1).
|
|
2393
|
-
var tmp0_desc = this.
|
|
2392
|
+
protoOf($serializer_1).x6h = function (encoder, value) {
|
|
2393
|
+
var tmp0_desc = this.w6h_1;
|
|
2394
2394
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
2395
|
-
if (tmp1_output.mt(tmp0_desc, 0) ? true : !(value.
|
|
2396
|
-
tmp1_output.ws(tmp0_desc, 0, value.
|
|
2395
|
+
if (tmp1_output.mt(tmp0_desc, 0) ? true : !(value.y6h_1 === false)) {
|
|
2396
|
+
tmp1_output.ws(tmp0_desc, 0, value.y6h_1);
|
|
2397
2397
|
}
|
|
2398
|
-
if (tmp1_output.mt(tmp0_desc, 1) ? true : !(value.
|
|
2399
|
-
tmp1_output.ws(tmp0_desc, 1, value.
|
|
2398
|
+
if (tmp1_output.mt(tmp0_desc, 1) ? true : !(value.z6h_1 === false)) {
|
|
2399
|
+
tmp1_output.ws(tmp0_desc, 1, value.z6h_1);
|
|
2400
2400
|
}
|
|
2401
|
-
if (tmp1_output.mt(tmp0_desc, 2) ? true : !(value.
|
|
2402
|
-
tmp1_output.it(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
2401
|
+
if (tmp1_output.mt(tmp0_desc, 2) ? true : !(value.a6i_1 == null)) {
|
|
2402
|
+
tmp1_output.it(tmp0_desc, 2, StringSerializer_getInstance(), value.a6i_1);
|
|
2403
2403
|
}
|
|
2404
|
-
if (tmp1_output.mt(tmp0_desc, 3) ? true : !(value.
|
|
2405
|
-
tmp1_output.et(tmp0_desc, 3, value.
|
|
2404
|
+
if (tmp1_output.mt(tmp0_desc, 3) ? true : !(value.b6i_1 === '%S_logs.txt')) {
|
|
2405
|
+
tmp1_output.et(tmp0_desc, 3, value.b6i_1);
|
|
2406
2406
|
}
|
|
2407
2407
|
tmp1_output.qr(tmp0_desc);
|
|
2408
2408
|
};
|
|
2409
2409
|
protoOf($serializer_1).do = function (encoder, value) {
|
|
2410
|
-
return this.
|
|
2410
|
+
return this.x6h(encoder, value instanceof CoreConfigDto ? value : THROW_CCE());
|
|
2411
2411
|
};
|
|
2412
2412
|
protoOf($serializer_1).eo = function (decoder) {
|
|
2413
|
-
var tmp0_desc = this.
|
|
2413
|
+
var tmp0_desc = this.w6h_1;
|
|
2414
2414
|
var tmp1_flag = true;
|
|
2415
2415
|
var tmp2_index = 0;
|
|
2416
2416
|
var tmp3_bitMask0 = 0;
|
|
@@ -2459,7 +2459,7 @@
|
|
|
2459
2459
|
return CoreConfigDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, null);
|
|
2460
2460
|
};
|
|
2461
2461
|
protoOf($serializer_1).co = function () {
|
|
2462
|
-
return this.
|
|
2462
|
+
return this.w6h_1;
|
|
2463
2463
|
};
|
|
2464
2464
|
protoOf($serializer_1).wz = function () {
|
|
2465
2465
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2475,24 +2475,24 @@
|
|
|
2475
2475
|
}
|
|
2476
2476
|
function CoreConfigDto_init_$Init$(seen0, fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat, serializationConstructorMarker, $this) {
|
|
2477
2477
|
if (!(0 === (0 & seen0))) {
|
|
2478
|
-
throwMissingFieldException(seen0, 0, $serializer_getInstance_1().
|
|
2478
|
+
throwMissingFieldException(seen0, 0, $serializer_getInstance_1().w6h_1);
|
|
2479
2479
|
}
|
|
2480
2480
|
if (0 === (seen0 & 1))
|
|
2481
|
-
$this.
|
|
2481
|
+
$this.y6h_1 = false;
|
|
2482
2482
|
else
|
|
2483
|
-
$this.
|
|
2483
|
+
$this.y6h_1 = fileLogsEnabled;
|
|
2484
2484
|
if (0 === (seen0 & 2))
|
|
2485
|
-
$this.
|
|
2485
|
+
$this.z6h_1 = false;
|
|
2486
2486
|
else
|
|
2487
|
-
$this.
|
|
2487
|
+
$this.z6h_1 = deleteFilesOnClear;
|
|
2488
2488
|
if (0 === (seen0 & 4))
|
|
2489
|
-
$this.
|
|
2489
|
+
$this.a6i_1 = null;
|
|
2490
2490
|
else
|
|
2491
|
-
$this.
|
|
2491
|
+
$this.a6i_1 = logsDirectoryPath;
|
|
2492
2492
|
if (0 === (seen0 & 8))
|
|
2493
|
-
$this.
|
|
2493
|
+
$this.b6i_1 = '%S_logs.txt';
|
|
2494
2494
|
else
|
|
2495
|
-
$this.
|
|
2495
|
+
$this.b6i_1 = fileNameFormat;
|
|
2496
2496
|
return $this;
|
|
2497
2497
|
}
|
|
2498
2498
|
function CoreConfigDto_init_$Create$(seen0, fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat, serializationConstructorMarker) {
|
|
@@ -2503,19 +2503,19 @@
|
|
|
2503
2503
|
deleteFilesOnClear = deleteFilesOnClear === VOID ? false : deleteFilesOnClear;
|
|
2504
2504
|
logsDirectoryPath = logsDirectoryPath === VOID ? null : logsDirectoryPath;
|
|
2505
2505
|
fileNameFormat = fileNameFormat === VOID ? '%S_logs.txt' : fileNameFormat;
|
|
2506
|
-
this.
|
|
2507
|
-
this.
|
|
2508
|
-
this.
|
|
2509
|
-
this.
|
|
2506
|
+
this.y6h_1 = fileLogsEnabled;
|
|
2507
|
+
this.z6h_1 = deleteFilesOnClear;
|
|
2508
|
+
this.a6i_1 = logsDirectoryPath;
|
|
2509
|
+
this.b6i_1 = fileNameFormat;
|
|
2510
2510
|
}
|
|
2511
2511
|
protoOf(CoreConfigDto).toString = function () {
|
|
2512
|
-
return 'CoreConfigDto(fileLogsEnabled=' + this.
|
|
2512
|
+
return 'CoreConfigDto(fileLogsEnabled=' + this.y6h_1 + ', deleteFilesOnClear=' + this.z6h_1 + ', logsDirectoryPath=' + this.a6i_1 + ', fileNameFormat=' + this.b6i_1 + ')';
|
|
2513
2513
|
};
|
|
2514
2514
|
protoOf(CoreConfigDto).hashCode = function () {
|
|
2515
|
-
var result = getBooleanHashCode(this.
|
|
2516
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
2517
|
-
result = imul(result, 31) + (this.
|
|
2518
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
2515
|
+
var result = getBooleanHashCode(this.y6h_1);
|
|
2516
|
+
result = imul(result, 31) + getBooleanHashCode(this.z6h_1) | 0;
|
|
2517
|
+
result = imul(result, 31) + (this.a6i_1 == null ? 0 : getStringHashCode(this.a6i_1)) | 0;
|
|
2518
|
+
result = imul(result, 31) + getStringHashCode(this.b6i_1) | 0;
|
|
2519
2519
|
return result;
|
|
2520
2520
|
};
|
|
2521
2521
|
protoOf(CoreConfigDto).equals = function (other) {
|
|
@@ -2523,18 +2523,18 @@
|
|
|
2523
2523
|
return true;
|
|
2524
2524
|
if (!(other instanceof CoreConfigDto))
|
|
2525
2525
|
return false;
|
|
2526
|
-
if (!(this.
|
|
2526
|
+
if (!(this.y6h_1 === other.y6h_1))
|
|
2527
2527
|
return false;
|
|
2528
|
-
if (!(this.
|
|
2528
|
+
if (!(this.z6h_1 === other.z6h_1))
|
|
2529
2529
|
return false;
|
|
2530
|
-
if (!(this.
|
|
2530
|
+
if (!(this.a6i_1 == other.a6i_1))
|
|
2531
2531
|
return false;
|
|
2532
|
-
if (!(this.
|
|
2532
|
+
if (!(this.b6i_1 === other.b6i_1))
|
|
2533
2533
|
return false;
|
|
2534
2534
|
return true;
|
|
2535
2535
|
};
|
|
2536
2536
|
function _get_$cachedSerializer__te6jhj_5($this) {
|
|
2537
|
-
return $this.
|
|
2537
|
+
return $this.c6i_1.x();
|
|
2538
2538
|
}
|
|
2539
2539
|
function TerminationGameReasonDto$Companion$_anonymous__30ivuy() {
|
|
2540
2540
|
var tmp = getKClass(TerminationGameReasonDto);
|
|
@@ -2572,7 +2572,7 @@
|
|
|
2572
2572
|
Companion_instance_13 = this;
|
|
2573
2573
|
var tmp = this;
|
|
2574
2574
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2575
|
-
tmp.
|
|
2575
|
+
tmp.c6i_1 = lazy(tmp_0, TerminationGameReasonDto$Companion$_anonymous__30ivuy);
|
|
2576
2576
|
}
|
|
2577
2577
|
protoOf(Companion_11).r4t = function () {
|
|
2578
2578
|
return _get_$cachedSerializer__te6jhj_5(this);
|
|
@@ -2593,7 +2593,7 @@
|
|
|
2593
2593
|
Companion_getInstance_14();
|
|
2594
2594
|
}
|
|
2595
2595
|
function _get_$cachedSerializer__te6jhj_6($this) {
|
|
2596
|
-
return $this.
|
|
2596
|
+
return $this.d6i_1.x();
|
|
2597
2597
|
}
|
|
2598
2598
|
function ProcessingReasonDto$_anonymous__78na4x() {
|
|
2599
2599
|
var tmp = ProcessingReasonDto_getInstance();
|
|
@@ -2608,7 +2608,7 @@
|
|
|
2608
2608
|
TerminationGameReasonDto.call(this);
|
|
2609
2609
|
var tmp = this;
|
|
2610
2610
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2611
|
-
tmp.
|
|
2611
|
+
tmp.d6i_1 = lazy(tmp_0, ProcessingReasonDto$_anonymous__78na4x);
|
|
2612
2612
|
}
|
|
2613
2613
|
protoOf(ProcessingReasonDto).r4t = function () {
|
|
2614
2614
|
return _get_$cachedSerializer__te6jhj_6(this);
|
|
@@ -2645,19 +2645,19 @@
|
|
|
2645
2645
|
$serializer_instance_2 = this;
|
|
2646
2646
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_ERROR_TYPE', this, 1);
|
|
2647
2647
|
tmp0_serialDesc.hz('reason', false);
|
|
2648
|
-
this.
|
|
2648
|
+
this.e6i_1 = tmp0_serialDesc;
|
|
2649
2649
|
}
|
|
2650
|
-
protoOf($serializer_2).
|
|
2651
|
-
var tmp0_desc = this.
|
|
2650
|
+
protoOf($serializer_2).f6i = function (encoder, value) {
|
|
2651
|
+
var tmp0_desc = this.e6i_1;
|
|
2652
2652
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
2653
2653
|
tmp1_output.et(tmp0_desc, 0, value.reason);
|
|
2654
2654
|
tmp1_output.qr(tmp0_desc);
|
|
2655
2655
|
};
|
|
2656
2656
|
protoOf($serializer_2).do = function (encoder, value) {
|
|
2657
|
-
return this.
|
|
2657
|
+
return this.f6i(encoder, value instanceof GameErrorReasonDto ? value : THROW_CCE());
|
|
2658
2658
|
};
|
|
2659
2659
|
protoOf($serializer_2).eo = function (decoder) {
|
|
2660
|
-
var tmp0_desc = this.
|
|
2660
|
+
var tmp0_desc = this.e6i_1;
|
|
2661
2661
|
var tmp1_flag = true;
|
|
2662
2662
|
var tmp2_index = 0;
|
|
2663
2663
|
var tmp3_bitMask0 = 0;
|
|
@@ -2685,7 +2685,7 @@
|
|
|
2685
2685
|
return GameErrorReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2686
2686
|
};
|
|
2687
2687
|
protoOf($serializer_2).co = function () {
|
|
2688
|
-
return this.
|
|
2688
|
+
return this.e6i_1;
|
|
2689
2689
|
};
|
|
2690
2690
|
protoOf($serializer_2).wz = function () {
|
|
2691
2691
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2701,7 +2701,7 @@
|
|
|
2701
2701
|
}
|
|
2702
2702
|
function GameErrorReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2703
2703
|
if (!(1 === (1 & seen0))) {
|
|
2704
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().
|
|
2704
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().e6i_1);
|
|
2705
2705
|
}
|
|
2706
2706
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2707
2707
|
$this.reason = reason;
|
|
@@ -2714,7 +2714,7 @@
|
|
|
2714
2714
|
TerminationGameReasonDto.call(this);
|
|
2715
2715
|
this.reason = reason;
|
|
2716
2716
|
}
|
|
2717
|
-
protoOf(GameErrorReasonDto).
|
|
2717
|
+
protoOf(GameErrorReasonDto).t6e = function () {
|
|
2718
2718
|
return this.reason;
|
|
2719
2719
|
};
|
|
2720
2720
|
protoOf(GameErrorReasonDto).toString = function () {
|
|
@@ -2742,19 +2742,19 @@
|
|
|
2742
2742
|
$serializer_instance_3 = this;
|
|
2743
2743
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_FINISHED_TYPE', this, 1);
|
|
2744
2744
|
tmp0_serialDesc.hz('reason', false);
|
|
2745
|
-
this.
|
|
2745
|
+
this.g6i_1 = tmp0_serialDesc;
|
|
2746
2746
|
}
|
|
2747
|
-
protoOf($serializer_3).
|
|
2748
|
-
var tmp0_desc = this.
|
|
2747
|
+
protoOf($serializer_3).h6i = function (encoder, value) {
|
|
2748
|
+
var tmp0_desc = this.g6i_1;
|
|
2749
2749
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
2750
2750
|
tmp1_output.et(tmp0_desc, 0, value.reason);
|
|
2751
2751
|
tmp1_output.qr(tmp0_desc);
|
|
2752
2752
|
};
|
|
2753
2753
|
protoOf($serializer_3).do = function (encoder, value) {
|
|
2754
|
-
return this.
|
|
2754
|
+
return this.h6i(encoder, value instanceof GameFinishedReasonDto ? value : THROW_CCE());
|
|
2755
2755
|
};
|
|
2756
2756
|
protoOf($serializer_3).eo = function (decoder) {
|
|
2757
|
-
var tmp0_desc = this.
|
|
2757
|
+
var tmp0_desc = this.g6i_1;
|
|
2758
2758
|
var tmp1_flag = true;
|
|
2759
2759
|
var tmp2_index = 0;
|
|
2760
2760
|
var tmp3_bitMask0 = 0;
|
|
@@ -2782,7 +2782,7 @@
|
|
|
2782
2782
|
return GameFinishedReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2783
2783
|
};
|
|
2784
2784
|
protoOf($serializer_3).co = function () {
|
|
2785
|
-
return this.
|
|
2785
|
+
return this.g6i_1;
|
|
2786
2786
|
};
|
|
2787
2787
|
protoOf($serializer_3).wz = function () {
|
|
2788
2788
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2798,7 +2798,7 @@
|
|
|
2798
2798
|
}
|
|
2799
2799
|
function GameFinishedReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2800
2800
|
if (!(1 === (1 & seen0))) {
|
|
2801
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().
|
|
2801
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().g6i_1);
|
|
2802
2802
|
}
|
|
2803
2803
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2804
2804
|
$this.reason = reason;
|
|
@@ -2811,7 +2811,7 @@
|
|
|
2811
2811
|
TerminationGameReasonDto.call(this);
|
|
2812
2812
|
this.reason = reason;
|
|
2813
2813
|
}
|
|
2814
|
-
protoOf(GameFinishedReasonDto).
|
|
2814
|
+
protoOf(GameFinishedReasonDto).t6e = function () {
|
|
2815
2815
|
return this.reason;
|
|
2816
2816
|
};
|
|
2817
2817
|
protoOf(GameFinishedReasonDto).toString = function () {
|
|
@@ -2839,19 +2839,19 @@
|
|
|
2839
2839
|
$serializer_instance_4 = this;
|
|
2840
2840
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_EXIT', this, 1);
|
|
2841
2841
|
tmp0_serialDesc.hz('playerId', false);
|
|
2842
|
-
this.
|
|
2842
|
+
this.i6i_1 = tmp0_serialDesc;
|
|
2843
2843
|
}
|
|
2844
|
-
protoOf($serializer_4).
|
|
2845
|
-
var tmp0_desc = this.
|
|
2844
|
+
protoOf($serializer_4).j6i = function (encoder, value) {
|
|
2845
|
+
var tmp0_desc = this.i6i_1;
|
|
2846
2846
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
2847
|
-
tmp1_output.et(tmp0_desc, 0, value.
|
|
2847
|
+
tmp1_output.et(tmp0_desc, 0, value.k6i_1);
|
|
2848
2848
|
tmp1_output.qr(tmp0_desc);
|
|
2849
2849
|
};
|
|
2850
2850
|
protoOf($serializer_4).do = function (encoder, value) {
|
|
2851
|
-
return this.
|
|
2851
|
+
return this.j6i(encoder, value instanceof PlayerExitReasonDto ? value : THROW_CCE());
|
|
2852
2852
|
};
|
|
2853
2853
|
protoOf($serializer_4).eo = function (decoder) {
|
|
2854
|
-
var tmp0_desc = this.
|
|
2854
|
+
var tmp0_desc = this.i6i_1;
|
|
2855
2855
|
var tmp1_flag = true;
|
|
2856
2856
|
var tmp2_index = 0;
|
|
2857
2857
|
var tmp3_bitMask0 = 0;
|
|
@@ -2879,7 +2879,7 @@
|
|
|
2879
2879
|
return PlayerExitReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2880
2880
|
};
|
|
2881
2881
|
protoOf($serializer_4).co = function () {
|
|
2882
|
-
return this.
|
|
2882
|
+
return this.i6i_1;
|
|
2883
2883
|
};
|
|
2884
2884
|
protoOf($serializer_4).wz = function () {
|
|
2885
2885
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2895,10 +2895,10 @@
|
|
|
2895
2895
|
}
|
|
2896
2896
|
function PlayerExitReasonDto_init_$Init$(seen0, playerId, serializationConstructorMarker, $this) {
|
|
2897
2897
|
if (!(1 === (1 & seen0))) {
|
|
2898
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_4().
|
|
2898
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_4().i6i_1);
|
|
2899
2899
|
}
|
|
2900
2900
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2901
|
-
$this.
|
|
2901
|
+
$this.k6i_1 = playerId;
|
|
2902
2902
|
return $this;
|
|
2903
2903
|
}
|
|
2904
2904
|
function PlayerExitReasonDto_init_$Create$(seen0, playerId, serializationConstructorMarker) {
|
|
@@ -2906,20 +2906,20 @@
|
|
|
2906
2906
|
}
|
|
2907
2907
|
function PlayerExitReasonDto(playerId) {
|
|
2908
2908
|
TerminationGameReasonDto.call(this);
|
|
2909
|
-
this.
|
|
2909
|
+
this.k6i_1 = playerId;
|
|
2910
2910
|
}
|
|
2911
2911
|
protoOf(PlayerExitReasonDto).toString = function () {
|
|
2912
|
-
return 'PlayerExitReasonDto(playerId=' + this.
|
|
2912
|
+
return 'PlayerExitReasonDto(playerId=' + this.k6i_1 + ')';
|
|
2913
2913
|
};
|
|
2914
2914
|
protoOf(PlayerExitReasonDto).hashCode = function () {
|
|
2915
|
-
return getStringHashCode(this.
|
|
2915
|
+
return getStringHashCode(this.k6i_1);
|
|
2916
2916
|
};
|
|
2917
2917
|
protoOf(PlayerExitReasonDto).equals = function (other) {
|
|
2918
2918
|
if (this === other)
|
|
2919
2919
|
return true;
|
|
2920
2920
|
if (!(other instanceof PlayerExitReasonDto))
|
|
2921
2921
|
return false;
|
|
2922
|
-
if (!(this.
|
|
2922
|
+
if (!(this.k6i_1 === other.k6i_1))
|
|
2923
2923
|
return false;
|
|
2924
2924
|
return true;
|
|
2925
2925
|
};
|
|
@@ -2934,20 +2934,20 @@
|
|
|
2934
2934
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_LOST_CONNECTION', this, 2);
|
|
2935
2935
|
tmp0_serialDesc.hz('playerId', false);
|
|
2936
2936
|
tmp0_serialDesc.hz('tag', false);
|
|
2937
|
-
this.
|
|
2937
|
+
this.l6i_1 = tmp0_serialDesc;
|
|
2938
2938
|
}
|
|
2939
|
-
protoOf($serializer_5).
|
|
2940
|
-
var tmp0_desc = this.
|
|
2939
|
+
protoOf($serializer_5).m6i = function (encoder, value) {
|
|
2940
|
+
var tmp0_desc = this.l6i_1;
|
|
2941
2941
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
2942
|
-
tmp1_output.et(tmp0_desc, 0, value.
|
|
2943
|
-
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2942
|
+
tmp1_output.et(tmp0_desc, 0, value.n6i_1);
|
|
2943
|
+
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.o6i_1);
|
|
2944
2944
|
tmp1_output.qr(tmp0_desc);
|
|
2945
2945
|
};
|
|
2946
2946
|
protoOf($serializer_5).do = function (encoder, value) {
|
|
2947
|
-
return this.
|
|
2947
|
+
return this.m6i(encoder, value instanceof PlayerLostConnectionReasonDto ? value : THROW_CCE());
|
|
2948
2948
|
};
|
|
2949
2949
|
protoOf($serializer_5).eo = function (decoder) {
|
|
2950
|
-
var tmp0_desc = this.
|
|
2950
|
+
var tmp0_desc = this.l6i_1;
|
|
2951
2951
|
var tmp1_flag = true;
|
|
2952
2952
|
var tmp2_index = 0;
|
|
2953
2953
|
var tmp3_bitMask0 = 0;
|
|
@@ -2982,7 +2982,7 @@
|
|
|
2982
2982
|
return PlayerLostConnectionReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2983
2983
|
};
|
|
2984
2984
|
protoOf($serializer_5).co = function () {
|
|
2985
|
-
return this.
|
|
2985
|
+
return this.l6i_1;
|
|
2986
2986
|
};
|
|
2987
2987
|
protoOf($serializer_5).wz = function () {
|
|
2988
2988
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2998,11 +2998,11 @@
|
|
|
2998
2998
|
}
|
|
2999
2999
|
function PlayerLostConnectionReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
3000
3000
|
if (!(3 === (3 & seen0))) {
|
|
3001
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().
|
|
3001
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().l6i_1);
|
|
3002
3002
|
}
|
|
3003
3003
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
3004
|
-
$this.
|
|
3005
|
-
$this.
|
|
3004
|
+
$this.n6i_1 = playerId;
|
|
3005
|
+
$this.o6i_1 = tag;
|
|
3006
3006
|
return $this;
|
|
3007
3007
|
}
|
|
3008
3008
|
function PlayerLostConnectionReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -3010,15 +3010,15 @@
|
|
|
3010
3010
|
}
|
|
3011
3011
|
function PlayerLostConnectionReasonDto(playerId, tag) {
|
|
3012
3012
|
TerminationGameReasonDto.call(this);
|
|
3013
|
-
this.
|
|
3014
|
-
this.
|
|
3013
|
+
this.n6i_1 = playerId;
|
|
3014
|
+
this.o6i_1 = tag;
|
|
3015
3015
|
}
|
|
3016
3016
|
protoOf(PlayerLostConnectionReasonDto).toString = function () {
|
|
3017
|
-
return 'PlayerLostConnectionReasonDto(playerId=' + this.
|
|
3017
|
+
return 'PlayerLostConnectionReasonDto(playerId=' + this.n6i_1 + ', tag=' + this.o6i_1 + ')';
|
|
3018
3018
|
};
|
|
3019
3019
|
protoOf(PlayerLostConnectionReasonDto).hashCode = function () {
|
|
3020
|
-
var result = getStringHashCode(this.
|
|
3021
|
-
result = imul(result, 31) + (this.
|
|
3020
|
+
var result = getStringHashCode(this.n6i_1);
|
|
3021
|
+
result = imul(result, 31) + (this.o6i_1 == null ? 0 : getStringHashCode(this.o6i_1)) | 0;
|
|
3022
3022
|
return result;
|
|
3023
3023
|
};
|
|
3024
3024
|
protoOf(PlayerLostConnectionReasonDto).equals = function (other) {
|
|
@@ -3026,9 +3026,9 @@
|
|
|
3026
3026
|
return true;
|
|
3027
3027
|
if (!(other instanceof PlayerLostConnectionReasonDto))
|
|
3028
3028
|
return false;
|
|
3029
|
-
if (!(this.
|
|
3029
|
+
if (!(this.n6i_1 === other.n6i_1))
|
|
3030
3030
|
return false;
|
|
3031
|
-
if (!(this.
|
|
3031
|
+
if (!(this.o6i_1 == other.o6i_1))
|
|
3032
3032
|
return false;
|
|
3033
3033
|
return true;
|
|
3034
3034
|
};
|
|
@@ -3043,20 +3043,20 @@
|
|
|
3043
3043
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_TIMEOUT', this, 2);
|
|
3044
3044
|
tmp0_serialDesc.hz('playerId', false);
|
|
3045
3045
|
tmp0_serialDesc.hz('tag', false);
|
|
3046
|
-
this.
|
|
3046
|
+
this.p6i_1 = tmp0_serialDesc;
|
|
3047
3047
|
}
|
|
3048
|
-
protoOf($serializer_6).
|
|
3049
|
-
var tmp0_desc = this.
|
|
3048
|
+
protoOf($serializer_6).q6i = function (encoder, value) {
|
|
3049
|
+
var tmp0_desc = this.p6i_1;
|
|
3050
3050
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
3051
|
-
tmp1_output.et(tmp0_desc, 0, value.
|
|
3052
|
-
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3051
|
+
tmp1_output.et(tmp0_desc, 0, value.r6i_1);
|
|
3052
|
+
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.s6i_1);
|
|
3053
3053
|
tmp1_output.qr(tmp0_desc);
|
|
3054
3054
|
};
|
|
3055
3055
|
protoOf($serializer_6).do = function (encoder, value) {
|
|
3056
|
-
return this.
|
|
3056
|
+
return this.q6i(encoder, value instanceof PlayerTimeoutReasonDto ? value : THROW_CCE());
|
|
3057
3057
|
};
|
|
3058
3058
|
protoOf($serializer_6).eo = function (decoder) {
|
|
3059
|
-
var tmp0_desc = this.
|
|
3059
|
+
var tmp0_desc = this.p6i_1;
|
|
3060
3060
|
var tmp1_flag = true;
|
|
3061
3061
|
var tmp2_index = 0;
|
|
3062
3062
|
var tmp3_bitMask0 = 0;
|
|
@@ -3091,7 +3091,7 @@
|
|
|
3091
3091
|
return PlayerTimeoutReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
3092
3092
|
};
|
|
3093
3093
|
protoOf($serializer_6).co = function () {
|
|
3094
|
-
return this.
|
|
3094
|
+
return this.p6i_1;
|
|
3095
3095
|
};
|
|
3096
3096
|
protoOf($serializer_6).wz = function () {
|
|
3097
3097
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3107,11 +3107,11 @@
|
|
|
3107
3107
|
}
|
|
3108
3108
|
function PlayerTimeoutReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
3109
3109
|
if (!(3 === (3 & seen0))) {
|
|
3110
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_6().
|
|
3110
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_6().p6i_1);
|
|
3111
3111
|
}
|
|
3112
3112
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
3113
|
-
$this.
|
|
3114
|
-
$this.
|
|
3113
|
+
$this.r6i_1 = playerId;
|
|
3114
|
+
$this.s6i_1 = tag;
|
|
3115
3115
|
return $this;
|
|
3116
3116
|
}
|
|
3117
3117
|
function PlayerTimeoutReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -3119,15 +3119,15 @@
|
|
|
3119
3119
|
}
|
|
3120
3120
|
function PlayerTimeoutReasonDto(playerId, tag) {
|
|
3121
3121
|
TerminationGameReasonDto.call(this);
|
|
3122
|
-
this.
|
|
3123
|
-
this.
|
|
3122
|
+
this.r6i_1 = playerId;
|
|
3123
|
+
this.s6i_1 = tag;
|
|
3124
3124
|
}
|
|
3125
3125
|
protoOf(PlayerTimeoutReasonDto).toString = function () {
|
|
3126
|
-
return 'PlayerTimeoutReasonDto(playerId=' + this.
|
|
3126
|
+
return 'PlayerTimeoutReasonDto(playerId=' + this.r6i_1 + ', tag=' + this.s6i_1 + ')';
|
|
3127
3127
|
};
|
|
3128
3128
|
protoOf(PlayerTimeoutReasonDto).hashCode = function () {
|
|
3129
|
-
var result = getStringHashCode(this.
|
|
3130
|
-
result = imul(result, 31) + (this.
|
|
3129
|
+
var result = getStringHashCode(this.r6i_1);
|
|
3130
|
+
result = imul(result, 31) + (this.s6i_1 == null ? 0 : getStringHashCode(this.s6i_1)) | 0;
|
|
3131
3131
|
return result;
|
|
3132
3132
|
};
|
|
3133
3133
|
protoOf(PlayerTimeoutReasonDto).equals = function (other) {
|
|
@@ -3135,14 +3135,14 @@
|
|
|
3135
3135
|
return true;
|
|
3136
3136
|
if (!(other instanceof PlayerTimeoutReasonDto))
|
|
3137
3137
|
return false;
|
|
3138
|
-
if (!(this.
|
|
3138
|
+
if (!(this.r6i_1 === other.r6i_1))
|
|
3139
3139
|
return false;
|
|
3140
|
-
if (!(this.
|
|
3140
|
+
if (!(this.s6i_1 == other.s6i_1))
|
|
3141
3141
|
return false;
|
|
3142
3142
|
return true;
|
|
3143
3143
|
};
|
|
3144
3144
|
function _get_$cachedSerializer__te6jhj_7($this) {
|
|
3145
|
-
return $this.
|
|
3145
|
+
return $this.t6i_1.x();
|
|
3146
3146
|
}
|
|
3147
3147
|
function WaitingForConnectionReasonDto$_anonymous__hgbgp6() {
|
|
3148
3148
|
var tmp = WaitingForConnectionReasonDto_getInstance();
|
|
@@ -3157,7 +3157,7 @@
|
|
|
3157
3157
|
TerminationGameReasonDto.call(this);
|
|
3158
3158
|
var tmp = this;
|
|
3159
3159
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
3160
|
-
tmp.
|
|
3160
|
+
tmp.t6i_1 = lazy(tmp_0, WaitingForConnectionReasonDto$_anonymous__hgbgp6);
|
|
3161
3161
|
}
|
|
3162
3162
|
protoOf(WaitingForConnectionReasonDto).r4t = function () {
|
|
3163
3163
|
return _get_$cachedSerializer__te6jhj_7(this);
|
|
@@ -3194,19 +3194,19 @@
|
|
|
3194
3194
|
$serializer_instance_7 = this;
|
|
3195
3195
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.logic.data.models.serializable.cards.ProcessingCardDto', this, 1);
|
|
3196
3196
|
tmp0_serialDesc.hz('gameCard', false);
|
|
3197
|
-
this.
|
|
3197
|
+
this.u6i_1 = tmp0_serialDesc;
|
|
3198
3198
|
}
|
|
3199
|
-
protoOf($serializer_7).
|
|
3200
|
-
var tmp0_desc = this.
|
|
3199
|
+
protoOf($serializer_7).v6i = function (encoder, value) {
|
|
3200
|
+
var tmp0_desc = this.u6i_1;
|
|
3201
3201
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
3202
|
-
tmp1_output.zs(tmp0_desc, 0, value.
|
|
3202
|
+
tmp1_output.zs(tmp0_desc, 0, value.w6i_1);
|
|
3203
3203
|
tmp1_output.qr(tmp0_desc);
|
|
3204
3204
|
};
|
|
3205
3205
|
protoOf($serializer_7).do = function (encoder, value) {
|
|
3206
|
-
return this.
|
|
3206
|
+
return this.v6i(encoder, value instanceof ProcessingCardDto ? value : THROW_CCE());
|
|
3207
3207
|
};
|
|
3208
3208
|
protoOf($serializer_7).eo = function (decoder) {
|
|
3209
|
-
var tmp0_desc = this.
|
|
3209
|
+
var tmp0_desc = this.u6i_1;
|
|
3210
3210
|
var tmp1_flag = true;
|
|
3211
3211
|
var tmp2_index = 0;
|
|
3212
3212
|
var tmp3_bitMask0 = 0;
|
|
@@ -3234,7 +3234,7 @@
|
|
|
3234
3234
|
return ProcessingCardDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
3235
3235
|
};
|
|
3236
3236
|
protoOf($serializer_7).co = function () {
|
|
3237
|
-
return this.
|
|
3237
|
+
return this.u6i_1;
|
|
3238
3238
|
};
|
|
3239
3239
|
protoOf($serializer_7).wz = function () {
|
|
3240
3240
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3250,37 +3250,37 @@
|
|
|
3250
3250
|
}
|
|
3251
3251
|
function ProcessingCardDto_init_$Init$(seen0, gameCard, serializationConstructorMarker, $this) {
|
|
3252
3252
|
if (!(1 === (1 & seen0))) {
|
|
3253
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_7().
|
|
3253
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_7().u6i_1);
|
|
3254
3254
|
}
|
|
3255
|
-
$this.
|
|
3255
|
+
$this.w6i_1 = gameCard;
|
|
3256
3256
|
return $this;
|
|
3257
3257
|
}
|
|
3258
3258
|
function ProcessingCardDto_init_$Create$(seen0, gameCard, serializationConstructorMarker) {
|
|
3259
3259
|
return ProcessingCardDto_init_$Init$(seen0, gameCard, serializationConstructorMarker, objectCreate(protoOf(ProcessingCardDto)));
|
|
3260
3260
|
}
|
|
3261
3261
|
function ProcessingCardDto(gameCard) {
|
|
3262
|
-
this.
|
|
3262
|
+
this.w6i_1 = gameCard;
|
|
3263
3263
|
}
|
|
3264
3264
|
protoOf(ProcessingCardDto).toString = function () {
|
|
3265
|
-
return 'ProcessingCardDto(gameCard=' + this.
|
|
3265
|
+
return 'ProcessingCardDto(gameCard=' + this.w6i_1 + ')';
|
|
3266
3266
|
};
|
|
3267
3267
|
protoOf(ProcessingCardDto).hashCode = function () {
|
|
3268
|
-
return this.
|
|
3268
|
+
return this.w6i_1;
|
|
3269
3269
|
};
|
|
3270
3270
|
protoOf(ProcessingCardDto).equals = function (other) {
|
|
3271
3271
|
if (this === other)
|
|
3272
3272
|
return true;
|
|
3273
3273
|
if (!(other instanceof ProcessingCardDto))
|
|
3274
3274
|
return false;
|
|
3275
|
-
if (!(this.
|
|
3275
|
+
if (!(this.w6i_1 === other.w6i_1))
|
|
3276
3276
|
return false;
|
|
3277
3277
|
return true;
|
|
3278
3278
|
};
|
|
3279
3279
|
function mapToDto(_this__u8e3s4) {
|
|
3280
|
-
return new ProcessingCardDto(mapToDto_0(_this__u8e3s4.
|
|
3280
|
+
return new ProcessingCardDto(mapToDto_0(_this__u8e3s4.x6i_1));
|
|
3281
3281
|
}
|
|
3282
3282
|
function mapFromDto(_this__u8e3s4) {
|
|
3283
|
-
return new ProcessingCard(mapFromDto_0(_this__u8e3s4.
|
|
3283
|
+
return new ProcessingCard(mapFromDto_0(_this__u8e3s4.w6i_1));
|
|
3284
3284
|
}
|
|
3285
3285
|
function mapToDto_0(_this__u8e3s4) {
|
|
3286
3286
|
return _this__u8e3s4.p5t_1;
|
|
@@ -3289,7 +3289,7 @@
|
|
|
3289
3289
|
return new GameCard(_this__u8e3s4);
|
|
3290
3290
|
}
|
|
3291
3291
|
function mapFromDto_1(_this__u8e3s4) {
|
|
3292
|
-
return new CoreConfig(_this__u8e3s4.
|
|
3292
|
+
return new CoreConfig(_this__u8e3s4.y6h_1, _this__u8e3s4.z6h_1, _this__u8e3s4.a6i_1, _this__u8e3s4.b6i_1);
|
|
3293
3293
|
}
|
|
3294
3294
|
function mapFromDto_2(_this__u8e3s4) {
|
|
3295
3295
|
return new Team(_this__u8e3s4);
|
|
@@ -3385,15 +3385,15 @@
|
|
|
3385
3385
|
}
|
|
3386
3386
|
function mapToDto_5(_this__u8e3s4) {
|
|
3387
3387
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3388
|
-
return new PlayerExitReasonDto(_this__u8e3s4.
|
|
3388
|
+
return new PlayerExitReasonDto(_this__u8e3s4.o6e_1);
|
|
3389
3389
|
}
|
|
3390
3390
|
function mapToDto_6(_this__u8e3s4) {
|
|
3391
3391
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3392
|
-
return new PlayerLostConnectionReasonDto(_this__u8e3s4.
|
|
3392
|
+
return new PlayerLostConnectionReasonDto(_this__u8e3s4.k6e_1, _this__u8e3s4.tag);
|
|
3393
3393
|
}
|
|
3394
3394
|
function mapToDto_7(_this__u8e3s4) {
|
|
3395
3395
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3396
|
-
return new PlayerTimeoutReasonDto(_this__u8e3s4.
|
|
3396
|
+
return new PlayerTimeoutReasonDto(_this__u8e3s4.n6e_1, _this__u8e3s4.tag);
|
|
3397
3397
|
}
|
|
3398
3398
|
function mapToDto_8(_this__u8e3s4) {
|
|
3399
3399
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
@@ -3415,15 +3415,15 @@
|
|
|
3415
3415
|
}
|
|
3416
3416
|
function mapFromDto_6(_this__u8e3s4) {
|
|
3417
3417
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3418
|
-
return new PlayerExitReason(_this__u8e3s4.
|
|
3418
|
+
return new PlayerExitReason(_this__u8e3s4.k6i_1);
|
|
3419
3419
|
}
|
|
3420
3420
|
function mapFromDto_7(_this__u8e3s4) {
|
|
3421
3421
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3422
|
-
return new PlayerLostConnectionReason(_this__u8e3s4.
|
|
3422
|
+
return new PlayerLostConnectionReason(_this__u8e3s4.n6i_1, _this__u8e3s4.o6i_1);
|
|
3423
3423
|
}
|
|
3424
3424
|
function mapFromDto_8(_this__u8e3s4) {
|
|
3425
3425
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3426
|
-
return new PlayerTimeoutReason(_this__u8e3s4.
|
|
3426
|
+
return new PlayerTimeoutReason(_this__u8e3s4.r6i_1, _this__u8e3s4.s6i_1);
|
|
3427
3427
|
}
|
|
3428
3428
|
function mapFromDto_9(_this__u8e3s4) {
|
|
3429
3429
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
@@ -3464,8 +3464,8 @@
|
|
|
3464
3464
|
}
|
|
3465
3465
|
}
|
|
3466
3466
|
function mapToDto_10(_this__u8e3s4) {
|
|
3467
|
-
var tmp0_playerId = _this__u8e3s4.
|
|
3468
|
-
var tmp1_uid = _this__u8e3s4.
|
|
3467
|
+
var tmp0_playerId = _this__u8e3s4.z6e_1;
|
|
3468
|
+
var tmp1_uid = _this__u8e3s4.z6e_1;
|
|
3469
3469
|
var tmp2_nickname = _this__u8e3s4.name;
|
|
3470
3470
|
var tmp3_name = _this__u8e3s4.name;
|
|
3471
3471
|
var tmp4_photo = _this__u8e3s4.avatarUrl;
|
|
@@ -3484,31 +3484,31 @@
|
|
|
3484
3484
|
return new GameUserInfoDto(tmp0_playerId, tmp1_uid, tmp3_name, tmp2_nickname, tmp5_avatarUrl, tmp4_photo, tmp8_rating, tmp6_isBot, tmp7_initialLuckyFactor);
|
|
3485
3485
|
}
|
|
3486
3486
|
function mapFromDto_11(_this__u8e3s4) {
|
|
3487
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
3488
|
-
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
3489
|
-
var tmp1_elvis_lhs = _this__u8e3s4.
|
|
3490
|
-
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
3491
|
-
var tmp2_elvis_lhs = _this__u8e3s4.
|
|
3492
|
-
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.
|
|
3493
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
3494
|
-
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.
|
|
3487
|
+
var tmp0_elvis_lhs = _this__u8e3s4.y6i_1;
|
|
3488
|
+
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.z6i_1) : tmp0_elvis_lhs;
|
|
3489
|
+
var tmp1_elvis_lhs = _this__u8e3s4.a6j_1;
|
|
3490
|
+
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.b6j_1) : tmp1_elvis_lhs;
|
|
3491
|
+
var tmp2_elvis_lhs = _this__u8e3s4.c6j_1;
|
|
3492
|
+
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.d6j_1 : tmp2_elvis_lhs;
|
|
3493
|
+
var tmp3_elvis_lhs = _this__u8e3s4.f6j_1;
|
|
3494
|
+
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.g6j_1, _this__u8e3s4.e6j_1);
|
|
3495
3495
|
}
|
|
3496
3496
|
function mapToDto_11(_this__u8e3s4) {
|
|
3497
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
3497
|
+
var tmp0_safe_receiver = _this__u8e3s4.r6f_1;
|
|
3498
3498
|
var tmp4_startFrom = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.toString();
|
|
3499
|
-
var tmp1_safe_receiver = _this__u8e3s4.
|
|
3499
|
+
var tmp1_safe_receiver = _this__u8e3s4.t6f_1;
|
|
3500
3500
|
var tmp5_waitPlayerUntilTime = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.toString();
|
|
3501
|
-
var tmp2_safe_receiver = _this__u8e3s4.
|
|
3501
|
+
var tmp2_safe_receiver = _this__u8e3s4.s6f_1;
|
|
3502
3502
|
var tmp6_playerTurnTimeout = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.toString();
|
|
3503
|
-
var tmp7_state = _this__u8e3s4.
|
|
3504
|
-
var tmp8_tag = _this__u8e3s4.
|
|
3505
|
-
var tmp9_ready = _this__u8e3s4.
|
|
3506
|
-
var tmp3_safe_receiver = _this__u8e3s4.
|
|
3503
|
+
var tmp7_state = _this__u8e3s4.u6f_1;
|
|
3504
|
+
var tmp8_tag = _this__u8e3s4.w6f_1;
|
|
3505
|
+
var tmp9_ready = _this__u8e3s4.v6f_1;
|
|
3506
|
+
var tmp3_safe_receiver = _this__u8e3s4.x6f_1;
|
|
3507
3507
|
var tmp10_connection = tmp3_safe_receiver == null ? null : mapToDto_12(tmp3_safe_receiver);
|
|
3508
3508
|
return new PlayerStateDto(tmp4_startFrom, tmp6_playerTurnTimeout, tmp5_waitPlayerUntilTime, tmp7_state, tmp9_ready, tmp8_tag, tmp10_connection);
|
|
3509
3509
|
}
|
|
3510
3510
|
function mapFromDto_12(_this__u8e3s4) {
|
|
3511
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
3511
|
+
var tmp0_safe_receiver = _this__u8e3s4.h6j_1;
|
|
3512
3512
|
var tmp;
|
|
3513
3513
|
if (tmp0_safe_receiver == null) {
|
|
3514
3514
|
tmp = null;
|
|
@@ -3517,7 +3517,7 @@
|
|
|
3517
3517
|
tmp = Companion_getInstance_0().nk(tmp0_safe_receiver);
|
|
3518
3518
|
}
|
|
3519
3519
|
var tmp5_startFromTime = tmp;
|
|
3520
|
-
var tmp1_safe_receiver = _this__u8e3s4.
|
|
3520
|
+
var tmp1_safe_receiver = _this__u8e3s4.j6j_1;
|
|
3521
3521
|
var tmp_0;
|
|
3522
3522
|
if (tmp1_safe_receiver == null) {
|
|
3523
3523
|
tmp_0 = null;
|
|
@@ -3526,7 +3526,7 @@
|
|
|
3526
3526
|
tmp_0 = Companion_getInstance_0().nk(tmp1_safe_receiver);
|
|
3527
3527
|
}
|
|
3528
3528
|
var tmp6_waitPlayerUntilTime = tmp_0;
|
|
3529
|
-
var tmp2_safe_receiver = _this__u8e3s4.
|
|
3529
|
+
var tmp2_safe_receiver = _this__u8e3s4.i6j_1;
|
|
3530
3530
|
var tmp_1;
|
|
3531
3531
|
if (tmp2_safe_receiver == null) {
|
|
3532
3532
|
tmp_1 = null;
|
|
@@ -3535,19 +3535,19 @@
|
|
|
3535
3535
|
tmp_1 = Companion_getInstance_0().nk(tmp2_safe_receiver);
|
|
3536
3536
|
}
|
|
3537
3537
|
var tmp7_playerTurnTimeout = tmp_1;
|
|
3538
|
-
var tmp8_state = _this__u8e3s4.
|
|
3539
|
-
var tmp9_tag = _this__u8e3s4.
|
|
3540
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
3538
|
+
var tmp8_state = _this__u8e3s4.k6j_1;
|
|
3539
|
+
var tmp9_tag = _this__u8e3s4.m6j_1;
|
|
3540
|
+
var tmp3_elvis_lhs = _this__u8e3s4.l6j_1;
|
|
3541
3541
|
var tmp10_ready = tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs;
|
|
3542
|
-
var tmp4_safe_receiver = _this__u8e3s4.
|
|
3542
|
+
var tmp4_safe_receiver = _this__u8e3s4.n6j_1;
|
|
3543
3543
|
var tmp11_connection = tmp4_safe_receiver == null ? null : mapFromDto_13(tmp4_safe_receiver);
|
|
3544
3544
|
return new PlayerState(tmp5_startFromTime, tmp7_playerTurnTimeout, tmp6_waitPlayerUntilTime, tmp8_state, tmp10_ready, tmp9_tag, tmp11_connection);
|
|
3545
3545
|
}
|
|
3546
3546
|
function mapToDto_12(_this__u8e3s4) {
|
|
3547
|
-
return new PlayerConnectionDto(_this__u8e3s4.
|
|
3547
|
+
return new PlayerConnectionDto(_this__u8e3s4.d6g_1, _this__u8e3s4.e6g_1.toString(), Duration__toIsoString_impl_9h6wsm(_this__u8e3s4.f6g_1));
|
|
3548
3548
|
}
|
|
3549
3549
|
function mapFromDto_13(_this__u8e3s4) {
|
|
3550
|
-
return new PlayerConnection(_this__u8e3s4.
|
|
3550
|
+
return new PlayerConnection(_this__u8e3s4.o6j_1, Companion_getInstance_0().nk(_this__u8e3s4.p6j_1), Companion_getInstance().hk(_this__u8e3s4.q6j_1));
|
|
3551
3551
|
}
|
|
3552
3552
|
function Companion_18() {
|
|
3553
3553
|
}
|
|
@@ -3567,39 +3567,39 @@
|
|
|
3567
3567
|
tmp0_serialDesc.hz('rating', false);
|
|
3568
3568
|
tmp0_serialDesc.hz('is_bot', false);
|
|
3569
3569
|
tmp0_serialDesc.hz('lucky_factor', false);
|
|
3570
|
-
this.
|
|
3570
|
+
this.r6j_1 = tmp0_serialDesc;
|
|
3571
3571
|
}
|
|
3572
|
-
protoOf($serializer_8).
|
|
3573
|
-
var tmp0_desc = this.
|
|
3572
|
+
protoOf($serializer_8).s6j = function (encoder, value) {
|
|
3573
|
+
var tmp0_desc = this.r6j_1;
|
|
3574
3574
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
3575
|
-
if (tmp1_output.mt(tmp0_desc, 0) ? true : !(value.
|
|
3576
|
-
tmp1_output.it(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3575
|
+
if (tmp1_output.mt(tmp0_desc, 0) ? true : !(value.y6i_1 == null)) {
|
|
3576
|
+
tmp1_output.it(tmp0_desc, 0, StringSerializer_getInstance(), value.y6i_1);
|
|
3577
3577
|
}
|
|
3578
|
-
if (tmp1_output.mt(tmp0_desc, 1) ? true : !(value.
|
|
3579
|
-
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3578
|
+
if (tmp1_output.mt(tmp0_desc, 1) ? true : !(value.z6i_1 == null)) {
|
|
3579
|
+
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.z6i_1);
|
|
3580
3580
|
}
|
|
3581
|
-
if (tmp1_output.mt(tmp0_desc, 2) ? true : !(value.
|
|
3582
|
-
tmp1_output.it(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3581
|
+
if (tmp1_output.mt(tmp0_desc, 2) ? true : !(value.a6j_1 == null)) {
|
|
3582
|
+
tmp1_output.it(tmp0_desc, 2, StringSerializer_getInstance(), value.a6j_1);
|
|
3583
3583
|
}
|
|
3584
|
-
if (tmp1_output.mt(tmp0_desc, 3) ? true : !(value.
|
|
3585
|
-
tmp1_output.it(tmp0_desc, 3, StringSerializer_getInstance(), value.
|
|
3584
|
+
if (tmp1_output.mt(tmp0_desc, 3) ? true : !(value.b6j_1 == null)) {
|
|
3585
|
+
tmp1_output.it(tmp0_desc, 3, StringSerializer_getInstance(), value.b6j_1);
|
|
3586
3586
|
}
|
|
3587
|
-
if (tmp1_output.mt(tmp0_desc, 4) ? true : !(value.
|
|
3588
|
-
tmp1_output.it(tmp0_desc, 4, StringSerializer_getInstance(), value.
|
|
3587
|
+
if (tmp1_output.mt(tmp0_desc, 4) ? true : !(value.c6j_1 == null)) {
|
|
3588
|
+
tmp1_output.it(tmp0_desc, 4, StringSerializer_getInstance(), value.c6j_1);
|
|
3589
3589
|
}
|
|
3590
|
-
if (tmp1_output.mt(tmp0_desc, 5) ? true : !(value.
|
|
3591
|
-
tmp1_output.it(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3590
|
+
if (tmp1_output.mt(tmp0_desc, 5) ? true : !(value.d6j_1 == null)) {
|
|
3591
|
+
tmp1_output.it(tmp0_desc, 5, StringSerializer_getInstance(), value.d6j_1);
|
|
3592
3592
|
}
|
|
3593
|
-
tmp1_output.it(tmp0_desc, 6, DoubleSerializer_getInstance(), value.
|
|
3594
|
-
tmp1_output.it(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
3595
|
-
tmp1_output.it(tmp0_desc, 8, FloatSerializer_getInstance(), value.
|
|
3593
|
+
tmp1_output.it(tmp0_desc, 6, DoubleSerializer_getInstance(), value.e6j_1);
|
|
3594
|
+
tmp1_output.it(tmp0_desc, 7, BooleanSerializer_getInstance(), value.f6j_1);
|
|
3595
|
+
tmp1_output.it(tmp0_desc, 8, FloatSerializer_getInstance(), value.g6j_1);
|
|
3596
3596
|
tmp1_output.qr(tmp0_desc);
|
|
3597
3597
|
};
|
|
3598
3598
|
protoOf($serializer_8).do = function (encoder, value) {
|
|
3599
|
-
return this.
|
|
3599
|
+
return this.s6j(encoder, value instanceof GameUserInfoDto ? value : THROW_CCE());
|
|
3600
3600
|
};
|
|
3601
3601
|
protoOf($serializer_8).eo = function (decoder) {
|
|
3602
|
-
var tmp0_desc = this.
|
|
3602
|
+
var tmp0_desc = this.r6j_1;
|
|
3603
3603
|
var tmp1_flag = true;
|
|
3604
3604
|
var tmp2_index = 0;
|
|
3605
3605
|
var tmp3_bitMask0 = 0;
|
|
@@ -3683,7 +3683,7 @@
|
|
|
3683
3683
|
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);
|
|
3684
3684
|
};
|
|
3685
3685
|
protoOf($serializer_8).co = function () {
|
|
3686
|
-
return this.
|
|
3686
|
+
return this.r6j_1;
|
|
3687
3687
|
};
|
|
3688
3688
|
protoOf($serializer_8).wz = function () {
|
|
3689
3689
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3699,35 +3699,35 @@
|
|
|
3699
3699
|
}
|
|
3700
3700
|
function GameUserInfoDto_init_$Init$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker, $this) {
|
|
3701
3701
|
if (!(448 === (448 & seen0))) {
|
|
3702
|
-
throwMissingFieldException(seen0, 448, $serializer_getInstance_8().
|
|
3702
|
+
throwMissingFieldException(seen0, 448, $serializer_getInstance_8().r6j_1);
|
|
3703
3703
|
}
|
|
3704
3704
|
if (0 === (seen0 & 1))
|
|
3705
|
-
$this.
|
|
3705
|
+
$this.y6i_1 = null;
|
|
3706
3706
|
else
|
|
3707
|
-
$this.
|
|
3707
|
+
$this.y6i_1 = playerId;
|
|
3708
3708
|
if (0 === (seen0 & 2))
|
|
3709
|
-
$this.
|
|
3709
|
+
$this.z6i_1 = null;
|
|
3710
3710
|
else
|
|
3711
|
-
$this.
|
|
3711
|
+
$this.z6i_1 = uid;
|
|
3712
3712
|
if (0 === (seen0 & 4))
|
|
3713
|
-
$this.
|
|
3713
|
+
$this.a6j_1 = null;
|
|
3714
3714
|
else
|
|
3715
|
-
$this.
|
|
3715
|
+
$this.a6j_1 = name;
|
|
3716
3716
|
if (0 === (seen0 & 8))
|
|
3717
|
-
$this.
|
|
3717
|
+
$this.b6j_1 = null;
|
|
3718
3718
|
else
|
|
3719
|
-
$this.
|
|
3719
|
+
$this.b6j_1 = nickname;
|
|
3720
3720
|
if (0 === (seen0 & 16))
|
|
3721
|
-
$this.
|
|
3721
|
+
$this.c6j_1 = null;
|
|
3722
3722
|
else
|
|
3723
|
-
$this.
|
|
3723
|
+
$this.c6j_1 = avatarUrl;
|
|
3724
3724
|
if (0 === (seen0 & 32))
|
|
3725
|
-
$this.
|
|
3725
|
+
$this.d6j_1 = null;
|
|
3726
3726
|
else
|
|
3727
|
-
$this.
|
|
3728
|
-
$this.
|
|
3729
|
-
$this.
|
|
3730
|
-
$this.
|
|
3727
|
+
$this.d6j_1 = photo;
|
|
3728
|
+
$this.e6j_1 = rating;
|
|
3729
|
+
$this.f6j_1 = isBot;
|
|
3730
|
+
$this.g6j_1 = initialLuckyFactor;
|
|
3731
3731
|
return $this;
|
|
3732
3732
|
}
|
|
3733
3733
|
function GameUserInfoDto_init_$Create$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker) {
|
|
@@ -3740,47 +3740,47 @@
|
|
|
3740
3740
|
nickname = nickname === VOID ? null : nickname;
|
|
3741
3741
|
avatarUrl = avatarUrl === VOID ? null : avatarUrl;
|
|
3742
3742
|
photo = photo === VOID ? null : photo;
|
|
3743
|
-
this.
|
|
3744
|
-
this.
|
|
3745
|
-
this.
|
|
3746
|
-
this.
|
|
3747
|
-
this.
|
|
3748
|
-
this.
|
|
3749
|
-
this.
|
|
3750
|
-
this.
|
|
3751
|
-
this.
|
|
3752
|
-
}
|
|
3753
|
-
protoOf(GameUserInfoDto).
|
|
3754
|
-
return this.
|
|
3755
|
-
};
|
|
3756
|
-
protoOf(GameUserInfoDto).
|
|
3743
|
+
this.y6i_1 = playerId;
|
|
3744
|
+
this.z6i_1 = uid;
|
|
3745
|
+
this.a6j_1 = name;
|
|
3746
|
+
this.b6j_1 = nickname;
|
|
3747
|
+
this.c6j_1 = avatarUrl;
|
|
3748
|
+
this.d6j_1 = photo;
|
|
3749
|
+
this.e6j_1 = rating;
|
|
3750
|
+
this.f6j_1 = isBot;
|
|
3751
|
+
this.g6j_1 = initialLuckyFactor;
|
|
3752
|
+
}
|
|
3753
|
+
protoOf(GameUserInfoDto).t6j = function () {
|
|
3754
|
+
return this.u6j(VOID, VOID, VOID, VOID, VOID, VOID, VOID, null, null);
|
|
3755
|
+
};
|
|
3756
|
+
protoOf(GameUserInfoDto).v6j = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) {
|
|
3757
3757
|
return new GameUserInfoDto(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3758
3758
|
};
|
|
3759
|
-
protoOf(GameUserInfoDto).
|
|
3760
|
-
playerId = playerId === VOID ? this.
|
|
3761
|
-
uid = uid === VOID ? this.
|
|
3762
|
-
name = name === VOID ? this.
|
|
3763
|
-
nickname = nickname === VOID ? this.
|
|
3764
|
-
avatarUrl = avatarUrl === VOID ? this.
|
|
3765
|
-
photo = photo === VOID ? this.
|
|
3766
|
-
rating = rating === VOID ? this.
|
|
3767
|
-
isBot = isBot === VOID ? this.
|
|
3768
|
-
initialLuckyFactor = initialLuckyFactor === VOID ? this.
|
|
3769
|
-
return $super === VOID ? this.
|
|
3759
|
+
protoOf(GameUserInfoDto).u6j = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, $super) {
|
|
3760
|
+
playerId = playerId === VOID ? this.y6i_1 : playerId;
|
|
3761
|
+
uid = uid === VOID ? this.z6i_1 : uid;
|
|
3762
|
+
name = name === VOID ? this.a6j_1 : name;
|
|
3763
|
+
nickname = nickname === VOID ? this.b6j_1 : nickname;
|
|
3764
|
+
avatarUrl = avatarUrl === VOID ? this.c6j_1 : avatarUrl;
|
|
3765
|
+
photo = photo === VOID ? this.d6j_1 : photo;
|
|
3766
|
+
rating = rating === VOID ? this.e6j_1 : rating;
|
|
3767
|
+
isBot = isBot === VOID ? this.f6j_1 : isBot;
|
|
3768
|
+
initialLuckyFactor = initialLuckyFactor === VOID ? this.g6j_1 : initialLuckyFactor;
|
|
3769
|
+
return $super === VOID ? this.v6j(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) : $super.v6j.call(this, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3770
3770
|
};
|
|
3771
3771
|
protoOf(GameUserInfoDto).toString = function () {
|
|
3772
|
-
return 'GameUserInfoDto(playerId=' + this.
|
|
3772
|
+
return 'GameUserInfoDto(playerId=' + this.y6i_1 + ', uid=' + this.z6i_1 + ', name=' + this.a6j_1 + ', nickname=' + this.b6j_1 + ', avatarUrl=' + this.c6j_1 + ', photo=' + this.d6j_1 + ', rating=' + this.e6j_1 + ', isBot=' + this.f6j_1 + ', initialLuckyFactor=' + this.g6j_1 + ')';
|
|
3773
3773
|
};
|
|
3774
3774
|
protoOf(GameUserInfoDto).hashCode = function () {
|
|
3775
|
-
var result = this.
|
|
3776
|
-
result = imul(result, 31) + (this.v6i_1 == null ? 0 : getStringHashCode(this.v6i_1)) | 0;
|
|
3777
|
-
result = imul(result, 31) + (this.w6i_1 == null ? 0 : getStringHashCode(this.w6i_1)) | 0;
|
|
3778
|
-
result = imul(result, 31) + (this.x6i_1 == null ? 0 : getStringHashCode(this.x6i_1)) | 0;
|
|
3779
|
-
result = imul(result, 31) + (this.y6i_1 == null ? 0 : getStringHashCode(this.y6i_1)) | 0;
|
|
3775
|
+
var result = this.y6i_1 == null ? 0 : getStringHashCode(this.y6i_1);
|
|
3780
3776
|
result = imul(result, 31) + (this.z6i_1 == null ? 0 : getStringHashCode(this.z6i_1)) | 0;
|
|
3781
|
-
result = imul(result, 31) + (this.a6j_1 == null ? 0 :
|
|
3782
|
-
result = imul(result, 31) + (this.b6j_1 == null ? 0 :
|
|
3783
|
-
result = imul(result, 31) + (this.c6j_1 == null ? 0 :
|
|
3777
|
+
result = imul(result, 31) + (this.a6j_1 == null ? 0 : getStringHashCode(this.a6j_1)) | 0;
|
|
3778
|
+
result = imul(result, 31) + (this.b6j_1 == null ? 0 : getStringHashCode(this.b6j_1)) | 0;
|
|
3779
|
+
result = imul(result, 31) + (this.c6j_1 == null ? 0 : getStringHashCode(this.c6j_1)) | 0;
|
|
3780
|
+
result = imul(result, 31) + (this.d6j_1 == null ? 0 : getStringHashCode(this.d6j_1)) | 0;
|
|
3781
|
+
result = imul(result, 31) + (this.e6j_1 == null ? 0 : getNumberHashCode(this.e6j_1)) | 0;
|
|
3782
|
+
result = imul(result, 31) + (this.f6j_1 == null ? 0 : getBooleanHashCode(this.f6j_1)) | 0;
|
|
3783
|
+
result = imul(result, 31) + (this.g6j_1 == null ? 0 : getNumberHashCode(this.g6j_1)) | 0;
|
|
3784
3784
|
return result;
|
|
3785
3785
|
};
|
|
3786
3786
|
protoOf(GameUserInfoDto).equals = function (other) {
|
|
@@ -3788,23 +3788,23 @@
|
|
|
3788
3788
|
return true;
|
|
3789
3789
|
if (!(other instanceof GameUserInfoDto))
|
|
3790
3790
|
return false;
|
|
3791
|
-
if (!(this.
|
|
3791
|
+
if (!(this.y6i_1 == other.y6i_1))
|
|
3792
3792
|
return false;
|
|
3793
|
-
if (!(this.
|
|
3793
|
+
if (!(this.z6i_1 == other.z6i_1))
|
|
3794
3794
|
return false;
|
|
3795
|
-
if (!(this.
|
|
3795
|
+
if (!(this.a6j_1 == other.a6j_1))
|
|
3796
3796
|
return false;
|
|
3797
|
-
if (!(this.
|
|
3797
|
+
if (!(this.b6j_1 == other.b6j_1))
|
|
3798
3798
|
return false;
|
|
3799
|
-
if (!(this.
|
|
3799
|
+
if (!(this.c6j_1 == other.c6j_1))
|
|
3800
3800
|
return false;
|
|
3801
|
-
if (!(this.
|
|
3801
|
+
if (!(this.d6j_1 == other.d6j_1))
|
|
3802
3802
|
return false;
|
|
3803
|
-
if (!equals(this.
|
|
3803
|
+
if (!equals(this.e6j_1, other.e6j_1))
|
|
3804
3804
|
return false;
|
|
3805
|
-
if (!(this.
|
|
3805
|
+
if (!(this.f6j_1 == other.f6j_1))
|
|
3806
3806
|
return false;
|
|
3807
|
-
if (!equals(this.
|
|
3807
|
+
if (!equals(this.g6j_1, other.g6j_1))
|
|
3808
3808
|
return false;
|
|
3809
3809
|
return true;
|
|
3810
3810
|
};
|
|
@@ -3818,7 +3818,7 @@
|
|
|
3818
3818
|
// Inline function 'kotlin.arrayOf' call
|
|
3819
3819
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3820
3820
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3821
|
-
tmp.
|
|
3821
|
+
tmp.w6j_1 = [lazy(tmp_0, PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2), null, null];
|
|
3822
3822
|
}
|
|
3823
3823
|
var Companion_instance_21;
|
|
3824
3824
|
function Companion_getInstance_22() {
|
|
@@ -3832,22 +3832,22 @@
|
|
|
3832
3832
|
tmp0_serialDesc.hz('state', false);
|
|
3833
3833
|
tmp0_serialDesc.hz('connectionChangedTime', false);
|
|
3834
3834
|
tmp0_serialDesc.hz('notLiveDurationRecord', false);
|
|
3835
|
-
this.
|
|
3835
|
+
this.x6j_1 = tmp0_serialDesc;
|
|
3836
3836
|
}
|
|
3837
|
-
protoOf($serializer_9).
|
|
3838
|
-
var tmp0_desc = this.
|
|
3837
|
+
protoOf($serializer_9).y6j = function (encoder, value) {
|
|
3838
|
+
var tmp0_desc = this.x6j_1;
|
|
3839
3839
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
3840
|
-
var tmp2_cached = Companion_getInstance_22().
|
|
3841
|
-
tmp1_output.gt(tmp0_desc, 0, tmp2_cached[0].x(), value.
|
|
3842
|
-
tmp1_output.et(tmp0_desc, 1, value.
|
|
3843
|
-
tmp1_output.et(tmp0_desc, 2, value.
|
|
3840
|
+
var tmp2_cached = Companion_getInstance_22().w6j_1;
|
|
3841
|
+
tmp1_output.gt(tmp0_desc, 0, tmp2_cached[0].x(), value.o6j_1);
|
|
3842
|
+
tmp1_output.et(tmp0_desc, 1, value.p6j_1);
|
|
3843
|
+
tmp1_output.et(tmp0_desc, 2, value.q6j_1);
|
|
3844
3844
|
tmp1_output.qr(tmp0_desc);
|
|
3845
3845
|
};
|
|
3846
3846
|
protoOf($serializer_9).do = function (encoder, value) {
|
|
3847
|
-
return this.
|
|
3847
|
+
return this.y6j(encoder, value instanceof PlayerConnectionDto ? value : THROW_CCE());
|
|
3848
3848
|
};
|
|
3849
3849
|
protoOf($serializer_9).eo = function (decoder) {
|
|
3850
|
-
var tmp0_desc = this.
|
|
3850
|
+
var tmp0_desc = this.x6j_1;
|
|
3851
3851
|
var tmp1_flag = true;
|
|
3852
3852
|
var tmp2_index = 0;
|
|
3853
3853
|
var tmp3_bitMask0 = 0;
|
|
@@ -3855,7 +3855,7 @@
|
|
|
3855
3855
|
var tmp5_local1 = null;
|
|
3856
3856
|
var tmp6_local2 = null;
|
|
3857
3857
|
var tmp7_input = decoder.pr(tmp0_desc);
|
|
3858
|
-
var tmp8_cached = Companion_getInstance_22().
|
|
3858
|
+
var tmp8_cached = Companion_getInstance_22().w6j_1;
|
|
3859
3859
|
if (tmp7_input.fs()) {
|
|
3860
3860
|
tmp4_local0 = tmp7_input.bs(tmp0_desc, 0, tmp8_cached[0].x(), tmp4_local0);
|
|
3861
3861
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3890,13 +3890,13 @@
|
|
|
3890
3890
|
return PlayerConnectionDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
3891
3891
|
};
|
|
3892
3892
|
protoOf($serializer_9).co = function () {
|
|
3893
|
-
return this.
|
|
3893
|
+
return this.x6j_1;
|
|
3894
3894
|
};
|
|
3895
3895
|
protoOf($serializer_9).wz = function () {
|
|
3896
3896
|
// Inline function 'kotlin.arrayOf' call
|
|
3897
3897
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3898
3898
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3899
|
-
return [Companion_getInstance_22().
|
|
3899
|
+
return [Companion_getInstance_22().w6j_1[0].x(), StringSerializer_getInstance(), StringSerializer_getInstance()];
|
|
3900
3900
|
};
|
|
3901
3901
|
var $serializer_instance_9;
|
|
3902
3902
|
function $serializer_getInstance_9() {
|
|
@@ -3906,11 +3906,11 @@
|
|
|
3906
3906
|
}
|
|
3907
3907
|
function PlayerConnectionDto_init_$Init$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker, $this) {
|
|
3908
3908
|
if (!(7 === (7 & seen0))) {
|
|
3909
|
-
throwMissingFieldException(seen0, 7, $serializer_getInstance_9().
|
|
3909
|
+
throwMissingFieldException(seen0, 7, $serializer_getInstance_9().x6j_1);
|
|
3910
3910
|
}
|
|
3911
|
-
$this.
|
|
3912
|
-
$this.
|
|
3913
|
-
$this.
|
|
3911
|
+
$this.o6j_1 = state;
|
|
3912
|
+
$this.p6j_1 = connectionChangedTime;
|
|
3913
|
+
$this.q6j_1 = notLiveDurationRecord;
|
|
3914
3914
|
return $this;
|
|
3915
3915
|
}
|
|
3916
3916
|
function PlayerConnectionDto_init_$Create$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker) {
|
|
@@ -3918,17 +3918,17 @@
|
|
|
3918
3918
|
}
|
|
3919
3919
|
function PlayerConnectionDto(state, connectionChangedTime, notLiveDurationRecord) {
|
|
3920
3920
|
Companion_getInstance_22();
|
|
3921
|
-
this.
|
|
3922
|
-
this.
|
|
3923
|
-
this.
|
|
3921
|
+
this.o6j_1 = state;
|
|
3922
|
+
this.p6j_1 = connectionChangedTime;
|
|
3923
|
+
this.q6j_1 = notLiveDurationRecord;
|
|
3924
3924
|
}
|
|
3925
3925
|
protoOf(PlayerConnectionDto).toString = function () {
|
|
3926
|
-
return 'PlayerConnectionDto(state=' + this.
|
|
3926
|
+
return 'PlayerConnectionDto(state=' + this.o6j_1.toString() + ', connectionChangedTime=' + this.p6j_1 + ', notLiveDurationRecord=' + this.q6j_1 + ')';
|
|
3927
3927
|
};
|
|
3928
3928
|
protoOf(PlayerConnectionDto).hashCode = function () {
|
|
3929
|
-
var result = this.
|
|
3930
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
3931
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
3929
|
+
var result = this.o6j_1.hashCode();
|
|
3930
|
+
result = imul(result, 31) + getStringHashCode(this.p6j_1) | 0;
|
|
3931
|
+
result = imul(result, 31) + getStringHashCode(this.q6j_1) | 0;
|
|
3932
3932
|
return result;
|
|
3933
3933
|
};
|
|
3934
3934
|
protoOf(PlayerConnectionDto).equals = function (other) {
|
|
@@ -3936,11 +3936,11 @@
|
|
|
3936
3936
|
return true;
|
|
3937
3937
|
if (!(other instanceof PlayerConnectionDto))
|
|
3938
3938
|
return false;
|
|
3939
|
-
if (!this.
|
|
3939
|
+
if (!this.o6j_1.equals(other.o6j_1))
|
|
3940
3940
|
return false;
|
|
3941
|
-
if (!(this.
|
|
3941
|
+
if (!(this.p6j_1 === other.p6j_1))
|
|
3942
3942
|
return false;
|
|
3943
|
-
if (!(this.
|
|
3943
|
+
if (!(this.q6j_1 === other.q6j_1))
|
|
3944
3944
|
return false;
|
|
3945
3945
|
return true;
|
|
3946
3946
|
};
|
|
@@ -3954,7 +3954,7 @@
|
|
|
3954
3954
|
// Inline function 'kotlin.arrayOf' call
|
|
3955
3955
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3956
3956
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3957
|
-
tmp.
|
|
3957
|
+
tmp.z6j_1 = [null, null, null, lazy(tmp_0, PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl), null, null, null];
|
|
3958
3958
|
}
|
|
3959
3959
|
var Companion_instance_22;
|
|
3960
3960
|
function Companion_getInstance_23() {
|
|
@@ -3972,38 +3972,38 @@
|
|
|
3972
3972
|
tmp0_serialDesc.hz('ready', true);
|
|
3973
3973
|
tmp0_serialDesc.hz('tag', true);
|
|
3974
3974
|
tmp0_serialDesc.hz('connection', true);
|
|
3975
|
-
this.
|
|
3975
|
+
this.a6k_1 = tmp0_serialDesc;
|
|
3976
3976
|
}
|
|
3977
|
-
protoOf($serializer_10).
|
|
3978
|
-
var tmp0_desc = this.
|
|
3977
|
+
protoOf($serializer_10).b6k = function (encoder, value) {
|
|
3978
|
+
var tmp0_desc = this.a6k_1;
|
|
3979
3979
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
3980
|
-
var tmp2_cached = Companion_getInstance_23().
|
|
3981
|
-
if (tmp1_output.mt(tmp0_desc, 0) ? true : !(value.
|
|
3982
|
-
tmp1_output.it(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3980
|
+
var tmp2_cached = Companion_getInstance_23().z6j_1;
|
|
3981
|
+
if (tmp1_output.mt(tmp0_desc, 0) ? true : !(value.h6j_1 == null)) {
|
|
3982
|
+
tmp1_output.it(tmp0_desc, 0, StringSerializer_getInstance(), value.h6j_1);
|
|
3983
3983
|
}
|
|
3984
|
-
if (tmp1_output.mt(tmp0_desc, 1) ? true : !(value.
|
|
3985
|
-
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3984
|
+
if (tmp1_output.mt(tmp0_desc, 1) ? true : !(value.i6j_1 == null)) {
|
|
3985
|
+
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.i6j_1);
|
|
3986
3986
|
}
|
|
3987
|
-
if (tmp1_output.mt(tmp0_desc, 2) ? true : !(value.
|
|
3988
|
-
tmp1_output.it(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3987
|
+
if (tmp1_output.mt(tmp0_desc, 2) ? true : !(value.j6j_1 == null)) {
|
|
3988
|
+
tmp1_output.it(tmp0_desc, 2, StringSerializer_getInstance(), value.j6j_1);
|
|
3989
3989
|
}
|
|
3990
|
-
tmp1_output.gt(tmp0_desc, 3, tmp2_cached[3].x(), value.
|
|
3991
|
-
if (tmp1_output.mt(tmp0_desc, 4) ? true : !(value.
|
|
3992
|
-
tmp1_output.it(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
3990
|
+
tmp1_output.gt(tmp0_desc, 3, tmp2_cached[3].x(), value.k6j_1);
|
|
3991
|
+
if (tmp1_output.mt(tmp0_desc, 4) ? true : !(value.l6j_1 == null)) {
|
|
3992
|
+
tmp1_output.it(tmp0_desc, 4, BooleanSerializer_getInstance(), value.l6j_1);
|
|
3993
3993
|
}
|
|
3994
|
-
if (tmp1_output.mt(tmp0_desc, 5) ? true : !(value.
|
|
3995
|
-
tmp1_output.it(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3994
|
+
if (tmp1_output.mt(tmp0_desc, 5) ? true : !(value.m6j_1 == null)) {
|
|
3995
|
+
tmp1_output.it(tmp0_desc, 5, StringSerializer_getInstance(), value.m6j_1);
|
|
3996
3996
|
}
|
|
3997
|
-
if (tmp1_output.mt(tmp0_desc, 6) ? true : !(value.
|
|
3998
|
-
tmp1_output.it(tmp0_desc, 6, $serializer_getInstance_9(), value.
|
|
3997
|
+
if (tmp1_output.mt(tmp0_desc, 6) ? true : !(value.n6j_1 == null)) {
|
|
3998
|
+
tmp1_output.it(tmp0_desc, 6, $serializer_getInstance_9(), value.n6j_1);
|
|
3999
3999
|
}
|
|
4000
4000
|
tmp1_output.qr(tmp0_desc);
|
|
4001
4001
|
};
|
|
4002
4002
|
protoOf($serializer_10).do = function (encoder, value) {
|
|
4003
|
-
return this.
|
|
4003
|
+
return this.b6k(encoder, value instanceof PlayerStateDto ? value : THROW_CCE());
|
|
4004
4004
|
};
|
|
4005
4005
|
protoOf($serializer_10).eo = function (decoder) {
|
|
4006
|
-
var tmp0_desc = this.
|
|
4006
|
+
var tmp0_desc = this.a6k_1;
|
|
4007
4007
|
var tmp1_flag = true;
|
|
4008
4008
|
var tmp2_index = 0;
|
|
4009
4009
|
var tmp3_bitMask0 = 0;
|
|
@@ -4015,7 +4015,7 @@
|
|
|
4015
4015
|
var tmp9_local5 = null;
|
|
4016
4016
|
var tmp10_local6 = null;
|
|
4017
4017
|
var tmp11_input = decoder.pr(tmp0_desc);
|
|
4018
|
-
var tmp12_cached = Companion_getInstance_23().
|
|
4018
|
+
var tmp12_cached = Companion_getInstance_23().z6j_1;
|
|
4019
4019
|
if (tmp11_input.fs()) {
|
|
4020
4020
|
tmp4_local0 = tmp11_input.ds(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
4021
4021
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -4074,10 +4074,10 @@
|
|
|
4074
4074
|
return PlayerStateDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, null);
|
|
4075
4075
|
};
|
|
4076
4076
|
protoOf($serializer_10).co = function () {
|
|
4077
|
-
return this.
|
|
4077
|
+
return this.a6k_1;
|
|
4078
4078
|
};
|
|
4079
4079
|
protoOf($serializer_10).wz = function () {
|
|
4080
|
-
var tmp0_cached = Companion_getInstance_23().
|
|
4080
|
+
var tmp0_cached = Companion_getInstance_23().z6j_1;
|
|
4081
4081
|
// Inline function 'kotlin.arrayOf' call
|
|
4082
4082
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4083
4083
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -4091,33 +4091,33 @@
|
|
|
4091
4091
|
}
|
|
4092
4092
|
function PlayerStateDto_init_$Init$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker, $this) {
|
|
4093
4093
|
if (!(8 === (8 & seen0))) {
|
|
4094
|
-
throwMissingFieldException(seen0, 8, $serializer_getInstance_10().
|
|
4094
|
+
throwMissingFieldException(seen0, 8, $serializer_getInstance_10().a6k_1);
|
|
4095
4095
|
}
|
|
4096
4096
|
if (0 === (seen0 & 1))
|
|
4097
|
-
$this.
|
|
4097
|
+
$this.h6j_1 = null;
|
|
4098
4098
|
else
|
|
4099
|
-
$this.
|
|
4099
|
+
$this.h6j_1 = startFrom;
|
|
4100
4100
|
if (0 === (seen0 & 2))
|
|
4101
|
-
$this.
|
|
4101
|
+
$this.i6j_1 = null;
|
|
4102
4102
|
else
|
|
4103
|
-
$this.
|
|
4103
|
+
$this.i6j_1 = playerTurnTimeout;
|
|
4104
4104
|
if (0 === (seen0 & 4))
|
|
4105
|
-
$this.
|
|
4105
|
+
$this.j6j_1 = null;
|
|
4106
4106
|
else
|
|
4107
|
-
$this.
|
|
4108
|
-
$this.
|
|
4107
|
+
$this.j6j_1 = waitPlayerUntilTime;
|
|
4108
|
+
$this.k6j_1 = state;
|
|
4109
4109
|
if (0 === (seen0 & 16))
|
|
4110
|
-
$this.
|
|
4110
|
+
$this.l6j_1 = null;
|
|
4111
4111
|
else
|
|
4112
|
-
$this.
|
|
4112
|
+
$this.l6j_1 = ready;
|
|
4113
4113
|
if (0 === (seen0 & 32))
|
|
4114
|
-
$this.
|
|
4114
|
+
$this.m6j_1 = null;
|
|
4115
4115
|
else
|
|
4116
|
-
$this.
|
|
4116
|
+
$this.m6j_1 = tag;
|
|
4117
4117
|
if (0 === (seen0 & 64))
|
|
4118
|
-
$this.
|
|
4118
|
+
$this.n6j_1 = null;
|
|
4119
4119
|
else
|
|
4120
|
-
$this.
|
|
4120
|
+
$this.n6j_1 = connection;
|
|
4121
4121
|
return $this;
|
|
4122
4122
|
}
|
|
4123
4123
|
function PlayerStateDto_init_$Create$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker) {
|
|
@@ -4131,25 +4131,25 @@
|
|
|
4131
4131
|
ready = ready === VOID ? null : ready;
|
|
4132
4132
|
tag = tag === VOID ? null : tag;
|
|
4133
4133
|
connection = connection === VOID ? null : connection;
|
|
4134
|
-
this.
|
|
4135
|
-
this.
|
|
4136
|
-
this.
|
|
4137
|
-
this.
|
|
4138
|
-
this.
|
|
4139
|
-
this.
|
|
4140
|
-
this.
|
|
4134
|
+
this.h6j_1 = startFrom;
|
|
4135
|
+
this.i6j_1 = playerTurnTimeout;
|
|
4136
|
+
this.j6j_1 = waitPlayerUntilTime;
|
|
4137
|
+
this.k6j_1 = state;
|
|
4138
|
+
this.l6j_1 = ready;
|
|
4139
|
+
this.m6j_1 = tag;
|
|
4140
|
+
this.n6j_1 = connection;
|
|
4141
4141
|
}
|
|
4142
4142
|
protoOf(PlayerStateDto).toString = function () {
|
|
4143
|
-
return 'PlayerStateDto(startFrom=' + this.
|
|
4143
|
+
return 'PlayerStateDto(startFrom=' + this.h6j_1 + ', playerTurnTimeout=' + this.i6j_1 + ', waitPlayerUntilTime=' + this.j6j_1 + ', state=' + this.k6j_1.toString() + ', ready=' + this.l6j_1 + ', tag=' + this.m6j_1 + ', connection=' + toString(this.n6j_1) + ')';
|
|
4144
4144
|
};
|
|
4145
4145
|
protoOf(PlayerStateDto).hashCode = function () {
|
|
4146
|
-
var result = this.
|
|
4147
|
-
result = imul(result, 31) + (this.e6j_1 == null ? 0 : getStringHashCode(this.e6j_1)) | 0;
|
|
4148
|
-
result = imul(result, 31) + (this.f6j_1 == null ? 0 : getStringHashCode(this.f6j_1)) | 0;
|
|
4149
|
-
result = imul(result, 31) + this.g6j_1.hashCode() | 0;
|
|
4150
|
-
result = imul(result, 31) + (this.h6j_1 == null ? 0 : getBooleanHashCode(this.h6j_1)) | 0;
|
|
4146
|
+
var result = this.h6j_1 == null ? 0 : getStringHashCode(this.h6j_1);
|
|
4151
4147
|
result = imul(result, 31) + (this.i6j_1 == null ? 0 : getStringHashCode(this.i6j_1)) | 0;
|
|
4152
|
-
result = imul(result, 31) + (this.j6j_1 == null ? 0 : this.j6j_1
|
|
4148
|
+
result = imul(result, 31) + (this.j6j_1 == null ? 0 : getStringHashCode(this.j6j_1)) | 0;
|
|
4149
|
+
result = imul(result, 31) + this.k6j_1.hashCode() | 0;
|
|
4150
|
+
result = imul(result, 31) + (this.l6j_1 == null ? 0 : getBooleanHashCode(this.l6j_1)) | 0;
|
|
4151
|
+
result = imul(result, 31) + (this.m6j_1 == null ? 0 : getStringHashCode(this.m6j_1)) | 0;
|
|
4152
|
+
result = imul(result, 31) + (this.n6j_1 == null ? 0 : this.n6j_1.hashCode()) | 0;
|
|
4153
4153
|
return result;
|
|
4154
4154
|
};
|
|
4155
4155
|
protoOf(PlayerStateDto).equals = function (other) {
|
|
@@ -4157,19 +4157,19 @@
|
|
|
4157
4157
|
return true;
|
|
4158
4158
|
if (!(other instanceof PlayerStateDto))
|
|
4159
4159
|
return false;
|
|
4160
|
-
if (!(this.
|
|
4160
|
+
if (!(this.h6j_1 == other.h6j_1))
|
|
4161
4161
|
return false;
|
|
4162
|
-
if (!(this.
|
|
4162
|
+
if (!(this.i6j_1 == other.i6j_1))
|
|
4163
4163
|
return false;
|
|
4164
|
-
if (!(this.
|
|
4164
|
+
if (!(this.j6j_1 == other.j6j_1))
|
|
4165
4165
|
return false;
|
|
4166
|
-
if (!this.
|
|
4166
|
+
if (!this.k6j_1.equals(other.k6j_1))
|
|
4167
4167
|
return false;
|
|
4168
|
-
if (!(this.
|
|
4168
|
+
if (!(this.l6j_1 == other.l6j_1))
|
|
4169
4169
|
return false;
|
|
4170
|
-
if (!(this.
|
|
4170
|
+
if (!(this.m6j_1 == other.m6j_1))
|
|
4171
4171
|
return false;
|
|
4172
|
-
if (!equals(this.
|
|
4172
|
+
if (!equals(this.n6j_1, other.n6j_1))
|
|
4173
4173
|
return false;
|
|
4174
4174
|
return true;
|
|
4175
4175
|
};
|
|
@@ -4193,7 +4193,7 @@
|
|
|
4193
4193
|
// Inline function 'kotlin.arrayOf' call
|
|
4194
4194
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4195
4195
|
// Inline function 'kotlin.js.asDynamic' call
|
|
4196
|
-
tmp.
|
|
4196
|
+
tmp.c6k_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];
|
|
4197
4197
|
}
|
|
4198
4198
|
var Companion_instance_23;
|
|
4199
4199
|
function Companion_getInstance_24() {
|
|
@@ -4230,45 +4230,45 @@
|
|
|
4230
4230
|
tmp0_serialDesc.hz('fineIfNoBribes', false);
|
|
4231
4231
|
tmp0_serialDesc.hz('enableFineAfterThirdByte', false);
|
|
4232
4232
|
tmp0_serialDesc.hz('fineAfterThirdFailedContract', false);
|
|
4233
|
-
this.
|
|
4233
|
+
this.d6k_1 = tmp0_serialDesc;
|
|
4234
4234
|
}
|
|
4235
|
-
protoOf($serializer_11).
|
|
4236
|
-
var tmp0_desc = this.
|
|
4235
|
+
protoOf($serializer_11).e6k = function (encoder, value) {
|
|
4236
|
+
var tmp0_desc = this.d6k_1;
|
|
4237
4237
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
4238
|
-
var tmp2_cached = Companion_getInstance_24().
|
|
4239
|
-
tmp1_output.it(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
4240
|
-
tmp1_output.it(tmp0_desc, 1, BooleanSerializer_getInstance(), value.
|
|
4241
|
-
tmp1_output.it(tmp0_desc, 2, BooleanSerializer_getInstance(), value.
|
|
4242
|
-
tmp1_output.it(tmp0_desc, 3, BooleanSerializer_getInstance(), value.
|
|
4243
|
-
tmp1_output.it(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
4244
|
-
tmp1_output.it(tmp0_desc, 5, IntSerializer_getInstance(), value.
|
|
4245
|
-
tmp1_output.it(tmp0_desc, 6, IntSerializer_getInstance(), value.
|
|
4246
|
-
tmp1_output.it(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
4247
|
-
tmp1_output.it(tmp0_desc, 8, tmp2_cached[8].x(), value.
|
|
4248
|
-
tmp1_output.it(tmp0_desc, 9, tmp2_cached[9].x(), value.
|
|
4249
|
-
tmp1_output.it(tmp0_desc, 10, BooleanSerializer_getInstance(), value.
|
|
4250
|
-
tmp1_output.it(tmp0_desc, 11, StringSerializer_getInstance(), value.
|
|
4251
|
-
tmp1_output.it(tmp0_desc, 12, StringSerializer_getInstance(), value.
|
|
4252
|
-
tmp1_output.it(tmp0_desc, 13, tmp2_cached[13].x(), value.
|
|
4253
|
-
tmp1_output.it(tmp0_desc, 14, BooleanSerializer_getInstance(), value.
|
|
4254
|
-
tmp1_output.it(tmp0_desc, 15, BooleanSerializer_getInstance(), value.
|
|
4255
|
-
tmp1_output.it(tmp0_desc, 16, BooleanSerializer_getInstance(), value.
|
|
4256
|
-
tmp1_output.it(tmp0_desc, 17, BooleanSerializer_getInstance(), value.
|
|
4257
|
-
tmp1_output.it(tmp0_desc, 18, BooleanSerializer_getInstance(), value.
|
|
4258
|
-
tmp1_output.it(tmp0_desc, 19, BooleanSerializer_getInstance(), value.
|
|
4259
|
-
tmp1_output.it(tmp0_desc, 20, BooleanSerializer_getInstance(), value.
|
|
4260
|
-
tmp1_output.et(tmp0_desc, 21, value.
|
|
4261
|
-
tmp1_output.it(tmp0_desc, 22, BooleanSerializer_getInstance(), value.
|
|
4262
|
-
tmp1_output.it(tmp0_desc, 23, IntSerializer_getInstance(), value.
|
|
4263
|
-
tmp1_output.it(tmp0_desc, 24, BooleanSerializer_getInstance(), value.
|
|
4264
|
-
tmp1_output.it(tmp0_desc, 25, IntSerializer_getInstance(), value.
|
|
4238
|
+
var tmp2_cached = Companion_getInstance_24().c6k_1;
|
|
4239
|
+
tmp1_output.it(tmp0_desc, 0, StringSerializer_getInstance(), value.f6k_1);
|
|
4240
|
+
tmp1_output.it(tmp0_desc, 1, BooleanSerializer_getInstance(), value.g6k_1);
|
|
4241
|
+
tmp1_output.it(tmp0_desc, 2, BooleanSerializer_getInstance(), value.h6k_1);
|
|
4242
|
+
tmp1_output.it(tmp0_desc, 3, BooleanSerializer_getInstance(), value.i6k_1);
|
|
4243
|
+
tmp1_output.it(tmp0_desc, 4, BooleanSerializer_getInstance(), value.j6k_1);
|
|
4244
|
+
tmp1_output.it(tmp0_desc, 5, IntSerializer_getInstance(), value.k6k_1);
|
|
4245
|
+
tmp1_output.it(tmp0_desc, 6, IntSerializer_getInstance(), value.l6k_1);
|
|
4246
|
+
tmp1_output.it(tmp0_desc, 7, BooleanSerializer_getInstance(), value.m6k_1);
|
|
4247
|
+
tmp1_output.it(tmp0_desc, 8, tmp2_cached[8].x(), value.n6k_1);
|
|
4248
|
+
tmp1_output.it(tmp0_desc, 9, tmp2_cached[9].x(), value.o6k_1);
|
|
4249
|
+
tmp1_output.it(tmp0_desc, 10, BooleanSerializer_getInstance(), value.p6k_1);
|
|
4250
|
+
tmp1_output.it(tmp0_desc, 11, StringSerializer_getInstance(), value.q6k_1);
|
|
4251
|
+
tmp1_output.it(tmp0_desc, 12, StringSerializer_getInstance(), value.r6k_1);
|
|
4252
|
+
tmp1_output.it(tmp0_desc, 13, tmp2_cached[13].x(), value.s6k_1);
|
|
4253
|
+
tmp1_output.it(tmp0_desc, 14, BooleanSerializer_getInstance(), value.t6k_1);
|
|
4254
|
+
tmp1_output.it(tmp0_desc, 15, BooleanSerializer_getInstance(), value.u6k_1);
|
|
4255
|
+
tmp1_output.it(tmp0_desc, 16, BooleanSerializer_getInstance(), value.v6k_1);
|
|
4256
|
+
tmp1_output.it(tmp0_desc, 17, BooleanSerializer_getInstance(), value.w6k_1);
|
|
4257
|
+
tmp1_output.it(tmp0_desc, 18, BooleanSerializer_getInstance(), value.x6k_1);
|
|
4258
|
+
tmp1_output.it(tmp0_desc, 19, BooleanSerializer_getInstance(), value.y6k_1);
|
|
4259
|
+
tmp1_output.it(tmp0_desc, 20, BooleanSerializer_getInstance(), value.z6k_1);
|
|
4260
|
+
tmp1_output.et(tmp0_desc, 21, value.a6l_1);
|
|
4261
|
+
tmp1_output.it(tmp0_desc, 22, BooleanSerializer_getInstance(), value.b6l_1);
|
|
4262
|
+
tmp1_output.it(tmp0_desc, 23, IntSerializer_getInstance(), value.c6l_1);
|
|
4263
|
+
tmp1_output.it(tmp0_desc, 24, BooleanSerializer_getInstance(), value.d6l_1);
|
|
4264
|
+
tmp1_output.it(tmp0_desc, 25, IntSerializer_getInstance(), value.e6l_1);
|
|
4265
4265
|
tmp1_output.qr(tmp0_desc);
|
|
4266
4266
|
};
|
|
4267
4267
|
protoOf($serializer_11).do = function (encoder, value) {
|
|
4268
|
-
return this.
|
|
4268
|
+
return this.e6k(encoder, value instanceof RulesDto ? value : THROW_CCE());
|
|
4269
4269
|
};
|
|
4270
4270
|
protoOf($serializer_11).eo = function (decoder) {
|
|
4271
|
-
var tmp0_desc = this.
|
|
4271
|
+
var tmp0_desc = this.d6k_1;
|
|
4272
4272
|
var tmp1_flag = true;
|
|
4273
4273
|
var tmp2_index = 0;
|
|
4274
4274
|
var tmp3_bitMask0 = 0;
|
|
@@ -4299,7 +4299,7 @@
|
|
|
4299
4299
|
var tmp28_local24 = null;
|
|
4300
4300
|
var tmp29_local25 = null;
|
|
4301
4301
|
var tmp30_input = decoder.pr(tmp0_desc);
|
|
4302
|
-
var tmp31_cached = Companion_getInstance_24().
|
|
4302
|
+
var tmp31_cached = Companion_getInstance_24().c6k_1;
|
|
4303
4303
|
if (tmp30_input.fs()) {
|
|
4304
4304
|
tmp4_local0 = tmp30_input.ds(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
4305
4305
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -4472,10 +4472,10 @@
|
|
|
4472
4472
|
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);
|
|
4473
4473
|
};
|
|
4474
4474
|
protoOf($serializer_11).co = function () {
|
|
4475
|
-
return this.
|
|
4475
|
+
return this.d6k_1;
|
|
4476
4476
|
};
|
|
4477
4477
|
protoOf($serializer_11).wz = function () {
|
|
4478
|
-
var tmp0_cached = Companion_getInstance_24().
|
|
4478
|
+
var tmp0_cached = Companion_getInstance_24().c6k_1;
|
|
4479
4479
|
// Inline function 'kotlin.arrayOf' call
|
|
4480
4480
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4481
4481
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -4489,34 +4489,34 @@
|
|
|
4489
4489
|
}
|
|
4490
4490
|
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) {
|
|
4491
4491
|
if (!(67108863 === (67108863 & seen0))) {
|
|
4492
|
-
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_11().
|
|
4493
|
-
}
|
|
4494
|
-
$this.
|
|
4495
|
-
$this.
|
|
4496
|
-
$this.
|
|
4497
|
-
$this.
|
|
4498
|
-
$this.
|
|
4499
|
-
$this.
|
|
4500
|
-
$this.
|
|
4501
|
-
$this.
|
|
4502
|
-
$this.
|
|
4503
|
-
$this.
|
|
4504
|
-
$this.
|
|
4505
|
-
$this.
|
|
4506
|
-
$this.
|
|
4507
|
-
$this.
|
|
4508
|
-
$this.
|
|
4509
|
-
$this.
|
|
4510
|
-
$this.
|
|
4511
|
-
$this.
|
|
4512
|
-
$this.
|
|
4513
|
-
$this.
|
|
4514
|
-
$this.
|
|
4515
|
-
$this.
|
|
4516
|
-
$this.
|
|
4517
|
-
$this.
|
|
4518
|
-
$this.
|
|
4519
|
-
$this.
|
|
4492
|
+
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_11().d6k_1);
|
|
4493
|
+
}
|
|
4494
|
+
$this.f6k_1 = name;
|
|
4495
|
+
$this.g6k_1 = playerWhoChooseSuitGoFirst;
|
|
4496
|
+
$this.h6k_1 = winnerShuffleCards;
|
|
4497
|
+
$this.i6k_1 = playWithoutLiabilities;
|
|
4498
|
+
$this.j6k_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
4499
|
+
$this.k6k_1 = dealerInitialCardsCount;
|
|
4500
|
+
$this.l6k_1 = dealerFinalCardsCount;
|
|
4501
|
+
$this.m6k_1 = dealerCounterClockwise;
|
|
4502
|
+
$this.n6k_1 = contractTypes;
|
|
4503
|
+
$this.o6k_1 = bidTypes;
|
|
4504
|
+
$this.p6k_1 = needToPutHigherTrump;
|
|
4505
|
+
$this.q6k_1 = trumpCardStepMode;
|
|
4506
|
+
$this.r6k_1 = trumpCardStepPartnerMode;
|
|
4507
|
+
$this.s6k_1 = combinationsWithFirstCard;
|
|
4508
|
+
$this.t6k_1 = protectBella;
|
|
4509
|
+
$this.u6k_1 = oneTryToProtectBella;
|
|
4510
|
+
$this.v6k_1 = enableFourSevensCombination;
|
|
4511
|
+
$this.w6k_1 = enableTrumpSevenCombination;
|
|
4512
|
+
$this.x6k_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
4513
|
+
$this.y6k_1 = checkTrumpCombination;
|
|
4514
|
+
$this.z6k_1 = checkOnlyTrumpDebertz;
|
|
4515
|
+
$this.a6l_1 = pointsDistributeMode;
|
|
4516
|
+
$this.b6l_1 = enableFineIfNoBribes;
|
|
4517
|
+
$this.c6l_1 = fineIfNoBribes;
|
|
4518
|
+
$this.d6l_1 = enableFineAfterThirdByte;
|
|
4519
|
+
$this.e6l_1 = fineAfterThirdFailedContract;
|
|
4520
4520
|
return $this;
|
|
4521
4521
|
}
|
|
4522
4522
|
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) {
|
|
@@ -4524,63 +4524,63 @@
|
|
|
4524
4524
|
}
|
|
4525
4525
|
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) {
|
|
4526
4526
|
Companion_getInstance_24();
|
|
4527
|
-
this.
|
|
4528
|
-
this.
|
|
4529
|
-
this.
|
|
4530
|
-
this.
|
|
4531
|
-
this.
|
|
4532
|
-
this.
|
|
4533
|
-
this.
|
|
4534
|
-
this.
|
|
4535
|
-
this.
|
|
4536
|
-
this.
|
|
4537
|
-
this.
|
|
4538
|
-
this.
|
|
4539
|
-
this.
|
|
4540
|
-
this.
|
|
4541
|
-
this.
|
|
4542
|
-
this.
|
|
4543
|
-
this.
|
|
4544
|
-
this.
|
|
4545
|
-
this.
|
|
4546
|
-
this.
|
|
4547
|
-
this.
|
|
4548
|
-
this.
|
|
4549
|
-
this.
|
|
4550
|
-
this.
|
|
4551
|
-
this.
|
|
4552
|
-
this.
|
|
4527
|
+
this.f6k_1 = name;
|
|
4528
|
+
this.g6k_1 = playerWhoChooseSuitGoFirst;
|
|
4529
|
+
this.h6k_1 = winnerShuffleCards;
|
|
4530
|
+
this.i6k_1 = playWithoutLiabilities;
|
|
4531
|
+
this.j6k_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
4532
|
+
this.k6k_1 = dealerInitialCardsCount;
|
|
4533
|
+
this.l6k_1 = dealerFinalCardsCount;
|
|
4534
|
+
this.m6k_1 = dealerCounterClockwise;
|
|
4535
|
+
this.n6k_1 = contractTypes;
|
|
4536
|
+
this.o6k_1 = bidTypes;
|
|
4537
|
+
this.p6k_1 = needToPutHigherTrump;
|
|
4538
|
+
this.q6k_1 = trumpCardStepMode;
|
|
4539
|
+
this.r6k_1 = trumpCardStepPartnerMode;
|
|
4540
|
+
this.s6k_1 = combinationsWithFirstCard;
|
|
4541
|
+
this.t6k_1 = protectBella;
|
|
4542
|
+
this.u6k_1 = oneTryToProtectBella;
|
|
4543
|
+
this.v6k_1 = enableFourSevensCombination;
|
|
4544
|
+
this.w6k_1 = enableTrumpSevenCombination;
|
|
4545
|
+
this.x6k_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
4546
|
+
this.y6k_1 = checkTrumpCombination;
|
|
4547
|
+
this.z6k_1 = checkOnlyTrumpDebertz;
|
|
4548
|
+
this.a6l_1 = pointsDistributeMode;
|
|
4549
|
+
this.b6l_1 = enableFineIfNoBribes;
|
|
4550
|
+
this.c6l_1 = fineIfNoBribes;
|
|
4551
|
+
this.d6l_1 = enableFineAfterThirdByte;
|
|
4552
|
+
this.e6l_1 = fineAfterThirdFailedContract;
|
|
4553
4553
|
}
|
|
4554
4554
|
protoOf(RulesDto).toString = function () {
|
|
4555
|
-
return 'RulesDto(name=' + this.
|
|
4555
|
+
return 'RulesDto(name=' + this.f6k_1 + ', playerWhoChooseSuitGoFirst=' + this.g6k_1 + ', winnerShuffleCards=' + this.h6k_1 + ', playWithoutLiabilities=' + this.i6k_1 + ', trumpCardGoToPlayerWhoShuffleCards=' + this.j6k_1 + ', dealerInitialCardsCount=' + this.k6k_1 + ', dealerFinalCardsCount=' + this.l6k_1 + ', dealerCounterClockwise=' + this.m6k_1 + ', contractTypes=' + toString(this.n6k_1) + ', bidTypes=' + toString(this.o6k_1) + ', needToPutHigherTrump=' + this.p6k_1 + ', trumpCardStepMode=' + this.q6k_1 + ', trumpCardStepPartnerMode=' + this.r6k_1 + ', combinationsWithFirstCard=' + toString(this.s6k_1) + ', protectBella=' + this.t6k_1 + ', oneTryToProtectBella=' + this.u6k_1 + ', enableFourSevensCombination=' + this.v6k_1 + ', enableTrumpSevenCombination=' + this.w6k_1 + ', enableTrumpSevenCombinationAfterDistribution=' + this.x6k_1 + ', checkTrumpCombination=' + this.y6k_1 + ', checkOnlyTrumpDebertz=' + this.z6k_1 + ', pointsDistributeMode=' + this.a6l_1 + ', enableFineIfNoBribes=' + this.b6l_1 + ', fineIfNoBribes=' + this.c6l_1 + ', enableFineAfterThirdByte=' + this.d6l_1 + ', fineAfterThirdFailedContract=' + this.e6l_1 + ')';
|
|
4556
4556
|
};
|
|
4557
4557
|
protoOf(RulesDto).hashCode = function () {
|
|
4558
|
-
var result = this.
|
|
4559
|
-
result = imul(result, 31) + (this.
|
|
4560
|
-
result = imul(result, 31) + (this.
|
|
4561
|
-
result = imul(result, 31) + (this.e6k_1 == null ? 0 : getBooleanHashCode(this.e6k_1)) | 0;
|
|
4562
|
-
result = imul(result, 31) + (this.f6k_1 == null ? 0 : getBooleanHashCode(this.f6k_1)) | 0;
|
|
4563
|
-
result = imul(result, 31) + (this.g6k_1 == null ? 0 : this.g6k_1) | 0;
|
|
4564
|
-
result = imul(result, 31) + (this.h6k_1 == null ? 0 : this.h6k_1) | 0;
|
|
4558
|
+
var result = this.f6k_1 == null ? 0 : getStringHashCode(this.f6k_1);
|
|
4559
|
+
result = imul(result, 31) + (this.g6k_1 == null ? 0 : getBooleanHashCode(this.g6k_1)) | 0;
|
|
4560
|
+
result = imul(result, 31) + (this.h6k_1 == null ? 0 : getBooleanHashCode(this.h6k_1)) | 0;
|
|
4565
4561
|
result = imul(result, 31) + (this.i6k_1 == null ? 0 : getBooleanHashCode(this.i6k_1)) | 0;
|
|
4566
|
-
result = imul(result, 31) + (this.j6k_1 == null ? 0 :
|
|
4567
|
-
result = imul(result, 31) + (this.k6k_1 == null ? 0 :
|
|
4568
|
-
result = imul(result, 31) + (this.l6k_1 == null ? 0 :
|
|
4569
|
-
result = imul(result, 31) + (this.m6k_1 == null ? 0 :
|
|
4570
|
-
result = imul(result, 31) + (this.n6k_1 == null ? 0 :
|
|
4562
|
+
result = imul(result, 31) + (this.j6k_1 == null ? 0 : getBooleanHashCode(this.j6k_1)) | 0;
|
|
4563
|
+
result = imul(result, 31) + (this.k6k_1 == null ? 0 : this.k6k_1) | 0;
|
|
4564
|
+
result = imul(result, 31) + (this.l6k_1 == null ? 0 : this.l6k_1) | 0;
|
|
4565
|
+
result = imul(result, 31) + (this.m6k_1 == null ? 0 : getBooleanHashCode(this.m6k_1)) | 0;
|
|
4566
|
+
result = imul(result, 31) + (this.n6k_1 == null ? 0 : hashCode(this.n6k_1)) | 0;
|
|
4571
4567
|
result = imul(result, 31) + (this.o6k_1 == null ? 0 : hashCode(this.o6k_1)) | 0;
|
|
4572
4568
|
result = imul(result, 31) + (this.p6k_1 == null ? 0 : getBooleanHashCode(this.p6k_1)) | 0;
|
|
4573
|
-
result = imul(result, 31) + (this.q6k_1 == null ? 0 :
|
|
4574
|
-
result = imul(result, 31) + (this.r6k_1 == null ? 0 :
|
|
4575
|
-
result = imul(result, 31) + (this.s6k_1 == null ? 0 :
|
|
4569
|
+
result = imul(result, 31) + (this.q6k_1 == null ? 0 : getStringHashCode(this.q6k_1)) | 0;
|
|
4570
|
+
result = imul(result, 31) + (this.r6k_1 == null ? 0 : getStringHashCode(this.r6k_1)) | 0;
|
|
4571
|
+
result = imul(result, 31) + (this.s6k_1 == null ? 0 : hashCode(this.s6k_1)) | 0;
|
|
4576
4572
|
result = imul(result, 31) + (this.t6k_1 == null ? 0 : getBooleanHashCode(this.t6k_1)) | 0;
|
|
4577
4573
|
result = imul(result, 31) + (this.u6k_1 == null ? 0 : getBooleanHashCode(this.u6k_1)) | 0;
|
|
4578
4574
|
result = imul(result, 31) + (this.v6k_1 == null ? 0 : getBooleanHashCode(this.v6k_1)) | 0;
|
|
4579
|
-
result = imul(result, 31) +
|
|
4575
|
+
result = imul(result, 31) + (this.w6k_1 == null ? 0 : getBooleanHashCode(this.w6k_1)) | 0;
|
|
4580
4576
|
result = imul(result, 31) + (this.x6k_1 == null ? 0 : getBooleanHashCode(this.x6k_1)) | 0;
|
|
4581
|
-
result = imul(result, 31) + (this.y6k_1 == null ? 0 : this.y6k_1) | 0;
|
|
4577
|
+
result = imul(result, 31) + (this.y6k_1 == null ? 0 : getBooleanHashCode(this.y6k_1)) | 0;
|
|
4582
4578
|
result = imul(result, 31) + (this.z6k_1 == null ? 0 : getBooleanHashCode(this.z6k_1)) | 0;
|
|
4583
|
-
result = imul(result, 31) + (this.a6l_1
|
|
4579
|
+
result = imul(result, 31) + getStringHashCode(this.a6l_1) | 0;
|
|
4580
|
+
result = imul(result, 31) + (this.b6l_1 == null ? 0 : getBooleanHashCode(this.b6l_1)) | 0;
|
|
4581
|
+
result = imul(result, 31) + (this.c6l_1 == null ? 0 : this.c6l_1) | 0;
|
|
4582
|
+
result = imul(result, 31) + (this.d6l_1 == null ? 0 : getBooleanHashCode(this.d6l_1)) | 0;
|
|
4583
|
+
result = imul(result, 31) + (this.e6l_1 == null ? 0 : this.e6l_1) | 0;
|
|
4584
4584
|
return result;
|
|
4585
4585
|
};
|
|
4586
4586
|
protoOf(RulesDto).equals = function (other) {
|
|
@@ -4588,14 +4588,6 @@
|
|
|
4588
4588
|
return true;
|
|
4589
4589
|
if (!(other instanceof RulesDto))
|
|
4590
4590
|
return false;
|
|
4591
|
-
if (!(this.b6k_1 == other.b6k_1))
|
|
4592
|
-
return false;
|
|
4593
|
-
if (!(this.c6k_1 == other.c6k_1))
|
|
4594
|
-
return false;
|
|
4595
|
-
if (!(this.d6k_1 == other.d6k_1))
|
|
4596
|
-
return false;
|
|
4597
|
-
if (!(this.e6k_1 == other.e6k_1))
|
|
4598
|
-
return false;
|
|
4599
4591
|
if (!(this.f6k_1 == other.f6k_1))
|
|
4600
4592
|
return false;
|
|
4601
4593
|
if (!(this.g6k_1 == other.g6k_1))
|
|
@@ -4604,15 +4596,15 @@
|
|
|
4604
4596
|
return false;
|
|
4605
4597
|
if (!(this.i6k_1 == other.i6k_1))
|
|
4606
4598
|
return false;
|
|
4607
|
-
if (!
|
|
4599
|
+
if (!(this.j6k_1 == other.j6k_1))
|
|
4608
4600
|
return false;
|
|
4609
|
-
if (!
|
|
4601
|
+
if (!(this.k6k_1 == other.k6k_1))
|
|
4610
4602
|
return false;
|
|
4611
4603
|
if (!(this.l6k_1 == other.l6k_1))
|
|
4612
4604
|
return false;
|
|
4613
4605
|
if (!(this.m6k_1 == other.m6k_1))
|
|
4614
4606
|
return false;
|
|
4615
|
-
if (!(this.n6k_1
|
|
4607
|
+
if (!equals(this.n6k_1, other.n6k_1))
|
|
4616
4608
|
return false;
|
|
4617
4609
|
if (!equals(this.o6k_1, other.o6k_1))
|
|
4618
4610
|
return false;
|
|
@@ -4622,7 +4614,7 @@
|
|
|
4622
4614
|
return false;
|
|
4623
4615
|
if (!(this.r6k_1 == other.r6k_1))
|
|
4624
4616
|
return false;
|
|
4625
|
-
if (!(this.s6k_1
|
|
4617
|
+
if (!equals(this.s6k_1, other.s6k_1))
|
|
4626
4618
|
return false;
|
|
4627
4619
|
if (!(this.t6k_1 == other.t6k_1))
|
|
4628
4620
|
return false;
|
|
@@ -4630,7 +4622,7 @@
|
|
|
4630
4622
|
return false;
|
|
4631
4623
|
if (!(this.v6k_1 == other.v6k_1))
|
|
4632
4624
|
return false;
|
|
4633
|
-
if (!(this.w6k_1
|
|
4625
|
+
if (!(this.w6k_1 == other.w6k_1))
|
|
4634
4626
|
return false;
|
|
4635
4627
|
if (!(this.x6k_1 == other.x6k_1))
|
|
4636
4628
|
return false;
|
|
@@ -4638,7 +4630,15 @@
|
|
|
4638
4630
|
return false;
|
|
4639
4631
|
if (!(this.z6k_1 == other.z6k_1))
|
|
4640
4632
|
return false;
|
|
4641
|
-
if (!(this.a6l_1
|
|
4633
|
+
if (!(this.a6l_1 === other.a6l_1))
|
|
4634
|
+
return false;
|
|
4635
|
+
if (!(this.b6l_1 == other.b6l_1))
|
|
4636
|
+
return false;
|
|
4637
|
+
if (!(this.c6l_1 == other.c6l_1))
|
|
4638
|
+
return false;
|
|
4639
|
+
if (!(this.d6l_1 == other.d6l_1))
|
|
4640
|
+
return false;
|
|
4641
|
+
if (!(this.e6l_1 == other.e6l_1))
|
|
4642
4642
|
return false;
|
|
4643
4643
|
return true;
|
|
4644
4644
|
};
|
|
@@ -4703,11 +4703,11 @@
|
|
|
4703
4703
|
return getPoint_0(_this__u8e3s4, isTrump);
|
|
4704
4704
|
}
|
|
4705
4705
|
function CardGrowthComparator(trump, firstCardSuit) {
|
|
4706
|
-
this.
|
|
4707
|
-
this.
|
|
4706
|
+
this.f6l_1 = trump;
|
|
4707
|
+
this.g6l_1 = firstCardSuit;
|
|
4708
4708
|
}
|
|
4709
4709
|
protoOf(CardGrowthComparator).o5t = function (a, b) {
|
|
4710
|
-
return getGrowth(b, this.
|
|
4710
|
+
return getGrowth(b, this.f6l_1, this.g6l_1) - getGrowth(a, this.f6l_1, this.g6l_1) | 0;
|
|
4711
4711
|
};
|
|
4712
4712
|
protoOf(CardGrowthComparator).compare = function (a, b) {
|
|
4713
4713
|
var tmp = a instanceof GameCard ? a : THROW_CCE();
|
|
@@ -4795,56 +4795,56 @@
|
|
|
4795
4795
|
return tmp;
|
|
4796
4796
|
}
|
|
4797
4797
|
function ProcessingCard(card) {
|
|
4798
|
-
this.
|
|
4798
|
+
this.x6i_1 = card;
|
|
4799
4799
|
}
|
|
4800
4800
|
protoOf(ProcessingCard).toString = function () {
|
|
4801
|
-
return 'ProcessingCard(card=' + this.
|
|
4801
|
+
return 'ProcessingCard(card=' + this.x6i_1.toString() + ')';
|
|
4802
4802
|
};
|
|
4803
4803
|
protoOf(ProcessingCard).hashCode = function () {
|
|
4804
|
-
return this.
|
|
4804
|
+
return this.x6i_1.hashCode();
|
|
4805
4805
|
};
|
|
4806
4806
|
protoOf(ProcessingCard).equals = function (other) {
|
|
4807
4807
|
if (this === other)
|
|
4808
4808
|
return true;
|
|
4809
4809
|
if (!(other instanceof ProcessingCard))
|
|
4810
4810
|
return false;
|
|
4811
|
-
if (!this.
|
|
4811
|
+
if (!this.x6i_1.equals(other.x6i_1))
|
|
4812
4812
|
return false;
|
|
4813
4813
|
return true;
|
|
4814
4814
|
};
|
|
4815
4815
|
function AsyncProvider() {
|
|
4816
4816
|
}
|
|
4817
4817
|
function onError($this, message, error) {
|
|
4818
|
-
$this.
|
|
4818
|
+
$this.q6l_1.e('AsyncErrorHandler', message + ': ' + error.toString(), error);
|
|
4819
4819
|
}
|
|
4820
4820
|
function Companion_22() {
|
|
4821
|
-
this.
|
|
4821
|
+
this.y6l_1 = 'AsyncProvider';
|
|
4822
4822
|
}
|
|
4823
4823
|
var Companion_instance_24;
|
|
4824
4824
|
function Companion_getInstance_25() {
|
|
4825
4825
|
return Companion_instance_24;
|
|
4826
4826
|
}
|
|
4827
4827
|
function AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1(this$0) {
|
|
4828
|
-
this.
|
|
4828
|
+
this.a6m_1 = this$0;
|
|
4829
4829
|
AbstractCoroutineContextElement.call(this, Key_instance);
|
|
4830
4830
|
}
|
|
4831
4831
|
protoOf(AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1).p1s = function (context, exception) {
|
|
4832
|
-
onError(this.
|
|
4832
|
+
onError(this.a6m_1, 'CoroutineContext', exception);
|
|
4833
4833
|
return Unit_instance;
|
|
4834
4834
|
};
|
|
4835
4835
|
function AsyncProviderImpl$awaitDefaultWithLock$slambda(this$0, $block, resultContinuation) {
|
|
4836
|
-
this.
|
|
4837
|
-
this.
|
|
4836
|
+
this.j6m_1 = this$0;
|
|
4837
|
+
this.k6m_1 = $block;
|
|
4838
4838
|
CoroutineImpl.call(this, resultContinuation);
|
|
4839
4839
|
}
|
|
4840
|
-
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).
|
|
4840
|
+
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).p6m = function ($this$async, $completion) {
|
|
4841
4841
|
var tmp = this.l29($this$async, $completion);
|
|
4842
4842
|
tmp.u8_1 = Unit_instance;
|
|
4843
4843
|
tmp.v8_1 = null;
|
|
4844
4844
|
return tmp.a9();
|
|
4845
4845
|
};
|
|
4846
4846
|
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).i9 = function (p1, $completion) {
|
|
4847
|
-
return this.
|
|
4847
|
+
return this.p6m((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
4848
4848
|
};
|
|
4849
4849
|
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).a9 = function () {
|
|
4850
4850
|
var suspendResult = this.u8_1;
|
|
@@ -4854,43 +4854,43 @@
|
|
|
4854
4854
|
switch (tmp) {
|
|
4855
4855
|
case 0:
|
|
4856
4856
|
this.t8_1 = 6;
|
|
4857
|
-
this.
|
|
4857
|
+
this.n6m_1 = this.j6m_1.s6l_1;
|
|
4858
4858
|
var tmp_0 = this;
|
|
4859
|
-
tmp_0.
|
|
4859
|
+
tmp_0.m6m_1 = null;
|
|
4860
4860
|
this.s8_1 = 1;
|
|
4861
|
-
suspendResult = this.
|
|
4861
|
+
suspendResult = this.n6m_1.j2p(this.m6m_1, this);
|
|
4862
4862
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4863
4863
|
return suspendResult;
|
|
4864
4864
|
}
|
|
4865
4865
|
|
|
4866
4866
|
continue $sm;
|
|
4867
4867
|
case 1:
|
|
4868
|
-
this.
|
|
4868
|
+
this.o6m_1 = Unit_instance;
|
|
4869
4869
|
this.s8_1 = 2;
|
|
4870
4870
|
continue $sm;
|
|
4871
4871
|
case 2:
|
|
4872
4872
|
this.t8_1 = 5;
|
|
4873
4873
|
this.s8_1 = 3;
|
|
4874
|
-
suspendResult = this.
|
|
4874
|
+
suspendResult = this.k6m_1(this.l6m_1, this);
|
|
4875
4875
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4876
4876
|
return suspendResult;
|
|
4877
4877
|
}
|
|
4878
4878
|
|
|
4879
4879
|
continue $sm;
|
|
4880
4880
|
case 3:
|
|
4881
|
-
this.
|
|
4881
|
+
this.o6m_1 = suspendResult;
|
|
4882
4882
|
this.t8_1 = 6;
|
|
4883
4883
|
this.s8_1 = 4;
|
|
4884
4884
|
continue $sm;
|
|
4885
4885
|
case 4:
|
|
4886
|
-
var tmp_1 = this.
|
|
4886
|
+
var tmp_1 = this.o6m_1;
|
|
4887
4887
|
this.t8_1 = 6;
|
|
4888
|
-
this.
|
|
4888
|
+
this.n6m_1.u2o(this.m6m_1);
|
|
4889
4889
|
return tmp_1;
|
|
4890
4890
|
case 5:
|
|
4891
4891
|
this.t8_1 = 6;
|
|
4892
4892
|
var t = this.v8_1;
|
|
4893
|
-
this.
|
|
4893
|
+
this.n6m_1.u2o(this.m6m_1);
|
|
4894
4894
|
throw t;
|
|
4895
4895
|
case 6:
|
|
4896
4896
|
throw this.v8_1;
|
|
@@ -4907,21 +4907,21 @@
|
|
|
4907
4907
|
while (true);
|
|
4908
4908
|
};
|
|
4909
4909
|
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).l29 = function ($this$async, completion) {
|
|
4910
|
-
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this.
|
|
4911
|
-
i.
|
|
4910
|
+
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this.j6m_1, this.k6m_1, completion);
|
|
4911
|
+
i.l6m_1 = $this$async;
|
|
4912
4912
|
return i;
|
|
4913
4913
|
};
|
|
4914
4914
|
function AsyncProviderImpl$awaitDefaultWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
4915
4915
|
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this$0, $block, resultContinuation);
|
|
4916
4916
|
var l = function ($this$async, $completion) {
|
|
4917
|
-
return i.
|
|
4917
|
+
return i.p6m($this$async, $completion);
|
|
4918
4918
|
};
|
|
4919
4919
|
l.$arity = 1;
|
|
4920
4920
|
return l;
|
|
4921
4921
|
}
|
|
4922
4922
|
function AsyncProviderImpl$launchDefaultWithLock$slambda(this$0, $block, resultContinuation) {
|
|
4923
|
-
this.
|
|
4924
|
-
this.
|
|
4923
|
+
this.y6m_1 = this$0;
|
|
4924
|
+
this.z6m_1 = $block;
|
|
4925
4925
|
CoroutineImpl.call(this, resultContinuation);
|
|
4926
4926
|
}
|
|
4927
4927
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).k29 = function ($this$launch, $completion) {
|
|
@@ -4941,43 +4941,43 @@
|
|
|
4941
4941
|
switch (tmp) {
|
|
4942
4942
|
case 0:
|
|
4943
4943
|
this.t8_1 = 6;
|
|
4944
|
-
this.
|
|
4944
|
+
this.c6n_1 = this.y6m_1.s6l_1;
|
|
4945
4945
|
var tmp_0 = this;
|
|
4946
|
-
tmp_0.
|
|
4946
|
+
tmp_0.b6n_1 = null;
|
|
4947
4947
|
this.s8_1 = 1;
|
|
4948
|
-
suspendResult = this.
|
|
4948
|
+
suspendResult = this.c6n_1.j2p(this.b6n_1, this);
|
|
4949
4949
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4950
4950
|
return suspendResult;
|
|
4951
4951
|
}
|
|
4952
4952
|
|
|
4953
4953
|
continue $sm;
|
|
4954
4954
|
case 1:
|
|
4955
|
-
this.
|
|
4955
|
+
this.d6n_1 = Unit_instance;
|
|
4956
4956
|
this.s8_1 = 2;
|
|
4957
4957
|
continue $sm;
|
|
4958
4958
|
case 2:
|
|
4959
4959
|
this.t8_1 = 5;
|
|
4960
4960
|
this.s8_1 = 3;
|
|
4961
|
-
suspendResult = this.
|
|
4961
|
+
suspendResult = this.z6m_1(this.a6n_1, this);
|
|
4962
4962
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4963
4963
|
return suspendResult;
|
|
4964
4964
|
}
|
|
4965
4965
|
|
|
4966
4966
|
continue $sm;
|
|
4967
4967
|
case 3:
|
|
4968
|
-
this.
|
|
4968
|
+
this.d6n_1 = Unit_instance;
|
|
4969
4969
|
this.t8_1 = 6;
|
|
4970
4970
|
this.s8_1 = 4;
|
|
4971
4971
|
continue $sm;
|
|
4972
4972
|
case 4:
|
|
4973
|
-
this.
|
|
4973
|
+
this.d6n_1;
|
|
4974
4974
|
this.t8_1 = 6;
|
|
4975
|
-
this.
|
|
4975
|
+
this.c6n_1.u2o(this.b6n_1);
|
|
4976
4976
|
return Unit_instance;
|
|
4977
4977
|
case 5:
|
|
4978
4978
|
this.t8_1 = 6;
|
|
4979
4979
|
var t = this.v8_1;
|
|
4980
|
-
this.
|
|
4980
|
+
this.c6n_1.u2o(this.b6n_1);
|
|
4981
4981
|
throw t;
|
|
4982
4982
|
case 6:
|
|
4983
4983
|
throw this.v8_1;
|
|
@@ -4994,8 +4994,8 @@
|
|
|
4994
4994
|
while (true);
|
|
4995
4995
|
};
|
|
4996
4996
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).l29 = function ($this$launch, completion) {
|
|
4997
|
-
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.
|
|
4998
|
-
i.
|
|
4997
|
+
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.y6m_1, this.z6m_1, completion);
|
|
4998
|
+
i.a6n_1 = $this$launch;
|
|
4999
4999
|
return i;
|
|
5000
5000
|
};
|
|
5001
5001
|
function AsyncProviderImpl$launchDefaultWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
@@ -5010,63 +5010,63 @@
|
|
|
5010
5010
|
mainDispatcher = mainDispatcher === VOID ? Dispatchers_getInstance().c1w() : mainDispatcher;
|
|
5011
5011
|
defaultDispatcher = defaultDispatcher === VOID ? Dispatchers_getInstance().y1v_1 : defaultDispatcher;
|
|
5012
5012
|
unconfinedDispatcher = unconfinedDispatcher === VOID ? Dispatchers_getInstance().z1v_1 : unconfinedDispatcher;
|
|
5013
|
-
this.
|
|
5014
|
-
this.
|
|
5015
|
-
this.
|
|
5016
|
-
this.
|
|
5013
|
+
this.q6l_1 = logger;
|
|
5014
|
+
this.r6l_1 = SupervisorJob();
|
|
5015
|
+
this.s6l_1 = Mutex();
|
|
5016
|
+
this.t6l_1 = Mutex();
|
|
5017
5017
|
var tmp = this;
|
|
5018
5018
|
// Inline function 'kotlinx.coroutines.CoroutineExceptionHandler' call
|
|
5019
|
-
tmp.
|
|
5020
|
-
this.
|
|
5021
|
-
this.
|
|
5022
|
-
this.
|
|
5019
|
+
tmp.u6l_1 = new AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1(this);
|
|
5020
|
+
this.v6l_1 = CoroutineScope_0(mainDispatcher.dg(this.r6l_1).dg(MainContextId_getInstance()));
|
|
5021
|
+
this.w6l_1 = CoroutineScope_0(defaultDispatcher.dg(this.r6l_1).dg(WorkerContextId_getInstance()));
|
|
5022
|
+
this.x6l_1 = CoroutineScope_0(unconfinedDispatcher.dg(this.r6l_1).dg(WorkerContextId_getInstance()));
|
|
5023
5023
|
}
|
|
5024
|
-
protoOf(AsyncProviderImpl).
|
|
5025
|
-
return this.
|
|
5024
|
+
protoOf(AsyncProviderImpl).h6l = function () {
|
|
5025
|
+
return this.u6l_1;
|
|
5026
5026
|
};
|
|
5027
|
-
protoOf(AsyncProviderImpl).
|
|
5028
|
-
if (this.
|
|
5029
|
-
this.
|
|
5027
|
+
protoOf(AsyncProviderImpl).m6l = function (context, block) {
|
|
5028
|
+
if (this.r6l_1.x1k()) {
|
|
5029
|
+
this.q6l_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
5030
5030
|
// Inline function 'kotlin.apply' call
|
|
5031
5031
|
var this_0 = Job();
|
|
5032
5032
|
this_0.l1l();
|
|
5033
5033
|
return this_0;
|
|
5034
5034
|
}
|
|
5035
|
-
return launch(this.
|
|
5035
|
+
return launch(this.v6l_1, context, VOID, block);
|
|
5036
5036
|
};
|
|
5037
|
-
protoOf(AsyncProviderImpl).
|
|
5038
|
-
if (this.
|
|
5039
|
-
this.
|
|
5037
|
+
protoOf(AsyncProviderImpl).o6l = function (context, block) {
|
|
5038
|
+
if (this.r6l_1.x1k()) {
|
|
5039
|
+
this.q6l_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
5040
5040
|
// Inline function 'kotlin.apply' call
|
|
5041
5041
|
var this_0 = CompletableDeferred();
|
|
5042
5042
|
this_0.l1l();
|
|
5043
5043
|
return this_0;
|
|
5044
5044
|
}
|
|
5045
|
-
return async(this.
|
|
5045
|
+
return async(this.w6l_1, context, VOID, AsyncProviderImpl$awaitDefaultWithLock$slambda_0(this, block, null));
|
|
5046
5046
|
};
|
|
5047
|
-
protoOf(AsyncProviderImpl).
|
|
5048
|
-
if (this.
|
|
5049
|
-
this.
|
|
5047
|
+
protoOf(AsyncProviderImpl).i6l = function (context, block) {
|
|
5048
|
+
if (this.r6l_1.x1k()) {
|
|
5049
|
+
this.q6l_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
5050
5050
|
// Inline function 'kotlin.apply' call
|
|
5051
5051
|
var this_0 = Job();
|
|
5052
5052
|
this_0.l1l();
|
|
5053
5053
|
return this_0;
|
|
5054
5054
|
}
|
|
5055
|
-
return launch(this.
|
|
5055
|
+
return launch(this.w6l_1, context, VOID, block);
|
|
5056
5056
|
};
|
|
5057
|
-
protoOf(AsyncProviderImpl).
|
|
5058
|
-
if (this.
|
|
5059
|
-
this.
|
|
5057
|
+
protoOf(AsyncProviderImpl).k6l = function (context, block) {
|
|
5058
|
+
if (this.r6l_1.x1k()) {
|
|
5059
|
+
this.q6l_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
5060
5060
|
// Inline function 'kotlin.apply' call
|
|
5061
5061
|
var this_0 = Job();
|
|
5062
5062
|
this_0.l1l();
|
|
5063
5063
|
return this_0;
|
|
5064
5064
|
}
|
|
5065
|
-
return launch(this.
|
|
5065
|
+
return launch(this.w6l_1, context, VOID, AsyncProviderImpl$launchDefaultWithLock$slambda_0(this, block, null));
|
|
5066
5066
|
};
|
|
5067
5067
|
protoOf(AsyncProviderImpl).i2 = function () {
|
|
5068
|
-
if (!this.
|
|
5069
|
-
this.
|
|
5068
|
+
if (!this.r6l_1.x1k()) {
|
|
5069
|
+
this.r6l_1.l1l();
|
|
5070
5070
|
}
|
|
5071
5071
|
};
|
|
5072
5072
|
function Key() {
|
|
@@ -5128,7 +5128,7 @@
|
|
|
5128
5128
|
}
|
|
5129
5129
|
function UUIDIdsProvider() {
|
|
5130
5130
|
}
|
|
5131
|
-
protoOf(UUIDIdsProvider).
|
|
5131
|
+
protoOf(UUIDIdsProvider).e6n = function () {
|
|
5132
5132
|
return uuid4().toString();
|
|
5133
5133
|
};
|
|
5134
5134
|
var UUIDIdsProvider_instance;
|
|
@@ -5146,55 +5146,55 @@
|
|
|
5146
5146
|
tmp = lock;
|
|
5147
5147
|
}
|
|
5148
5148
|
lock = tmp;
|
|
5149
|
-
this.
|
|
5150
|
-
this.
|
|
5149
|
+
this.k6n_1 = logger;
|
|
5150
|
+
this.l6n_1 = lock;
|
|
5151
5151
|
var tmp_0 = this;
|
|
5152
5152
|
// Inline function 'kotlin.collections.hashMapOf' call
|
|
5153
|
-
tmp_0.
|
|
5153
|
+
tmp_0.m6n_1 = HashMap_init_$Create$();
|
|
5154
5154
|
}
|
|
5155
|
-
protoOf(JobsProviderImpl).
|
|
5155
|
+
protoOf(JobsProviderImpl).f6n = function (timerTag, job) {
|
|
5156
5156
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5157
|
-
this.
|
|
5158
|
-
if (this.
|
|
5159
|
-
this.
|
|
5157
|
+
this.l6n_1;
|
|
5158
|
+
if (this.j6n(timerTag)) {
|
|
5159
|
+
this.k6n_1.w(VOID, 'Timer already exists for that tag: ' + toString_0(timerTag));
|
|
5160
5160
|
}
|
|
5161
5161
|
// Inline function 'kotlin.collections.set' call
|
|
5162
|
-
this.
|
|
5162
|
+
this.m6n_1.m2(timerTag, job);
|
|
5163
5163
|
};
|
|
5164
|
-
protoOf(JobsProviderImpl).
|
|
5164
|
+
protoOf(JobsProviderImpl).j6n = function (timerTag) {
|
|
5165
5165
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5166
|
-
this.
|
|
5167
|
-
return this.
|
|
5166
|
+
this.l6n_1;
|
|
5167
|
+
return this.m6n_1.a2(timerTag);
|
|
5168
5168
|
};
|
|
5169
|
-
protoOf(JobsProviderImpl).
|
|
5169
|
+
protoOf(JobsProviderImpl).h6n = function (timerTag) {
|
|
5170
5170
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5171
|
-
this.
|
|
5172
|
-
if (!this.
|
|
5173
|
-
this.
|
|
5171
|
+
this.l6n_1;
|
|
5172
|
+
if (!this.j6n(timerTag)) {
|
|
5173
|
+
this.k6n_1.w(VOID, "Can't find timer for that tag: " + toString_0(timerTag));
|
|
5174
5174
|
}
|
|
5175
|
-
this.
|
|
5175
|
+
this.m6n_1.n2(timerTag);
|
|
5176
5176
|
};
|
|
5177
|
-
protoOf(JobsProviderImpl).
|
|
5177
|
+
protoOf(JobsProviderImpl).i6n = function (timers) {
|
|
5178
5178
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5179
|
-
this.
|
|
5179
|
+
this.l6n_1;
|
|
5180
5180
|
// Inline function 'kotlin.collections.forEach' call
|
|
5181
5181
|
var _iterator__ex2g4s = timers.l();
|
|
5182
5182
|
while (_iterator__ex2g4s.m()) {
|
|
5183
5183
|
var element = _iterator__ex2g4s.n();
|
|
5184
|
-
var timer = this.
|
|
5184
|
+
var timer = this.m6n_1.c2(element);
|
|
5185
5185
|
if (timer == null)
|
|
5186
5186
|
null;
|
|
5187
5187
|
else {
|
|
5188
5188
|
timer.l1l();
|
|
5189
5189
|
}
|
|
5190
5190
|
}
|
|
5191
|
-
this.
|
|
5191
|
+
this.m6n_1.d2().h2(toSet(timers));
|
|
5192
5192
|
};
|
|
5193
|
-
protoOf(JobsProviderImpl).
|
|
5193
|
+
protoOf(JobsProviderImpl).g6n = function (timerTag) {
|
|
5194
5194
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5195
|
-
this.
|
|
5196
|
-
var timer = this.
|
|
5197
|
-
this.
|
|
5195
|
+
this.l6n_1;
|
|
5196
|
+
var timer = this.m6n_1.c2(timerTag);
|
|
5197
|
+
this.m6n_1.n2(timerTag);
|
|
5198
5198
|
var tmp;
|
|
5199
5199
|
if (timer == null) {
|
|
5200
5200
|
tmp = null;
|
|
@@ -5207,36 +5207,36 @@
|
|
|
5207
5207
|
}
|
|
5208
5208
|
function FileSystemImpl(fileSystem) {
|
|
5209
5209
|
fileSystem = fileSystem === VOID ? get_SystemFileSystem() : fileSystem;
|
|
5210
|
-
this.
|
|
5210
|
+
this.q6n_1 = fileSystem;
|
|
5211
5211
|
}
|
|
5212
|
-
protoOf(FileSystemImpl).
|
|
5212
|
+
protoOf(FileSystemImpl).n6n = function (path, $completion) {
|
|
5213
5213
|
var directoryPath = Path(path);
|
|
5214
|
-
var exists = this.
|
|
5214
|
+
var exists = this.q6n_1.h1j(directoryPath);
|
|
5215
5215
|
if (!exists) {
|
|
5216
|
-
this.
|
|
5216
|
+
this.q6n_1.l1j(directoryPath);
|
|
5217
5217
|
}
|
|
5218
5218
|
return Unit_instance;
|
|
5219
5219
|
};
|
|
5220
|
-
protoOf(FileSystemImpl).
|
|
5221
|
-
return buffered(this.
|
|
5220
|
+
protoOf(FileSystemImpl).o6n = function (path, fileName, append, $completion) {
|
|
5221
|
+
return buffered(this.q6n_1.m1j(Path_0(path, [fileName]), append));
|
|
5222
5222
|
};
|
|
5223
|
-
protoOf(FileSystemImpl).
|
|
5224
|
-
this.
|
|
5223
|
+
protoOf(FileSystemImpl).p6n = function (path, $completion) {
|
|
5224
|
+
this.q6n_1.j1j(Path_0(path, []));
|
|
5225
5225
|
return Unit_instance;
|
|
5226
5226
|
};
|
|
5227
5227
|
function LoggerFactory() {
|
|
5228
5228
|
}
|
|
5229
5229
|
function LoggerFactoryImpl(coreConfig, fileSystem) {
|
|
5230
|
-
this.
|
|
5231
|
-
this.
|
|
5230
|
+
this.s6n_1 = coreConfig;
|
|
5231
|
+
this.t6n_1 = fileSystem;
|
|
5232
5232
|
}
|
|
5233
|
-
protoOf(LoggerFactoryImpl).
|
|
5233
|
+
protoOf(LoggerFactoryImpl).r6n = function (gameId, roomId, userId) {
|
|
5234
5234
|
// Inline function 'kotlin.let' call
|
|
5235
|
-
var it = this.
|
|
5235
|
+
var it = this.s6n_1.fileNameFormat;
|
|
5236
5236
|
var tmp = Companion_instance_4;
|
|
5237
5237
|
var fileName = tmp.formatter(it, gameId, roomId, userId == null ? 'unknown_user_id' : userId);
|
|
5238
5238
|
// Inline function 'kotlin.collections.map' call
|
|
5239
|
-
var this_0 = split(this.
|
|
5239
|
+
var this_0 = split(this.s6n_1.requireDirectoryPath, ['/']);
|
|
5240
5240
|
// Inline function 'kotlin.collections.mapTo' call
|
|
5241
5241
|
var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_0, 10));
|
|
5242
5242
|
var _iterator__ex2g4s = this_0.l();
|
|
@@ -5248,7 +5248,7 @@
|
|
|
5248
5248
|
}
|
|
5249
5249
|
var segments = destination;
|
|
5250
5250
|
var tmp0_path = joinToString(segments, '/');
|
|
5251
|
-
var tmp1_fileSystem = this.
|
|
5251
|
+
var tmp1_fileSystem = this.t6n_1;
|
|
5252
5252
|
return new LogsStorageControllerImpl(fileName, tmp0_path, tmp1_fileSystem);
|
|
5253
5253
|
};
|
|
5254
5254
|
function appendToFile($this, message, $completion) {
|
|
@@ -5259,7 +5259,7 @@
|
|
|
5259
5259
|
}
|
|
5260
5260
|
function $createDirectoryCOROUTINE$(_this__u8e3s4, resultContinuation) {
|
|
5261
5261
|
CoroutineImpl.call(this, resultContinuation);
|
|
5262
|
-
this.
|
|
5262
|
+
this.m6o_1 = _this__u8e3s4;
|
|
5263
5263
|
}
|
|
5264
5264
|
protoOf($createDirectoryCOROUTINE$).a9 = function () {
|
|
5265
5265
|
var suspendResult = this.u8_1;
|
|
@@ -5271,7 +5271,7 @@
|
|
|
5271
5271
|
this.t8_1 = 3;
|
|
5272
5272
|
this.t8_1 = 2;
|
|
5273
5273
|
this.s8_1 = 1;
|
|
5274
|
-
suspendResult = this.
|
|
5274
|
+
suspendResult = this.m6o_1.p6o_1.n6n(this.m6o_1.o6o_1, this);
|
|
5275
5275
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5276
5276
|
return suspendResult;
|
|
5277
5277
|
}
|
|
@@ -5312,8 +5312,8 @@
|
|
|
5312
5312
|
};
|
|
5313
5313
|
function $appendToFileCOROUTINE$(_this__u8e3s4, message, resultContinuation) {
|
|
5314
5314
|
CoroutineImpl.call(this, resultContinuation);
|
|
5315
|
-
this.
|
|
5316
|
-
this.
|
|
5315
|
+
this.c6o_1 = _this__u8e3s4;
|
|
5316
|
+
this.d6o_1 = message;
|
|
5317
5317
|
}
|
|
5318
5318
|
protoOf($appendToFileCOROUTINE$).a9 = function () {
|
|
5319
5319
|
var suspendResult = this.u8_1;
|
|
@@ -5325,7 +5325,7 @@
|
|
|
5325
5325
|
this.t8_1 = 3;
|
|
5326
5326
|
this.t8_1 = 2;
|
|
5327
5327
|
this.s8_1 = 1;
|
|
5328
|
-
suspendResult = this.
|
|
5328
|
+
suspendResult = this.c6o_1.p6o_1.o6n(this.c6o_1.o6o_1, this.c6o_1.n6o_1, true, this);
|
|
5329
5329
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5330
5330
|
return suspendResult;
|
|
5331
5331
|
}
|
|
@@ -5336,7 +5336,7 @@
|
|
|
5336
5336
|
var sink = buffered(ARGUMENT);
|
|
5337
5337
|
l$ret$1: do {
|
|
5338
5338
|
try {
|
|
5339
|
-
writeString(sink, this.
|
|
5339
|
+
writeString(sink, this.d6o_1 + '\n');
|
|
5340
5340
|
break l$ret$1;
|
|
5341
5341
|
} catch ($p) {
|
|
5342
5342
|
var t = $p;
|
|
@@ -5379,17 +5379,17 @@
|
|
|
5379
5379
|
while (true);
|
|
5380
5380
|
};
|
|
5381
5381
|
function LogsStorageControllerImpl(fileName, path, fileSystem) {
|
|
5382
|
-
this.
|
|
5383
|
-
this.
|
|
5384
|
-
this.
|
|
5382
|
+
this.n6o_1 = fileName;
|
|
5383
|
+
this.o6o_1 = path;
|
|
5384
|
+
this.p6o_1 = fileSystem;
|
|
5385
5385
|
}
|
|
5386
|
-
protoOf(LogsStorageControllerImpl).
|
|
5386
|
+
protoOf(LogsStorageControllerImpl).q6o = function ($completion) {
|
|
5387
5387
|
var tmp = new $createDirectoryCOROUTINE$(this, $completion);
|
|
5388
5388
|
tmp.u8_1 = Unit_instance;
|
|
5389
5389
|
tmp.v8_1 = null;
|
|
5390
5390
|
return tmp.a9();
|
|
5391
5391
|
};
|
|
5392
|
-
protoOf(LogsStorageControllerImpl).
|
|
5392
|
+
protoOf(LogsStorageControllerImpl).r6o = function (log, $completion) {
|
|
5393
5393
|
return appendToFile(this, log, $completion);
|
|
5394
5394
|
};
|
|
5395
5395
|
function BufferedAction() {
|
|
@@ -5404,30 +5404,30 @@
|
|
|
5404
5404
|
initialDelay = initialDelay === VOID ? new Long(0, 0) : initialDelay;
|
|
5405
5405
|
type = type === VOID ? TimerType_DELAY_getInstance() : type;
|
|
5406
5406
|
TimerAction.call(this);
|
|
5407
|
-
this.
|
|
5408
|
-
this.
|
|
5409
|
-
this.
|
|
5410
|
-
this.
|
|
5407
|
+
this.x6o_1 = timerTag;
|
|
5408
|
+
this.y6o_1 = delayMillis;
|
|
5409
|
+
this.z6o_1 = initialDelay;
|
|
5410
|
+
this.a6p_1 = type;
|
|
5411
5411
|
}
|
|
5412
5412
|
protoOf(StartTimerAction).toString = function () {
|
|
5413
|
-
var tmp = 'timerTag=' + toString_0(this.
|
|
5414
|
-
var tmp_0 = 'delayMillis=' + this.
|
|
5413
|
+
var tmp = 'timerTag=' + toString_0(this.x6o_1);
|
|
5414
|
+
var tmp_0 = 'delayMillis=' + this.y6o_1.toString();
|
|
5415
5415
|
// Inline function 'kotlin.takeIf' call
|
|
5416
|
-
var this_0 = 'initialDelay=' + this.
|
|
5416
|
+
var this_0 = 'initialDelay=' + this.z6o_1.toString();
|
|
5417
5417
|
var tmp_1;
|
|
5418
|
-
if (!equalsLong(this.
|
|
5418
|
+
if (!equalsLong(this.z6o_1, new Long(0, 0))) {
|
|
5419
5419
|
tmp_1 = this_0;
|
|
5420
5420
|
} else {
|
|
5421
5421
|
tmp_1 = null;
|
|
5422
5422
|
}
|
|
5423
5423
|
var tmp$ret$1 = tmp_1;
|
|
5424
|
-
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.
|
|
5424
|
+
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.a6p_1.toString()])) + ')';
|
|
5425
5425
|
};
|
|
5426
5426
|
protoOf(StartTimerAction).hashCode = function () {
|
|
5427
|
-
var result = hashCode(this.
|
|
5428
|
-
result = imul(result, 31) + this.
|
|
5429
|
-
result = imul(result, 31) + this.
|
|
5430
|
-
result = imul(result, 31) + this.
|
|
5427
|
+
var result = hashCode(this.x6o_1);
|
|
5428
|
+
result = imul(result, 31) + this.y6o_1.hashCode() | 0;
|
|
5429
|
+
result = imul(result, 31) + this.z6o_1.hashCode() | 0;
|
|
5430
|
+
result = imul(result, 31) + this.a6p_1.hashCode() | 0;
|
|
5431
5431
|
return result;
|
|
5432
5432
|
};
|
|
5433
5433
|
protoOf(StartTimerAction).equals = function (other) {
|
|
@@ -5435,13 +5435,13 @@
|
|
|
5435
5435
|
return true;
|
|
5436
5436
|
if (!(other instanceof StartTimerAction))
|
|
5437
5437
|
return false;
|
|
5438
|
-
if (!equals(this.
|
|
5438
|
+
if (!equals(this.x6o_1, other.x6o_1))
|
|
5439
5439
|
return false;
|
|
5440
|
-
if (!equalsLong(this.
|
|
5440
|
+
if (!equalsLong(this.y6o_1, other.y6o_1))
|
|
5441
5441
|
return false;
|
|
5442
|
-
if (!equalsLong(this.
|
|
5442
|
+
if (!equalsLong(this.z6o_1, other.z6o_1))
|
|
5443
5443
|
return false;
|
|
5444
|
-
if (!this.
|
|
5444
|
+
if (!this.a6p_1.equals(other.a6p_1))
|
|
5445
5445
|
return false;
|
|
5446
5446
|
return true;
|
|
5447
5447
|
};
|
|
@@ -5460,37 +5460,37 @@
|
|
|
5460
5460
|
}
|
|
5461
5461
|
function StopTimerAction(timerTag) {
|
|
5462
5462
|
TimerAction.call(this);
|
|
5463
|
-
this.
|
|
5463
|
+
this.b6p_1 = timerTag;
|
|
5464
5464
|
}
|
|
5465
5465
|
protoOf(StopTimerAction).toString = function () {
|
|
5466
|
-
return 'StopTimerAction(timerTag=' + toString_0(this.
|
|
5466
|
+
return 'StopTimerAction(timerTag=' + toString_0(this.b6p_1) + ')';
|
|
5467
5467
|
};
|
|
5468
5468
|
protoOf(StopTimerAction).hashCode = function () {
|
|
5469
|
-
return hashCode(this.
|
|
5469
|
+
return hashCode(this.b6p_1);
|
|
5470
5470
|
};
|
|
5471
5471
|
protoOf(StopTimerAction).equals = function (other) {
|
|
5472
5472
|
if (this === other)
|
|
5473
5473
|
return true;
|
|
5474
5474
|
if (!(other instanceof StopTimerAction))
|
|
5475
5475
|
return false;
|
|
5476
|
-
if (!equals(this.
|
|
5476
|
+
if (!equals(this.b6p_1, other.b6p_1))
|
|
5477
5477
|
return false;
|
|
5478
5478
|
return true;
|
|
5479
5479
|
};
|
|
5480
5480
|
function TimerTickAction(timerTag, type) {
|
|
5481
5481
|
TimerAction.call(this);
|
|
5482
|
-
this.
|
|
5483
|
-
this.
|
|
5482
|
+
this.c6p_1 = timerTag;
|
|
5483
|
+
this.d6p_1 = type;
|
|
5484
5484
|
}
|
|
5485
5485
|
protoOf(TimerTickAction).ignoreValidation = function () {
|
|
5486
|
-
return this.
|
|
5486
|
+
return this.c6p_1.ignoreValidation();
|
|
5487
5487
|
};
|
|
5488
5488
|
protoOf(TimerTickAction).toString = function () {
|
|
5489
|
-
return 'TimerTickAction(timerTag=' + toString_0(this.
|
|
5489
|
+
return 'TimerTickAction(timerTag=' + toString_0(this.c6p_1) + ', type=' + this.d6p_1.toString() + ')';
|
|
5490
5490
|
};
|
|
5491
5491
|
protoOf(TimerTickAction).hashCode = function () {
|
|
5492
|
-
var result = hashCode(this.
|
|
5493
|
-
result = imul(result, 31) + this.
|
|
5492
|
+
var result = hashCode(this.c6p_1);
|
|
5493
|
+
result = imul(result, 31) + this.d6p_1.hashCode() | 0;
|
|
5494
5494
|
return result;
|
|
5495
5495
|
};
|
|
5496
5496
|
protoOf(TimerTickAction).equals = function (other) {
|
|
@@ -5498,9 +5498,9 @@
|
|
|
5498
5498
|
return true;
|
|
5499
5499
|
if (!(other instanceof TimerTickAction))
|
|
5500
5500
|
return false;
|
|
5501
|
-
if (!equals(this.
|
|
5501
|
+
if (!equals(this.c6p_1, other.c6p_1))
|
|
5502
5502
|
return false;
|
|
5503
|
-
if (!this.
|
|
5503
|
+
if (!this.d6p_1.equals(other.d6p_1))
|
|
5504
5504
|
return false;
|
|
5505
5505
|
return true;
|
|
5506
5506
|
};
|
|
@@ -5544,7 +5544,7 @@
|
|
|
5544
5544
|
return function (reducer, initialState, en) {
|
|
5545
5545
|
var store = $storeCreator(reducer, initialState, en);
|
|
5546
5546
|
var origDispatch = store.dispatch;
|
|
5547
|
-
store.
|
|
5547
|
+
store.e6p(applyCatcher$lambda$lambda$lambda(origDispatch, $logger));
|
|
5548
5548
|
return store;
|
|
5549
5549
|
};
|
|
5550
5550
|
}
|
|
@@ -5558,7 +5558,7 @@
|
|
|
5558
5558
|
}
|
|
5559
5559
|
function applyMiddleware$lambda$lambda$lambda$lambda($middleware, $store, $dispatcher) {
|
|
5560
5560
|
return function (action) {
|
|
5561
|
-
$middleware.
|
|
5561
|
+
$middleware.f6p($store, $dispatcher, action);
|
|
5562
5562
|
return Unit_instance;
|
|
5563
5563
|
};
|
|
5564
5564
|
}
|
|
@@ -5573,7 +5573,7 @@
|
|
|
5573
5573
|
while (inductionVariable < last) {
|
|
5574
5574
|
var element = tmp0[inductionVariable];
|
|
5575
5575
|
inductionVariable = inductionVariable + 1 | 0;
|
|
5576
|
-
if (element.
|
|
5576
|
+
if (element.g6p(action)) {
|
|
5577
5577
|
destination.j(element);
|
|
5578
5578
|
}
|
|
5579
5579
|
}
|
|
@@ -5597,7 +5597,7 @@
|
|
|
5597
5597
|
return function (reducer, initialState, en) {
|
|
5598
5598
|
var store = $storeCreator(reducer, initialState, en);
|
|
5599
5599
|
var origDispatch = store.dispatch;
|
|
5600
|
-
store.
|
|
5600
|
+
store.e6p(applyMiddleware$lambda$lambda$lambda($middlewares, origDispatch, store));
|
|
5601
5601
|
return store;
|
|
5602
5602
|
};
|
|
5603
5603
|
}
|
|
@@ -5611,9 +5611,9 @@
|
|
|
5611
5611
|
return new timerMiddleware$$inlined$middlewareForActionType$1(asyncProvider, jobsProvider);
|
|
5612
5612
|
}
|
|
5613
5613
|
function timerMiddleware$o$handle$slambda$slambda($jobsProvider, $action, $store, resultContinuation) {
|
|
5614
|
-
this.
|
|
5615
|
-
this.
|
|
5616
|
-
this.
|
|
5614
|
+
this.p6p_1 = $jobsProvider;
|
|
5615
|
+
this.q6p_1 = $action;
|
|
5616
|
+
this.r6p_1 = $store;
|
|
5617
5617
|
CoroutineImpl.call(this, resultContinuation);
|
|
5618
5618
|
}
|
|
5619
5619
|
protoOf(timerMiddleware$o$handle$slambda$slambda).k29 = function ($this$launchMain, $completion) {
|
|
@@ -5632,8 +5632,8 @@
|
|
|
5632
5632
|
var tmp = this.s8_1;
|
|
5633
5633
|
if (tmp === 0) {
|
|
5634
5634
|
this.t8_1 = 1;
|
|
5635
|
-
if (this.
|
|
5636
|
-
this.
|
|
5635
|
+
if (this.p6p_1.j6n(this.q6p_1.x6o_1)) {
|
|
5636
|
+
this.r6p_1.dispatch(new TimerTickAction(this.q6p_1.x6o_1, TimerType_DELAY_getInstance()));
|
|
5637
5637
|
}
|
|
5638
5638
|
return Unit_instance;
|
|
5639
5639
|
} else if (tmp === 1) {
|
|
@@ -5646,8 +5646,8 @@
|
|
|
5646
5646
|
while (true);
|
|
5647
5647
|
};
|
|
5648
5648
|
protoOf(timerMiddleware$o$handle$slambda$slambda).l29 = function ($this$launchMain, completion) {
|
|
5649
|
-
var i = new timerMiddleware$o$handle$slambda$slambda(this.
|
|
5650
|
-
i.
|
|
5649
|
+
var i = new timerMiddleware$o$handle$slambda$slambda(this.p6p_1, this.q6p_1, this.r6p_1, completion);
|
|
5650
|
+
i.s6p_1 = $this$launchMain;
|
|
5651
5651
|
return i;
|
|
5652
5652
|
};
|
|
5653
5653
|
function timerMiddleware$o$handle$slambda$slambda_0($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -5659,9 +5659,9 @@
|
|
|
5659
5659
|
return l;
|
|
5660
5660
|
}
|
|
5661
5661
|
function timerMiddleware$o$handle$slambda$slambda_1($jobsProvider, $action, $store, resultContinuation) {
|
|
5662
|
-
this.
|
|
5663
|
-
this.
|
|
5664
|
-
this.
|
|
5662
|
+
this.b6q_1 = $jobsProvider;
|
|
5663
|
+
this.c6q_1 = $action;
|
|
5664
|
+
this.d6q_1 = $store;
|
|
5665
5665
|
CoroutineImpl.call(this, resultContinuation);
|
|
5666
5666
|
}
|
|
5667
5667
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).k29 = function ($this$launchMain, $completion) {
|
|
@@ -5680,8 +5680,8 @@
|
|
|
5680
5680
|
var tmp = this.s8_1;
|
|
5681
5681
|
if (tmp === 0) {
|
|
5682
5682
|
this.t8_1 = 1;
|
|
5683
|
-
if (this.
|
|
5684
|
-
this.
|
|
5683
|
+
if (this.b6q_1.j6n(this.c6q_1.x6o_1)) {
|
|
5684
|
+
this.d6q_1.dispatch(new TimerTickAction(this.c6q_1.x6o_1, TimerType_INTERVAL_getInstance()));
|
|
5685
5685
|
}
|
|
5686
5686
|
return Unit_instance;
|
|
5687
5687
|
} else if (tmp === 1) {
|
|
@@ -5694,8 +5694,8 @@
|
|
|
5694
5694
|
while (true);
|
|
5695
5695
|
};
|
|
5696
5696
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).l29 = function ($this$launchMain, completion) {
|
|
5697
|
-
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.
|
|
5698
|
-
i.
|
|
5697
|
+
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.b6q_1, this.c6q_1, this.d6q_1, completion);
|
|
5698
|
+
i.e6q_1 = $this$launchMain;
|
|
5699
5699
|
return i;
|
|
5700
5700
|
};
|
|
5701
5701
|
function timerMiddleware$o$handle$slambda$slambda_2($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -5707,10 +5707,10 @@
|
|
|
5707
5707
|
return l;
|
|
5708
5708
|
}
|
|
5709
5709
|
function timerMiddleware$o$handle$slambda($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
5710
|
-
this.
|
|
5711
|
-
this.
|
|
5712
|
-
this.
|
|
5713
|
-
this.
|
|
5710
|
+
this.n6q_1 = $action;
|
|
5711
|
+
this.o6q_1 = $asyncProvider;
|
|
5712
|
+
this.p6q_1 = $jobsProvider;
|
|
5713
|
+
this.q6q_1 = $store;
|
|
5714
5714
|
CoroutineImpl.call(this, resultContinuation);
|
|
5715
5715
|
}
|
|
5716
5716
|
protoOf(timerMiddleware$o$handle$slambda).k29 = function ($this$launchDefault, $completion) {
|
|
@@ -5730,9 +5730,9 @@
|
|
|
5730
5730
|
switch (tmp) {
|
|
5731
5731
|
case 0:
|
|
5732
5732
|
this.t8_1 = 10;
|
|
5733
|
-
if (!equalsLong(this.
|
|
5733
|
+
if (!equalsLong(this.n6q_1.z6o_1, new Long(0, 0)) && this.n6q_1.a6p_1.equals(TimerType_INTERVAL_getInstance())) {
|
|
5734
5734
|
this.s8_1 = 1;
|
|
5735
|
-
suspendResult = delay(this.
|
|
5735
|
+
suspendResult = delay(this.n6q_1.z6o_1, this);
|
|
5736
5736
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5737
5737
|
return suspendResult;
|
|
5738
5738
|
}
|
|
@@ -5746,19 +5746,19 @@
|
|
|
5746
5746
|
this.s8_1 = 2;
|
|
5747
5747
|
continue $sm;
|
|
5748
5748
|
case 2:
|
|
5749
|
-
var tmp0 = this.
|
|
5749
|
+
var tmp0 = this.n6q_1.a6p_1.q2_1;
|
|
5750
5750
|
if (tmp0 === 0) {
|
|
5751
5751
|
this.s8_1 = 8;
|
|
5752
|
-
suspendResult = delay(this.
|
|
5752
|
+
suspendResult = delay(this.n6q_1.y6o_1, this);
|
|
5753
5753
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5754
5754
|
return suspendResult;
|
|
5755
5755
|
}
|
|
5756
5756
|
continue $sm;
|
|
5757
5757
|
} else {
|
|
5758
5758
|
if (tmp0 === 1) {
|
|
5759
|
-
if (!equalsLong(this.
|
|
5759
|
+
if (!equalsLong(this.n6q_1.z6o_1, new Long(0, 0))) {
|
|
5760
5760
|
this.s8_1 = 3;
|
|
5761
|
-
suspendResult = delay(this.
|
|
5761
|
+
suspendResult = delay(this.n6q_1.z6o_1, this);
|
|
5762
5762
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5763
5763
|
return suspendResult;
|
|
5764
5764
|
}
|
|
@@ -5781,14 +5781,14 @@
|
|
|
5781
5781
|
this.s8_1 = 5;
|
|
5782
5782
|
continue $sm;
|
|
5783
5783
|
case 5:
|
|
5784
|
-
if (!get_isActive(this.
|
|
5784
|
+
if (!get_isActive(this.r6q_1)) {
|
|
5785
5785
|
this.s8_1 = 7;
|
|
5786
5786
|
continue $sm;
|
|
5787
5787
|
}
|
|
5788
5788
|
|
|
5789
|
-
this.
|
|
5789
|
+
this.o6q_1.n6l(VOID, timerMiddleware$o$handle$slambda$slambda_2(this.p6q_1, this.n6q_1, this.q6q_1, null));
|
|
5790
5790
|
this.s8_1 = 6;
|
|
5791
|
-
suspendResult = delay(this.
|
|
5791
|
+
suspendResult = delay(this.n6q_1.z6o_1, this);
|
|
5792
5792
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5793
5793
|
return suspendResult;
|
|
5794
5794
|
}
|
|
@@ -5798,12 +5798,12 @@
|
|
|
5798
5798
|
this.s8_1 = 5;
|
|
5799
5799
|
continue $sm;
|
|
5800
5800
|
case 7:
|
|
5801
|
-
this.
|
|
5801
|
+
this.s6q_1 = Unit_instance;
|
|
5802
5802
|
this.s8_1 = 9;
|
|
5803
5803
|
continue $sm;
|
|
5804
5804
|
case 8:
|
|
5805
5805
|
var tmp_1 = this;
|
|
5806
|
-
tmp_1.
|
|
5806
|
+
tmp_1.s6q_1 = this.o6q_1.n6l(VOID, timerMiddleware$o$handle$slambda$slambda_0(this.p6q_1, this.n6q_1, this.q6q_1, null));
|
|
5807
5807
|
this.s8_1 = 9;
|
|
5808
5808
|
continue $sm;
|
|
5809
5809
|
case 9:
|
|
@@ -5823,8 +5823,8 @@
|
|
|
5823
5823
|
while (true);
|
|
5824
5824
|
};
|
|
5825
5825
|
protoOf(timerMiddleware$o$handle$slambda).l29 = function ($this$launchDefault, completion) {
|
|
5826
|
-
var i = new timerMiddleware$o$handle$slambda(this.
|
|
5827
|
-
i.
|
|
5826
|
+
var i = new timerMiddleware$o$handle$slambda(this.n6q_1, this.o6q_1, this.p6q_1, this.q6q_1, completion);
|
|
5827
|
+
i.r6q_1 = $this$launchDefault;
|
|
5828
5828
|
return i;
|
|
5829
5829
|
};
|
|
5830
5830
|
function timerMiddleware$o$handle$slambda_0($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
@@ -5836,24 +5836,24 @@
|
|
|
5836
5836
|
return l;
|
|
5837
5837
|
}
|
|
5838
5838
|
function timerMiddleware$$inlined$middlewareForActionType$1($asyncProvider, $jobsProvider) {
|
|
5839
|
-
this.
|
|
5840
|
-
this.
|
|
5839
|
+
this.t6q_1 = $asyncProvider;
|
|
5840
|
+
this.u6q_1 = $jobsProvider;
|
|
5841
5841
|
}
|
|
5842
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5842
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).g6p = function (action) {
|
|
5843
5843
|
return action instanceof TimerAction;
|
|
5844
5844
|
};
|
|
5845
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5845
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).v6q = function (store, next, action) {
|
|
5846
5846
|
var action_0 = action instanceof TimerAction ? action : THROW_CCE();
|
|
5847
5847
|
if (action_0 instanceof StartTimerAction) {
|
|
5848
|
-
var job = this.
|
|
5849
|
-
this.
|
|
5848
|
+
var job = this.t6q_1.j6l(VOID, timerMiddleware$o$handle$slambda_0(action_0, this.t6q_1, this.u6q_1, store, null));
|
|
5849
|
+
this.u6q_1.f6n(action_0.x6o_1, job);
|
|
5850
5850
|
} else {
|
|
5851
5851
|
if (action_0 instanceof StopTimerAction) {
|
|
5852
|
-
this.
|
|
5852
|
+
this.u6q_1.g6n(action_0.b6p_1);
|
|
5853
5853
|
} else {
|
|
5854
5854
|
if (action_0 instanceof TimerTickAction) {
|
|
5855
|
-
if (action_0.
|
|
5856
|
-
this.
|
|
5855
|
+
if (action_0.d6p_1.equals(TimerType_DELAY_getInstance())) {
|
|
5856
|
+
this.u6q_1.h6n(action_0.c6p_1);
|
|
5857
5857
|
}
|
|
5858
5858
|
} else {
|
|
5859
5859
|
noWhenBranchMatchedException();
|
|
@@ -5862,8 +5862,8 @@
|
|
|
5862
5862
|
}
|
|
5863
5863
|
next(action_0);
|
|
5864
5864
|
};
|
|
5865
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5866
|
-
return this.
|
|
5865
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).f6p = function (store, next, action) {
|
|
5866
|
+
return this.v6q(store, next, action);
|
|
5867
5867
|
};
|
|
5868
5868
|
function compose(functions) {
|
|
5869
5869
|
return compose$lambda(functions);
|
|
@@ -5907,7 +5907,7 @@
|
|
|
5907
5907
|
function createStore$dispatch($lock, currentState, currentReducer, stateTrigger, $logger, action) {
|
|
5908
5908
|
try {
|
|
5909
5909
|
// Inline function 'kotlinx.atomicfu.locks.ReentrantLock.lock' call
|
|
5910
|
-
currentState._v = currentReducer._v.
|
|
5910
|
+
currentState._v = currentReducer._v.w6q(currentState._v, action);
|
|
5911
5911
|
stateTrigger.r27(Unit_instance);
|
|
5912
5912
|
} catch ($p) {
|
|
5913
5913
|
if ($p instanceof Exception) {
|
|
@@ -5931,8 +5931,8 @@
|
|
|
5931
5931
|
};
|
|
5932
5932
|
}
|
|
5933
5933
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug($$this$unsafeFlow, this$0, resultContinuation) {
|
|
5934
|
-
this.
|
|
5935
|
-
this.
|
|
5934
|
+
this.f6r_1 = $$this$unsafeFlow;
|
|
5935
|
+
this.g6r_1 = this$0;
|
|
5936
5936
|
CoroutineImpl.call(this, resultContinuation);
|
|
5937
5937
|
}
|
|
5938
5938
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).d2j = function (value, $completion) {
|
|
@@ -5952,10 +5952,10 @@
|
|
|
5952
5952
|
switch (tmp) {
|
|
5953
5953
|
case 0:
|
|
5954
5954
|
this.t8_1 = 2;
|
|
5955
|
-
var tmp0 = this.
|
|
5956
|
-
this.
|
|
5955
|
+
var tmp0 = this.f6r_1;
|
|
5956
|
+
this.h6r_1;
|
|
5957
5957
|
this.s8_1 = 1;
|
|
5958
|
-
suspendResult = tmp0.j24(this.
|
|
5958
|
+
suspendResult = tmp0.j24(this.g6r_1.state, this);
|
|
5959
5959
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5960
5960
|
return suspendResult;
|
|
5961
5961
|
}
|
|
@@ -5978,8 +5978,8 @@
|
|
|
5978
5978
|
while (true);
|
|
5979
5979
|
};
|
|
5980
5980
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).e2j = function (value, completion) {
|
|
5981
|
-
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.
|
|
5982
|
-
i.
|
|
5981
|
+
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.f6r_1, this.g6r_1, completion);
|
|
5982
|
+
i.h6r_1 = value;
|
|
5983
5983
|
return i;
|
|
5984
5984
|
};
|
|
5985
5985
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug_0($$this$unsafeFlow, this$0, resultContinuation) {
|
|
@@ -5992,8 +5992,8 @@
|
|
|
5992
5992
|
}
|
|
5993
5993
|
function $collectCOROUTINE$(_this__u8e3s4, collector, resultContinuation) {
|
|
5994
5994
|
CoroutineImpl.call(this, resultContinuation);
|
|
5995
|
-
this.
|
|
5996
|
-
this.
|
|
5995
|
+
this.q6r_1 = _this__u8e3s4;
|
|
5996
|
+
this.r6r_1 = collector;
|
|
5997
5997
|
}
|
|
5998
5998
|
protoOf($collectCOROUTINE$).a9 = function () {
|
|
5999
5999
|
var suspendResult = this.u8_1;
|
|
@@ -6003,10 +6003,10 @@
|
|
|
6003
6003
|
switch (tmp) {
|
|
6004
6004
|
case 0:
|
|
6005
6005
|
this.t8_1 = 2;
|
|
6006
|
-
var $this$unsafeFlow = this.
|
|
6006
|
+
var $this$unsafeFlow = this.r6r_1;
|
|
6007
6007
|
this.s8_1 = 1;
|
|
6008
|
-
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.
|
|
6009
|
-
suspendResult = this.
|
|
6008
|
+
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.q6r_1.t6r_1, null);
|
|
6009
|
+
suspendResult = this.q6r_1.s6r_1.g23(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
|
|
6010
6010
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6011
6011
|
return suspendResult;
|
|
6012
6012
|
}
|
|
@@ -6029,13 +6029,13 @@
|
|
|
6029
6029
|
while (true);
|
|
6030
6030
|
};
|
|
6031
6031
|
function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
|
|
6032
|
-
this.
|
|
6032
|
+
this.u6r_1 = function_0;
|
|
6033
6033
|
}
|
|
6034
6034
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).j24 = function (value, $completion) {
|
|
6035
|
-
return this.
|
|
6035
|
+
return this.u6r_1(value, $completion);
|
|
6036
6036
|
};
|
|
6037
6037
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).b3 = function () {
|
|
6038
|
-
return this.
|
|
6038
|
+
return this.u6r_1;
|
|
6039
6039
|
};
|
|
6040
6040
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).equals = function (other) {
|
|
6041
6041
|
var tmp;
|
|
@@ -6068,8 +6068,8 @@
|
|
|
6068
6068
|
};
|
|
6069
6069
|
}
|
|
6070
6070
|
function createStore$3$observe$$inlined$map$1($this, this$0) {
|
|
6071
|
-
this.
|
|
6072
|
-
this.
|
|
6071
|
+
this.s6r_1 = $this;
|
|
6072
|
+
this.t6r_1 = this$0;
|
|
6073
6073
|
}
|
|
6074
6074
|
protoOf(createStore$3$observe$$inlined$map$1).k24 = function (collector, $completion) {
|
|
6075
6075
|
var tmp = new $collectCOROUTINE$(this, collector, $completion);
|
|
@@ -6081,33 +6081,33 @@
|
|
|
6081
6081
|
return this.k24(collector, $completion);
|
|
6082
6082
|
};
|
|
6083
6083
|
function createStore$3($currentState, $lock, $currentReducer, $stateTrigger, $logger) {
|
|
6084
|
-
this.
|
|
6085
|
-
this.
|
|
6086
|
-
this.
|
|
6084
|
+
this.y6r_1 = $currentState;
|
|
6085
|
+
this.z6r_1 = $stateTrigger;
|
|
6086
|
+
this.v6r_1 = this;
|
|
6087
6087
|
var tmp = this;
|
|
6088
|
-
tmp.
|
|
6088
|
+
tmp.w6r_1 = createStore$o$dispatch$lambda($lock, $currentState, $currentReducer, $stateTrigger, $logger);
|
|
6089
6089
|
var tmp_0 = this;
|
|
6090
|
-
tmp_0.
|
|
6090
|
+
tmp_0.x6r_1 = createStore$o$replaceReducer$lambda($currentReducer, $lock, $currentState, $stateTrigger, $logger);
|
|
6091
6091
|
}
|
|
6092
|
-
protoOf(createStore$3).
|
|
6093
|
-
return this.
|
|
6092
|
+
protoOf(createStore$3).a6s = function () {
|
|
6093
|
+
return this.v6r_1;
|
|
6094
6094
|
};
|
|
6095
|
-
protoOf(createStore$3).
|
|
6096
|
-
return createStore$getState(this.
|
|
6095
|
+
protoOf(createStore$3).l6f = function () {
|
|
6096
|
+
return createStore$getState(this.y6r_1);
|
|
6097
6097
|
};
|
|
6098
|
-
protoOf(createStore$3).
|
|
6099
|
-
this.
|
|
6098
|
+
protoOf(createStore$3).e6p = function (_set____db54di) {
|
|
6099
|
+
this.w6r_1 = _set____db54di;
|
|
6100
6100
|
};
|
|
6101
|
-
protoOf(createStore$3).
|
|
6102
|
-
return this.
|
|
6101
|
+
protoOf(createStore$3).b6s = function () {
|
|
6102
|
+
return this.w6r_1;
|
|
6103
6103
|
};
|
|
6104
|
-
protoOf(createStore$3).
|
|
6105
|
-
return this.
|
|
6104
|
+
protoOf(createStore$3).c6s = function () {
|
|
6105
|
+
return this.x6r_1;
|
|
6106
6106
|
};
|
|
6107
|
-
protoOf(createStore$3).
|
|
6107
|
+
protoOf(createStore$3).d6s = function () {
|
|
6108
6108
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
6109
6109
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
6110
|
-
var this_0 = this.
|
|
6110
|
+
var this_0 = this.z6r_1;
|
|
6111
6111
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
6112
6112
|
return new createStore$3$observe$$inlined$map$1(this_0, this);
|
|
6113
6113
|
};
|
|
@@ -6183,10 +6183,10 @@
|
|
|
6183
6183
|
return new middleware$1(dispatch);
|
|
6184
6184
|
}
|
|
6185
6185
|
function middleware$1($dispatch) {
|
|
6186
|
-
this.
|
|
6186
|
+
this.e6s_1 = $dispatch;
|
|
6187
6187
|
}
|
|
6188
|
-
protoOf(middleware$1).
|
|
6189
|
-
this.
|
|
6188
|
+
protoOf(middleware$1).f6p = function (store, next, action) {
|
|
6189
|
+
this.e6s_1(store, next, action);
|
|
6190
6190
|
};
|
|
6191
6191
|
function Reducer() {
|
|
6192
6192
|
}
|
|
@@ -6194,11 +6194,11 @@
|
|
|
6194
6194
|
return new combineReducers$1(reducers);
|
|
6195
6195
|
}
|
|
6196
6196
|
function combineReducers$1($reducers) {
|
|
6197
|
-
this.
|
|
6197
|
+
this.f6s_1 = $reducers;
|
|
6198
6198
|
}
|
|
6199
|
-
protoOf(combineReducers$1).
|
|
6199
|
+
protoOf(combineReducers$1).g6s = function (state, action) {
|
|
6200
6200
|
// Inline function 'kotlin.collections.filter' call
|
|
6201
|
-
var tmp0 = this.
|
|
6201
|
+
var tmp0 = this.f6s_1;
|
|
6202
6202
|
// Inline function 'kotlin.collections.filterTo' call
|
|
6203
6203
|
var destination = ArrayList_init_$Create$();
|
|
6204
6204
|
var inductionVariable = 0;
|
|
@@ -6206,7 +6206,7 @@
|
|
|
6206
6206
|
while (inductionVariable < last) {
|
|
6207
6207
|
var element = tmp0[inductionVariable];
|
|
6208
6208
|
inductionVariable = inductionVariable + 1 | 0;
|
|
6209
|
-
if (element.
|
|
6209
|
+
if (element.g6p(action)) {
|
|
6210
6210
|
destination.j(element);
|
|
6211
6211
|
}
|
|
6212
6212
|
}
|
|
@@ -6216,12 +6216,12 @@
|
|
|
6216
6216
|
while (_iterator__ex2g4s.m()) {
|
|
6217
6217
|
var element_0 = _iterator__ex2g4s.n();
|
|
6218
6218
|
var s = accumulator;
|
|
6219
|
-
accumulator = element_0.
|
|
6219
|
+
accumulator = element_0.w6q(s, action);
|
|
6220
6220
|
}
|
|
6221
6221
|
return accumulator;
|
|
6222
6222
|
};
|
|
6223
|
-
protoOf(combineReducers$1).
|
|
6224
|
-
return this.
|
|
6223
|
+
protoOf(combineReducers$1).w6q = function (state, action) {
|
|
6224
|
+
return this.g6s((state == null ? true : !(state == null)) ? state : THROW_CCE(), action);
|
|
6225
6225
|
};
|
|
6226
6226
|
function Store() {
|
|
6227
6227
|
}
|
|
@@ -6233,13 +6233,13 @@
|
|
|
6233
6233
|
return new windowedByInterval$$inlined$filter$1(this_0);
|
|
6234
6234
|
}
|
|
6235
6235
|
function sam$kotlinx_coroutines_flow_FlowCollector$0_0(function_0) {
|
|
6236
|
-
this.
|
|
6236
|
+
this.h6s_1 = function_0;
|
|
6237
6237
|
}
|
|
6238
6238
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).j24 = function (value, $completion) {
|
|
6239
|
-
return this.
|
|
6239
|
+
return this.h6s_1(value, $completion);
|
|
6240
6240
|
};
|
|
6241
6241
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).b3 = function () {
|
|
6242
|
-
return this.
|
|
6242
|
+
return this.h6s_1;
|
|
6243
6243
|
};
|
|
6244
6244
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).equals = function (other) {
|
|
6245
6245
|
var tmp;
|
|
@@ -6260,9 +6260,9 @@
|
|
|
6260
6260
|
return hashCode(this.b3());
|
|
6261
6261
|
};
|
|
6262
6262
|
function windowedByInterval$slambda$slambda($intervalMillis, $this_channelFlow, $events, resultContinuation) {
|
|
6263
|
-
this.
|
|
6264
|
-
this.
|
|
6265
|
-
this.
|
|
6263
|
+
this.q6s_1 = $intervalMillis;
|
|
6264
|
+
this.r6s_1 = $this_channelFlow;
|
|
6265
|
+
this.s6s_1 = $events;
|
|
6266
6266
|
CoroutineImpl.call(this, resultContinuation);
|
|
6267
6267
|
}
|
|
6268
6268
|
protoOf(windowedByInterval$slambda$slambda).k29 = function ($this$launch, $completion) {
|
|
@@ -6285,13 +6285,13 @@
|
|
|
6285
6285
|
this.s8_1 = 1;
|
|
6286
6286
|
continue $sm;
|
|
6287
6287
|
case 1:
|
|
6288
|
-
if (!get_isActive(this.
|
|
6288
|
+
if (!get_isActive(this.t6s_1)) {
|
|
6289
6289
|
this.s8_1 = 4;
|
|
6290
6290
|
continue $sm;
|
|
6291
6291
|
}
|
|
6292
6292
|
|
|
6293
6293
|
this.s8_1 = 2;
|
|
6294
|
-
suspendResult = delay(this.
|
|
6294
|
+
suspendResult = delay(this.q6s_1, this);
|
|
6295
6295
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6296
6296
|
return suspendResult;
|
|
6297
6297
|
}
|
|
@@ -6299,14 +6299,14 @@
|
|
|
6299
6299
|
continue $sm;
|
|
6300
6300
|
case 2:
|
|
6301
6301
|
this.s8_1 = 3;
|
|
6302
|
-
suspendResult = this.
|
|
6302
|
+
suspendResult = this.r6s_1.o21(toList(this.s6s_1), this);
|
|
6303
6303
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6304
6304
|
return suspendResult;
|
|
6305
6305
|
}
|
|
6306
6306
|
|
|
6307
6307
|
continue $sm;
|
|
6308
6308
|
case 3:
|
|
6309
|
-
this.
|
|
6309
|
+
this.s6s_1.i2();
|
|
6310
6310
|
this.s8_1 = 1;
|
|
6311
6311
|
continue $sm;
|
|
6312
6312
|
case 4:
|
|
@@ -6326,8 +6326,8 @@
|
|
|
6326
6326
|
while (true);
|
|
6327
6327
|
};
|
|
6328
6328
|
protoOf(windowedByInterval$slambda$slambda).l29 = function ($this$launch, completion) {
|
|
6329
|
-
var i = new windowedByInterval$slambda$slambda(this.
|
|
6330
|
-
i.
|
|
6329
|
+
var i = new windowedByInterval$slambda$slambda(this.q6s_1, this.r6s_1, this.s6s_1, completion);
|
|
6330
|
+
i.t6s_1 = $this$launch;
|
|
6331
6331
|
return i;
|
|
6332
6332
|
};
|
|
6333
6333
|
function windowedByInterval$slambda$slambda_0($intervalMillis, $this_channelFlow, $events, resultContinuation) {
|
|
@@ -6339,7 +6339,7 @@
|
|
|
6339
6339
|
return l;
|
|
6340
6340
|
}
|
|
6341
6341
|
function windowedByInterval$slambda$slambda_1($events, resultContinuation) {
|
|
6342
|
-
this.
|
|
6342
|
+
this.c6t_1 = $events;
|
|
6343
6343
|
CoroutineImpl.call(this, resultContinuation);
|
|
6344
6344
|
}
|
|
6345
6345
|
protoOf(windowedByInterval$slambda$slambda_1).d2b = function (event, $completion) {
|
|
@@ -6358,7 +6358,7 @@
|
|
|
6358
6358
|
var tmp = this.s8_1;
|
|
6359
6359
|
if (tmp === 0) {
|
|
6360
6360
|
this.t8_1 = 1;
|
|
6361
|
-
this.
|
|
6361
|
+
this.c6t_1.j(this.d6t_1);
|
|
6362
6362
|
return Unit_instance;
|
|
6363
6363
|
} else if (tmp === 1) {
|
|
6364
6364
|
throw this.v8_1;
|
|
@@ -6370,8 +6370,8 @@
|
|
|
6370
6370
|
while (true);
|
|
6371
6371
|
};
|
|
6372
6372
|
protoOf(windowedByInterval$slambda$slambda_1).e2b = function (event, completion) {
|
|
6373
|
-
var i = new windowedByInterval$slambda$slambda_1(this.
|
|
6374
|
-
i.
|
|
6373
|
+
var i = new windowedByInterval$slambda$slambda_1(this.c6t_1, completion);
|
|
6374
|
+
i.d6t_1 = event;
|
|
6375
6375
|
return i;
|
|
6376
6376
|
};
|
|
6377
6377
|
function windowedByInterval$slambda$slambda_2($events, resultContinuation) {
|
|
@@ -6383,18 +6383,18 @@
|
|
|
6383
6383
|
return l;
|
|
6384
6384
|
}
|
|
6385
6385
|
function windowedByInterval$slambda($this_windowedByInterval, $intervalMillis, resultContinuation) {
|
|
6386
|
-
this.
|
|
6387
|
-
this.
|
|
6386
|
+
this.m6t_1 = $this_windowedByInterval;
|
|
6387
|
+
this.n6t_1 = $intervalMillis;
|
|
6388
6388
|
CoroutineImpl.call(this, resultContinuation);
|
|
6389
6389
|
}
|
|
6390
|
-
protoOf(windowedByInterval$slambda).
|
|
6391
|
-
var tmp = this.
|
|
6390
|
+
protoOf(windowedByInterval$slambda).q6t = function ($this$channelFlow, $completion) {
|
|
6391
|
+
var tmp = this.r6t($this$channelFlow, $completion);
|
|
6392
6392
|
tmp.u8_1 = Unit_instance;
|
|
6393
6393
|
tmp.v8_1 = null;
|
|
6394
6394
|
return tmp.a9();
|
|
6395
6395
|
};
|
|
6396
6396
|
protoOf(windowedByInterval$slambda).i9 = function (p1, $completion) {
|
|
6397
|
-
return this.
|
|
6397
|
+
return this.q6t((!(p1 == null) ? isInterface(p1, ProducerScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
6398
6398
|
};
|
|
6399
6399
|
protoOf(windowedByInterval$slambda).a9 = function () {
|
|
6400
6400
|
var suspendResult = this.u8_1;
|
|
@@ -6405,11 +6405,11 @@
|
|
|
6405
6405
|
case 0:
|
|
6406
6406
|
this.t8_1 = 3;
|
|
6407
6407
|
var tmp_0 = this;
|
|
6408
|
-
tmp_0.
|
|
6409
|
-
launch(this.
|
|
6408
|
+
tmp_0.p6t_1 = ArrayList_init_$Create$();
|
|
6409
|
+
launch(this.o6t_1, VOID, VOID, windowedByInterval$slambda$slambda_0(this.n6t_1, this.o6t_1, this.p6t_1, null));
|
|
6410
6410
|
this.s8_1 = 1;
|
|
6411
|
-
var tmp_1 = windowedByInterval$slambda$slambda_2(this.
|
|
6412
|
-
suspendResult = this.
|
|
6411
|
+
var tmp_1 = windowedByInterval$slambda$slambda_2(this.p6t_1, null);
|
|
6412
|
+
suspendResult = this.m6t_1.g23(new sam$kotlinx_coroutines_flow_FlowCollector$0_0(tmp_1), this);
|
|
6413
6413
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6414
6414
|
return suspendResult;
|
|
6415
6415
|
}
|
|
@@ -6417,7 +6417,7 @@
|
|
|
6417
6417
|
continue $sm;
|
|
6418
6418
|
case 1:
|
|
6419
6419
|
this.s8_1 = 2;
|
|
6420
|
-
suspendResult = this.
|
|
6420
|
+
suspendResult = this.o6t_1.o21(toList(this.p6t_1), this);
|
|
6421
6421
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6422
6422
|
return suspendResult;
|
|
6423
6423
|
}
|
|
@@ -6439,21 +6439,21 @@
|
|
|
6439
6439
|
}
|
|
6440
6440
|
while (true);
|
|
6441
6441
|
};
|
|
6442
|
-
protoOf(windowedByInterval$slambda).
|
|
6443
|
-
var i = new windowedByInterval$slambda(this.
|
|
6444
|
-
i.
|
|
6442
|
+
protoOf(windowedByInterval$slambda).r6t = function ($this$channelFlow, completion) {
|
|
6443
|
+
var i = new windowedByInterval$slambda(this.m6t_1, this.n6t_1, completion);
|
|
6444
|
+
i.o6t_1 = $this$channelFlow;
|
|
6445
6445
|
return i;
|
|
6446
6446
|
};
|
|
6447
6447
|
function windowedByInterval$slambda_0($this_windowedByInterval, $intervalMillis, resultContinuation) {
|
|
6448
6448
|
var i = new windowedByInterval$slambda($this_windowedByInterval, $intervalMillis, resultContinuation);
|
|
6449
6449
|
var l = function ($this$channelFlow, $completion) {
|
|
6450
|
-
return i.
|
|
6450
|
+
return i.q6t($this$channelFlow, $completion);
|
|
6451
6451
|
};
|
|
6452
6452
|
l.$arity = 1;
|
|
6453
6453
|
return l;
|
|
6454
6454
|
}
|
|
6455
6455
|
function windowedByInterval$o$collect$slambda($$this$unsafeFlow, resultContinuation) {
|
|
6456
|
-
this.
|
|
6456
|
+
this.a6u_1 = $$this$unsafeFlow;
|
|
6457
6457
|
CoroutineImpl.call(this, resultContinuation);
|
|
6458
6458
|
}
|
|
6459
6459
|
protoOf(windowedByInterval$o$collect$slambda).d2j = function (value, $completion) {
|
|
@@ -6474,14 +6474,14 @@
|
|
|
6474
6474
|
case 0:
|
|
6475
6475
|
this.t8_1 = 5;
|
|
6476
6476
|
var tmp_0 = this;
|
|
6477
|
-
tmp_0.
|
|
6477
|
+
tmp_0.d6u_1 = this.a6u_1;
|
|
6478
6478
|
var tmp_1 = this;
|
|
6479
|
-
tmp_1.
|
|
6479
|
+
tmp_1.c6u_1 = this.b6u_1;
|
|
6480
6480
|
this.s8_1 = 1;
|
|
6481
6481
|
continue $sm;
|
|
6482
6482
|
case 1:
|
|
6483
|
-
var $this$transform = this.
|
|
6484
|
-
var value = this.
|
|
6483
|
+
var $this$transform = this.d6u_1;
|
|
6484
|
+
var value = this.c6u_1;
|
|
6485
6485
|
if (!value.q()) {
|
|
6486
6486
|
this.s8_1 = 3;
|
|
6487
6487
|
suspendResult = $this$transform.j24(value, this);
|
|
@@ -6522,8 +6522,8 @@
|
|
|
6522
6522
|
while (true);
|
|
6523
6523
|
};
|
|
6524
6524
|
protoOf(windowedByInterval$o$collect$slambda).e2j = function (value, completion) {
|
|
6525
|
-
var i = new windowedByInterval$o$collect$slambda(this.
|
|
6526
|
-
i.
|
|
6525
|
+
var i = new windowedByInterval$o$collect$slambda(this.a6u_1, completion);
|
|
6526
|
+
i.b6u_1 = value;
|
|
6527
6527
|
return i;
|
|
6528
6528
|
};
|
|
6529
6529
|
function windowedByInterval$o$collect$slambda_0($$this$unsafeFlow, resultContinuation) {
|
|
@@ -6536,8 +6536,8 @@
|
|
|
6536
6536
|
}
|
|
6537
6537
|
function $collectCOROUTINE$_0(_this__u8e3s4, collector, resultContinuation) {
|
|
6538
6538
|
CoroutineImpl.call(this, resultContinuation);
|
|
6539
|
-
this.
|
|
6540
|
-
this.
|
|
6539
|
+
this.m6u_1 = _this__u8e3s4;
|
|
6540
|
+
this.n6u_1 = collector;
|
|
6541
6541
|
}
|
|
6542
6542
|
protoOf($collectCOROUTINE$_0).a9 = function () {
|
|
6543
6543
|
var suspendResult = this.u8_1;
|
|
@@ -6547,10 +6547,10 @@
|
|
|
6547
6547
|
switch (tmp) {
|
|
6548
6548
|
case 0:
|
|
6549
6549
|
this.t8_1 = 2;
|
|
6550
|
-
var $this$unsafeFlow = this.
|
|
6550
|
+
var $this$unsafeFlow = this.n6u_1;
|
|
6551
6551
|
this.s8_1 = 1;
|
|
6552
6552
|
var tmp_0 = windowedByInterval$o$collect$slambda_0($this$unsafeFlow, null);
|
|
6553
|
-
suspendResult = this.
|
|
6553
|
+
suspendResult = this.m6u_1.o6u_1.g23(new sam$kotlinx_coroutines_flow_FlowCollector$0_0(tmp_0), this);
|
|
6554
6554
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6555
6555
|
return suspendResult;
|
|
6556
6556
|
}
|
|
@@ -6573,7 +6573,7 @@
|
|
|
6573
6573
|
while (true);
|
|
6574
6574
|
};
|
|
6575
6575
|
function windowedByInterval$$inlined$filter$1($this) {
|
|
6576
|
-
this.
|
|
6576
|
+
this.o6u_1 = $this;
|
|
6577
6577
|
}
|
|
6578
6578
|
protoOf(windowedByInterval$$inlined$filter$1).k24 = function (collector, $completion) {
|
|
6579
6579
|
var tmp = new $collectCOROUTINE$_0(this, collector, $completion);
|
|
@@ -6875,18 +6875,18 @@
|
|
|
6875
6875
|
return tmp0_elvis_lhs == null ? _this__u8e3s4 : tmp0_elvis_lhs;
|
|
6876
6876
|
}
|
|
6877
6877
|
function ClientLoggerKey(gameId, playerId) {
|
|
6878
|
-
this.
|
|
6879
|
-
this.
|
|
6878
|
+
this.p6u_1 = gameId;
|
|
6879
|
+
this.q6u_1 = playerId;
|
|
6880
6880
|
}
|
|
6881
|
-
protoOf(ClientLoggerKey).
|
|
6882
|
-
return joinToString(listOf([this.
|
|
6881
|
+
protoOf(ClientLoggerKey).r6u = function () {
|
|
6882
|
+
return joinToString(listOf([this.p6u_1, this.q6u_1]), '_');
|
|
6883
6883
|
};
|
|
6884
6884
|
protoOf(ClientLoggerKey).toString = function () {
|
|
6885
|
-
return 'ClientLoggerKey(gameId=' + this.
|
|
6885
|
+
return 'ClientLoggerKey(gameId=' + this.p6u_1 + ', playerId=' + this.q6u_1 + ')';
|
|
6886
6886
|
};
|
|
6887
6887
|
protoOf(ClientLoggerKey).hashCode = function () {
|
|
6888
|
-
var result = getStringHashCode(this.
|
|
6889
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
6888
|
+
var result = getStringHashCode(this.p6u_1);
|
|
6889
|
+
result = imul(result, 31) + getStringHashCode(this.q6u_1) | 0;
|
|
6890
6890
|
return result;
|
|
6891
6891
|
};
|
|
6892
6892
|
protoOf(ClientLoggerKey).equals = function (other) {
|
|
@@ -6894,35 +6894,35 @@
|
|
|
6894
6894
|
return true;
|
|
6895
6895
|
if (!(other instanceof ClientLoggerKey))
|
|
6896
6896
|
return false;
|
|
6897
|
-
if (!(this.
|
|
6897
|
+
if (!(this.p6u_1 === other.p6u_1))
|
|
6898
6898
|
return false;
|
|
6899
|
-
if (!(this.
|
|
6899
|
+
if (!(this.q6u_1 === other.q6u_1))
|
|
6900
6900
|
return false;
|
|
6901
6901
|
return true;
|
|
6902
6902
|
};
|
|
6903
6903
|
function ServerLoggerKey(gameId) {
|
|
6904
|
-
this.
|
|
6904
|
+
this.s6u_1 = gameId;
|
|
6905
6905
|
}
|
|
6906
|
-
protoOf(ServerLoggerKey).
|
|
6907
|
-
return this.
|
|
6906
|
+
protoOf(ServerLoggerKey).r6u = function () {
|
|
6907
|
+
return this.s6u_1;
|
|
6908
6908
|
};
|
|
6909
6909
|
protoOf(ServerLoggerKey).toString = function () {
|
|
6910
|
-
return 'ServerLoggerKey(gameId=' + this.
|
|
6910
|
+
return 'ServerLoggerKey(gameId=' + this.s6u_1 + ')';
|
|
6911
6911
|
};
|
|
6912
6912
|
protoOf(ServerLoggerKey).hashCode = function () {
|
|
6913
|
-
return getStringHashCode(this.
|
|
6913
|
+
return getStringHashCode(this.s6u_1);
|
|
6914
6914
|
};
|
|
6915
6915
|
protoOf(ServerLoggerKey).equals = function (other) {
|
|
6916
6916
|
if (this === other)
|
|
6917
6917
|
return true;
|
|
6918
6918
|
if (!(other instanceof ServerLoggerKey))
|
|
6919
6919
|
return false;
|
|
6920
|
-
if (!(this.
|
|
6920
|
+
if (!(this.s6u_1 === other.s6u_1))
|
|
6921
6921
|
return false;
|
|
6922
6922
|
return true;
|
|
6923
6923
|
};
|
|
6924
6924
|
function _get_$cachedSerializer__te6jhj_8($this) {
|
|
6925
|
-
return $this.
|
|
6925
|
+
return $this.t6u_1.x();
|
|
6926
6926
|
}
|
|
6927
6927
|
function LogType$Companion$_anonymous__d4fjnz() {
|
|
6928
6928
|
return createSimpleEnumSerializer('com.logic.utils.logger.outputs.LogType', values_4());
|
|
@@ -6962,7 +6962,7 @@
|
|
|
6962
6962
|
Companion_instance_25 = this;
|
|
6963
6963
|
var tmp = this;
|
|
6964
6964
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
6965
|
-
tmp.
|
|
6965
|
+
tmp.t6u_1 = lazy(tmp_0, LogType$Companion$_anonymous__d4fjnz);
|
|
6966
6966
|
}
|
|
6967
6967
|
protoOf(Companion_23).r4t = function () {
|
|
6968
6968
|
return _get_$cachedSerializer__te6jhj_8(this);
|
|
@@ -7025,7 +7025,7 @@
|
|
|
7025
7025
|
// Inline function 'kotlin.arrayOf' call
|
|
7026
7026
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
7027
7027
|
// Inline function 'kotlin.js.asDynamic' call
|
|
7028
|
-
tmp.
|
|
7028
|
+
tmp.z6u_1 = [lazy(tmp_0, LoggerOutputDataDto$Companion$$childSerializers$_anonymous__j015dy), null, null, null, null];
|
|
7029
7029
|
}
|
|
7030
7030
|
protoOf(Companion_24).r4t = function () {
|
|
7031
7031
|
return $serializer_getInstance_12();
|
|
@@ -7044,12 +7044,12 @@
|
|
|
7044
7044
|
tmp0_serialDesc.hz('tag', false);
|
|
7045
7045
|
tmp0_serialDesc.hz('message', false);
|
|
7046
7046
|
tmp0_serialDesc.hz('stackTrace', false);
|
|
7047
|
-
this.
|
|
7047
|
+
this.a6v_1 = tmp0_serialDesc;
|
|
7048
7048
|
}
|
|
7049
|
-
protoOf($serializer_12).
|
|
7050
|
-
var tmp0_desc = this.
|
|
7049
|
+
protoOf($serializer_12).b6v = function (encoder, value) {
|
|
7050
|
+
var tmp0_desc = this.a6v_1;
|
|
7051
7051
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
7052
|
-
var tmp2_cached = Companion_getInstance_27().
|
|
7052
|
+
var tmp2_cached = Companion_getInstance_27().z6u_1;
|
|
7053
7053
|
tmp1_output.gt(tmp0_desc, 0, tmp2_cached[0].x(), value.type);
|
|
7054
7054
|
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.key);
|
|
7055
7055
|
tmp1_output.it(tmp0_desc, 2, StringSerializer_getInstance(), value.tag);
|
|
@@ -7058,10 +7058,10 @@
|
|
|
7058
7058
|
tmp1_output.qr(tmp0_desc);
|
|
7059
7059
|
};
|
|
7060
7060
|
protoOf($serializer_12).do = function (encoder, value) {
|
|
7061
|
-
return this.
|
|
7061
|
+
return this.b6v(encoder, value instanceof LoggerOutputDataDto ? value : THROW_CCE());
|
|
7062
7062
|
};
|
|
7063
7063
|
protoOf($serializer_12).eo = function (decoder) {
|
|
7064
|
-
var tmp0_desc = this.
|
|
7064
|
+
var tmp0_desc = this.a6v_1;
|
|
7065
7065
|
var tmp1_flag = true;
|
|
7066
7066
|
var tmp2_index = 0;
|
|
7067
7067
|
var tmp3_bitMask0 = 0;
|
|
@@ -7071,7 +7071,7 @@
|
|
|
7071
7071
|
var tmp7_local3 = null;
|
|
7072
7072
|
var tmp8_local4 = null;
|
|
7073
7073
|
var tmp9_input = decoder.pr(tmp0_desc);
|
|
7074
|
-
var tmp10_cached = Companion_getInstance_27().
|
|
7074
|
+
var tmp10_cached = Companion_getInstance_27().z6u_1;
|
|
7075
7075
|
if (tmp9_input.fs()) {
|
|
7076
7076
|
tmp4_local0 = tmp9_input.bs(tmp0_desc, 0, tmp10_cached[0].x(), tmp4_local0);
|
|
7077
7077
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -7118,13 +7118,13 @@
|
|
|
7118
7118
|
return LoggerOutputDataDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
7119
7119
|
};
|
|
7120
7120
|
protoOf($serializer_12).co = function () {
|
|
7121
|
-
return this.
|
|
7121
|
+
return this.a6v_1;
|
|
7122
7122
|
};
|
|
7123
7123
|
protoOf($serializer_12).wz = function () {
|
|
7124
7124
|
// Inline function 'kotlin.arrayOf' call
|
|
7125
7125
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
7126
7126
|
// Inline function 'kotlin.js.asDynamic' call
|
|
7127
|
-
return [Companion_getInstance_27().
|
|
7127
|
+
return [Companion_getInstance_27().z6u_1[0].x(), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
|
|
7128
7128
|
};
|
|
7129
7129
|
var $serializer_instance_12;
|
|
7130
7130
|
function $serializer_getInstance_12() {
|
|
@@ -7134,7 +7134,7 @@
|
|
|
7134
7134
|
}
|
|
7135
7135
|
function LoggerOutputDataDto_init_$Init$(seen0, type, key, tag, message, stackTrace, serializationConstructorMarker, $this) {
|
|
7136
7136
|
if (!(31 === (31 & seen0))) {
|
|
7137
|
-
throwMissingFieldException(seen0, 31, $serializer_getInstance_12().
|
|
7137
|
+
throwMissingFieldException(seen0, 31, $serializer_getInstance_12().a6v_1);
|
|
7138
7138
|
}
|
|
7139
7139
|
$this.type = type;
|
|
7140
7140
|
$this.key = key;
|
|
@@ -7160,17 +7160,17 @@
|
|
|
7160
7160
|
protoOf(LoggerOutputDataDto).w = function () {
|
|
7161
7161
|
return this.key;
|
|
7162
7162
|
};
|
|
7163
|
-
protoOf(LoggerOutputDataDto).
|
|
7163
|
+
protoOf(LoggerOutputDataDto).i6e = function () {
|
|
7164
7164
|
return this.tag;
|
|
7165
7165
|
};
|
|
7166
7166
|
protoOf(LoggerOutputDataDto).e = function () {
|
|
7167
7167
|
return this.message;
|
|
7168
7168
|
};
|
|
7169
|
-
protoOf(LoggerOutputDataDto).
|
|
7169
|
+
protoOf(LoggerOutputDataDto).c6v = function () {
|
|
7170
7170
|
return this.stackTrace;
|
|
7171
7171
|
};
|
|
7172
7172
|
protoOf(LoggerOutputDataDto).toMessageLog = function () {
|
|
7173
|
-
var time = toLocalDateTime(System_instance.dk(), Companion_getInstance_1().
|
|
7173
|
+
var time = toLocalDateTime(System_instance.dk(), Companion_getInstance_1().u6c());
|
|
7174
7174
|
var tmp = time.toString();
|
|
7175
7175
|
// Inline function 'kotlin.text.lowercase' call
|
|
7176
7176
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -7220,10 +7220,10 @@
|
|
|
7220
7220
|
protoOf(LoggerOutputDataDto).j5k = function () {
|
|
7221
7221
|
return this.message;
|
|
7222
7222
|
};
|
|
7223
|
-
protoOf(LoggerOutputDataDto).
|
|
7223
|
+
protoOf(LoggerOutputDataDto).f6f = function () {
|
|
7224
7224
|
return this.stackTrace;
|
|
7225
7225
|
};
|
|
7226
|
-
protoOf(LoggerOutputDataDto).
|
|
7226
|
+
protoOf(LoggerOutputDataDto).d6v = function (type, key, tag, message, stackTrace) {
|
|
7227
7227
|
return new LoggerOutputDataDto(type, key, tag, message, stackTrace);
|
|
7228
7228
|
};
|
|
7229
7229
|
protoOf(LoggerOutputDataDto).copy = function (type, key, tag, message, stackTrace, $super) {
|
|
@@ -7232,7 +7232,7 @@
|
|
|
7232
7232
|
tag = tag === VOID ? this.tag : tag;
|
|
7233
7233
|
message = message === VOID ? this.message : message;
|
|
7234
7234
|
stackTrace = stackTrace === VOID ? this.stackTrace : stackTrace;
|
|
7235
|
-
return $super === VOID ? this.
|
|
7235
|
+
return $super === VOID ? this.d6v(type, key, tag, message, stackTrace) : $super.d6v.call(this, type, key, tag, message, stackTrace);
|
|
7236
7236
|
};
|
|
7237
7237
|
protoOf(LoggerOutputDataDto).toString = function () {
|
|
7238
7238
|
return 'LoggerOutputDataDto(type=' + this.type.toString() + ', key=' + this.key + ', tag=' + this.tag + ', message=' + this.message + ', stackTrace=' + this.stackTrace + ')';
|
|
@@ -7263,8 +7263,8 @@
|
|
|
7263
7263
|
return true;
|
|
7264
7264
|
};
|
|
7265
7265
|
function ObservableLoggerOutputImpl$observe$o$collect$slambda($$this$unsafeFlow, $types, resultContinuation) {
|
|
7266
|
-
this.
|
|
7267
|
-
this.
|
|
7266
|
+
this.m6v_1 = $$this$unsafeFlow;
|
|
7267
|
+
this.n6v_1 = $types;
|
|
7268
7268
|
CoroutineImpl.call(this, resultContinuation);
|
|
7269
7269
|
}
|
|
7270
7270
|
protoOf(ObservableLoggerOutputImpl$observe$o$collect$slambda).d2j = function (value, $completion) {
|
|
@@ -7285,15 +7285,15 @@
|
|
|
7285
7285
|
case 0:
|
|
7286
7286
|
this.t8_1 = 5;
|
|
7287
7287
|
var tmp_0 = this;
|
|
7288
|
-
tmp_0.
|
|
7288
|
+
tmp_0.q6v_1 = this.m6v_1;
|
|
7289
7289
|
var tmp_1 = this;
|
|
7290
|
-
tmp_1.
|
|
7290
|
+
tmp_1.p6v_1 = this.o6v_1;
|
|
7291
7291
|
this.s8_1 = 1;
|
|
7292
7292
|
continue $sm;
|
|
7293
7293
|
case 1:
|
|
7294
|
-
var $this$transform = this.
|
|
7295
|
-
var value = this.
|
|
7296
|
-
if (contains_0(this.
|
|
7294
|
+
var $this$transform = this.q6v_1;
|
|
7295
|
+
var value = this.p6v_1;
|
|
7296
|
+
if (contains_0(this.n6v_1, value.type)) {
|
|
7297
7297
|
this.s8_1 = 3;
|
|
7298
7298
|
suspendResult = $this$transform.j24(value, this);
|
|
7299
7299
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
@@ -7333,8 +7333,8 @@
|
|
|
7333
7333
|
while (true);
|
|
7334
7334
|
};
|
|
7335
7335
|
protoOf(ObservableLoggerOutputImpl$observe$o$collect$slambda).e2j = function (value, completion) {
|
|
7336
|
-
var i = new ObservableLoggerOutputImpl$observe$o$collect$slambda(this.
|
|
7337
|
-
i.
|
|
7336
|
+
var i = new ObservableLoggerOutputImpl$observe$o$collect$slambda(this.m6v_1, this.n6v_1, completion);
|
|
7337
|
+
i.o6v_1 = value;
|
|
7338
7338
|
return i;
|
|
7339
7339
|
};
|
|
7340
7340
|
function ObservableLoggerOutputImpl$observe$o$collect$slambda_0($$this$unsafeFlow, $types, resultContinuation) {
|
|
@@ -7347,8 +7347,8 @@
|
|
|
7347
7347
|
}
|
|
7348
7348
|
function $collectCOROUTINE$_1(_this__u8e3s4, collector, resultContinuation) {
|
|
7349
7349
|
CoroutineImpl.call(this, resultContinuation);
|
|
7350
|
-
this.
|
|
7351
|
-
this.
|
|
7350
|
+
this.z6v_1 = _this__u8e3s4;
|
|
7351
|
+
this.a6w_1 = collector;
|
|
7352
7352
|
}
|
|
7353
7353
|
protoOf($collectCOROUTINE$_1).a9 = function () {
|
|
7354
7354
|
var suspendResult = this.u8_1;
|
|
@@ -7358,10 +7358,10 @@
|
|
|
7358
7358
|
switch (tmp) {
|
|
7359
7359
|
case 0:
|
|
7360
7360
|
this.t8_1 = 2;
|
|
7361
|
-
var $this$unsafeFlow = this.
|
|
7361
|
+
var $this$unsafeFlow = this.a6w_1;
|
|
7362
7362
|
this.s8_1 = 1;
|
|
7363
|
-
var tmp_0 = ObservableLoggerOutputImpl$observe$o$collect$slambda_0($this$unsafeFlow, this.
|
|
7364
|
-
suspendResult = this.
|
|
7363
|
+
var tmp_0 = ObservableLoggerOutputImpl$observe$o$collect$slambda_0($this$unsafeFlow, this.z6v_1.c6w_1, null);
|
|
7364
|
+
suspendResult = this.z6v_1.b6w_1.g23(new sam$kotlinx_coroutines_flow_FlowCollector$0_1(tmp_0), this);
|
|
7365
7365
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
7366
7366
|
return suspendResult;
|
|
7367
7367
|
}
|
|
@@ -7384,20 +7384,20 @@
|
|
|
7384
7384
|
while (true);
|
|
7385
7385
|
};
|
|
7386
7386
|
function Companion_25() {
|
|
7387
|
-
this.
|
|
7387
|
+
this.d6w_1 = 1000;
|
|
7388
7388
|
}
|
|
7389
7389
|
var Companion_instance_27;
|
|
7390
7390
|
function Companion_getInstance_28() {
|
|
7391
7391
|
return Companion_instance_27;
|
|
7392
7392
|
}
|
|
7393
7393
|
function sam$kotlinx_coroutines_flow_FlowCollector$0_1(function_0) {
|
|
7394
|
-
this.
|
|
7394
|
+
this.e6w_1 = function_0;
|
|
7395
7395
|
}
|
|
7396
7396
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_1).j24 = function (value, $completion) {
|
|
7397
|
-
return this.
|
|
7397
|
+
return this.e6w_1(value, $completion);
|
|
7398
7398
|
};
|
|
7399
7399
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_1).b3 = function () {
|
|
7400
|
-
return this.
|
|
7400
|
+
return this.e6w_1;
|
|
7401
7401
|
};
|
|
7402
7402
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_1).equals = function (other) {
|
|
7403
7403
|
var tmp;
|
|
@@ -7421,8 +7421,8 @@
|
|
|
7421
7421
|
return null;
|
|
7422
7422
|
}
|
|
7423
7423
|
function ObservableLoggerOutputImpl$observe$$inlined$filter$1($this, $types) {
|
|
7424
|
-
this.
|
|
7425
|
-
this.
|
|
7424
|
+
this.b6w_1 = $this;
|
|
7425
|
+
this.c6w_1 = $types;
|
|
7426
7426
|
}
|
|
7427
7427
|
protoOf(ObservableLoggerOutputImpl$observe$$inlined$filter$1).k24 = function (collector, $completion) {
|
|
7428
7428
|
var tmp = new $collectCOROUTINE$_1(this, collector, $completion);
|
|
@@ -7442,42 +7442,42 @@
|
|
|
7442
7442
|
}
|
|
7443
7443
|
payloadToKeyMapper = tmp;
|
|
7444
7444
|
enabled = enabled === VOID ? true : enabled;
|
|
7445
|
-
this.
|
|
7446
|
-
this.
|
|
7447
|
-
this.
|
|
7445
|
+
this.f6w_1 = payloadToKeyMapper;
|
|
7446
|
+
this.g6w_1 = enabled;
|
|
7447
|
+
this.h6w_1 = MutableSharedFlow(VOID, 20, BufferOverflow_DROP_OLDEST_getInstance());
|
|
7448
7448
|
}
|
|
7449
|
-
protoOf(ObservableLoggerOutputImpl).
|
|
7450
|
-
this.
|
|
7449
|
+
protoOf(ObservableLoggerOutputImpl).w6u = function (_set____db54di) {
|
|
7450
|
+
this.f6w_1 = _set____db54di;
|
|
7451
7451
|
};
|
|
7452
|
-
protoOf(ObservableLoggerOutputImpl).
|
|
7453
|
-
return this.
|
|
7452
|
+
protoOf(ObservableLoggerOutputImpl).x6u = function () {
|
|
7453
|
+
return this.f6w_1;
|
|
7454
7454
|
};
|
|
7455
7455
|
protoOf(ObservableLoggerOutputImpl).t52 = function (_set____db54di) {
|
|
7456
|
-
this.
|
|
7456
|
+
this.g6w_1 = _set____db54di;
|
|
7457
7457
|
};
|
|
7458
7458
|
protoOf(ObservableLoggerOutputImpl).u52 = function () {
|
|
7459
|
-
return this.
|
|
7459
|
+
return this.g6w_1;
|
|
7460
7460
|
};
|
|
7461
|
-
protoOf(ObservableLoggerOutputImpl).
|
|
7461
|
+
protoOf(ObservableLoggerOutputImpl).y6u = function (types) {
|
|
7462
7462
|
// Inline function 'kotlinx.coroutines.flow.filter' call
|
|
7463
7463
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
7464
|
-
var this_0 = this.
|
|
7464
|
+
var this_0 = this.h6w_1;
|
|
7465
7465
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
7466
7466
|
return new ObservableLoggerOutputImpl$observe$$inlined$filter$1(this_0, types);
|
|
7467
7467
|
};
|
|
7468
7468
|
protoOf(ObservableLoggerOutputImpl).o52 = function (tag, message, payload) {
|
|
7469
|
-
if (!this.
|
|
7469
|
+
if (!this.g6w_1)
|
|
7470
7470
|
return Unit_instance;
|
|
7471
7471
|
var tmp = LogType_DEBUG_getInstance();
|
|
7472
|
-
var tmp0_safe_receiver = this.
|
|
7473
|
-
this.
|
|
7472
|
+
var tmp0_safe_receiver = this.f6w_1(payload);
|
|
7473
|
+
this.h6w_1.r27(new LoggerOutputDataDto(tmp, tmp0_safe_receiver == null ? null : tmp0_safe_receiver.r6u(), tag, message, null));
|
|
7474
7474
|
};
|
|
7475
7475
|
protoOf(ObservableLoggerOutputImpl).p52 = function (tag, message, exception, payload) {
|
|
7476
|
-
if (!this.
|
|
7476
|
+
if (!this.g6w_1)
|
|
7477
7477
|
return Unit_instance;
|
|
7478
7478
|
var tmp = LogType_ERROR_getInstance();
|
|
7479
|
-
var tmp0_safe_receiver = this.
|
|
7480
|
-
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7479
|
+
var tmp0_safe_receiver = this.f6w_1(payload);
|
|
7480
|
+
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.r6u();
|
|
7481
7481
|
var tmp_1;
|
|
7482
7482
|
if (message == null) {
|
|
7483
7483
|
tmp_1 = exception == null ? null : exception.message;
|
|
@@ -7486,43 +7486,43 @@
|
|
|
7486
7486
|
}
|
|
7487
7487
|
var tmp_2 = tmp_1;
|
|
7488
7488
|
var tmp4_safe_receiver = exception == null ? null : stackTraceToString(exception);
|
|
7489
|
-
this.
|
|
7489
|
+
this.h6w_1.r27(new LoggerOutputDataDto(tmp, tmp_0, tag, tmp_2, tmp4_safe_receiver == null ? null : take(tmp4_safe_receiver, 1000)));
|
|
7490
7490
|
};
|
|
7491
7491
|
protoOf(ObservableLoggerOutputImpl).s52 = function (tag, message, payload) {
|
|
7492
7492
|
var tmp = LogType_INFO_getInstance();
|
|
7493
|
-
var tmp0_safe_receiver = this.
|
|
7494
|
-
this.
|
|
7493
|
+
var tmp0_safe_receiver = this.f6w_1(payload);
|
|
7494
|
+
this.h6w_1.r27(new LoggerOutputDataDto(tmp, tmp0_safe_receiver == null ? null : tmp0_safe_receiver.r6u(), tag, message, null));
|
|
7495
7495
|
};
|
|
7496
7496
|
protoOf(ObservableLoggerOutputImpl).r52 = function (tag, message, exception, payload) {
|
|
7497
7497
|
var tmp = LogType_VERBOSE_getInstance();
|
|
7498
|
-
var tmp0_safe_receiver = this.
|
|
7499
|
-
this.
|
|
7498
|
+
var tmp0_safe_receiver = this.f6w_1(payload);
|
|
7499
|
+
this.h6w_1.r27(new LoggerOutputDataDto(tmp, tmp0_safe_receiver == null ? null : tmp0_safe_receiver.r6u(), tag, message, null));
|
|
7500
7500
|
};
|
|
7501
7501
|
protoOf(ObservableLoggerOutputImpl).q52 = function (tag, message, exception, payload) {
|
|
7502
|
-
if (!this.
|
|
7502
|
+
if (!this.g6w_1)
|
|
7503
7503
|
return Unit_instance;
|
|
7504
7504
|
var tmp = LogType_WARN_getInstance();
|
|
7505
|
-
var tmp0_safe_receiver = this.
|
|
7506
|
-
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7505
|
+
var tmp0_safe_receiver = this.f6w_1(payload);
|
|
7506
|
+
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.r6u();
|
|
7507
7507
|
var tmp2_elvis_lhs = exception == null ? null : exception.message;
|
|
7508
7508
|
var tmp_1 = '' + message + ' ' + (tmp2_elvis_lhs == null ? '' : tmp2_elvis_lhs);
|
|
7509
7509
|
var tmp4_safe_receiver = exception == null ? null : stackTraceToString(exception);
|
|
7510
|
-
this.
|
|
7510
|
+
this.h6w_1.r27(new LoggerOutputDataDto(tmp, tmp_0, tag, tmp_1, tmp4_safe_receiver == null ? null : take(tmp4_safe_receiver, 1000)));
|
|
7511
7511
|
};
|
|
7512
7512
|
function checkInitialised($this) {
|
|
7513
|
-
if ($this.
|
|
7513
|
+
if ($this.i6w_1.equals(AppEnvironmentValue_UNDEFINED_getInstance())) {
|
|
7514
7514
|
Logger_getInstance().q53(VOID, IllegalStateException_init_$Create$('AppEnvironment not initialised'));
|
|
7515
7515
|
}
|
|
7516
7516
|
}
|
|
7517
7517
|
function AppEnvironment() {
|
|
7518
7518
|
AppEnvironment_instance = this;
|
|
7519
|
-
this.
|
|
7519
|
+
this.i6w_1 = AppEnvironmentValue_UNDEFINED_getInstance();
|
|
7520
7520
|
}
|
|
7521
|
-
protoOf(AppEnvironment).
|
|
7522
|
-
this.
|
|
7521
|
+
protoOf(AppEnvironment).j6w = function (value) {
|
|
7522
|
+
this.i6w_1 = value;
|
|
7523
7523
|
};
|
|
7524
|
-
protoOf(AppEnvironment).
|
|
7525
|
-
var tmp = this.
|
|
7524
|
+
protoOf(AppEnvironment).k6w = function () {
|
|
7525
|
+
var tmp = this.i6w_1;
|
|
7526
7526
|
// Inline function 'kotlin.also' call
|
|
7527
7527
|
var this_0 = AppEnvironmentValue_PRODUCTION_getInstance();
|
|
7528
7528
|
checkInitialised(AppEnvironment_getInstance());
|
|
@@ -7664,7 +7664,7 @@
|
|
|
7664
7664
|
tmp_2 = tmp0_elvis_lhs;
|
|
7665
7665
|
}
|
|
7666
7666
|
var tmp3_randomPoolProvider = tmp_2;
|
|
7667
|
-
tmp = Companion_instance_0.
|
|
7667
|
+
tmp = Companion_instance_0.i5v(tmp3_randomPoolProvider, tmp2_logger);
|
|
7668
7668
|
}
|
|
7669
7669
|
return tmp;
|
|
7670
7670
|
};
|
|
@@ -7986,44 +7986,44 @@
|
|
|
7986
7986
|
//region block: post-declaration
|
|
7987
7987
|
protoOf($serializer).xz = typeParametersSerializers;
|
|
7988
7988
|
protoOf($serializer_0).xz = typeParametersSerializers;
|
|
7989
|
-
defineProp(protoOf(CoreConfig), 'requireDirectoryPath', protoOf(CoreConfig).
|
|
7989
|
+
defineProp(protoOf(CoreConfig), 'requireDirectoryPath', protoOf(CoreConfig).b6e);
|
|
7990
7990
|
defineProp(protoOf(PlayerLostConnectionReason), 'playerId', function () {
|
|
7991
|
-
return this.
|
|
7991
|
+
return this.l6e();
|
|
7992
7992
|
});
|
|
7993
7993
|
defineProp(protoOf(PlayerTimeoutReason), 'playerId', function () {
|
|
7994
|
-
return this.
|
|
7994
|
+
return this.l6e();
|
|
7995
7995
|
});
|
|
7996
7996
|
defineProp(protoOf(PlayerExitReason), 'playerId', function () {
|
|
7997
|
-
return this.
|
|
7997
|
+
return this.l6e();
|
|
7998
7998
|
});
|
|
7999
7999
|
defineProp(protoOf(Reason), 'name', protoOf(Reason).r2);
|
|
8000
8000
|
defineProp(protoOf(Reason), 'ordinal', protoOf(Reason).s2);
|
|
8001
8001
|
defineProp(protoOf(Reason_0), 'name', protoOf(Reason_0).r2);
|
|
8002
8002
|
defineProp(protoOf(Reason_0), 'ordinal', protoOf(Reason_0).s2);
|
|
8003
8003
|
defineProp(protoOf(GameUserInfo), 'playerId', function () {
|
|
8004
|
-
return this.
|
|
8004
|
+
return this.l6e();
|
|
8005
8005
|
});
|
|
8006
8006
|
defineProp(protoOf(PlayerIndex), 'playerId', function () {
|
|
8007
|
-
return this.
|
|
8007
|
+
return this.l6e();
|
|
8008
8008
|
});
|
|
8009
|
-
defineProp(protoOf(PlayerConnectionState), 'isLive', protoOf(PlayerConnectionState).
|
|
8010
|
-
defineProp(protoOf(PlayerConnectionState), 'isTimeOut', protoOf(PlayerConnectionState).
|
|
8011
|
-
defineProp(protoOf(PlayerConnectionState), 'isLostConnection', protoOf(PlayerConnectionState).
|
|
8012
|
-
defineProp(protoOf(PlayerConnectionState), 'isLeft', protoOf(PlayerConnectionState).
|
|
8013
|
-
defineProp(protoOf(PlayerConnectionState), 'isLeftPermanently', protoOf(PlayerConnectionState).
|
|
8014
|
-
defineProp(protoOf(PlayerConnectionState), 'isDeleted', protoOf(PlayerConnectionState).
|
|
8015
|
-
defineProp(protoOf(PlayerConnectionState), 'isDisconnecting', protoOf(PlayerConnectionState).
|
|
8016
|
-
defineProp(protoOf(PlayerConnectionState), 'isNotAlive', protoOf(PlayerConnectionState).
|
|
8017
|
-
defineProp(protoOf(PlayerConnectionState), 'isVisibleDisconnectedReason', protoOf(PlayerConnectionState).
|
|
8018
|
-
defineProp(protoOf(PlayerConnectionState), 'isShouldBeDisconnectedFromSockets', protoOf(PlayerConnectionState).
|
|
8019
|
-
defineProp(protoOf(PlayerConnectionState), 'isShouldBeUnsubscribedFromSockets', protoOf(PlayerConnectionState).
|
|
8020
|
-
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).
|
|
8021
|
-
defineProp(protoOf(PlayerConnectionState), 'canReconnect', protoOf(PlayerConnectionState).
|
|
8022
|
-
defineProp(protoOf(PlayerConnectionState), 'canUpdateRating', protoOf(PlayerConnectionState).
|
|
8009
|
+
defineProp(protoOf(PlayerConnectionState), 'isLive', protoOf(PlayerConnectionState).s6g);
|
|
8010
|
+
defineProp(protoOf(PlayerConnectionState), 'isTimeOut', protoOf(PlayerConnectionState).t6g);
|
|
8011
|
+
defineProp(protoOf(PlayerConnectionState), 'isLostConnection', protoOf(PlayerConnectionState).u6g);
|
|
8012
|
+
defineProp(protoOf(PlayerConnectionState), 'isLeft', protoOf(PlayerConnectionState).v6g);
|
|
8013
|
+
defineProp(protoOf(PlayerConnectionState), 'isLeftPermanently', protoOf(PlayerConnectionState).w6g);
|
|
8014
|
+
defineProp(protoOf(PlayerConnectionState), 'isDeleted', protoOf(PlayerConnectionState).x6g);
|
|
8015
|
+
defineProp(protoOf(PlayerConnectionState), 'isDisconnecting', protoOf(PlayerConnectionState).y6g);
|
|
8016
|
+
defineProp(protoOf(PlayerConnectionState), 'isNotAlive', protoOf(PlayerConnectionState).z6g);
|
|
8017
|
+
defineProp(protoOf(PlayerConnectionState), 'isVisibleDisconnectedReason', protoOf(PlayerConnectionState).a6h);
|
|
8018
|
+
defineProp(protoOf(PlayerConnectionState), 'isShouldBeDisconnectedFromSockets', protoOf(PlayerConnectionState).b6h);
|
|
8019
|
+
defineProp(protoOf(PlayerConnectionState), 'isShouldBeUnsubscribedFromSockets', protoOf(PlayerConnectionState).c6h);
|
|
8020
|
+
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).d6h);
|
|
8021
|
+
defineProp(protoOf(PlayerConnectionState), 'canReconnect', protoOf(PlayerConnectionState).e6h);
|
|
8022
|
+
defineProp(protoOf(PlayerConnectionState), 'canUpdateRating', protoOf(PlayerConnectionState).f6h);
|
|
8023
8023
|
defineProp(protoOf(PlayerConnectionState), 'name', protoOf(PlayerConnectionState).r2);
|
|
8024
8024
|
defineProp(protoOf(PlayerConnectionState), 'ordinal', protoOf(PlayerConnectionState).s2);
|
|
8025
|
-
defineProp(protoOf(Team), 'first', protoOf(Team).
|
|
8026
|
-
defineProp(protoOf(Team), 'second', protoOf(Team).
|
|
8025
|
+
defineProp(protoOf(Team), 'first', protoOf(Team).u6h);
|
|
8026
|
+
defineProp(protoOf(Team), 'second', protoOf(Team).r61);
|
|
8027
8027
|
protoOf($serializer_1).xz = typeParametersSerializers;
|
|
8028
8028
|
protoOf($serializer_2).xz = typeParametersSerializers;
|
|
8029
8029
|
protoOf($serializer_3).xz = typeParametersSerializers;
|
|
@@ -8035,53 +8035,53 @@
|
|
|
8035
8035
|
protoOf($serializer_9).xz = typeParametersSerializers;
|
|
8036
8036
|
protoOf($serializer_10).xz = typeParametersSerializers;
|
|
8037
8037
|
protoOf($serializer_11).xz = typeParametersSerializers;
|
|
8038
|
-
protoOf(AsyncProviderImpl).
|
|
8039
|
-
protoOf(AsyncProviderImpl).
|
|
8040
|
-
protoOf(AsyncProviderImpl).
|
|
8041
|
-
protoOf(AsyncProviderImpl).
|
|
8042
|
-
protoOf(TimerAction).
|
|
8038
|
+
protoOf(AsyncProviderImpl).n6l = launchMain$default;
|
|
8039
|
+
protoOf(AsyncProviderImpl).p6l = awaitDefaultWithLock$default;
|
|
8040
|
+
protoOf(AsyncProviderImpl).j6l = launchDefault$default;
|
|
8041
|
+
protoOf(AsyncProviderImpl).l6l = launchDefaultWithLock$default;
|
|
8042
|
+
protoOf(TimerAction).s6o = get_actionTag;
|
|
8043
8043
|
defineProp(protoOf(TimerAction), 'actionTag', function () {
|
|
8044
|
-
return this.
|
|
8044
|
+
return this.s6o();
|
|
8045
8045
|
});
|
|
8046
8046
|
defineProp(protoOf(StartTimerAction), 'actionTag', function () {
|
|
8047
|
-
return this.
|
|
8047
|
+
return this.s6o();
|
|
8048
8048
|
});
|
|
8049
8049
|
protoOf(StopTimerAction).ignoreValidation = ignoreValidation_0;
|
|
8050
8050
|
defineProp(protoOf(StopTimerAction), 'actionTag', function () {
|
|
8051
|
-
return this.
|
|
8051
|
+
return this.s6o();
|
|
8052
8052
|
});
|
|
8053
8053
|
defineProp(protoOf(TimerTickAction), 'actionTag', function () {
|
|
8054
|
-
return this.
|
|
8054
|
+
return this.s6o();
|
|
8055
8055
|
});
|
|
8056
8056
|
defineProp(protoOf(createStore$3), 'store', function () {
|
|
8057
|
-
return this.
|
|
8057
|
+
return this.a6s();
|
|
8058
8058
|
});
|
|
8059
8059
|
defineProp(protoOf(createStore$3), 'state', function () {
|
|
8060
|
-
return this.
|
|
8060
|
+
return this.l6f();
|
|
8061
8061
|
});
|
|
8062
8062
|
defineProp(protoOf(createStore$3), 'dispatch', function () {
|
|
8063
|
-
return this.
|
|
8063
|
+
return this.b6s();
|
|
8064
8064
|
}, function (value) {
|
|
8065
|
-
this.
|
|
8065
|
+
this.e6p(value);
|
|
8066
8066
|
});
|
|
8067
8067
|
defineProp(protoOf(createStore$3), 'replaceReducer', function () {
|
|
8068
|
-
return this.
|
|
8068
|
+
return this.c6s();
|
|
8069
8069
|
});
|
|
8070
8070
|
defineProp(protoOf(createStore$3), 'observe', function () {
|
|
8071
|
-
return this.
|
|
8071
|
+
return this.d6s();
|
|
8072
8072
|
});
|
|
8073
|
-
protoOf(ActionTypes).
|
|
8073
|
+
protoOf(ActionTypes).s6o = get_actionTag;
|
|
8074
8074
|
defineProp(protoOf(ActionTypes), 'actionTag', function () {
|
|
8075
|
-
return this.
|
|
8075
|
+
return this.s6o();
|
|
8076
8076
|
});
|
|
8077
8077
|
defineProp(protoOf(INIT), 'actionTag', function () {
|
|
8078
|
-
return this.
|
|
8078
|
+
return this.s6o();
|
|
8079
8079
|
});
|
|
8080
8080
|
defineProp(protoOf(REPLACE), 'actionTag', function () {
|
|
8081
|
-
return this.
|
|
8081
|
+
return this.s6o();
|
|
8082
8082
|
});
|
|
8083
|
-
protoOf(middleware$1).
|
|
8084
|
-
protoOf(combineReducers$1).
|
|
8083
|
+
protoOf(middleware$1).g6p = canHandle;
|
|
8084
|
+
protoOf(combineReducers$1).g6p = canHandle_0;
|
|
8085
8085
|
defineProp(protoOf(LogType), 'name', protoOf(LogType).r2);
|
|
8086
8086
|
defineProp(protoOf(LogType), 'ordinal', protoOf(LogType).s2);
|
|
8087
8087
|
protoOf($serializer_12).xz = typeParametersSerializers;
|
|
@@ -8092,9 +8092,9 @@
|
|
|
8092
8092
|
protoOf(ObservableLoggerOutputImpl).v = v;
|
|
8093
8093
|
protoOf(ObservableLoggerOutputImpl).w = w;
|
|
8094
8094
|
defineProp(protoOf(ObservableLoggerOutputImpl), 'payloadToKeyMapper', function () {
|
|
8095
|
-
return this.
|
|
8095
|
+
return this.x6u();
|
|
8096
8096
|
}, function (value) {
|
|
8097
|
-
this.
|
|
8097
|
+
this.w6u(value);
|
|
8098
8098
|
});
|
|
8099
8099
|
defineProp(protoOf(ObservableLoggerOutputImpl), 'enabled', function () {
|
|
8100
8100
|
return this.u52();
|