game_client_logic_deb 1.8.225 → 1.8.232
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Kosi-Kaverit-kaverit.js +56 -56
- package/Kosi-Kodein-kodein-di.js +504 -504
- package/Kotlin-DateTime-library-kotlinx-datetime.js +2 -2
- package/Logic_Debertz-core.js +967 -944
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +10073 -9734
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +44 -14
- package/Logic_Debertz-game_client.js +2987 -2833
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +28 -28
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +7 -7
- package/kotlinx-coroutines-core.js.map +1 -1
- package/kotlinx-io-kotlinx-io-core.js +227 -227
- package/package.json +1 -1
- package/raspberry-cardgame-lib-core.js +156 -156
- package/raspberry-cardgame-lib-random.js +528 -534
- package/raspberry-cardgame-lib-random.js.map +1 -1
package/Logic_Debertz-core.js
CHANGED
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
initMetadataForInterface(PlayerIdContract, 'PlayerIdContract');
|
|
214
214
|
initMetadataForClass(GameUserInfo, 'GameUserInfo', VOID, VOID, [PlayerIdContract]);
|
|
215
215
|
function get_amountOfCards() {
|
|
216
|
-
return this.
|
|
216
|
+
return this.z5l().m();
|
|
217
217
|
}
|
|
218
218
|
initMetadataForInterface(Player, 'Player', VOID, VOID, [PlayerIdContract]);
|
|
219
219
|
initMetadataForClass(PlayerIndex, 'PlayerIndex', VOID, VOID, [PlayerIdContract]);
|
|
@@ -256,16 +256,16 @@
|
|
|
256
256
|
initMetadataForClass(CardGrowthComparator, 'CardGrowthComparator', VOID, VOID, [Comparator]);
|
|
257
257
|
initMetadataForClass(ProcessingCard, 'ProcessingCard');
|
|
258
258
|
function launchDefault$default(context, block, $super) {
|
|
259
|
-
context = context === VOID ? this.
|
|
260
|
-
return $super === VOID ? this.
|
|
259
|
+
context = context === VOID ? this.s6d() : context;
|
|
260
|
+
return $super === VOID ? this.t6d(context, block) : $super.t6d.call(this, context, block);
|
|
261
261
|
}
|
|
262
262
|
function launchDefaultWithLock$default(context, block, $super) {
|
|
263
|
-
context = context === VOID ? this.
|
|
264
|
-
return $super === VOID ? this.
|
|
263
|
+
context = context === VOID ? this.s6d() : context;
|
|
264
|
+
return $super === VOID ? this.v6d(context, block) : $super.v6d.call(this, context, block);
|
|
265
265
|
}
|
|
266
266
|
function launchMain$default(context, block, $super) {
|
|
267
|
-
context = context === VOID ? this.
|
|
268
|
-
return $super === VOID ? this.
|
|
267
|
+
context = context === VOID ? this.s6d() : context;
|
|
268
|
+
return $super === VOID ? this.x6d(context, block) : $super.x6d.call(this, context, block);
|
|
269
269
|
}
|
|
270
270
|
initMetadataForInterface(AsyncProvider, 'AsyncProvider');
|
|
271
271
|
initMetadataForClass(_no_name_provided__qut3iv, VOID, VOID, AbstractCoroutineContextElement, [AbstractCoroutineContextElement, Element]);
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
return false;
|
|
304
304
|
}
|
|
305
305
|
function get_isAutoStartTimer() {
|
|
306
|
-
return !this.
|
|
306
|
+
return !this.n6g() && !this.o6g();
|
|
307
307
|
}
|
|
308
308
|
initMetadataForInterface(ExpectantAction, 'ExpectantAction', VOID, VOID, [BufferedAction]);
|
|
309
309
|
initMetadataForClass(TimerAction, 'TimerAction', VOID, VOID, [Action]);
|
|
@@ -354,7 +354,7 @@
|
|
|
354
354
|
tmp = types;
|
|
355
355
|
}
|
|
356
356
|
types = tmp;
|
|
357
|
-
return this.
|
|
357
|
+
return this.k6k(types);
|
|
358
358
|
}
|
|
359
359
|
initMetadataForInterface(ObservableLoggerOutput, 'ObservableLoggerOutput', VOID, VOID, [LoggerOutput, LoggerEnabledTrigger]);
|
|
360
360
|
initMetadataForCompanion(Companion_18);
|
|
@@ -364,7 +364,7 @@
|
|
|
364
364
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
365
365
|
//endregion
|
|
366
366
|
function GameEngineConfig() {
|
|
367
|
-
this.version = '1.8.
|
|
367
|
+
this.version = '1.8.232';
|
|
368
368
|
}
|
|
369
369
|
protoOf(GameEngineConfig).n2y = function () {
|
|
370
370
|
return this.version;
|
|
@@ -375,10 +375,10 @@
|
|
|
375
375
|
}
|
|
376
376
|
function Toggles() {
|
|
377
377
|
}
|
|
378
|
-
protoOf(Toggles).
|
|
378
|
+
protoOf(Toggles).n67 = function (version) {
|
|
379
379
|
return get_minorVersion(version) > 5;
|
|
380
380
|
};
|
|
381
|
-
protoOf(Toggles).
|
|
381
|
+
protoOf(Toggles).o67 = function () {
|
|
382
382
|
return false;
|
|
383
383
|
};
|
|
384
384
|
var Toggles_instance;
|
|
@@ -395,19 +395,19 @@
|
|
|
395
395
|
$serializer_instance = this;
|
|
396
396
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_RETURNS', this, 1);
|
|
397
397
|
tmp0_serialDesc.t4e('playerId', false);
|
|
398
|
-
this.
|
|
398
|
+
this.p67_1 = tmp0_serialDesc;
|
|
399
399
|
}
|
|
400
|
-
protoOf($serializer).
|
|
401
|
-
var tmp0_desc = this.
|
|
400
|
+
protoOf($serializer).q67 = function (encoder, value) {
|
|
401
|
+
var tmp0_desc = this.p67_1;
|
|
402
402
|
var tmp1_output = encoder.f47(tmp0_desc);
|
|
403
|
-
tmp1_output.t48(tmp0_desc, 0, value.
|
|
403
|
+
tmp1_output.t48(tmp0_desc, 0, value.r67_1);
|
|
404
404
|
tmp1_output.g47(tmp0_desc);
|
|
405
405
|
};
|
|
406
406
|
protoOf($serializer).s43 = function (encoder, value) {
|
|
407
|
-
return this.
|
|
407
|
+
return this.q67(encoder, value instanceof PlayerReturnsReason ? value : THROW_CCE());
|
|
408
408
|
};
|
|
409
409
|
protoOf($serializer).t43 = function (decoder) {
|
|
410
|
-
var tmp0_desc = this.
|
|
410
|
+
var tmp0_desc = this.p67_1;
|
|
411
411
|
var tmp1_flag = true;
|
|
412
412
|
var tmp2_index = 0;
|
|
413
413
|
var tmp3_bitMask0 = 0;
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
return PlayerReturnsReason_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
436
436
|
};
|
|
437
437
|
protoOf($serializer).r43 = function () {
|
|
438
|
-
return this.
|
|
438
|
+
return this.p67_1;
|
|
439
439
|
};
|
|
440
440
|
protoOf($serializer).i4f = function () {
|
|
441
441
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -451,10 +451,10 @@
|
|
|
451
451
|
}
|
|
452
452
|
function PlayerReturnsReason_init_$Init$(seen0, playerId, serializationConstructorMarker, $this) {
|
|
453
453
|
if (!(1 === (1 & seen0))) {
|
|
454
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance().
|
|
454
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance().p67_1);
|
|
455
455
|
}
|
|
456
456
|
ContinueGameReason_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
457
|
-
$this.
|
|
457
|
+
$this.r67_1 = playerId;
|
|
458
458
|
return $this;
|
|
459
459
|
}
|
|
460
460
|
function PlayerReturnsReason_init_$Create$(seen0, playerId, serializationConstructorMarker) {
|
|
@@ -462,13 +462,13 @@
|
|
|
462
462
|
}
|
|
463
463
|
function PlayerReturnsReason(playerId) {
|
|
464
464
|
ContinueGameReason.call(this);
|
|
465
|
-
this.
|
|
465
|
+
this.r67_1 = playerId;
|
|
466
466
|
}
|
|
467
467
|
protoOf(PlayerReturnsReason).toString = function () {
|
|
468
|
-
return 'PlayerReturnsReason(playerId=' + this.
|
|
468
|
+
return 'PlayerReturnsReason(playerId=' + this.r67_1 + ')';
|
|
469
469
|
};
|
|
470
470
|
protoOf(PlayerReturnsReason).hashCode = function () {
|
|
471
|
-
return getStringHashCode(this.
|
|
471
|
+
return getStringHashCode(this.r67_1);
|
|
472
472
|
};
|
|
473
473
|
protoOf(PlayerReturnsReason).equals = function (other) {
|
|
474
474
|
if (this === other)
|
|
@@ -476,12 +476,12 @@
|
|
|
476
476
|
if (!(other instanceof PlayerReturnsReason))
|
|
477
477
|
return false;
|
|
478
478
|
var tmp0_other_with_cast = other instanceof PlayerReturnsReason ? other : THROW_CCE();
|
|
479
|
-
if (!(this.
|
|
479
|
+
if (!(this.r67_1 === tmp0_other_with_cast.r67_1))
|
|
480
480
|
return false;
|
|
481
481
|
return true;
|
|
482
482
|
};
|
|
483
483
|
function _get_$cachedSerializer__te6jhj($this) {
|
|
484
|
-
return $this.
|
|
484
|
+
return $this.s67_1.u();
|
|
485
485
|
}
|
|
486
486
|
function ContinueGameReason$Companion$_anonymous__g3m3ym() {
|
|
487
487
|
var tmp = getKClass(ContinueGameReason);
|
|
@@ -503,7 +503,7 @@
|
|
|
503
503
|
Companion_instance_2 = this;
|
|
504
504
|
var tmp = this;
|
|
505
505
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
506
|
-
tmp.
|
|
506
|
+
tmp.s67_1 = lazy(tmp_0, ContinueGameReason$Companion$_anonymous__g3m3ym);
|
|
507
507
|
}
|
|
508
508
|
protoOf(Companion_0).w4v = function () {
|
|
509
509
|
return _get_$cachedSerializer__te6jhj(this);
|
|
@@ -525,12 +525,12 @@
|
|
|
525
525
|
}
|
|
526
526
|
function Companion_1() {
|
|
527
527
|
}
|
|
528
|
-
protoOf(Companion_1).
|
|
528
|
+
protoOf(Companion_1).t67 = function (fileLogsEnabled, logsDirectoryPath, fileNameFormat) {
|
|
529
529
|
return new CoreConfig(fileLogsEnabled, false, logsDirectoryPath, fileNameFormat);
|
|
530
530
|
};
|
|
531
531
|
protoOf(Companion_1).getClientEngineTestMode = function (fileLogsEnabled, logsDirectoryPath, fileNameFormat, $super) {
|
|
532
532
|
fileNameFormat = fileNameFormat === VOID ? 'user_[uid].txt' : fileNameFormat;
|
|
533
|
-
return this.
|
|
533
|
+
return this.t67(fileLogsEnabled, logsDirectoryPath, fileNameFormat);
|
|
534
534
|
};
|
|
535
535
|
protoOf(Companion_1).formatter = function (segment, gameId, roomId, userId) {
|
|
536
536
|
return replace(replace(replace(segment, '[gid]', gameId), '[rid]', roomId), '[uid]', userId);
|
|
@@ -549,19 +549,19 @@
|
|
|
549
549
|
this.logsDirectoryPath = logsDirectoryPath;
|
|
550
550
|
this.fileNameFormat = fileNameFormat;
|
|
551
551
|
}
|
|
552
|
-
protoOf(CoreConfig).
|
|
552
|
+
protoOf(CoreConfig).u67 = function () {
|
|
553
553
|
return this.fileLogsEnabled;
|
|
554
554
|
};
|
|
555
|
-
protoOf(CoreConfig).
|
|
555
|
+
protoOf(CoreConfig).v67 = function () {
|
|
556
556
|
return this.deleteFilesOnClear;
|
|
557
557
|
};
|
|
558
|
-
protoOf(CoreConfig).
|
|
558
|
+
protoOf(CoreConfig).w67 = function () {
|
|
559
559
|
return this.logsDirectoryPath;
|
|
560
560
|
};
|
|
561
|
-
protoOf(CoreConfig).
|
|
561
|
+
protoOf(CoreConfig).x67 = function () {
|
|
562
562
|
return this.fileNameFormat;
|
|
563
563
|
};
|
|
564
|
-
protoOf(CoreConfig).
|
|
564
|
+
protoOf(CoreConfig).y67 = function () {
|
|
565
565
|
var tmp0_elvis_lhs = this.logsDirectoryPath;
|
|
566
566
|
return tmp0_elvis_lhs == null ? get_SystemTemporaryDirectory().toString() : tmp0_elvis_lhs;
|
|
567
567
|
};
|
|
@@ -574,10 +574,10 @@
|
|
|
574
574
|
protoOf(CoreConfig).ik = function () {
|
|
575
575
|
return this.logsDirectoryPath;
|
|
576
576
|
};
|
|
577
|
-
protoOf(CoreConfig).
|
|
577
|
+
protoOf(CoreConfig).w5l = function () {
|
|
578
578
|
return this.fileNameFormat;
|
|
579
579
|
};
|
|
580
|
-
protoOf(CoreConfig).
|
|
580
|
+
protoOf(CoreConfig).z67 = function (fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat) {
|
|
581
581
|
return new CoreConfig(fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat);
|
|
582
582
|
};
|
|
583
583
|
protoOf(CoreConfig).copy = function (fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat, $super) {
|
|
@@ -585,7 +585,7 @@
|
|
|
585
585
|
deleteFilesOnClear = deleteFilesOnClear === VOID ? this.deleteFilesOnClear : deleteFilesOnClear;
|
|
586
586
|
logsDirectoryPath = logsDirectoryPath === VOID ? this.logsDirectoryPath : logsDirectoryPath;
|
|
587
587
|
fileNameFormat = fileNameFormat === VOID ? this.fileNameFormat : fileNameFormat;
|
|
588
|
-
return this.
|
|
588
|
+
return this.z67(fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat);
|
|
589
589
|
};
|
|
590
590
|
protoOf(CoreConfig).toString = function () {
|
|
591
591
|
return 'CoreConfig(fileLogsEnabled=' + this.fileLogsEnabled + ', deleteFilesOnClear=' + this.deleteFilesOnClear + ', logsDirectoryPath=' + this.logsDirectoryPath + ', fileNameFormat=' + this.fileNameFormat + ')';
|
|
@@ -614,15 +614,15 @@
|
|
|
614
614
|
return true;
|
|
615
615
|
};
|
|
616
616
|
function Companion_2() {
|
|
617
|
-
this.
|
|
618
|
-
this.
|
|
619
|
-
this.
|
|
617
|
+
this.a68_1 = ':';
|
|
618
|
+
this.b68_1 = '4';
|
|
619
|
+
this.c68_1 = 'v4';
|
|
620
620
|
}
|
|
621
|
-
protoOf(Companion_2).
|
|
622
|
-
var versionName = this.
|
|
621
|
+
protoOf(Companion_2).d68 = function (_this__u8e3s4, version) {
|
|
622
|
+
var versionName = this.e68(_this__u8e3s4);
|
|
623
623
|
return versionName === version;
|
|
624
624
|
};
|
|
625
|
-
protoOf(Companion_2).
|
|
625
|
+
protoOf(Companion_2).e68 = function (_this__u8e3s4) {
|
|
626
626
|
var version = first(split(_this__u8e3s4, [':']));
|
|
627
627
|
// Inline function 'kotlin.takeIf' call
|
|
628
628
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -642,7 +642,7 @@
|
|
|
642
642
|
function IdempotencyTag() {
|
|
643
643
|
}
|
|
644
644
|
function _get_$cachedSerializer__te6jhj_0($this) {
|
|
645
|
-
return $this.
|
|
645
|
+
return $this.g68_1.u();
|
|
646
646
|
}
|
|
647
647
|
function RestartGameReason$_anonymous__zfkhim() {
|
|
648
648
|
var tmp = RestartGameReason_getInstance();
|
|
@@ -656,7 +656,7 @@
|
|
|
656
656
|
RestartGameReason_instance = this;
|
|
657
657
|
var tmp = this;
|
|
658
658
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
659
|
-
tmp.
|
|
659
|
+
tmp.g68_1 = lazy(tmp_0, RestartGameReason$_anonymous__zfkhim);
|
|
660
660
|
}
|
|
661
661
|
protoOf(RestartGameReason).w4v = function () {
|
|
662
662
|
return _get_$cachedSerializer__te6jhj_0(this);
|
|
@@ -688,37 +688,37 @@
|
|
|
688
688
|
}
|
|
689
689
|
function PlayerLostConnectionReason(playerId, tag) {
|
|
690
690
|
TerminationGameReason.call(this);
|
|
691
|
-
this.
|
|
691
|
+
this.h68_1 = playerId;
|
|
692
692
|
this.tag = tag;
|
|
693
693
|
}
|
|
694
|
-
protoOf(PlayerLostConnectionReason).
|
|
695
|
-
return this.
|
|
694
|
+
protoOf(PlayerLostConnectionReason).i68 = function () {
|
|
695
|
+
return this.h68_1;
|
|
696
696
|
};
|
|
697
|
-
protoOf(PlayerLostConnectionReason).
|
|
697
|
+
protoOf(PlayerLostConnectionReason).f68 = function () {
|
|
698
698
|
return this.tag;
|
|
699
699
|
};
|
|
700
|
-
protoOf(PlayerLostConnectionReason).
|
|
700
|
+
protoOf(PlayerLostConnectionReason).j68 = function () {
|
|
701
701
|
return PlayerConnectionState_LOST_CONNECTION_getInstance();
|
|
702
702
|
};
|
|
703
703
|
protoOf(PlayerLostConnectionReason).se = function () {
|
|
704
|
-
return this.
|
|
704
|
+
return this.h68_1;
|
|
705
705
|
};
|
|
706
706
|
protoOf(PlayerLostConnectionReason).te = function () {
|
|
707
707
|
return this.tag;
|
|
708
708
|
};
|
|
709
|
-
protoOf(PlayerLostConnectionReason).
|
|
709
|
+
protoOf(PlayerLostConnectionReason).k68 = function (playerId, tag) {
|
|
710
710
|
return new PlayerLostConnectionReason(playerId, tag);
|
|
711
711
|
};
|
|
712
712
|
protoOf(PlayerLostConnectionReason).copy = function (playerId, tag, $super) {
|
|
713
|
-
playerId = playerId === VOID ? this.
|
|
713
|
+
playerId = playerId === VOID ? this.h68_1 : playerId;
|
|
714
714
|
tag = tag === VOID ? this.tag : tag;
|
|
715
|
-
return this.
|
|
715
|
+
return this.k68(playerId, tag);
|
|
716
716
|
};
|
|
717
717
|
protoOf(PlayerLostConnectionReason).toString = function () {
|
|
718
|
-
return 'PlayerLostConnectionReason(playerId=' + this.
|
|
718
|
+
return 'PlayerLostConnectionReason(playerId=' + this.h68_1 + ', tag=' + this.tag + ')';
|
|
719
719
|
};
|
|
720
720
|
protoOf(PlayerLostConnectionReason).hashCode = function () {
|
|
721
|
-
var result = getStringHashCode(this.
|
|
721
|
+
var result = getStringHashCode(this.h68_1);
|
|
722
722
|
result = imul(result, 31) + (this.tag == null ? 0 : getStringHashCode(this.tag)) | 0;
|
|
723
723
|
return result;
|
|
724
724
|
};
|
|
@@ -728,7 +728,7 @@
|
|
|
728
728
|
if (!(other instanceof PlayerLostConnectionReason))
|
|
729
729
|
return false;
|
|
730
730
|
var tmp0_other_with_cast = other instanceof PlayerLostConnectionReason ? other : THROW_CCE();
|
|
731
|
-
if (!(this.
|
|
731
|
+
if (!(this.h68_1 === tmp0_other_with_cast.h68_1))
|
|
732
732
|
return false;
|
|
733
733
|
if (!(this.tag == tmp0_other_with_cast.tag))
|
|
734
734
|
return false;
|
|
@@ -736,37 +736,37 @@
|
|
|
736
736
|
};
|
|
737
737
|
function PlayerTimeoutReason(playerId, tag) {
|
|
738
738
|
TerminationGameReason.call(this);
|
|
739
|
-
this.
|
|
739
|
+
this.l68_1 = playerId;
|
|
740
740
|
this.tag = tag;
|
|
741
741
|
}
|
|
742
|
-
protoOf(PlayerTimeoutReason).
|
|
743
|
-
return this.
|
|
742
|
+
protoOf(PlayerTimeoutReason).i68 = function () {
|
|
743
|
+
return this.l68_1;
|
|
744
744
|
};
|
|
745
|
-
protoOf(PlayerTimeoutReason).
|
|
745
|
+
protoOf(PlayerTimeoutReason).f68 = function () {
|
|
746
746
|
return this.tag;
|
|
747
747
|
};
|
|
748
|
-
protoOf(PlayerTimeoutReason).
|
|
748
|
+
protoOf(PlayerTimeoutReason).j68 = function () {
|
|
749
749
|
return PlayerConnectionState_TIMEOUT_getInstance();
|
|
750
750
|
};
|
|
751
751
|
protoOf(PlayerTimeoutReason).se = function () {
|
|
752
|
-
return this.
|
|
752
|
+
return this.l68_1;
|
|
753
753
|
};
|
|
754
754
|
protoOf(PlayerTimeoutReason).te = function () {
|
|
755
755
|
return this.tag;
|
|
756
756
|
};
|
|
757
|
-
protoOf(PlayerTimeoutReason).
|
|
757
|
+
protoOf(PlayerTimeoutReason).k68 = function (playerId, tag) {
|
|
758
758
|
return new PlayerTimeoutReason(playerId, tag);
|
|
759
759
|
};
|
|
760
760
|
protoOf(PlayerTimeoutReason).copy = function (playerId, tag, $super) {
|
|
761
|
-
playerId = playerId === VOID ? this.
|
|
761
|
+
playerId = playerId === VOID ? this.l68_1 : playerId;
|
|
762
762
|
tag = tag === VOID ? this.tag : tag;
|
|
763
|
-
return this.
|
|
763
|
+
return this.k68(playerId, tag);
|
|
764
764
|
};
|
|
765
765
|
protoOf(PlayerTimeoutReason).toString = function () {
|
|
766
|
-
return 'PlayerTimeoutReason(playerId=' + this.
|
|
766
|
+
return 'PlayerTimeoutReason(playerId=' + this.l68_1 + ', tag=' + this.tag + ')';
|
|
767
767
|
};
|
|
768
768
|
protoOf(PlayerTimeoutReason).hashCode = function () {
|
|
769
|
-
var result = getStringHashCode(this.
|
|
769
|
+
var result = getStringHashCode(this.l68_1);
|
|
770
770
|
result = imul(result, 31) + (this.tag == null ? 0 : getStringHashCode(this.tag)) | 0;
|
|
771
771
|
return result;
|
|
772
772
|
};
|
|
@@ -776,7 +776,7 @@
|
|
|
776
776
|
if (!(other instanceof PlayerTimeoutReason))
|
|
777
777
|
return false;
|
|
778
778
|
var tmp0_other_with_cast = other instanceof PlayerTimeoutReason ? other : THROW_CCE();
|
|
779
|
-
if (!(this.
|
|
779
|
+
if (!(this.l68_1 === tmp0_other_with_cast.l68_1))
|
|
780
780
|
return false;
|
|
781
781
|
if (!(this.tag == tmp0_other_with_cast.tag))
|
|
782
782
|
return false;
|
|
@@ -784,29 +784,29 @@
|
|
|
784
784
|
};
|
|
785
785
|
function PlayerExitReason(playerId) {
|
|
786
786
|
TerminationGameReason.call(this);
|
|
787
|
-
this.
|
|
787
|
+
this.m68_1 = playerId;
|
|
788
788
|
}
|
|
789
|
-
protoOf(PlayerExitReason).h68 = function () {
|
|
790
|
-
return this.l68_1;
|
|
791
|
-
};
|
|
792
789
|
protoOf(PlayerExitReason).i68 = function () {
|
|
790
|
+
return this.m68_1;
|
|
791
|
+
};
|
|
792
|
+
protoOf(PlayerExitReason).j68 = function () {
|
|
793
793
|
return PlayerConnectionState_LEFT_getInstance();
|
|
794
794
|
};
|
|
795
795
|
protoOf(PlayerExitReason).se = function () {
|
|
796
|
-
return this.
|
|
796
|
+
return this.m68_1;
|
|
797
797
|
};
|
|
798
|
-
protoOf(PlayerExitReason).
|
|
798
|
+
protoOf(PlayerExitReason).n68 = function (playerId) {
|
|
799
799
|
return new PlayerExitReason(playerId);
|
|
800
800
|
};
|
|
801
801
|
protoOf(PlayerExitReason).copy = function (playerId, $super) {
|
|
802
|
-
playerId = playerId === VOID ? this.
|
|
803
|
-
return this.
|
|
802
|
+
playerId = playerId === VOID ? this.m68_1 : playerId;
|
|
803
|
+
return this.n68(playerId);
|
|
804
804
|
};
|
|
805
805
|
protoOf(PlayerExitReason).toString = function () {
|
|
806
|
-
return 'PlayerExitReason(playerId=' + this.
|
|
806
|
+
return 'PlayerExitReason(playerId=' + this.m68_1 + ')';
|
|
807
807
|
};
|
|
808
808
|
protoOf(PlayerExitReason).hashCode = function () {
|
|
809
|
-
return getStringHashCode(this.
|
|
809
|
+
return getStringHashCode(this.m68_1);
|
|
810
810
|
};
|
|
811
811
|
protoOf(PlayerExitReason).equals = function (other) {
|
|
812
812
|
if (this === other)
|
|
@@ -814,14 +814,14 @@
|
|
|
814
814
|
if (!(other instanceof PlayerExitReason))
|
|
815
815
|
return false;
|
|
816
816
|
var tmp0_other_with_cast = other instanceof PlayerExitReason ? other : THROW_CCE();
|
|
817
|
-
if (!(this.
|
|
817
|
+
if (!(this.m68_1 === tmp0_other_with_cast.m68_1))
|
|
818
818
|
return false;
|
|
819
819
|
return true;
|
|
820
820
|
};
|
|
821
821
|
function FinishPlayerReason() {
|
|
822
822
|
}
|
|
823
823
|
function _get_$cachedSerializer__te6jhj_1($this) {
|
|
824
|
-
return $this.
|
|
824
|
+
return $this.o68_1.u();
|
|
825
825
|
}
|
|
826
826
|
function GameFinishedReason$Reason$Companion$_anonymous__q2gwr5() {
|
|
827
827
|
return createSimpleEnumSerializer('com.logic.data.models.GameFinishedReason.Reason', values());
|
|
@@ -861,7 +861,7 @@
|
|
|
861
861
|
Companion_instance_5 = this;
|
|
862
862
|
var tmp = this;
|
|
863
863
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
864
|
-
tmp.
|
|
864
|
+
tmp.o68_1 = lazy(tmp_0, GameFinishedReason$Reason$Companion$_anonymous__q2gwr5);
|
|
865
865
|
}
|
|
866
866
|
protoOf(Companion_3).w4v = function () {
|
|
867
867
|
return _get_$cachedSerializer__te6jhj_1(this);
|
|
@@ -916,18 +916,18 @@
|
|
|
916
916
|
TerminationGameReason.call(this);
|
|
917
917
|
this.reason = reason;
|
|
918
918
|
}
|
|
919
|
-
protoOf(GameFinishedReason).
|
|
919
|
+
protoOf(GameFinishedReason).r68 = function () {
|
|
920
920
|
return this.reason;
|
|
921
921
|
};
|
|
922
922
|
protoOf(GameFinishedReason).se = function () {
|
|
923
923
|
return this.reason;
|
|
924
924
|
};
|
|
925
|
-
protoOf(GameFinishedReason).
|
|
925
|
+
protoOf(GameFinishedReason).s68 = function (reason) {
|
|
926
926
|
return new GameFinishedReason(reason);
|
|
927
927
|
};
|
|
928
928
|
protoOf(GameFinishedReason).copy = function (reason, $super) {
|
|
929
929
|
reason = reason === VOID ? this.reason : reason;
|
|
930
|
-
return this.
|
|
930
|
+
return this.s68(reason);
|
|
931
931
|
};
|
|
932
932
|
protoOf(GameFinishedReason).toString = function () {
|
|
933
933
|
return 'GameFinishedReason(reason=' + this.reason.toString() + ')';
|
|
@@ -946,7 +946,7 @@
|
|
|
946
946
|
return true;
|
|
947
947
|
};
|
|
948
948
|
function _get_$cachedSerializer__te6jhj_2($this) {
|
|
949
|
-
return $this.
|
|
949
|
+
return $this.t68_1.u();
|
|
950
950
|
}
|
|
951
951
|
function GameErrorReason$Reason$Companion$_anonymous__54sopr() {
|
|
952
952
|
return createSimpleEnumSerializer('com.logic.data.models.GameErrorReason.Reason', values_0());
|
|
@@ -986,7 +986,7 @@
|
|
|
986
986
|
Companion_instance_6 = this;
|
|
987
987
|
var tmp = this;
|
|
988
988
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
989
|
-
tmp.
|
|
989
|
+
tmp.t68_1 = lazy(tmp_0, GameErrorReason$Reason$Companion$_anonymous__54sopr);
|
|
990
990
|
}
|
|
991
991
|
protoOf(Companion_4).w4v = function () {
|
|
992
992
|
return _get_$cachedSerializer__te6jhj_2(this);
|
|
@@ -1041,18 +1041,18 @@
|
|
|
1041
1041
|
TerminationGameReason.call(this);
|
|
1042
1042
|
this.reason = reason;
|
|
1043
1043
|
}
|
|
1044
|
-
protoOf(GameErrorReason).
|
|
1044
|
+
protoOf(GameErrorReason).r68 = function () {
|
|
1045
1045
|
return this.reason;
|
|
1046
1046
|
};
|
|
1047
1047
|
protoOf(GameErrorReason).se = function () {
|
|
1048
1048
|
return this.reason;
|
|
1049
1049
|
};
|
|
1050
|
-
protoOf(GameErrorReason).
|
|
1050
|
+
protoOf(GameErrorReason).w68 = function (reason) {
|
|
1051
1051
|
return new GameErrorReason(reason);
|
|
1052
1052
|
};
|
|
1053
1053
|
protoOf(GameErrorReason).copy = function (reason, $super) {
|
|
1054
1054
|
reason = reason === VOID ? this.reason : reason;
|
|
1055
|
-
return this.
|
|
1055
|
+
return this.w68(reason);
|
|
1056
1056
|
};
|
|
1057
1057
|
protoOf(GameErrorReason).toString = function () {
|
|
1058
1058
|
return 'GameErrorReason(reason=' + this.reason.toString() + ')';
|
|
@@ -1127,33 +1127,33 @@
|
|
|
1127
1127
|
isBot = isBot === VOID ? false : isBot;
|
|
1128
1128
|
initialLuckyFactor = initialLuckyFactor === VOID ? null : initialLuckyFactor;
|
|
1129
1129
|
payload = payload === VOID ? null : payload;
|
|
1130
|
-
this.
|
|
1130
|
+
this.x68_1 = playerId;
|
|
1131
1131
|
this.name = name;
|
|
1132
1132
|
this.avatarUrl = avatarUrl;
|
|
1133
1133
|
this.isBot = isBot;
|
|
1134
1134
|
this.initialLuckyFactor = initialLuckyFactor;
|
|
1135
1135
|
this.payload = payload;
|
|
1136
1136
|
}
|
|
1137
|
-
protoOf(GameUserInfo).
|
|
1138
|
-
return this.
|
|
1137
|
+
protoOf(GameUserInfo).i68 = function () {
|
|
1138
|
+
return this.x68_1;
|
|
1139
1139
|
};
|
|
1140
1140
|
protoOf(GameUserInfo).p2 = function () {
|
|
1141
1141
|
return this.name;
|
|
1142
1142
|
};
|
|
1143
|
-
protoOf(GameUserInfo).
|
|
1143
|
+
protoOf(GameUserInfo).y68 = function () {
|
|
1144
1144
|
return this.avatarUrl;
|
|
1145
1145
|
};
|
|
1146
|
-
protoOf(GameUserInfo).
|
|
1146
|
+
protoOf(GameUserInfo).z68 = function () {
|
|
1147
1147
|
return this.isBot;
|
|
1148
1148
|
};
|
|
1149
|
-
protoOf(GameUserInfo).
|
|
1149
|
+
protoOf(GameUserInfo).a69 = function () {
|
|
1150
1150
|
return this.initialLuckyFactor;
|
|
1151
1151
|
};
|
|
1152
|
-
protoOf(GameUserInfo).
|
|
1152
|
+
protoOf(GameUserInfo).b69 = function () {
|
|
1153
1153
|
return this.payload;
|
|
1154
1154
|
};
|
|
1155
1155
|
protoOf(GameUserInfo).toString = function () {
|
|
1156
|
-
var tmp = 'playerId=' + this.
|
|
1156
|
+
var tmp = 'playerId=' + this.x68_1;
|
|
1157
1157
|
var tmp_0 = 'name=' + this.name;
|
|
1158
1158
|
// Inline function 'kotlin.takeIf' call
|
|
1159
1159
|
var this_0 = 'avatarUrl=' + this.avatarUrl;
|
|
@@ -1202,7 +1202,7 @@
|
|
|
1202
1202
|
return 'GameUserInfo(' + joinToString(listOfNotNull([tmp, tmp_0, tmp_2, tmp_4, tmp_6, tmp$ret$7])) + ')';
|
|
1203
1203
|
};
|
|
1204
1204
|
protoOf(GameUserInfo).se = function () {
|
|
1205
|
-
return this.
|
|
1205
|
+
return this.x68_1;
|
|
1206
1206
|
};
|
|
1207
1207
|
protoOf(GameUserInfo).te = function () {
|
|
1208
1208
|
return this.name;
|
|
@@ -1210,29 +1210,29 @@
|
|
|
1210
1210
|
protoOf(GameUserInfo).ik = function () {
|
|
1211
1211
|
return this.avatarUrl;
|
|
1212
1212
|
};
|
|
1213
|
-
protoOf(GameUserInfo).
|
|
1213
|
+
protoOf(GameUserInfo).w5l = function () {
|
|
1214
1214
|
return this.isBot;
|
|
1215
1215
|
};
|
|
1216
|
-
protoOf(GameUserInfo).
|
|
1216
|
+
protoOf(GameUserInfo).c69 = function () {
|
|
1217
1217
|
return this.initialLuckyFactor;
|
|
1218
1218
|
};
|
|
1219
|
-
protoOf(GameUserInfo).
|
|
1219
|
+
protoOf(GameUserInfo).d69 = function () {
|
|
1220
1220
|
return this.payload;
|
|
1221
1221
|
};
|
|
1222
|
-
protoOf(GameUserInfo).
|
|
1222
|
+
protoOf(GameUserInfo).e69 = function (playerId, name, avatarUrl, isBot, initialLuckyFactor, payload) {
|
|
1223
1223
|
return new GameUserInfo(playerId, name, avatarUrl, isBot, initialLuckyFactor, payload);
|
|
1224
1224
|
};
|
|
1225
1225
|
protoOf(GameUserInfo).copy = function (playerId, name, avatarUrl, isBot, initialLuckyFactor, payload, $super) {
|
|
1226
|
-
playerId = playerId === VOID ? this.
|
|
1226
|
+
playerId = playerId === VOID ? this.x68_1 : playerId;
|
|
1227
1227
|
name = name === VOID ? this.name : name;
|
|
1228
1228
|
avatarUrl = avatarUrl === VOID ? this.avatarUrl : avatarUrl;
|
|
1229
1229
|
isBot = isBot === VOID ? this.isBot : isBot;
|
|
1230
1230
|
initialLuckyFactor = initialLuckyFactor === VOID ? this.initialLuckyFactor : initialLuckyFactor;
|
|
1231
1231
|
payload = payload === VOID ? this.payload : payload;
|
|
1232
|
-
return this.
|
|
1232
|
+
return this.e69(playerId, name, avatarUrl, isBot, initialLuckyFactor, payload);
|
|
1233
1233
|
};
|
|
1234
1234
|
protoOf(GameUserInfo).hashCode = function () {
|
|
1235
|
-
var result = getStringHashCode(this.
|
|
1235
|
+
var result = getStringHashCode(this.x68_1);
|
|
1236
1236
|
result = imul(result, 31) + getStringHashCode(this.name) | 0;
|
|
1237
1237
|
result = imul(result, 31) + (this.avatarUrl == null ? 0 : getStringHashCode(this.avatarUrl)) | 0;
|
|
1238
1238
|
result = imul(result, 31) + getBooleanHashCode(this.isBot) | 0;
|
|
@@ -1246,7 +1246,7 @@
|
|
|
1246
1246
|
if (!(other instanceof GameUserInfo))
|
|
1247
1247
|
return false;
|
|
1248
1248
|
var tmp0_other_with_cast = other instanceof GameUserInfo ? other : THROW_CCE();
|
|
1249
|
-
if (!(this.
|
|
1249
|
+
if (!(this.x68_1 === tmp0_other_with_cast.x68_1))
|
|
1250
1250
|
return false;
|
|
1251
1251
|
if (!(this.name === tmp0_other_with_cast.name))
|
|
1252
1252
|
return false;
|
|
@@ -1326,18 +1326,18 @@
|
|
|
1326
1326
|
return destination;
|
|
1327
1327
|
}
|
|
1328
1328
|
function PlayerIndex(playerId, index) {
|
|
1329
|
-
this.
|
|
1330
|
-
this.
|
|
1329
|
+
this.h69_1 = playerId;
|
|
1330
|
+
this.i69_1 = index;
|
|
1331
1331
|
}
|
|
1332
|
-
protoOf(PlayerIndex).
|
|
1333
|
-
return this.
|
|
1332
|
+
protoOf(PlayerIndex).i68 = function () {
|
|
1333
|
+
return this.h69_1;
|
|
1334
1334
|
};
|
|
1335
1335
|
protoOf(PlayerIndex).toString = function () {
|
|
1336
|
-
return 'PlayerIndex(playerId=' + this.
|
|
1336
|
+
return 'PlayerIndex(playerId=' + this.h69_1 + ', index=' + this.i69_1 + ')';
|
|
1337
1337
|
};
|
|
1338
1338
|
protoOf(PlayerIndex).hashCode = function () {
|
|
1339
|
-
var result = getStringHashCode(this.
|
|
1340
|
-
result = imul(result, 31) + this.
|
|
1339
|
+
var result = getStringHashCode(this.h69_1);
|
|
1340
|
+
result = imul(result, 31) + this.i69_1 | 0;
|
|
1341
1341
|
return result;
|
|
1342
1342
|
};
|
|
1343
1343
|
protoOf(PlayerIndex).equals = function (other) {
|
|
@@ -1346,10 +1346,10 @@
|
|
|
1346
1346
|
if (!(other instanceof PlayerIndex))
|
|
1347
1347
|
return false;
|
|
1348
1348
|
var tmp0_other_with_cast = other instanceof PlayerIndex ? other : THROW_CCE();
|
|
1349
|
-
if (!(this.g69_1 === tmp0_other_with_cast.g69_1))
|
|
1350
|
-
return false;
|
|
1351
1349
|
if (!(this.h69_1 === tmp0_other_with_cast.h69_1))
|
|
1352
1350
|
return false;
|
|
1351
|
+
if (!(this.i69_1 === tmp0_other_with_cast.i69_1))
|
|
1352
|
+
return false;
|
|
1353
1353
|
return true;
|
|
1354
1354
|
};
|
|
1355
1355
|
function filterByPlayerId(_this__u8e3s4, id) {
|
|
@@ -1368,28 +1368,28 @@
|
|
|
1368
1368
|
return destination;
|
|
1369
1369
|
}
|
|
1370
1370
|
function PlayerIdOrderComparator(players) {
|
|
1371
|
-
this.
|
|
1371
|
+
this.j69_1 = players;
|
|
1372
1372
|
}
|
|
1373
|
-
protoOf(PlayerIdOrderComparator).
|
|
1374
|
-
var indexA = this.
|
|
1375
|
-
var indexB = this.
|
|
1373
|
+
protoOf(PlayerIdOrderComparator).k69 = function (a, b) {
|
|
1374
|
+
var indexA = this.j69_1.u1(a);
|
|
1375
|
+
var indexB = this.j69_1.u1(b);
|
|
1376
1376
|
return compareTo(indexA, indexB);
|
|
1377
1377
|
};
|
|
1378
1378
|
protoOf(PlayerIdOrderComparator).compare = function (a, b) {
|
|
1379
1379
|
var tmp = (!(a == null) ? typeof a === 'string' : false) ? a : THROW_CCE();
|
|
1380
|
-
return this.
|
|
1380
|
+
return this.k69(tmp, (!(b == null) ? typeof b === 'string' : false) ? b : THROW_CCE());
|
|
1381
1381
|
};
|
|
1382
1382
|
function PlayerIdContractOrderComparator(players) {
|
|
1383
|
-
this.
|
|
1383
|
+
this.l69_1 = players;
|
|
1384
1384
|
}
|
|
1385
|
-
protoOf(PlayerIdContractOrderComparator).
|
|
1386
|
-
var indexA = this.
|
|
1387
|
-
var indexB = this.
|
|
1385
|
+
protoOf(PlayerIdContractOrderComparator).m69 = function (a, b) {
|
|
1386
|
+
var indexA = this.l69_1.u1(a.playerId);
|
|
1387
|
+
var indexB = this.l69_1.u1(b.playerId);
|
|
1388
1388
|
return compareTo(indexA, indexB);
|
|
1389
1389
|
};
|
|
1390
1390
|
protoOf(PlayerIdContractOrderComparator).compare = function (a, b) {
|
|
1391
1391
|
var tmp = (!(a == null) ? isInterface(a, PlayerIdContract) : false) ? a : THROW_CCE();
|
|
1392
|
-
return this.
|
|
1392
|
+
return this.m69(tmp, (!(b == null) ? isInterface(b, PlayerIdContract) : false) ? b : THROW_CCE());
|
|
1393
1393
|
};
|
|
1394
1394
|
function previousPlayerId(_this__u8e3s4, playerId) {
|
|
1395
1395
|
_init_properties_Player_kt__qi83pd();
|
|
@@ -1410,7 +1410,7 @@
|
|
|
1410
1410
|
}
|
|
1411
1411
|
function playerTurnPredicate$lambda(p1) {
|
|
1412
1412
|
_init_properties_Player_kt__qi83pd();
|
|
1413
|
-
return p1.
|
|
1413
|
+
return p1.f69().u69();
|
|
1414
1414
|
}
|
|
1415
1415
|
var properties_initialized_Player_kt_56shkt;
|
|
1416
1416
|
function _init_properties_Player_kt__qi83pd() {
|
|
@@ -1421,25 +1421,28 @@
|
|
|
1421
1421
|
}
|
|
1422
1422
|
}
|
|
1423
1423
|
function Companion_5() {
|
|
1424
|
-
this.
|
|
1424
|
+
this.v69_1 = 75;
|
|
1425
1425
|
}
|
|
1426
|
-
protoOf(Companion_5).
|
|
1426
|
+
protoOf(Companion_5).w69 = function (state, timeout) {
|
|
1427
|
+
return new PlayerConnection(state, System_instance.v54().l5k(timeout));
|
|
1428
|
+
};
|
|
1429
|
+
protoOf(Companion_5).x69 = function (_this__u8e3s4) {
|
|
1427
1430
|
if (_this__u8e3s4 == null) {
|
|
1428
1431
|
return new PlayerConnection(PlayerConnectionState_LIVE_getInstance(), System_instance.v54());
|
|
1429
1432
|
}
|
|
1430
1433
|
var tmp;
|
|
1431
|
-
if (_this__u8e3s4.
|
|
1432
|
-
tmp = _this__u8e3s4.
|
|
1434
|
+
if (_this__u8e3s4.y69_1.isLive) {
|
|
1435
|
+
tmp = _this__u8e3s4.d6a(VOID, System_instance.v54());
|
|
1433
1436
|
} else {
|
|
1434
|
-
tmp = _this__u8e3s4.
|
|
1437
|
+
tmp = _this__u8e3s4.c6a(PlayerConnectionState_LIVE_getInstance(), System_instance.v54(), Duration__plus_impl_yu9v8f(_this__u8e3s4.a6a_1, _this__u8e3s4.b6a()));
|
|
1435
1438
|
}
|
|
1436
1439
|
return tmp;
|
|
1437
1440
|
};
|
|
1438
|
-
protoOf(Companion_5).
|
|
1441
|
+
protoOf(Companion_5).e6a = function (_this__u8e3s4, state) {
|
|
1439
1442
|
if (_this__u8e3s4 == null) {
|
|
1440
1443
|
return new PlayerConnection(state, System_instance.v54());
|
|
1441
1444
|
}
|
|
1442
|
-
return _this__u8e3s4.
|
|
1445
|
+
return _this__u8e3s4.d6a(state, System_instance.v54());
|
|
1443
1446
|
};
|
|
1444
1447
|
var Companion_instance_7;
|
|
1445
1448
|
function Companion_getInstance_7() {
|
|
@@ -1448,54 +1451,54 @@
|
|
|
1448
1451
|
function PlayerConnection(state, connectionChangedTime, notLiveDurationRecord) {
|
|
1449
1452
|
connectionChangedTime = connectionChangedTime === VOID ? System_instance.v54() : connectionChangedTime;
|
|
1450
1453
|
notLiveDurationRecord = notLiveDurationRecord === VOID ? Companion_getInstance().mj_1 : notLiveDurationRecord;
|
|
1451
|
-
this.
|
|
1452
|
-
this.
|
|
1453
|
-
this.
|
|
1454
|
+
this.y69_1 = state;
|
|
1455
|
+
this.z69_1 = connectionChangedTime;
|
|
1456
|
+
this.a6a_1 = notLiveDurationRecord;
|
|
1454
1457
|
}
|
|
1455
|
-
protoOf(PlayerConnection).
|
|
1456
|
-
return System_instance.v54().m5k(this.
|
|
1458
|
+
protoOf(PlayerConnection).b6a = function () {
|
|
1459
|
+
return System_instance.v54().m5k(this.z69_1);
|
|
1457
1460
|
};
|
|
1458
|
-
protoOf(PlayerConnection).
|
|
1461
|
+
protoOf(PlayerConnection).f6a = function () {
|
|
1459
1462
|
var tmp;
|
|
1460
|
-
if (this.
|
|
1461
|
-
tmp = this.
|
|
1463
|
+
if (this.y69_1.isLive) {
|
|
1464
|
+
tmp = this.a6a_1;
|
|
1462
1465
|
} else {
|
|
1463
|
-
tmp = Duration__plus_impl_yu9v8f(this.
|
|
1466
|
+
tmp = Duration__plus_impl_yu9v8f(this.a6a_1, this.b6a());
|
|
1464
1467
|
}
|
|
1465
1468
|
return tmp;
|
|
1466
1469
|
};
|
|
1467
|
-
protoOf(PlayerConnection).
|
|
1470
|
+
protoOf(PlayerConnection).g6a = function (gameDuration) {
|
|
1468
1471
|
// Inline function 'kotlin.Long.div' call
|
|
1469
1472
|
var percent = _Duration___get_inWholeMilliseconds__impl__msfiry(gameDuration).n3() / 100.0;
|
|
1470
1473
|
// Inline function 'kotlin.math.round' call
|
|
1471
1474
|
// Inline function 'kotlin.Long.div' call
|
|
1472
|
-
var x = _Duration___get_inWholeMilliseconds__impl__msfiry(this.
|
|
1475
|
+
var x = _Duration___get_inWholeMilliseconds__impl__msfiry(this.f6a()).n3() / percent;
|
|
1473
1476
|
var tmp$ret$2 = round(x);
|
|
1474
1477
|
return numberToInt(tmp$ret$2);
|
|
1475
1478
|
};
|
|
1476
|
-
protoOf(PlayerConnection).
|
|
1477
|
-
return 100 - this.
|
|
1479
|
+
protoOf(PlayerConnection).h6a = function (gameDuration) {
|
|
1480
|
+
return 100 - this.g6a(gameDuration) | 0;
|
|
1478
1481
|
};
|
|
1479
|
-
protoOf(PlayerConnection).
|
|
1480
|
-
var percentage = this.
|
|
1482
|
+
protoOf(PlayerConnection).i6a = function (gameDuration) {
|
|
1483
|
+
var percentage = this.h6a(gameDuration);
|
|
1481
1484
|
return percentage >= 75;
|
|
1482
1485
|
};
|
|
1483
|
-
protoOf(PlayerConnection).
|
|
1486
|
+
protoOf(PlayerConnection).c6a = function (state, connectionChangedTime, notLiveDurationRecord) {
|
|
1484
1487
|
return new PlayerConnection(state, connectionChangedTime, notLiveDurationRecord);
|
|
1485
1488
|
};
|
|
1486
|
-
protoOf(PlayerConnection).
|
|
1487
|
-
state = state === VOID ? this.
|
|
1488
|
-
connectionChangedTime = connectionChangedTime === VOID ? this.
|
|
1489
|
-
notLiveDurationRecord = notLiveDurationRecord === VOID ? this.
|
|
1490
|
-
return $super === VOID ? this.
|
|
1489
|
+
protoOf(PlayerConnection).d6a = function (state, connectionChangedTime, notLiveDurationRecord, $super) {
|
|
1490
|
+
state = state === VOID ? this.y69_1 : state;
|
|
1491
|
+
connectionChangedTime = connectionChangedTime === VOID ? this.z69_1 : connectionChangedTime;
|
|
1492
|
+
notLiveDurationRecord = notLiveDurationRecord === VOID ? this.a6a_1 : notLiveDurationRecord;
|
|
1493
|
+
return $super === VOID ? this.c6a(state, connectionChangedTime, notLiveDurationRecord) : $super.c6a.call(this, state, connectionChangedTime, new Duration(notLiveDurationRecord));
|
|
1491
1494
|
};
|
|
1492
1495
|
protoOf(PlayerConnection).toString = function () {
|
|
1493
|
-
return 'PlayerConnection(state=' + this.
|
|
1496
|
+
return 'PlayerConnection(state=' + this.y69_1.toString() + ', connectionChangedTime=' + this.z69_1.toString() + ', notLiveDurationRecord=' + Duration__toString_impl_8d916b(this.a6a_1) + ')';
|
|
1494
1497
|
};
|
|
1495
1498
|
protoOf(PlayerConnection).hashCode = function () {
|
|
1496
|
-
var result = this.
|
|
1497
|
-
result = imul(result, 31) + this.
|
|
1498
|
-
result = imul(result, 31) + Duration__hashCode_impl_u4exz6(this.
|
|
1499
|
+
var result = this.y69_1.hashCode();
|
|
1500
|
+
result = imul(result, 31) + this.z69_1.hashCode() | 0;
|
|
1501
|
+
result = imul(result, 31) + Duration__hashCode_impl_u4exz6(this.a6a_1) | 0;
|
|
1499
1502
|
return result;
|
|
1500
1503
|
};
|
|
1501
1504
|
protoOf(PlayerConnection).equals = function (other) {
|
|
@@ -1504,16 +1507,16 @@
|
|
|
1504
1507
|
if (!(other instanceof PlayerConnection))
|
|
1505
1508
|
return false;
|
|
1506
1509
|
var tmp0_other_with_cast = other instanceof PlayerConnection ? other : THROW_CCE();
|
|
1507
|
-
if (!this.
|
|
1510
|
+
if (!this.y69_1.equals(tmp0_other_with_cast.y69_1))
|
|
1508
1511
|
return false;
|
|
1509
|
-
if (!this.
|
|
1512
|
+
if (!this.z69_1.equals(tmp0_other_with_cast.z69_1))
|
|
1510
1513
|
return false;
|
|
1511
|
-
if (!equals(this.
|
|
1514
|
+
if (!equals(this.a6a_1, tmp0_other_with_cast.a6a_1))
|
|
1512
1515
|
return false;
|
|
1513
1516
|
return true;
|
|
1514
1517
|
};
|
|
1515
1518
|
function _get_$cachedSerializer__te6jhj_3($this) {
|
|
1516
|
-
return $this.
|
|
1519
|
+
return $this.j6a_1.u();
|
|
1517
1520
|
}
|
|
1518
1521
|
function PlayerConnectionState$Companion$_anonymous__8wfaw3() {
|
|
1519
1522
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerConnectionState', values_1());
|
|
@@ -1551,7 +1554,7 @@
|
|
|
1551
1554
|
Companion_instance_8 = this;
|
|
1552
1555
|
var tmp = this;
|
|
1553
1556
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1554
|
-
tmp.
|
|
1557
|
+
tmp.j6a_1 = lazy(tmp_0, PlayerConnectionState$Companion$_anonymous__8wfaw3);
|
|
1555
1558
|
}
|
|
1556
1559
|
protoOf(Companion_6).w4v = function () {
|
|
1557
1560
|
return _get_$cachedSerializer__te6jhj_3(this);
|
|
@@ -1582,34 +1585,34 @@
|
|
|
1582
1585
|
function PlayerConnectionState(name, ordinal) {
|
|
1583
1586
|
Enum.call(this, name, ordinal);
|
|
1584
1587
|
}
|
|
1585
|
-
protoOf(PlayerConnectionState).
|
|
1588
|
+
protoOf(PlayerConnectionState).m6a = function () {
|
|
1586
1589
|
return this.equals(PlayerConnectionState_LIVE_getInstance());
|
|
1587
1590
|
};
|
|
1588
|
-
protoOf(PlayerConnectionState).
|
|
1591
|
+
protoOf(PlayerConnectionState).n6a = function () {
|
|
1589
1592
|
return this.equals(PlayerConnectionState_TIMEOUT_getInstance());
|
|
1590
1593
|
};
|
|
1591
|
-
protoOf(PlayerConnectionState).
|
|
1594
|
+
protoOf(PlayerConnectionState).o6a = function () {
|
|
1592
1595
|
return this.equals(PlayerConnectionState_LOST_CONNECTION_getInstance());
|
|
1593
1596
|
};
|
|
1594
|
-
protoOf(PlayerConnectionState).
|
|
1597
|
+
protoOf(PlayerConnectionState).p6a = function () {
|
|
1595
1598
|
return this.equals(PlayerConnectionState_LEFT_getInstance());
|
|
1596
1599
|
};
|
|
1597
|
-
protoOf(PlayerConnectionState).
|
|
1600
|
+
protoOf(PlayerConnectionState).q6a = function () {
|
|
1598
1601
|
return this.equals(PlayerConnectionState_DELETED_getInstance());
|
|
1599
1602
|
};
|
|
1600
|
-
protoOf(PlayerConnectionState).
|
|
1603
|
+
protoOf(PlayerConnectionState).r6a = function () {
|
|
1601
1604
|
return this.equals(PlayerConnectionState_DISCONNECTING_getInstance());
|
|
1602
1605
|
};
|
|
1603
|
-
protoOf(PlayerConnectionState).
|
|
1606
|
+
protoOf(PlayerConnectionState).s6a = function () {
|
|
1604
1607
|
return this.isDisconnected || this.isDeleted;
|
|
1605
1608
|
};
|
|
1606
|
-
protoOf(PlayerConnectionState).
|
|
1609
|
+
protoOf(PlayerConnectionState).t6a = function () {
|
|
1607
1610
|
return this.isTimeOut || this.isLostConnection || this.isLeft;
|
|
1608
1611
|
};
|
|
1609
|
-
protoOf(PlayerConnectionState).
|
|
1612
|
+
protoOf(PlayerConnectionState).u6a = function () {
|
|
1610
1613
|
return this.isTimeOut || this.isLeft || this.isDeleted;
|
|
1611
1614
|
};
|
|
1612
|
-
protoOf(PlayerConnectionState).
|
|
1615
|
+
protoOf(PlayerConnectionState).v6a = function () {
|
|
1613
1616
|
return this.isLostConnection;
|
|
1614
1617
|
};
|
|
1615
1618
|
function PlayerConnectionState_LIVE_getInstance() {
|
|
@@ -1637,7 +1640,7 @@
|
|
|
1637
1640
|
return PlayerConnectionState_DELETED_instance;
|
|
1638
1641
|
}
|
|
1639
1642
|
function _get_$cachedSerializer__te6jhj_4($this) {
|
|
1640
|
-
return $this.
|
|
1643
|
+
return $this.w6a_1.u();
|
|
1641
1644
|
}
|
|
1642
1645
|
function PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2() {
|
|
1643
1646
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerState.PlayerWaitingState', values_2());
|
|
@@ -1652,7 +1655,7 @@
|
|
|
1652
1655
|
Companion_instance_9 = this;
|
|
1653
1656
|
var tmp = this;
|
|
1654
1657
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1655
|
-
tmp.
|
|
1658
|
+
tmp.w6a_1 = lazy(tmp_0, PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2);
|
|
1656
1659
|
}
|
|
1657
1660
|
protoOf(Companion_7).w4v = function () {
|
|
1658
1661
|
return _get_$cachedSerializer__te6jhj_4(this);
|
|
@@ -1680,28 +1683,28 @@
|
|
|
1680
1683
|
function PlayerWaitingState(name, ordinal) {
|
|
1681
1684
|
Enum.call(this, name, ordinal);
|
|
1682
1685
|
}
|
|
1683
|
-
protoOf(PlayerWaitingState).
|
|
1684
|
-
return this.
|
|
1686
|
+
protoOf(PlayerWaitingState).u69 = function () {
|
|
1687
|
+
return this.z6a() || this.a6b();
|
|
1685
1688
|
};
|
|
1686
|
-
protoOf(PlayerWaitingState).
|
|
1689
|
+
protoOf(PlayerWaitingState).z6a = function () {
|
|
1687
1690
|
return this.equals(PlayerWaitingState_IN_PROGRESS_getInstance());
|
|
1688
1691
|
};
|
|
1689
|
-
protoOf(PlayerWaitingState).
|
|
1692
|
+
protoOf(PlayerWaitingState).a6b = function () {
|
|
1690
1693
|
return this.equals(PlayerWaitingState_IN_PROGRESS_ATTENTION_MODE_getInstance());
|
|
1691
1694
|
};
|
|
1692
1695
|
function Companion_8() {
|
|
1693
1696
|
}
|
|
1694
|
-
protoOf(Companion_8).
|
|
1697
|
+
protoOf(Companion_8).b6b = function (connection) {
|
|
1695
1698
|
var tmp0_state = PlayerWaitingState_IDLE_getInstance();
|
|
1696
1699
|
return new PlayerState(null, null, null, tmp0_state, false, null, connection);
|
|
1697
1700
|
};
|
|
1698
|
-
protoOf(Companion_8).
|
|
1699
|
-
return _this__u8e3s4.
|
|
1701
|
+
protoOf(Companion_8).c6b = function (_this__u8e3s4) {
|
|
1702
|
+
return _this__u8e3s4.d6b(null, null, VOID, PlayerWaitingState_IDLE_getInstance(), VOID, null);
|
|
1700
1703
|
};
|
|
1701
|
-
protoOf(Companion_8).
|
|
1704
|
+
protoOf(Companion_8).e6b = function (_this__u8e3s4, playerTurnTimeout, tag) {
|
|
1702
1705
|
var tmp0_startFromTime = System_instance.v54();
|
|
1703
1706
|
var tmp1_state = PlayerWaitingState_IN_PROGRESS_getInstance();
|
|
1704
|
-
return _this__u8e3s4.
|
|
1707
|
+
return _this__u8e3s4.d6b(tmp0_startFromTime, playerTurnTimeout, VOID, tmp1_state, false, tag);
|
|
1705
1708
|
};
|
|
1706
1709
|
var Companion_instance_10;
|
|
1707
1710
|
function Companion_getInstance_10() {
|
|
@@ -1722,17 +1725,17 @@
|
|
|
1722
1725
|
function PlayerState(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) {
|
|
1723
1726
|
tag = tag === VOID ? null : tag;
|
|
1724
1727
|
connection = connection === VOID ? null : connection;
|
|
1725
|
-
this.
|
|
1726
|
-
this.
|
|
1727
|
-
this.
|
|
1728
|
-
this.
|
|
1729
|
-
this.
|
|
1730
|
-
this.
|
|
1731
|
-
this.
|
|
1732
|
-
}
|
|
1733
|
-
protoOf(PlayerState).
|
|
1728
|
+
this.n69_1 = startFromTime;
|
|
1729
|
+
this.o69_1 = playerTurnTimeout;
|
|
1730
|
+
this.p69_1 = waitPlayerUntilTime;
|
|
1731
|
+
this.q69_1 = state;
|
|
1732
|
+
this.r69_1 = ready;
|
|
1733
|
+
this.s69_1 = tag;
|
|
1734
|
+
this.t69_1 = connection;
|
|
1735
|
+
}
|
|
1736
|
+
protoOf(PlayerState).f6b = function () {
|
|
1734
1737
|
// Inline function 'kotlin.requireNotNull' call
|
|
1735
|
-
var value = this.
|
|
1738
|
+
var value = this.t69_1;
|
|
1736
1739
|
// Inline function 'kotlin.contracts.contract' call
|
|
1737
1740
|
var tmp$ret$1;
|
|
1738
1741
|
$l$block: {
|
|
@@ -1749,9 +1752,9 @@
|
|
|
1749
1752
|
}
|
|
1750
1753
|
return tmp$ret$1;
|
|
1751
1754
|
};
|
|
1752
|
-
protoOf(PlayerState).
|
|
1755
|
+
protoOf(PlayerState).g6b = function () {
|
|
1753
1756
|
// Inline function 'kotlin.requireNotNull' call
|
|
1754
|
-
var value = this.
|
|
1757
|
+
var value = this.s69_1;
|
|
1755
1758
|
// Inline function 'kotlin.contracts.contract' call
|
|
1756
1759
|
var tmp$ret$1;
|
|
1757
1760
|
$l$block: {
|
|
@@ -1768,73 +1771,73 @@
|
|
|
1768
1771
|
}
|
|
1769
1772
|
return tmp$ret$1;
|
|
1770
1773
|
};
|
|
1771
|
-
protoOf(PlayerState).
|
|
1772
|
-
var tmp0_elvis_lhs = this.
|
|
1774
|
+
protoOf(PlayerState).h6b = function () {
|
|
1775
|
+
var tmp0_elvis_lhs = this.s69_1;
|
|
1773
1776
|
return tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
1774
1777
|
};
|
|
1775
1778
|
protoOf(PlayerState).toString = function () {
|
|
1776
1779
|
// Inline function 'kotlin.takeIf' call
|
|
1777
|
-
var this_0 = 'startFromTime=' + toString(this.
|
|
1780
|
+
var this_0 = 'startFromTime=' + toString(this.n69_1);
|
|
1778
1781
|
// Inline function 'kotlin.contracts.contract' call
|
|
1779
1782
|
var tmp;
|
|
1780
1783
|
// Inline function 'com.logic.data.models.player.PlayerState.toString.<anonymous>' call
|
|
1781
|
-
if (!(this.
|
|
1784
|
+
if (!(this.n69_1 == null)) {
|
|
1782
1785
|
tmp = this_0;
|
|
1783
1786
|
} else {
|
|
1784
1787
|
tmp = null;
|
|
1785
1788
|
}
|
|
1786
1789
|
var tmp_0 = tmp;
|
|
1787
1790
|
// Inline function 'kotlin.takeIf' call
|
|
1788
|
-
var this_1 = 'playerTurnTimeout=' + toString(this.
|
|
1791
|
+
var this_1 = 'playerTurnTimeout=' + toString(this.o69_1);
|
|
1789
1792
|
// Inline function 'kotlin.contracts.contract' call
|
|
1790
1793
|
var tmp_1;
|
|
1791
1794
|
// Inline function 'com.logic.data.models.player.PlayerState.toString.<anonymous>' call
|
|
1792
|
-
if (!(this.
|
|
1795
|
+
if (!(this.o69_1 == null)) {
|
|
1793
1796
|
tmp_1 = this_1;
|
|
1794
1797
|
} else {
|
|
1795
1798
|
tmp_1 = null;
|
|
1796
1799
|
}
|
|
1797
1800
|
var tmp_2 = tmp_1;
|
|
1798
1801
|
// Inline function 'kotlin.takeIf' call
|
|
1799
|
-
var this_2 = 'waitPlayerUntilTime=' + toString(this.
|
|
1802
|
+
var this_2 = 'waitPlayerUntilTime=' + toString(this.p69_1);
|
|
1800
1803
|
// Inline function 'kotlin.contracts.contract' call
|
|
1801
1804
|
var tmp_3;
|
|
1802
1805
|
// Inline function 'com.logic.data.models.player.PlayerState.toString.<anonymous>' call
|
|
1803
|
-
if (!(this.
|
|
1806
|
+
if (!(this.p69_1 == null)) {
|
|
1804
1807
|
tmp_3 = this_2;
|
|
1805
1808
|
} else {
|
|
1806
1809
|
tmp_3 = null;
|
|
1807
1810
|
}
|
|
1808
1811
|
var tmp_4 = tmp_3;
|
|
1809
|
-
var tmp_5 = 'state=' + this.
|
|
1812
|
+
var tmp_5 = 'state=' + this.q69_1.toString();
|
|
1810
1813
|
// Inline function 'kotlin.takeIf' call
|
|
1811
|
-
var this_3 = 'ready=' + this.
|
|
1814
|
+
var this_3 = 'ready=' + this.r69_1;
|
|
1812
1815
|
// Inline function 'kotlin.contracts.contract' call
|
|
1813
1816
|
var tmp_6;
|
|
1814
1817
|
// Inline function 'com.logic.data.models.player.PlayerState.toString.<anonymous>' call
|
|
1815
|
-
if (this.
|
|
1818
|
+
if (this.r69_1) {
|
|
1816
1819
|
tmp_6 = this_3;
|
|
1817
1820
|
} else {
|
|
1818
1821
|
tmp_6 = null;
|
|
1819
1822
|
}
|
|
1820
1823
|
var tmp_7 = tmp_6;
|
|
1821
1824
|
// Inline function 'kotlin.takeIf' call
|
|
1822
|
-
var this_4 = 'tag=' + this.
|
|
1825
|
+
var this_4 = 'tag=' + this.s69_1;
|
|
1823
1826
|
// Inline function 'kotlin.contracts.contract' call
|
|
1824
1827
|
var tmp_8;
|
|
1825
1828
|
// Inline function 'com.logic.data.models.player.PlayerState.toString.<anonymous>' call
|
|
1826
|
-
if (!(this.
|
|
1829
|
+
if (!(this.s69_1 == null)) {
|
|
1827
1830
|
tmp_8 = this_4;
|
|
1828
1831
|
} else {
|
|
1829
1832
|
tmp_8 = null;
|
|
1830
1833
|
}
|
|
1831
1834
|
var tmp_9 = tmp_8;
|
|
1832
1835
|
// Inline function 'kotlin.takeIf' call
|
|
1833
|
-
var this_5 = 'connection=' + toString(this.
|
|
1836
|
+
var this_5 = 'connection=' + toString(this.t69_1);
|
|
1834
1837
|
// Inline function 'kotlin.contracts.contract' call
|
|
1835
1838
|
var tmp_10;
|
|
1836
1839
|
// Inline function 'com.logic.data.models.player.PlayerState.toString.<anonymous>' call
|
|
1837
|
-
if (!(this.
|
|
1840
|
+
if (!(this.t69_1 == null)) {
|
|
1838
1841
|
tmp_10 = this_5;
|
|
1839
1842
|
} else {
|
|
1840
1843
|
tmp_10 = null;
|
|
@@ -1842,30 +1845,30 @@
|
|
|
1842
1845
|
var tmp$ret$11 = tmp_10;
|
|
1843
1846
|
return 'PlayerState(' + joinToString(listOfNotNull([tmp_0, tmp_2, tmp_4, tmp_5, tmp_7, tmp_9, tmp$ret$11])) + ')';
|
|
1844
1847
|
};
|
|
1845
|
-
protoOf(PlayerState).
|
|
1846
|
-
return this.
|
|
1848
|
+
protoOf(PlayerState).u69 = function () {
|
|
1849
|
+
return this.q69_1.u69();
|
|
1847
1850
|
};
|
|
1848
|
-
protoOf(PlayerState).
|
|
1851
|
+
protoOf(PlayerState).i6b = function (startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) {
|
|
1849
1852
|
return new PlayerState(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection);
|
|
1850
1853
|
};
|
|
1851
|
-
protoOf(PlayerState).
|
|
1852
|
-
startFromTime = startFromTime === VOID ? this.
|
|
1853
|
-
playerTurnTimeout = playerTurnTimeout === VOID ? this.
|
|
1854
|
-
waitPlayerUntilTime = waitPlayerUntilTime === VOID ? this.
|
|
1855
|
-
state = state === VOID ? this.
|
|
1856
|
-
ready = ready === VOID ? this.
|
|
1857
|
-
tag = tag === VOID ? this.
|
|
1858
|
-
connection = connection === VOID ? this.
|
|
1859
|
-
return $super === VOID ? this.
|
|
1854
|
+
protoOf(PlayerState).d6b = function (startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, $super) {
|
|
1855
|
+
startFromTime = startFromTime === VOID ? this.n69_1 : startFromTime;
|
|
1856
|
+
playerTurnTimeout = playerTurnTimeout === VOID ? this.o69_1 : playerTurnTimeout;
|
|
1857
|
+
waitPlayerUntilTime = waitPlayerUntilTime === VOID ? this.p69_1 : waitPlayerUntilTime;
|
|
1858
|
+
state = state === VOID ? this.q69_1 : state;
|
|
1859
|
+
ready = ready === VOID ? this.r69_1 : ready;
|
|
1860
|
+
tag = tag === VOID ? this.s69_1 : tag;
|
|
1861
|
+
connection = connection === VOID ? this.t69_1 : connection;
|
|
1862
|
+
return $super === VOID ? this.i6b(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) : $super.i6b.call(this, startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection);
|
|
1860
1863
|
};
|
|
1861
1864
|
protoOf(PlayerState).hashCode = function () {
|
|
1862
|
-
var result = this.
|
|
1863
|
-
result = imul(result, 31) + (this.n69_1 == null ? 0 : this.n69_1.hashCode()) | 0;
|
|
1865
|
+
var result = this.n69_1 == null ? 0 : this.n69_1.hashCode();
|
|
1864
1866
|
result = imul(result, 31) + (this.o69_1 == null ? 0 : this.o69_1.hashCode()) | 0;
|
|
1865
|
-
result = imul(result, 31) + this.p69_1.hashCode() | 0;
|
|
1866
|
-
result = imul(result, 31) +
|
|
1867
|
-
result = imul(result, 31) + (this.r69_1
|
|
1868
|
-
result = imul(result, 31) + (this.s69_1 == null ? 0 : this.s69_1
|
|
1867
|
+
result = imul(result, 31) + (this.p69_1 == null ? 0 : this.p69_1.hashCode()) | 0;
|
|
1868
|
+
result = imul(result, 31) + this.q69_1.hashCode() | 0;
|
|
1869
|
+
result = imul(result, 31) + getBooleanHashCode(this.r69_1) | 0;
|
|
1870
|
+
result = imul(result, 31) + (this.s69_1 == null ? 0 : getStringHashCode(this.s69_1)) | 0;
|
|
1871
|
+
result = imul(result, 31) + (this.t69_1 == null ? 0 : this.t69_1.hashCode()) | 0;
|
|
1869
1872
|
return result;
|
|
1870
1873
|
};
|
|
1871
1874
|
protoOf(PlayerState).equals = function (other) {
|
|
@@ -1874,30 +1877,30 @@
|
|
|
1874
1877
|
if (!(other instanceof PlayerState))
|
|
1875
1878
|
return false;
|
|
1876
1879
|
var tmp0_other_with_cast = other instanceof PlayerState ? other : THROW_CCE();
|
|
1877
|
-
if (!equals(this.m69_1, tmp0_other_with_cast.m69_1))
|
|
1878
|
-
return false;
|
|
1879
1880
|
if (!equals(this.n69_1, tmp0_other_with_cast.n69_1))
|
|
1880
1881
|
return false;
|
|
1881
1882
|
if (!equals(this.o69_1, tmp0_other_with_cast.o69_1))
|
|
1882
1883
|
return false;
|
|
1883
|
-
if (!this.p69_1
|
|
1884
|
+
if (!equals(this.p69_1, tmp0_other_with_cast.p69_1))
|
|
1884
1885
|
return false;
|
|
1885
|
-
if (!
|
|
1886
|
+
if (!this.q69_1.equals(tmp0_other_with_cast.q69_1))
|
|
1886
1887
|
return false;
|
|
1887
|
-
if (!(this.r69_1
|
|
1888
|
+
if (!(this.r69_1 === tmp0_other_with_cast.r69_1))
|
|
1888
1889
|
return false;
|
|
1889
|
-
if (!
|
|
1890
|
+
if (!(this.s69_1 == tmp0_other_with_cast.s69_1))
|
|
1891
|
+
return false;
|
|
1892
|
+
if (!equals(this.t69_1, tmp0_other_with_cast.t69_1))
|
|
1890
1893
|
return false;
|
|
1891
1894
|
return true;
|
|
1892
1895
|
};
|
|
1893
1896
|
function Team(playerIds) {
|
|
1894
|
-
this.
|
|
1897
|
+
this.j6b_1 = playerIds;
|
|
1895
1898
|
}
|
|
1896
1899
|
protoOf(Team).toString = function () {
|
|
1897
|
-
return 'Team(playerIds=' + toString_0(this.
|
|
1900
|
+
return 'Team(playerIds=' + toString_0(this.j6b_1) + ')';
|
|
1898
1901
|
};
|
|
1899
1902
|
protoOf(Team).hashCode = function () {
|
|
1900
|
-
return hashCode(this.
|
|
1903
|
+
return hashCode(this.j6b_1);
|
|
1901
1904
|
};
|
|
1902
1905
|
protoOf(Team).equals = function (other) {
|
|
1903
1906
|
if (this === other)
|
|
@@ -1905,12 +1908,12 @@
|
|
|
1905
1908
|
if (!(other instanceof Team))
|
|
1906
1909
|
return false;
|
|
1907
1910
|
var tmp0_other_with_cast = other instanceof Team ? other : THROW_CCE();
|
|
1908
|
-
if (!equals(this.
|
|
1911
|
+
if (!equals(this.j6b_1, tmp0_other_with_cast.j6b_1))
|
|
1909
1912
|
return false;
|
|
1910
1913
|
return true;
|
|
1911
1914
|
};
|
|
1912
1915
|
function _get_$cachedSerializer__te6jhj_5($this) {
|
|
1913
|
-
return $this.
|
|
1916
|
+
return $this.k6b_1.u();
|
|
1914
1917
|
}
|
|
1915
1918
|
function TerminationGameReasonDto$Companion$_anonymous__30ivuy() {
|
|
1916
1919
|
var tmp = getKClass(TerminationGameReasonDto);
|
|
@@ -1948,7 +1951,7 @@
|
|
|
1948
1951
|
Companion_instance_11 = this;
|
|
1949
1952
|
var tmp = this;
|
|
1950
1953
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1951
|
-
tmp.
|
|
1954
|
+
tmp.k6b_1 = lazy(tmp_0, TerminationGameReasonDto$Companion$_anonymous__30ivuy);
|
|
1952
1955
|
}
|
|
1953
1956
|
protoOf(Companion_9).w4v = function () {
|
|
1954
1957
|
return _get_$cachedSerializer__te6jhj_5(this);
|
|
@@ -1969,7 +1972,7 @@
|
|
|
1969
1972
|
Companion_getInstance_11();
|
|
1970
1973
|
}
|
|
1971
1974
|
function _get_$cachedSerializer__te6jhj_6($this) {
|
|
1972
|
-
return $this.
|
|
1975
|
+
return $this.l6b_1.u();
|
|
1973
1976
|
}
|
|
1974
1977
|
function ProcessingReasonDto$_anonymous__78na4x() {
|
|
1975
1978
|
var tmp = ProcessingReasonDto_getInstance();
|
|
@@ -1984,7 +1987,7 @@
|
|
|
1984
1987
|
TerminationGameReasonDto.call(this);
|
|
1985
1988
|
var tmp = this;
|
|
1986
1989
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1987
|
-
tmp.
|
|
1990
|
+
tmp.l6b_1 = lazy(tmp_0, ProcessingReasonDto$_anonymous__78na4x);
|
|
1988
1991
|
}
|
|
1989
1992
|
protoOf(ProcessingReasonDto).w4v = function () {
|
|
1990
1993
|
return _get_$cachedSerializer__te6jhj_6(this);
|
|
@@ -2022,19 +2025,19 @@
|
|
|
2022
2025
|
$serializer_instance_0 = this;
|
|
2023
2026
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_ERROR_TYPE', this, 1);
|
|
2024
2027
|
tmp0_serialDesc.t4e('reason', false);
|
|
2025
|
-
this.
|
|
2028
|
+
this.m6b_1 = tmp0_serialDesc;
|
|
2026
2029
|
}
|
|
2027
|
-
protoOf($serializer_0).
|
|
2028
|
-
var tmp0_desc = this.
|
|
2030
|
+
protoOf($serializer_0).n6b = function (encoder, value) {
|
|
2031
|
+
var tmp0_desc = this.m6b_1;
|
|
2029
2032
|
var tmp1_output = encoder.f47(tmp0_desc);
|
|
2030
2033
|
tmp1_output.t48(tmp0_desc, 0, value.reason);
|
|
2031
2034
|
tmp1_output.g47(tmp0_desc);
|
|
2032
2035
|
};
|
|
2033
2036
|
protoOf($serializer_0).s43 = function (encoder, value) {
|
|
2034
|
-
return this.
|
|
2037
|
+
return this.n6b(encoder, value instanceof GameErrorReasonDto ? value : THROW_CCE());
|
|
2035
2038
|
};
|
|
2036
2039
|
protoOf($serializer_0).t43 = function (decoder) {
|
|
2037
|
-
var tmp0_desc = this.
|
|
2040
|
+
var tmp0_desc = this.m6b_1;
|
|
2038
2041
|
var tmp1_flag = true;
|
|
2039
2042
|
var tmp2_index = 0;
|
|
2040
2043
|
var tmp3_bitMask0 = 0;
|
|
@@ -2062,7 +2065,7 @@
|
|
|
2062
2065
|
return GameErrorReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2063
2066
|
};
|
|
2064
2067
|
protoOf($serializer_0).r43 = function () {
|
|
2065
|
-
return this.
|
|
2068
|
+
return this.m6b_1;
|
|
2066
2069
|
};
|
|
2067
2070
|
protoOf($serializer_0).i4f = function () {
|
|
2068
2071
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2078,7 +2081,7 @@
|
|
|
2078
2081
|
}
|
|
2079
2082
|
function GameErrorReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2080
2083
|
if (!(1 === (1 & seen0))) {
|
|
2081
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_0().
|
|
2084
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_0().m6b_1);
|
|
2082
2085
|
}
|
|
2083
2086
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2084
2087
|
$this.reason = reason;
|
|
@@ -2091,7 +2094,7 @@
|
|
|
2091
2094
|
TerminationGameReasonDto.call(this);
|
|
2092
2095
|
this.reason = reason;
|
|
2093
2096
|
}
|
|
2094
|
-
protoOf(GameErrorReasonDto).
|
|
2097
|
+
protoOf(GameErrorReasonDto).r68 = function () {
|
|
2095
2098
|
return this.reason;
|
|
2096
2099
|
};
|
|
2097
2100
|
protoOf(GameErrorReasonDto).toString = function () {
|
|
@@ -2120,19 +2123,19 @@
|
|
|
2120
2123
|
$serializer_instance_1 = this;
|
|
2121
2124
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_FINISHED_TYPE', this, 1);
|
|
2122
2125
|
tmp0_serialDesc.t4e('reason', false);
|
|
2123
|
-
this.
|
|
2126
|
+
this.o6b_1 = tmp0_serialDesc;
|
|
2124
2127
|
}
|
|
2125
|
-
protoOf($serializer_1).
|
|
2126
|
-
var tmp0_desc = this.
|
|
2128
|
+
protoOf($serializer_1).p6b = function (encoder, value) {
|
|
2129
|
+
var tmp0_desc = this.o6b_1;
|
|
2127
2130
|
var tmp1_output = encoder.f47(tmp0_desc);
|
|
2128
|
-
tmp1_output.t48(tmp0_desc, 0, value.
|
|
2131
|
+
tmp1_output.t48(tmp0_desc, 0, value.q6b_1);
|
|
2129
2132
|
tmp1_output.g47(tmp0_desc);
|
|
2130
2133
|
};
|
|
2131
2134
|
protoOf($serializer_1).s43 = function (encoder, value) {
|
|
2132
|
-
return this.
|
|
2135
|
+
return this.p6b(encoder, value instanceof GameFinishedReasonDto ? value : THROW_CCE());
|
|
2133
2136
|
};
|
|
2134
2137
|
protoOf($serializer_1).t43 = function (decoder) {
|
|
2135
|
-
var tmp0_desc = this.
|
|
2138
|
+
var tmp0_desc = this.o6b_1;
|
|
2136
2139
|
var tmp1_flag = true;
|
|
2137
2140
|
var tmp2_index = 0;
|
|
2138
2141
|
var tmp3_bitMask0 = 0;
|
|
@@ -2160,7 +2163,7 @@
|
|
|
2160
2163
|
return GameFinishedReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2161
2164
|
};
|
|
2162
2165
|
protoOf($serializer_1).r43 = function () {
|
|
2163
|
-
return this.
|
|
2166
|
+
return this.o6b_1;
|
|
2164
2167
|
};
|
|
2165
2168
|
protoOf($serializer_1).i4f = function () {
|
|
2166
2169
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2176,10 +2179,10 @@
|
|
|
2176
2179
|
}
|
|
2177
2180
|
function GameFinishedReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2178
2181
|
if (!(1 === (1 & seen0))) {
|
|
2179
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_1().
|
|
2182
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_1().o6b_1);
|
|
2180
2183
|
}
|
|
2181
2184
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2182
|
-
$this.
|
|
2185
|
+
$this.q6b_1 = reason;
|
|
2183
2186
|
return $this;
|
|
2184
2187
|
}
|
|
2185
2188
|
function GameFinishedReasonDto_init_$Create$(seen0, reason, serializationConstructorMarker) {
|
|
@@ -2187,13 +2190,13 @@
|
|
|
2187
2190
|
}
|
|
2188
2191
|
function GameFinishedReasonDto(reason) {
|
|
2189
2192
|
TerminationGameReasonDto.call(this);
|
|
2190
|
-
this.
|
|
2193
|
+
this.q6b_1 = reason;
|
|
2191
2194
|
}
|
|
2192
2195
|
protoOf(GameFinishedReasonDto).toString = function () {
|
|
2193
|
-
return 'GameFinishedReasonDto(reason=' + this.
|
|
2196
|
+
return 'GameFinishedReasonDto(reason=' + this.q6b_1 + ')';
|
|
2194
2197
|
};
|
|
2195
2198
|
protoOf(GameFinishedReasonDto).hashCode = function () {
|
|
2196
|
-
return getStringHashCode(this.
|
|
2199
|
+
return getStringHashCode(this.q6b_1);
|
|
2197
2200
|
};
|
|
2198
2201
|
protoOf(GameFinishedReasonDto).equals = function (other) {
|
|
2199
2202
|
if (this === other)
|
|
@@ -2201,7 +2204,7 @@
|
|
|
2201
2204
|
if (!(other instanceof GameFinishedReasonDto))
|
|
2202
2205
|
return false;
|
|
2203
2206
|
var tmp0_other_with_cast = other instanceof GameFinishedReasonDto ? other : THROW_CCE();
|
|
2204
|
-
if (!(this.
|
|
2207
|
+
if (!(this.q6b_1 === tmp0_other_with_cast.q6b_1))
|
|
2205
2208
|
return false;
|
|
2206
2209
|
return true;
|
|
2207
2210
|
};
|
|
@@ -2215,19 +2218,19 @@
|
|
|
2215
2218
|
$serializer_instance_2 = this;
|
|
2216
2219
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_EXIT', this, 1);
|
|
2217
2220
|
tmp0_serialDesc.t4e('playerId', false);
|
|
2218
|
-
this.
|
|
2221
|
+
this.r6b_1 = tmp0_serialDesc;
|
|
2219
2222
|
}
|
|
2220
|
-
protoOf($serializer_2).
|
|
2221
|
-
var tmp0_desc = this.
|
|
2223
|
+
protoOf($serializer_2).s6b = function (encoder, value) {
|
|
2224
|
+
var tmp0_desc = this.r6b_1;
|
|
2222
2225
|
var tmp1_output = encoder.f47(tmp0_desc);
|
|
2223
|
-
tmp1_output.t48(tmp0_desc, 0, value.
|
|
2226
|
+
tmp1_output.t48(tmp0_desc, 0, value.t6b_1);
|
|
2224
2227
|
tmp1_output.g47(tmp0_desc);
|
|
2225
2228
|
};
|
|
2226
2229
|
protoOf($serializer_2).s43 = function (encoder, value) {
|
|
2227
|
-
return this.
|
|
2230
|
+
return this.s6b(encoder, value instanceof PlayerExitReasonDto ? value : THROW_CCE());
|
|
2228
2231
|
};
|
|
2229
2232
|
protoOf($serializer_2).t43 = function (decoder) {
|
|
2230
|
-
var tmp0_desc = this.
|
|
2233
|
+
var tmp0_desc = this.r6b_1;
|
|
2231
2234
|
var tmp1_flag = true;
|
|
2232
2235
|
var tmp2_index = 0;
|
|
2233
2236
|
var tmp3_bitMask0 = 0;
|
|
@@ -2255,7 +2258,7 @@
|
|
|
2255
2258
|
return PlayerExitReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2256
2259
|
};
|
|
2257
2260
|
protoOf($serializer_2).r43 = function () {
|
|
2258
|
-
return this.
|
|
2261
|
+
return this.r6b_1;
|
|
2259
2262
|
};
|
|
2260
2263
|
protoOf($serializer_2).i4f = function () {
|
|
2261
2264
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2271,10 +2274,10 @@
|
|
|
2271
2274
|
}
|
|
2272
2275
|
function PlayerExitReasonDto_init_$Init$(seen0, playerId, serializationConstructorMarker, $this) {
|
|
2273
2276
|
if (!(1 === (1 & seen0))) {
|
|
2274
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().
|
|
2277
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().r6b_1);
|
|
2275
2278
|
}
|
|
2276
2279
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2277
|
-
$this.
|
|
2280
|
+
$this.t6b_1 = playerId;
|
|
2278
2281
|
return $this;
|
|
2279
2282
|
}
|
|
2280
2283
|
function PlayerExitReasonDto_init_$Create$(seen0, playerId, serializationConstructorMarker) {
|
|
@@ -2282,13 +2285,13 @@
|
|
|
2282
2285
|
}
|
|
2283
2286
|
function PlayerExitReasonDto(playerId) {
|
|
2284
2287
|
TerminationGameReasonDto.call(this);
|
|
2285
|
-
this.
|
|
2288
|
+
this.t6b_1 = playerId;
|
|
2286
2289
|
}
|
|
2287
2290
|
protoOf(PlayerExitReasonDto).toString = function () {
|
|
2288
|
-
return 'PlayerExitReasonDto(playerId=' + this.
|
|
2291
|
+
return 'PlayerExitReasonDto(playerId=' + this.t6b_1 + ')';
|
|
2289
2292
|
};
|
|
2290
2293
|
protoOf(PlayerExitReasonDto).hashCode = function () {
|
|
2291
|
-
return getStringHashCode(this.
|
|
2294
|
+
return getStringHashCode(this.t6b_1);
|
|
2292
2295
|
};
|
|
2293
2296
|
protoOf(PlayerExitReasonDto).equals = function (other) {
|
|
2294
2297
|
if (this === other)
|
|
@@ -2296,7 +2299,7 @@
|
|
|
2296
2299
|
if (!(other instanceof PlayerExitReasonDto))
|
|
2297
2300
|
return false;
|
|
2298
2301
|
var tmp0_other_with_cast = other instanceof PlayerExitReasonDto ? other : THROW_CCE();
|
|
2299
|
-
if (!(this.
|
|
2302
|
+
if (!(this.t6b_1 === tmp0_other_with_cast.t6b_1))
|
|
2300
2303
|
return false;
|
|
2301
2304
|
return true;
|
|
2302
2305
|
};
|
|
@@ -2311,20 +2314,20 @@
|
|
|
2311
2314
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_LOST_CONNECTION', this, 2);
|
|
2312
2315
|
tmp0_serialDesc.t4e('playerId', false);
|
|
2313
2316
|
tmp0_serialDesc.t4e('tag', false);
|
|
2314
|
-
this.
|
|
2317
|
+
this.u6b_1 = tmp0_serialDesc;
|
|
2315
2318
|
}
|
|
2316
|
-
protoOf($serializer_3).
|
|
2317
|
-
var tmp0_desc = this.
|
|
2319
|
+
protoOf($serializer_3).v6b = function (encoder, value) {
|
|
2320
|
+
var tmp0_desc = this.u6b_1;
|
|
2318
2321
|
var tmp1_output = encoder.f47(tmp0_desc);
|
|
2319
|
-
tmp1_output.t48(tmp0_desc, 0, value.
|
|
2320
|
-
tmp1_output.x48(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2322
|
+
tmp1_output.t48(tmp0_desc, 0, value.w6b_1);
|
|
2323
|
+
tmp1_output.x48(tmp0_desc, 1, StringSerializer_getInstance(), value.x6b_1);
|
|
2321
2324
|
tmp1_output.g47(tmp0_desc);
|
|
2322
2325
|
};
|
|
2323
2326
|
protoOf($serializer_3).s43 = function (encoder, value) {
|
|
2324
|
-
return this.
|
|
2327
|
+
return this.v6b(encoder, value instanceof PlayerLostConnectionReasonDto ? value : THROW_CCE());
|
|
2325
2328
|
};
|
|
2326
2329
|
protoOf($serializer_3).t43 = function (decoder) {
|
|
2327
|
-
var tmp0_desc = this.
|
|
2330
|
+
var tmp0_desc = this.u6b_1;
|
|
2328
2331
|
var tmp1_flag = true;
|
|
2329
2332
|
var tmp2_index = 0;
|
|
2330
2333
|
var tmp3_bitMask0 = 0;
|
|
@@ -2359,7 +2362,7 @@
|
|
|
2359
2362
|
return PlayerLostConnectionReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2360
2363
|
};
|
|
2361
2364
|
protoOf($serializer_3).r43 = function () {
|
|
2362
|
-
return this.
|
|
2365
|
+
return this.u6b_1;
|
|
2363
2366
|
};
|
|
2364
2367
|
protoOf($serializer_3).i4f = function () {
|
|
2365
2368
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2375,11 +2378,11 @@
|
|
|
2375
2378
|
}
|
|
2376
2379
|
function PlayerLostConnectionReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2377
2380
|
if (!(3 === (3 & seen0))) {
|
|
2378
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_3().
|
|
2381
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_3().u6b_1);
|
|
2379
2382
|
}
|
|
2380
2383
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2381
|
-
$this.
|
|
2382
|
-
$this.
|
|
2384
|
+
$this.w6b_1 = playerId;
|
|
2385
|
+
$this.x6b_1 = tag;
|
|
2383
2386
|
return $this;
|
|
2384
2387
|
}
|
|
2385
2388
|
function PlayerLostConnectionReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2387,15 +2390,15 @@
|
|
|
2387
2390
|
}
|
|
2388
2391
|
function PlayerLostConnectionReasonDto(playerId, tag) {
|
|
2389
2392
|
TerminationGameReasonDto.call(this);
|
|
2390
|
-
this.
|
|
2391
|
-
this.
|
|
2393
|
+
this.w6b_1 = playerId;
|
|
2394
|
+
this.x6b_1 = tag;
|
|
2392
2395
|
}
|
|
2393
2396
|
protoOf(PlayerLostConnectionReasonDto).toString = function () {
|
|
2394
|
-
return 'PlayerLostConnectionReasonDto(playerId=' + this.
|
|
2397
|
+
return 'PlayerLostConnectionReasonDto(playerId=' + this.w6b_1 + ', tag=' + this.x6b_1 + ')';
|
|
2395
2398
|
};
|
|
2396
2399
|
protoOf(PlayerLostConnectionReasonDto).hashCode = function () {
|
|
2397
|
-
var result = getStringHashCode(this.
|
|
2398
|
-
result = imul(result, 31) + (this.
|
|
2400
|
+
var result = getStringHashCode(this.w6b_1);
|
|
2401
|
+
result = imul(result, 31) + (this.x6b_1 == null ? 0 : getStringHashCode(this.x6b_1)) | 0;
|
|
2399
2402
|
return result;
|
|
2400
2403
|
};
|
|
2401
2404
|
protoOf(PlayerLostConnectionReasonDto).equals = function (other) {
|
|
@@ -2404,9 +2407,9 @@
|
|
|
2404
2407
|
if (!(other instanceof PlayerLostConnectionReasonDto))
|
|
2405
2408
|
return false;
|
|
2406
2409
|
var tmp0_other_with_cast = other instanceof PlayerLostConnectionReasonDto ? other : THROW_CCE();
|
|
2407
|
-
if (!(this.
|
|
2410
|
+
if (!(this.w6b_1 === tmp0_other_with_cast.w6b_1))
|
|
2408
2411
|
return false;
|
|
2409
|
-
if (!(this.
|
|
2412
|
+
if (!(this.x6b_1 == tmp0_other_with_cast.x6b_1))
|
|
2410
2413
|
return false;
|
|
2411
2414
|
return true;
|
|
2412
2415
|
};
|
|
@@ -2421,20 +2424,20 @@
|
|
|
2421
2424
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_TIMEOUT', this, 2);
|
|
2422
2425
|
tmp0_serialDesc.t4e('playerId', false);
|
|
2423
2426
|
tmp0_serialDesc.t4e('tag', false);
|
|
2424
|
-
this.
|
|
2427
|
+
this.y6b_1 = tmp0_serialDesc;
|
|
2425
2428
|
}
|
|
2426
|
-
protoOf($serializer_4).
|
|
2427
|
-
var tmp0_desc = this.
|
|
2429
|
+
protoOf($serializer_4).z6b = function (encoder, value) {
|
|
2430
|
+
var tmp0_desc = this.y6b_1;
|
|
2428
2431
|
var tmp1_output = encoder.f47(tmp0_desc);
|
|
2429
|
-
tmp1_output.t48(tmp0_desc, 0, value.
|
|
2430
|
-
tmp1_output.x48(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2432
|
+
tmp1_output.t48(tmp0_desc, 0, value.a6c_1);
|
|
2433
|
+
tmp1_output.x48(tmp0_desc, 1, StringSerializer_getInstance(), value.b6c_1);
|
|
2431
2434
|
tmp1_output.g47(tmp0_desc);
|
|
2432
2435
|
};
|
|
2433
2436
|
protoOf($serializer_4).s43 = function (encoder, value) {
|
|
2434
|
-
return this.
|
|
2437
|
+
return this.z6b(encoder, value instanceof PlayerTimeoutReasonDto ? value : THROW_CCE());
|
|
2435
2438
|
};
|
|
2436
2439
|
protoOf($serializer_4).t43 = function (decoder) {
|
|
2437
|
-
var tmp0_desc = this.
|
|
2440
|
+
var tmp0_desc = this.y6b_1;
|
|
2438
2441
|
var tmp1_flag = true;
|
|
2439
2442
|
var tmp2_index = 0;
|
|
2440
2443
|
var tmp3_bitMask0 = 0;
|
|
@@ -2469,7 +2472,7 @@
|
|
|
2469
2472
|
return PlayerTimeoutReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2470
2473
|
};
|
|
2471
2474
|
protoOf($serializer_4).r43 = function () {
|
|
2472
|
-
return this.
|
|
2475
|
+
return this.y6b_1;
|
|
2473
2476
|
};
|
|
2474
2477
|
protoOf($serializer_4).i4f = function () {
|
|
2475
2478
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2485,11 +2488,11 @@
|
|
|
2485
2488
|
}
|
|
2486
2489
|
function PlayerTimeoutReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2487
2490
|
if (!(3 === (3 & seen0))) {
|
|
2488
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_4().
|
|
2491
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_4().y6b_1);
|
|
2489
2492
|
}
|
|
2490
2493
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2491
|
-
$this.
|
|
2492
|
-
$this.
|
|
2494
|
+
$this.a6c_1 = playerId;
|
|
2495
|
+
$this.b6c_1 = tag;
|
|
2493
2496
|
return $this;
|
|
2494
2497
|
}
|
|
2495
2498
|
function PlayerTimeoutReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2497,15 +2500,15 @@
|
|
|
2497
2500
|
}
|
|
2498
2501
|
function PlayerTimeoutReasonDto(playerId, tag) {
|
|
2499
2502
|
TerminationGameReasonDto.call(this);
|
|
2500
|
-
this.
|
|
2501
|
-
this.
|
|
2503
|
+
this.a6c_1 = playerId;
|
|
2504
|
+
this.b6c_1 = tag;
|
|
2502
2505
|
}
|
|
2503
2506
|
protoOf(PlayerTimeoutReasonDto).toString = function () {
|
|
2504
|
-
return 'PlayerTimeoutReasonDto(playerId=' + this.
|
|
2507
|
+
return 'PlayerTimeoutReasonDto(playerId=' + this.a6c_1 + ', tag=' + this.b6c_1 + ')';
|
|
2505
2508
|
};
|
|
2506
2509
|
protoOf(PlayerTimeoutReasonDto).hashCode = function () {
|
|
2507
|
-
var result = getStringHashCode(this.
|
|
2508
|
-
result = imul(result, 31) + (this.
|
|
2510
|
+
var result = getStringHashCode(this.a6c_1);
|
|
2511
|
+
result = imul(result, 31) + (this.b6c_1 == null ? 0 : getStringHashCode(this.b6c_1)) | 0;
|
|
2509
2512
|
return result;
|
|
2510
2513
|
};
|
|
2511
2514
|
protoOf(PlayerTimeoutReasonDto).equals = function (other) {
|
|
@@ -2514,14 +2517,14 @@
|
|
|
2514
2517
|
if (!(other instanceof PlayerTimeoutReasonDto))
|
|
2515
2518
|
return false;
|
|
2516
2519
|
var tmp0_other_with_cast = other instanceof PlayerTimeoutReasonDto ? other : THROW_CCE();
|
|
2517
|
-
if (!(this.
|
|
2520
|
+
if (!(this.a6c_1 === tmp0_other_with_cast.a6c_1))
|
|
2518
2521
|
return false;
|
|
2519
|
-
if (!(this.
|
|
2522
|
+
if (!(this.b6c_1 == tmp0_other_with_cast.b6c_1))
|
|
2520
2523
|
return false;
|
|
2521
2524
|
return true;
|
|
2522
2525
|
};
|
|
2523
2526
|
function _get_$cachedSerializer__te6jhj_7($this) {
|
|
2524
|
-
return $this.
|
|
2527
|
+
return $this.c6c_1.u();
|
|
2525
2528
|
}
|
|
2526
2529
|
function WaitingForConnectionReasonDto$_anonymous__hgbgp6() {
|
|
2527
2530
|
var tmp = WaitingForConnectionReasonDto_getInstance();
|
|
@@ -2536,7 +2539,7 @@
|
|
|
2536
2539
|
TerminationGameReasonDto.call(this);
|
|
2537
2540
|
var tmp = this;
|
|
2538
2541
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2539
|
-
tmp.
|
|
2542
|
+
tmp.c6c_1 = lazy(tmp_0, WaitingForConnectionReasonDto$_anonymous__hgbgp6);
|
|
2540
2543
|
}
|
|
2541
2544
|
protoOf(WaitingForConnectionReasonDto).w4v = function () {
|
|
2542
2545
|
return _get_$cachedSerializer__te6jhj_7(this);
|
|
@@ -2565,7 +2568,7 @@
|
|
|
2565
2568
|
return WaitingForConnectionReasonDto_instance;
|
|
2566
2569
|
}
|
|
2567
2570
|
function mapToDto(_this__u8e3s4) {
|
|
2568
|
-
return _this__u8e3s4.
|
|
2571
|
+
return _this__u8e3s4.n64_1;
|
|
2569
2572
|
}
|
|
2570
2573
|
function mapFromDto(_this__u8e3s4) {
|
|
2571
2574
|
return new GameCard(_this__u8e3s4);
|
|
@@ -2658,15 +2661,15 @@
|
|
|
2658
2661
|
}
|
|
2659
2662
|
function mapToDto_3(_this__u8e3s4) {
|
|
2660
2663
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2661
|
-
return new PlayerExitReasonDto(_this__u8e3s4.
|
|
2664
|
+
return new PlayerExitReasonDto(_this__u8e3s4.m68_1);
|
|
2662
2665
|
}
|
|
2663
2666
|
function mapToDto_4(_this__u8e3s4) {
|
|
2664
2667
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2665
|
-
return new PlayerLostConnectionReasonDto(_this__u8e3s4.
|
|
2668
|
+
return new PlayerLostConnectionReasonDto(_this__u8e3s4.h68_1, _this__u8e3s4.tag);
|
|
2666
2669
|
}
|
|
2667
2670
|
function mapToDto_5(_this__u8e3s4) {
|
|
2668
2671
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2669
|
-
return new PlayerTimeoutReasonDto(_this__u8e3s4.
|
|
2672
|
+
return new PlayerTimeoutReasonDto(_this__u8e3s4.l68_1, _this__u8e3s4.tag);
|
|
2670
2673
|
}
|
|
2671
2674
|
function mapToDto_6(_this__u8e3s4) {
|
|
2672
2675
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
@@ -2683,20 +2686,20 @@
|
|
|
2683
2686
|
}
|
|
2684
2687
|
function mapFromDto_2(_this__u8e3s4) {
|
|
2685
2688
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2686
|
-
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4.
|
|
2689
|
+
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4.q6b_1, get_gameFinishedReasonMapping());
|
|
2687
2690
|
return new GameFinishedReason(tmp0_elvis_lhs == null ? Reason_GAME_NOT_EXISTS_getInstance() : tmp0_elvis_lhs);
|
|
2688
2691
|
}
|
|
2689
2692
|
function mapFromDto_3(_this__u8e3s4) {
|
|
2690
2693
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2691
|
-
return new PlayerExitReason(_this__u8e3s4.
|
|
2694
|
+
return new PlayerExitReason(_this__u8e3s4.t6b_1);
|
|
2692
2695
|
}
|
|
2693
2696
|
function mapFromDto_4(_this__u8e3s4) {
|
|
2694
2697
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2695
|
-
return new PlayerLostConnectionReason(_this__u8e3s4.
|
|
2698
|
+
return new PlayerLostConnectionReason(_this__u8e3s4.w6b_1, _this__u8e3s4.x6b_1);
|
|
2696
2699
|
}
|
|
2697
2700
|
function mapFromDto_5(_this__u8e3s4) {
|
|
2698
2701
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2699
|
-
return new PlayerTimeoutReason(_this__u8e3s4.
|
|
2702
|
+
return new PlayerTimeoutReason(_this__u8e3s4.a6c_1, _this__u8e3s4.b6c_1);
|
|
2700
2703
|
}
|
|
2701
2704
|
function mapFromDto_6(_this__u8e3s4) {
|
|
2702
2705
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
@@ -2750,11 +2753,11 @@
|
|
|
2750
2753
|
tmp = null;
|
|
2751
2754
|
}
|
|
2752
2755
|
var tmp$ret$1 = tmp;
|
|
2753
|
-
return new GameUserInfoDto(_this__u8e3s4.
|
|
2756
|
+
return new GameUserInfoDto(_this__u8e3s4.x68_1, _this__u8e3s4.name, _this__u8e3s4.avatarUrl, tmp$ret$1, _this__u8e3s4.initialLuckyFactor);
|
|
2754
2757
|
}
|
|
2755
2758
|
function mapFromDto_8(_this__u8e3s4) {
|
|
2756
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
2757
|
-
return new GameUserInfo(_this__u8e3s4.
|
|
2759
|
+
var tmp0_elvis_lhs = _this__u8e3s4.g6c_1;
|
|
2760
|
+
return new GameUserInfo(_this__u8e3s4.d6c_1, _this__u8e3s4.e6c_1, _this__u8e3s4.f6c_1, tmp0_elvis_lhs == null ? false : tmp0_elvis_lhs, _this__u8e3s4.h6c_1);
|
|
2758
2761
|
}
|
|
2759
2762
|
function Companion_15() {
|
|
2760
2763
|
}
|
|
@@ -2770,29 +2773,29 @@
|
|
|
2770
2773
|
tmp0_serialDesc.t4e('avatarUrl', true);
|
|
2771
2774
|
tmp0_serialDesc.t4e('isBot', true);
|
|
2772
2775
|
tmp0_serialDesc.t4e('initialLuckyFactor', true);
|
|
2773
|
-
this.
|
|
2776
|
+
this.i6c_1 = tmp0_serialDesc;
|
|
2774
2777
|
}
|
|
2775
|
-
protoOf($serializer_5).
|
|
2776
|
-
var tmp0_desc = this.
|
|
2778
|
+
protoOf($serializer_5).j6c = function (encoder, value) {
|
|
2779
|
+
var tmp0_desc = this.i6c_1;
|
|
2777
2780
|
var tmp1_output = encoder.f47(tmp0_desc);
|
|
2778
|
-
tmp1_output.t48(tmp0_desc, 0, value.
|
|
2779
|
-
tmp1_output.t48(tmp0_desc, 1, value.
|
|
2780
|
-
if (tmp1_output.b49(tmp0_desc, 2) ? true : !(value.
|
|
2781
|
-
tmp1_output.x48(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
2781
|
+
tmp1_output.t48(tmp0_desc, 0, value.d6c_1);
|
|
2782
|
+
tmp1_output.t48(tmp0_desc, 1, value.e6c_1);
|
|
2783
|
+
if (tmp1_output.b49(tmp0_desc, 2) ? true : !(value.f6c_1 == null)) {
|
|
2784
|
+
tmp1_output.x48(tmp0_desc, 2, StringSerializer_getInstance(), value.f6c_1);
|
|
2782
2785
|
}
|
|
2783
|
-
if (tmp1_output.b49(tmp0_desc, 3) ? true : !(value.
|
|
2784
|
-
tmp1_output.x48(tmp0_desc, 3, BooleanSerializer_getInstance(), value.
|
|
2786
|
+
if (tmp1_output.b49(tmp0_desc, 3) ? true : !(value.g6c_1 == null)) {
|
|
2787
|
+
tmp1_output.x48(tmp0_desc, 3, BooleanSerializer_getInstance(), value.g6c_1);
|
|
2785
2788
|
}
|
|
2786
|
-
if (tmp1_output.b49(tmp0_desc, 4) ? true : !(value.
|
|
2787
|
-
tmp1_output.x48(tmp0_desc, 4, FloatSerializer_getInstance(), value.
|
|
2789
|
+
if (tmp1_output.b49(tmp0_desc, 4) ? true : !(value.h6c_1 == null)) {
|
|
2790
|
+
tmp1_output.x48(tmp0_desc, 4, FloatSerializer_getInstance(), value.h6c_1);
|
|
2788
2791
|
}
|
|
2789
2792
|
tmp1_output.g47(tmp0_desc);
|
|
2790
2793
|
};
|
|
2791
2794
|
protoOf($serializer_5).s43 = function (encoder, value) {
|
|
2792
|
-
return this.
|
|
2795
|
+
return this.j6c(encoder, value instanceof GameUserInfoDto ? value : THROW_CCE());
|
|
2793
2796
|
};
|
|
2794
2797
|
protoOf($serializer_5).t43 = function (decoder) {
|
|
2795
|
-
var tmp0_desc = this.
|
|
2798
|
+
var tmp0_desc = this.i6c_1;
|
|
2796
2799
|
var tmp1_flag = true;
|
|
2797
2800
|
var tmp2_index = 0;
|
|
2798
2801
|
var tmp3_bitMask0 = 0;
|
|
@@ -2848,7 +2851,7 @@
|
|
|
2848
2851
|
return GameUserInfoDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
2849
2852
|
};
|
|
2850
2853
|
protoOf($serializer_5).r43 = function () {
|
|
2851
|
-
return this.
|
|
2854
|
+
return this.i6c_1;
|
|
2852
2855
|
};
|
|
2853
2856
|
protoOf($serializer_5).i4f = function () {
|
|
2854
2857
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2864,22 +2867,22 @@
|
|
|
2864
2867
|
}
|
|
2865
2868
|
function GameUserInfoDto_init_$Init$(seen0, playerId, name, avatarUrl, isBot, initialLuckyFactor, serializationConstructorMarker, $this) {
|
|
2866
2869
|
if (!(3 === (3 & seen0))) {
|
|
2867
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().
|
|
2870
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().i6c_1);
|
|
2868
2871
|
}
|
|
2869
|
-
$this.
|
|
2870
|
-
$this.
|
|
2872
|
+
$this.d6c_1 = playerId;
|
|
2873
|
+
$this.e6c_1 = name;
|
|
2871
2874
|
if (0 === (seen0 & 4))
|
|
2872
|
-
$this.
|
|
2875
|
+
$this.f6c_1 = null;
|
|
2873
2876
|
else
|
|
2874
|
-
$this.
|
|
2877
|
+
$this.f6c_1 = avatarUrl;
|
|
2875
2878
|
if (0 === (seen0 & 8))
|
|
2876
|
-
$this.
|
|
2879
|
+
$this.g6c_1 = null;
|
|
2877
2880
|
else
|
|
2878
|
-
$this.
|
|
2881
|
+
$this.g6c_1 = isBot;
|
|
2879
2882
|
if (0 === (seen0 & 16))
|
|
2880
|
-
$this.
|
|
2883
|
+
$this.h6c_1 = null;
|
|
2881
2884
|
else
|
|
2882
|
-
$this.
|
|
2885
|
+
$this.h6c_1 = initialLuckyFactor;
|
|
2883
2886
|
return $this;
|
|
2884
2887
|
}
|
|
2885
2888
|
function GameUserInfoDto_init_$Create$(seen0, playerId, name, avatarUrl, isBot, initialLuckyFactor, serializationConstructorMarker) {
|
|
@@ -2889,35 +2892,35 @@
|
|
|
2889
2892
|
avatarUrl = avatarUrl === VOID ? null : avatarUrl;
|
|
2890
2893
|
isBot = isBot === VOID ? null : isBot;
|
|
2891
2894
|
initialLuckyFactor = initialLuckyFactor === VOID ? null : initialLuckyFactor;
|
|
2892
|
-
this.
|
|
2893
|
-
this.
|
|
2894
|
-
this.
|
|
2895
|
-
this.
|
|
2896
|
-
this.
|
|
2895
|
+
this.d6c_1 = playerId;
|
|
2896
|
+
this.e6c_1 = name;
|
|
2897
|
+
this.f6c_1 = avatarUrl;
|
|
2898
|
+
this.g6c_1 = isBot;
|
|
2899
|
+
this.h6c_1 = initialLuckyFactor;
|
|
2897
2900
|
}
|
|
2898
|
-
protoOf(GameUserInfoDto).
|
|
2899
|
-
return this.
|
|
2901
|
+
protoOf(GameUserInfoDto).k6c = function () {
|
|
2902
|
+
return this.l6c(VOID, VOID, VOID, null, null);
|
|
2900
2903
|
};
|
|
2901
|
-
protoOf(GameUserInfoDto).
|
|
2904
|
+
protoOf(GameUserInfoDto).m6c = function (playerId, name, avatarUrl, isBot, initialLuckyFactor) {
|
|
2902
2905
|
return new GameUserInfoDto(playerId, name, avatarUrl, isBot, initialLuckyFactor);
|
|
2903
2906
|
};
|
|
2904
|
-
protoOf(GameUserInfoDto).
|
|
2905
|
-
playerId = playerId === VOID ? this.
|
|
2906
|
-
name = name === VOID ? this.
|
|
2907
|
-
avatarUrl = avatarUrl === VOID ? this.
|
|
2908
|
-
isBot = isBot === VOID ? this.
|
|
2909
|
-
initialLuckyFactor = initialLuckyFactor === VOID ? this.
|
|
2910
|
-
return $super === VOID ? this.
|
|
2907
|
+
protoOf(GameUserInfoDto).l6c = function (playerId, name, avatarUrl, isBot, initialLuckyFactor, $super) {
|
|
2908
|
+
playerId = playerId === VOID ? this.d6c_1 : playerId;
|
|
2909
|
+
name = name === VOID ? this.e6c_1 : name;
|
|
2910
|
+
avatarUrl = avatarUrl === VOID ? this.f6c_1 : avatarUrl;
|
|
2911
|
+
isBot = isBot === VOID ? this.g6c_1 : isBot;
|
|
2912
|
+
initialLuckyFactor = initialLuckyFactor === VOID ? this.h6c_1 : initialLuckyFactor;
|
|
2913
|
+
return $super === VOID ? this.m6c(playerId, name, avatarUrl, isBot, initialLuckyFactor) : $super.m6c.call(this, playerId, name, avatarUrl, isBot, initialLuckyFactor);
|
|
2911
2914
|
};
|
|
2912
2915
|
protoOf(GameUserInfoDto).toString = function () {
|
|
2913
|
-
return 'GameUserInfoDto(playerId=' + this.
|
|
2916
|
+
return 'GameUserInfoDto(playerId=' + this.d6c_1 + ', name=' + this.e6c_1 + ', avatarUrl=' + this.f6c_1 + ', isBot=' + this.g6c_1 + ', initialLuckyFactor=' + this.h6c_1 + ')';
|
|
2914
2917
|
};
|
|
2915
2918
|
protoOf(GameUserInfoDto).hashCode = function () {
|
|
2916
|
-
var result = getStringHashCode(this.
|
|
2917
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
2918
|
-
result = imul(result, 31) + (this.
|
|
2919
|
-
result = imul(result, 31) + (this.
|
|
2920
|
-
result = imul(result, 31) + (this.
|
|
2919
|
+
var result = getStringHashCode(this.d6c_1);
|
|
2920
|
+
result = imul(result, 31) + getStringHashCode(this.e6c_1) | 0;
|
|
2921
|
+
result = imul(result, 31) + (this.f6c_1 == null ? 0 : getStringHashCode(this.f6c_1)) | 0;
|
|
2922
|
+
result = imul(result, 31) + (this.g6c_1 == null ? 0 : getBooleanHashCode(this.g6c_1)) | 0;
|
|
2923
|
+
result = imul(result, 31) + (this.h6c_1 == null ? 0 : getNumberHashCode(this.h6c_1)) | 0;
|
|
2921
2924
|
return result;
|
|
2922
2925
|
};
|
|
2923
2926
|
protoOf(GameUserInfoDto).equals = function (other) {
|
|
@@ -2926,15 +2929,15 @@
|
|
|
2926
2929
|
if (!(other instanceof GameUserInfoDto))
|
|
2927
2930
|
return false;
|
|
2928
2931
|
var tmp0_other_with_cast = other instanceof GameUserInfoDto ? other : THROW_CCE();
|
|
2929
|
-
if (!(this.
|
|
2932
|
+
if (!(this.d6c_1 === tmp0_other_with_cast.d6c_1))
|
|
2930
2933
|
return false;
|
|
2931
|
-
if (!(this.
|
|
2934
|
+
if (!(this.e6c_1 === tmp0_other_with_cast.e6c_1))
|
|
2932
2935
|
return false;
|
|
2933
|
-
if (!(this.
|
|
2936
|
+
if (!(this.f6c_1 == tmp0_other_with_cast.f6c_1))
|
|
2934
2937
|
return false;
|
|
2935
|
-
if (!(this.
|
|
2938
|
+
if (!(this.g6c_1 == tmp0_other_with_cast.g6c_1))
|
|
2936
2939
|
return false;
|
|
2937
|
-
if (!equals(this.
|
|
2940
|
+
if (!equals(this.h6c_1, tmp0_other_with_cast.h6c_1))
|
|
2938
2941
|
return false;
|
|
2939
2942
|
return true;
|
|
2940
2943
|
};
|
|
@@ -2944,7 +2947,7 @@
|
|
|
2944
2947
|
// Inline function 'kotlin.arrayOf' call
|
|
2945
2948
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
2946
2949
|
// Inline function 'kotlin.js.asDynamic' call
|
|
2947
|
-
tmp.
|
|
2950
|
+
tmp.n6c_1 = [null, null, null, null, null, null, null, null, new ArrayListSerializer(StringSerializer_getInstance()), new ArrayListSerializer(StringSerializer_getInstance()), new ArrayListSerializer(StringSerializer_getInstance()), null, null, null, null, null, null, null, null, null, null, null, null, null];
|
|
2948
2951
|
}
|
|
2949
2952
|
var Companion_instance_18;
|
|
2950
2953
|
function Companion_getInstance_18() {
|
|
@@ -2954,7 +2957,7 @@
|
|
|
2954
2957
|
}
|
|
2955
2958
|
function $serializer_6() {
|
|
2956
2959
|
$serializer_instance_6 = this;
|
|
2957
|
-
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.logic.data.models.serializable.rules.RulesDto', this,
|
|
2960
|
+
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.logic.data.models.serializable.rules.RulesDto', this, 24);
|
|
2958
2961
|
tmp0_serialDesc.t4e('needToPutHigherTrump', true);
|
|
2959
2962
|
tmp0_serialDesc.t4e('playerWhoChooseSuitGoFirst', true);
|
|
2960
2963
|
tmp0_serialDesc.t4e('winnerShuffleCards', true);
|
|
@@ -2974,92 +2977,96 @@
|
|
|
2974
2977
|
tmp0_serialDesc.t4e('checkTrumpCombination', true);
|
|
2975
2978
|
tmp0_serialDesc.t4e('checkOnlyTrumpDebertz', true);
|
|
2976
2979
|
tmp0_serialDesc.t4e('distributePoints', true);
|
|
2980
|
+
tmp0_serialDesc.t4e('pointsDistributeMode', true);
|
|
2977
2981
|
tmp0_serialDesc.t4e('enableFineIfNoBribes', true);
|
|
2978
2982
|
tmp0_serialDesc.t4e('fineIfNoBribes', true);
|
|
2979
2983
|
tmp0_serialDesc.t4e('enableFineAfterThirdByte', true);
|
|
2980
2984
|
tmp0_serialDesc.t4e('fineAfterThirdFailedContract', true);
|
|
2981
|
-
this.
|
|
2985
|
+
this.o6c_1 = tmp0_serialDesc;
|
|
2982
2986
|
}
|
|
2983
|
-
protoOf($serializer_6).
|
|
2984
|
-
var tmp0_desc = this.
|
|
2987
|
+
protoOf($serializer_6).p6c = function (encoder, value) {
|
|
2988
|
+
var tmp0_desc = this.o6c_1;
|
|
2985
2989
|
var tmp1_output = encoder.f47(tmp0_desc);
|
|
2986
|
-
var tmp2_cached = Companion_getInstance_18().
|
|
2987
|
-
if (tmp1_output.b49(tmp0_desc, 0) ? true : !(value.
|
|
2988
|
-
tmp1_output.x48(tmp0_desc, 0, BooleanSerializer_getInstance(), value.
|
|
2990
|
+
var tmp2_cached = Companion_getInstance_18().n6c_1;
|
|
2991
|
+
if (tmp1_output.b49(tmp0_desc, 0) ? true : !(value.q6c_1 == null)) {
|
|
2992
|
+
tmp1_output.x48(tmp0_desc, 0, BooleanSerializer_getInstance(), value.q6c_1);
|
|
2993
|
+
}
|
|
2994
|
+
if (tmp1_output.b49(tmp0_desc, 1) ? true : !(value.r6c_1 == null)) {
|
|
2995
|
+
tmp1_output.x48(tmp0_desc, 1, BooleanSerializer_getInstance(), value.r6c_1);
|
|
2989
2996
|
}
|
|
2990
|
-
if (tmp1_output.b49(tmp0_desc,
|
|
2991
|
-
tmp1_output.x48(tmp0_desc,
|
|
2997
|
+
if (tmp1_output.b49(tmp0_desc, 2) ? true : !(value.s6c_1 == null)) {
|
|
2998
|
+
tmp1_output.x48(tmp0_desc, 2, BooleanSerializer_getInstance(), value.s6c_1);
|
|
2992
2999
|
}
|
|
2993
|
-
if (tmp1_output.b49(tmp0_desc,
|
|
2994
|
-
tmp1_output.x48(tmp0_desc,
|
|
3000
|
+
if (tmp1_output.b49(tmp0_desc, 3) ? true : !(value.t6c_1 == null)) {
|
|
3001
|
+
tmp1_output.x48(tmp0_desc, 3, BooleanSerializer_getInstance(), value.t6c_1);
|
|
2995
3002
|
}
|
|
2996
|
-
if (tmp1_output.b49(tmp0_desc,
|
|
2997
|
-
tmp1_output.x48(tmp0_desc,
|
|
3003
|
+
if (tmp1_output.b49(tmp0_desc, 4) ? true : !(value.u6c_1 == null)) {
|
|
3004
|
+
tmp1_output.x48(tmp0_desc, 4, BooleanSerializer_getInstance(), value.u6c_1);
|
|
2998
3005
|
}
|
|
2999
|
-
if (tmp1_output.b49(tmp0_desc,
|
|
3000
|
-
tmp1_output.x48(tmp0_desc,
|
|
3006
|
+
if (tmp1_output.b49(tmp0_desc, 5) ? true : !(value.v6c_1 == null)) {
|
|
3007
|
+
tmp1_output.x48(tmp0_desc, 5, IntSerializer_getInstance(), value.v6c_1);
|
|
3001
3008
|
}
|
|
3002
|
-
if (tmp1_output.b49(tmp0_desc,
|
|
3003
|
-
tmp1_output.x48(tmp0_desc,
|
|
3009
|
+
if (tmp1_output.b49(tmp0_desc, 6) ? true : !(value.w6c_1 == null)) {
|
|
3010
|
+
tmp1_output.x48(tmp0_desc, 6, IntSerializer_getInstance(), value.w6c_1);
|
|
3004
3011
|
}
|
|
3005
|
-
if (tmp1_output.b49(tmp0_desc,
|
|
3006
|
-
tmp1_output.x48(tmp0_desc,
|
|
3012
|
+
if (tmp1_output.b49(tmp0_desc, 7) ? true : !(value.x6c_1 == null)) {
|
|
3013
|
+
tmp1_output.x48(tmp0_desc, 7, BooleanSerializer_getInstance(), value.x6c_1);
|
|
3007
3014
|
}
|
|
3008
|
-
if (tmp1_output.b49(tmp0_desc,
|
|
3009
|
-
tmp1_output.x48(tmp0_desc,
|
|
3015
|
+
if (tmp1_output.b49(tmp0_desc, 8) ? true : !(value.y6c_1 == null)) {
|
|
3016
|
+
tmp1_output.x48(tmp0_desc, 8, tmp2_cached[8], value.y6c_1);
|
|
3010
3017
|
}
|
|
3011
|
-
if (tmp1_output.b49(tmp0_desc,
|
|
3012
|
-
tmp1_output.x48(tmp0_desc,
|
|
3018
|
+
if (tmp1_output.b49(tmp0_desc, 9) ? true : !(value.z6c_1 == null)) {
|
|
3019
|
+
tmp1_output.x48(tmp0_desc, 9, tmp2_cached[9], value.z6c_1);
|
|
3013
3020
|
}
|
|
3014
|
-
if (tmp1_output.b49(tmp0_desc,
|
|
3015
|
-
tmp1_output.x48(tmp0_desc,
|
|
3021
|
+
if (tmp1_output.b49(tmp0_desc, 10) ? true : !(value.a6d_1 == null)) {
|
|
3022
|
+
tmp1_output.x48(tmp0_desc, 10, tmp2_cached[10], value.a6d_1);
|
|
3016
3023
|
}
|
|
3017
|
-
if (tmp1_output.b49(tmp0_desc,
|
|
3018
|
-
tmp1_output.x48(tmp0_desc,
|
|
3024
|
+
if (tmp1_output.b49(tmp0_desc, 11) ? true : !(value.b6d_1 == null)) {
|
|
3025
|
+
tmp1_output.x48(tmp0_desc, 11, BooleanSerializer_getInstance(), value.b6d_1);
|
|
3019
3026
|
}
|
|
3020
|
-
if (tmp1_output.b49(tmp0_desc,
|
|
3021
|
-
tmp1_output.x48(tmp0_desc,
|
|
3027
|
+
if (tmp1_output.b49(tmp0_desc, 12) ? true : !(value.c6d_1 == null)) {
|
|
3028
|
+
tmp1_output.x48(tmp0_desc, 12, BooleanSerializer_getInstance(), value.c6d_1);
|
|
3022
3029
|
}
|
|
3023
|
-
if (tmp1_output.b49(tmp0_desc,
|
|
3024
|
-
tmp1_output.x48(tmp0_desc,
|
|
3030
|
+
if (tmp1_output.b49(tmp0_desc, 13) ? true : !(value.d6d_1 == null)) {
|
|
3031
|
+
tmp1_output.x48(tmp0_desc, 13, BooleanSerializer_getInstance(), value.d6d_1);
|
|
3025
3032
|
}
|
|
3026
|
-
if (tmp1_output.b49(tmp0_desc,
|
|
3027
|
-
tmp1_output.x48(tmp0_desc,
|
|
3033
|
+
if (tmp1_output.b49(tmp0_desc, 14) ? true : !(value.e6d_1 == null)) {
|
|
3034
|
+
tmp1_output.x48(tmp0_desc, 14, BooleanSerializer_getInstance(), value.e6d_1);
|
|
3028
3035
|
}
|
|
3029
|
-
if (tmp1_output.b49(tmp0_desc,
|
|
3030
|
-
tmp1_output.x48(tmp0_desc,
|
|
3036
|
+
if (tmp1_output.b49(tmp0_desc, 15) ? true : !(value.f6d_1 == null)) {
|
|
3037
|
+
tmp1_output.x48(tmp0_desc, 15, BooleanSerializer_getInstance(), value.f6d_1);
|
|
3031
3038
|
}
|
|
3032
|
-
if (tmp1_output.b49(tmp0_desc,
|
|
3033
|
-
tmp1_output.x48(tmp0_desc,
|
|
3039
|
+
if (tmp1_output.b49(tmp0_desc, 16) ? true : !(value.g6d_1 == null)) {
|
|
3040
|
+
tmp1_output.x48(tmp0_desc, 16, BooleanSerializer_getInstance(), value.g6d_1);
|
|
3034
3041
|
}
|
|
3035
|
-
if (tmp1_output.b49(tmp0_desc,
|
|
3036
|
-
tmp1_output.x48(tmp0_desc,
|
|
3042
|
+
if (tmp1_output.b49(tmp0_desc, 17) ? true : !(value.h6d_1 == null)) {
|
|
3043
|
+
tmp1_output.x48(tmp0_desc, 17, BooleanSerializer_getInstance(), value.h6d_1);
|
|
3037
3044
|
}
|
|
3038
|
-
if (tmp1_output.b49(tmp0_desc,
|
|
3039
|
-
tmp1_output.x48(tmp0_desc,
|
|
3045
|
+
if (tmp1_output.b49(tmp0_desc, 18) ? true : !(value.i6d_1 == null)) {
|
|
3046
|
+
tmp1_output.x48(tmp0_desc, 18, BooleanSerializer_getInstance(), value.i6d_1);
|
|
3040
3047
|
}
|
|
3041
|
-
if (tmp1_output.b49(tmp0_desc,
|
|
3042
|
-
tmp1_output.x48(tmp0_desc,
|
|
3048
|
+
if (tmp1_output.b49(tmp0_desc, 19) ? true : !(value.j6d_1 == null)) {
|
|
3049
|
+
tmp1_output.x48(tmp0_desc, 19, StringSerializer_getInstance(), value.j6d_1);
|
|
3043
3050
|
}
|
|
3044
|
-
if (tmp1_output.b49(tmp0_desc,
|
|
3045
|
-
tmp1_output.x48(tmp0_desc,
|
|
3051
|
+
if (tmp1_output.b49(tmp0_desc, 20) ? true : !(value.k6d_1 == null)) {
|
|
3052
|
+
tmp1_output.x48(tmp0_desc, 20, BooleanSerializer_getInstance(), value.k6d_1);
|
|
3046
3053
|
}
|
|
3047
|
-
if (tmp1_output.b49(tmp0_desc,
|
|
3048
|
-
tmp1_output.x48(tmp0_desc,
|
|
3054
|
+
if (tmp1_output.b49(tmp0_desc, 21) ? true : !(value.l6d_1 == null)) {
|
|
3055
|
+
tmp1_output.x48(tmp0_desc, 21, IntSerializer_getInstance(), value.l6d_1);
|
|
3049
3056
|
}
|
|
3050
|
-
if (tmp1_output.b49(tmp0_desc,
|
|
3051
|
-
tmp1_output.x48(tmp0_desc,
|
|
3057
|
+
if (tmp1_output.b49(tmp0_desc, 22) ? true : !(value.m6d_1 == null)) {
|
|
3058
|
+
tmp1_output.x48(tmp0_desc, 22, BooleanSerializer_getInstance(), value.m6d_1);
|
|
3052
3059
|
}
|
|
3053
|
-
if (tmp1_output.b49(tmp0_desc,
|
|
3054
|
-
tmp1_output.x48(tmp0_desc,
|
|
3060
|
+
if (tmp1_output.b49(tmp0_desc, 23) ? true : !(value.n6d_1 == null)) {
|
|
3061
|
+
tmp1_output.x48(tmp0_desc, 23, IntSerializer_getInstance(), value.n6d_1);
|
|
3055
3062
|
}
|
|
3056
3063
|
tmp1_output.g47(tmp0_desc);
|
|
3057
3064
|
};
|
|
3058
3065
|
protoOf($serializer_6).s43 = function (encoder, value) {
|
|
3059
|
-
return this.
|
|
3066
|
+
return this.p6c(encoder, value instanceof RulesDto ? value : THROW_CCE());
|
|
3060
3067
|
};
|
|
3061
3068
|
protoOf($serializer_6).t43 = function (decoder) {
|
|
3062
|
-
var tmp0_desc = this.
|
|
3069
|
+
var tmp0_desc = this.o6c_1;
|
|
3063
3070
|
var tmp1_flag = true;
|
|
3064
3071
|
var tmp2_index = 0;
|
|
3065
3072
|
var tmp3_bitMask0 = 0;
|
|
@@ -3086,170 +3093,177 @@
|
|
|
3086
3093
|
var tmp24_local20 = null;
|
|
3087
3094
|
var tmp25_local21 = null;
|
|
3088
3095
|
var tmp26_local22 = null;
|
|
3089
|
-
var
|
|
3090
|
-
var
|
|
3091
|
-
|
|
3092
|
-
|
|
3096
|
+
var tmp27_local23 = null;
|
|
3097
|
+
var tmp28_input = decoder.f47(tmp0_desc);
|
|
3098
|
+
var tmp29_cached = Companion_getInstance_18().n6c_1;
|
|
3099
|
+
if (tmp28_input.u47()) {
|
|
3100
|
+
tmp4_local0 = tmp28_input.t47(tmp0_desc, 0, BooleanSerializer_getInstance(), tmp4_local0);
|
|
3093
3101
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
3094
|
-
tmp5_local1 =
|
|
3102
|
+
tmp5_local1 = tmp28_input.t47(tmp0_desc, 1, BooleanSerializer_getInstance(), tmp5_local1);
|
|
3095
3103
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
3096
|
-
tmp6_local2 =
|
|
3104
|
+
tmp6_local2 = tmp28_input.t47(tmp0_desc, 2, BooleanSerializer_getInstance(), tmp6_local2);
|
|
3097
3105
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
3098
|
-
tmp7_local3 =
|
|
3106
|
+
tmp7_local3 = tmp28_input.t47(tmp0_desc, 3, BooleanSerializer_getInstance(), tmp7_local3);
|
|
3099
3107
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
3100
|
-
tmp8_local4 =
|
|
3108
|
+
tmp8_local4 = tmp28_input.t47(tmp0_desc, 4, BooleanSerializer_getInstance(), tmp8_local4);
|
|
3101
3109
|
tmp3_bitMask0 = tmp3_bitMask0 | 16;
|
|
3102
|
-
tmp9_local5 =
|
|
3110
|
+
tmp9_local5 = tmp28_input.t47(tmp0_desc, 5, IntSerializer_getInstance(), tmp9_local5);
|
|
3103
3111
|
tmp3_bitMask0 = tmp3_bitMask0 | 32;
|
|
3104
|
-
tmp10_local6 =
|
|
3112
|
+
tmp10_local6 = tmp28_input.t47(tmp0_desc, 6, IntSerializer_getInstance(), tmp10_local6);
|
|
3105
3113
|
tmp3_bitMask0 = tmp3_bitMask0 | 64;
|
|
3106
|
-
tmp11_local7 =
|
|
3114
|
+
tmp11_local7 = tmp28_input.t47(tmp0_desc, 7, BooleanSerializer_getInstance(), tmp11_local7);
|
|
3107
3115
|
tmp3_bitMask0 = tmp3_bitMask0 | 128;
|
|
3108
|
-
tmp12_local8 =
|
|
3116
|
+
tmp12_local8 = tmp28_input.t47(tmp0_desc, 8, tmp29_cached[8], tmp12_local8);
|
|
3109
3117
|
tmp3_bitMask0 = tmp3_bitMask0 | 256;
|
|
3110
|
-
tmp13_local9 =
|
|
3118
|
+
tmp13_local9 = tmp28_input.t47(tmp0_desc, 9, tmp29_cached[9], tmp13_local9);
|
|
3111
3119
|
tmp3_bitMask0 = tmp3_bitMask0 | 512;
|
|
3112
|
-
tmp14_local10 =
|
|
3120
|
+
tmp14_local10 = tmp28_input.t47(tmp0_desc, 10, tmp29_cached[10], tmp14_local10);
|
|
3113
3121
|
tmp3_bitMask0 = tmp3_bitMask0 | 1024;
|
|
3114
|
-
tmp15_local11 =
|
|
3122
|
+
tmp15_local11 = tmp28_input.t47(tmp0_desc, 11, BooleanSerializer_getInstance(), tmp15_local11);
|
|
3115
3123
|
tmp3_bitMask0 = tmp3_bitMask0 | 2048;
|
|
3116
|
-
tmp16_local12 =
|
|
3124
|
+
tmp16_local12 = tmp28_input.t47(tmp0_desc, 12, BooleanSerializer_getInstance(), tmp16_local12);
|
|
3117
3125
|
tmp3_bitMask0 = tmp3_bitMask0 | 4096;
|
|
3118
|
-
tmp17_local13 =
|
|
3126
|
+
tmp17_local13 = tmp28_input.t47(tmp0_desc, 13, BooleanSerializer_getInstance(), tmp17_local13);
|
|
3119
3127
|
tmp3_bitMask0 = tmp3_bitMask0 | 8192;
|
|
3120
|
-
tmp18_local14 =
|
|
3128
|
+
tmp18_local14 = tmp28_input.t47(tmp0_desc, 14, BooleanSerializer_getInstance(), tmp18_local14);
|
|
3121
3129
|
tmp3_bitMask0 = tmp3_bitMask0 | 16384;
|
|
3122
|
-
tmp19_local15 =
|
|
3130
|
+
tmp19_local15 = tmp28_input.t47(tmp0_desc, 15, BooleanSerializer_getInstance(), tmp19_local15);
|
|
3123
3131
|
tmp3_bitMask0 = tmp3_bitMask0 | 32768;
|
|
3124
|
-
tmp20_local16 =
|
|
3132
|
+
tmp20_local16 = tmp28_input.t47(tmp0_desc, 16, BooleanSerializer_getInstance(), tmp20_local16);
|
|
3125
3133
|
tmp3_bitMask0 = tmp3_bitMask0 | 65536;
|
|
3126
|
-
tmp21_local17 =
|
|
3134
|
+
tmp21_local17 = tmp28_input.t47(tmp0_desc, 17, BooleanSerializer_getInstance(), tmp21_local17);
|
|
3127
3135
|
tmp3_bitMask0 = tmp3_bitMask0 | 131072;
|
|
3128
|
-
tmp22_local18 =
|
|
3136
|
+
tmp22_local18 = tmp28_input.t47(tmp0_desc, 18, BooleanSerializer_getInstance(), tmp22_local18);
|
|
3129
3137
|
tmp3_bitMask0 = tmp3_bitMask0 | 262144;
|
|
3130
|
-
tmp23_local19 =
|
|
3138
|
+
tmp23_local19 = tmp28_input.t47(tmp0_desc, 19, StringSerializer_getInstance(), tmp23_local19);
|
|
3131
3139
|
tmp3_bitMask0 = tmp3_bitMask0 | 524288;
|
|
3132
|
-
tmp24_local20 =
|
|
3140
|
+
tmp24_local20 = tmp28_input.t47(tmp0_desc, 20, BooleanSerializer_getInstance(), tmp24_local20);
|
|
3133
3141
|
tmp3_bitMask0 = tmp3_bitMask0 | 1048576;
|
|
3134
|
-
tmp25_local21 =
|
|
3142
|
+
tmp25_local21 = tmp28_input.t47(tmp0_desc, 21, IntSerializer_getInstance(), tmp25_local21);
|
|
3135
3143
|
tmp3_bitMask0 = tmp3_bitMask0 | 2097152;
|
|
3136
|
-
tmp26_local22 =
|
|
3144
|
+
tmp26_local22 = tmp28_input.t47(tmp0_desc, 22, BooleanSerializer_getInstance(), tmp26_local22);
|
|
3137
3145
|
tmp3_bitMask0 = tmp3_bitMask0 | 4194304;
|
|
3146
|
+
tmp27_local23 = tmp28_input.t47(tmp0_desc, 23, IntSerializer_getInstance(), tmp27_local23);
|
|
3147
|
+
tmp3_bitMask0 = tmp3_bitMask0 | 8388608;
|
|
3138
3148
|
} else
|
|
3139
3149
|
while (tmp1_flag) {
|
|
3140
|
-
tmp2_index =
|
|
3150
|
+
tmp2_index = tmp28_input.v47(tmp0_desc);
|
|
3141
3151
|
switch (tmp2_index) {
|
|
3142
3152
|
case -1:
|
|
3143
3153
|
tmp1_flag = false;
|
|
3144
3154
|
break;
|
|
3145
3155
|
case 0:
|
|
3146
|
-
tmp4_local0 =
|
|
3156
|
+
tmp4_local0 = tmp28_input.t47(tmp0_desc, 0, BooleanSerializer_getInstance(), tmp4_local0);
|
|
3147
3157
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
3148
3158
|
break;
|
|
3149
3159
|
case 1:
|
|
3150
|
-
tmp5_local1 =
|
|
3160
|
+
tmp5_local1 = tmp28_input.t47(tmp0_desc, 1, BooleanSerializer_getInstance(), tmp5_local1);
|
|
3151
3161
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
3152
3162
|
break;
|
|
3153
3163
|
case 2:
|
|
3154
|
-
tmp6_local2 =
|
|
3164
|
+
tmp6_local2 = tmp28_input.t47(tmp0_desc, 2, BooleanSerializer_getInstance(), tmp6_local2);
|
|
3155
3165
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
3156
3166
|
break;
|
|
3157
3167
|
case 3:
|
|
3158
|
-
tmp7_local3 =
|
|
3168
|
+
tmp7_local3 = tmp28_input.t47(tmp0_desc, 3, BooleanSerializer_getInstance(), tmp7_local3);
|
|
3159
3169
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
3160
3170
|
break;
|
|
3161
3171
|
case 4:
|
|
3162
|
-
tmp8_local4 =
|
|
3172
|
+
tmp8_local4 = tmp28_input.t47(tmp0_desc, 4, BooleanSerializer_getInstance(), tmp8_local4);
|
|
3163
3173
|
tmp3_bitMask0 = tmp3_bitMask0 | 16;
|
|
3164
3174
|
break;
|
|
3165
3175
|
case 5:
|
|
3166
|
-
tmp9_local5 =
|
|
3176
|
+
tmp9_local5 = tmp28_input.t47(tmp0_desc, 5, IntSerializer_getInstance(), tmp9_local5);
|
|
3167
3177
|
tmp3_bitMask0 = tmp3_bitMask0 | 32;
|
|
3168
3178
|
break;
|
|
3169
3179
|
case 6:
|
|
3170
|
-
tmp10_local6 =
|
|
3180
|
+
tmp10_local6 = tmp28_input.t47(tmp0_desc, 6, IntSerializer_getInstance(), tmp10_local6);
|
|
3171
3181
|
tmp3_bitMask0 = tmp3_bitMask0 | 64;
|
|
3172
3182
|
break;
|
|
3173
3183
|
case 7:
|
|
3174
|
-
tmp11_local7 =
|
|
3184
|
+
tmp11_local7 = tmp28_input.t47(tmp0_desc, 7, BooleanSerializer_getInstance(), tmp11_local7);
|
|
3175
3185
|
tmp3_bitMask0 = tmp3_bitMask0 | 128;
|
|
3176
3186
|
break;
|
|
3177
3187
|
case 8:
|
|
3178
|
-
tmp12_local8 =
|
|
3188
|
+
tmp12_local8 = tmp28_input.t47(tmp0_desc, 8, tmp29_cached[8], tmp12_local8);
|
|
3179
3189
|
tmp3_bitMask0 = tmp3_bitMask0 | 256;
|
|
3180
3190
|
break;
|
|
3181
3191
|
case 9:
|
|
3182
|
-
tmp13_local9 =
|
|
3192
|
+
tmp13_local9 = tmp28_input.t47(tmp0_desc, 9, tmp29_cached[9], tmp13_local9);
|
|
3183
3193
|
tmp3_bitMask0 = tmp3_bitMask0 | 512;
|
|
3184
3194
|
break;
|
|
3185
3195
|
case 10:
|
|
3186
|
-
tmp14_local10 =
|
|
3196
|
+
tmp14_local10 = tmp28_input.t47(tmp0_desc, 10, tmp29_cached[10], tmp14_local10);
|
|
3187
3197
|
tmp3_bitMask0 = tmp3_bitMask0 | 1024;
|
|
3188
3198
|
break;
|
|
3189
3199
|
case 11:
|
|
3190
|
-
tmp15_local11 =
|
|
3200
|
+
tmp15_local11 = tmp28_input.t47(tmp0_desc, 11, BooleanSerializer_getInstance(), tmp15_local11);
|
|
3191
3201
|
tmp3_bitMask0 = tmp3_bitMask0 | 2048;
|
|
3192
3202
|
break;
|
|
3193
3203
|
case 12:
|
|
3194
|
-
tmp16_local12 =
|
|
3204
|
+
tmp16_local12 = tmp28_input.t47(tmp0_desc, 12, BooleanSerializer_getInstance(), tmp16_local12);
|
|
3195
3205
|
tmp3_bitMask0 = tmp3_bitMask0 | 4096;
|
|
3196
3206
|
break;
|
|
3197
3207
|
case 13:
|
|
3198
|
-
tmp17_local13 =
|
|
3208
|
+
tmp17_local13 = tmp28_input.t47(tmp0_desc, 13, BooleanSerializer_getInstance(), tmp17_local13);
|
|
3199
3209
|
tmp3_bitMask0 = tmp3_bitMask0 | 8192;
|
|
3200
3210
|
break;
|
|
3201
3211
|
case 14:
|
|
3202
|
-
tmp18_local14 =
|
|
3212
|
+
tmp18_local14 = tmp28_input.t47(tmp0_desc, 14, BooleanSerializer_getInstance(), tmp18_local14);
|
|
3203
3213
|
tmp3_bitMask0 = tmp3_bitMask0 | 16384;
|
|
3204
3214
|
break;
|
|
3205
3215
|
case 15:
|
|
3206
|
-
tmp19_local15 =
|
|
3216
|
+
tmp19_local15 = tmp28_input.t47(tmp0_desc, 15, BooleanSerializer_getInstance(), tmp19_local15);
|
|
3207
3217
|
tmp3_bitMask0 = tmp3_bitMask0 | 32768;
|
|
3208
3218
|
break;
|
|
3209
3219
|
case 16:
|
|
3210
|
-
tmp20_local16 =
|
|
3220
|
+
tmp20_local16 = tmp28_input.t47(tmp0_desc, 16, BooleanSerializer_getInstance(), tmp20_local16);
|
|
3211
3221
|
tmp3_bitMask0 = tmp3_bitMask0 | 65536;
|
|
3212
3222
|
break;
|
|
3213
3223
|
case 17:
|
|
3214
|
-
tmp21_local17 =
|
|
3224
|
+
tmp21_local17 = tmp28_input.t47(tmp0_desc, 17, BooleanSerializer_getInstance(), tmp21_local17);
|
|
3215
3225
|
tmp3_bitMask0 = tmp3_bitMask0 | 131072;
|
|
3216
3226
|
break;
|
|
3217
3227
|
case 18:
|
|
3218
|
-
tmp22_local18 =
|
|
3228
|
+
tmp22_local18 = tmp28_input.t47(tmp0_desc, 18, BooleanSerializer_getInstance(), tmp22_local18);
|
|
3219
3229
|
tmp3_bitMask0 = tmp3_bitMask0 | 262144;
|
|
3220
3230
|
break;
|
|
3221
3231
|
case 19:
|
|
3222
|
-
tmp23_local19 =
|
|
3232
|
+
tmp23_local19 = tmp28_input.t47(tmp0_desc, 19, StringSerializer_getInstance(), tmp23_local19);
|
|
3223
3233
|
tmp3_bitMask0 = tmp3_bitMask0 | 524288;
|
|
3224
3234
|
break;
|
|
3225
3235
|
case 20:
|
|
3226
|
-
tmp24_local20 =
|
|
3236
|
+
tmp24_local20 = tmp28_input.t47(tmp0_desc, 20, BooleanSerializer_getInstance(), tmp24_local20);
|
|
3227
3237
|
tmp3_bitMask0 = tmp3_bitMask0 | 1048576;
|
|
3228
3238
|
break;
|
|
3229
3239
|
case 21:
|
|
3230
|
-
tmp25_local21 =
|
|
3240
|
+
tmp25_local21 = tmp28_input.t47(tmp0_desc, 21, IntSerializer_getInstance(), tmp25_local21);
|
|
3231
3241
|
tmp3_bitMask0 = tmp3_bitMask0 | 2097152;
|
|
3232
3242
|
break;
|
|
3233
3243
|
case 22:
|
|
3234
|
-
tmp26_local22 =
|
|
3244
|
+
tmp26_local22 = tmp28_input.t47(tmp0_desc, 22, BooleanSerializer_getInstance(), tmp26_local22);
|
|
3235
3245
|
tmp3_bitMask0 = tmp3_bitMask0 | 4194304;
|
|
3236
3246
|
break;
|
|
3247
|
+
case 23:
|
|
3248
|
+
tmp27_local23 = tmp28_input.t47(tmp0_desc, 23, IntSerializer_getInstance(), tmp27_local23);
|
|
3249
|
+
tmp3_bitMask0 = tmp3_bitMask0 | 8388608;
|
|
3250
|
+
break;
|
|
3237
3251
|
default:
|
|
3238
3252
|
throw UnknownFieldException_init_$Create$(tmp2_index);
|
|
3239
3253
|
}
|
|
3240
3254
|
}
|
|
3241
|
-
|
|
3242
|
-
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, null);
|
|
3255
|
+
tmp28_input.g47(tmp0_desc);
|
|
3256
|
+
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, null);
|
|
3243
3257
|
};
|
|
3244
3258
|
protoOf($serializer_6).r43 = function () {
|
|
3245
|
-
return this.
|
|
3259
|
+
return this.o6c_1;
|
|
3246
3260
|
};
|
|
3247
3261
|
protoOf($serializer_6).i4f = function () {
|
|
3248
|
-
var tmp0_cached = Companion_getInstance_18().
|
|
3262
|
+
var tmp0_cached = Companion_getInstance_18().n6c_1;
|
|
3249
3263
|
// Inline function 'kotlin.arrayOf' call
|
|
3250
3264
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3251
3265
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3252
|
-
return [get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(IntSerializer_getInstance()), get_nullable(IntSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(tmp0_cached[8]), get_nullable(tmp0_cached[9]), get_nullable(tmp0_cached[10]), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(IntSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(IntSerializer_getInstance())];
|
|
3266
|
+
return [get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(IntSerializer_getInstance()), get_nullable(IntSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(tmp0_cached[8]), get_nullable(tmp0_cached[9]), get_nullable(tmp0_cached[10]), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(IntSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(IntSerializer_getInstance())];
|
|
3253
3267
|
};
|
|
3254
3268
|
var $serializer_instance_6;
|
|
3255
3269
|
function $serializer_getInstance_6() {
|
|
@@ -3257,108 +3271,112 @@
|
|
|
3257
3271
|
new $serializer_6();
|
|
3258
3272
|
return $serializer_instance_6;
|
|
3259
3273
|
}
|
|
3260
|
-
function RulesDto_init_$Init$(seen0, needToPutHigherTrump, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, distributePoints, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker, $this) {
|
|
3274
|
+
function RulesDto_init_$Init$(seen0, needToPutHigherTrump, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, distributePoints, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker, $this) {
|
|
3261
3275
|
if (!(0 === (0 & seen0))) {
|
|
3262
|
-
throwMissingFieldException(seen0, 0, $serializer_getInstance_6().
|
|
3276
|
+
throwMissingFieldException(seen0, 0, $serializer_getInstance_6().o6c_1);
|
|
3263
3277
|
}
|
|
3264
3278
|
if (0 === (seen0 & 1))
|
|
3265
|
-
$this.
|
|
3279
|
+
$this.q6c_1 = null;
|
|
3266
3280
|
else
|
|
3267
|
-
$this.
|
|
3281
|
+
$this.q6c_1 = needToPutHigherTrump;
|
|
3268
3282
|
if (0 === (seen0 & 2))
|
|
3269
|
-
$this.
|
|
3283
|
+
$this.r6c_1 = null;
|
|
3270
3284
|
else
|
|
3271
|
-
$this.
|
|
3285
|
+
$this.r6c_1 = playerWhoChooseSuitGoFirst;
|
|
3272
3286
|
if (0 === (seen0 & 4))
|
|
3273
|
-
$this.
|
|
3287
|
+
$this.s6c_1 = null;
|
|
3274
3288
|
else
|
|
3275
|
-
$this.
|
|
3289
|
+
$this.s6c_1 = winnerShuffleCards;
|
|
3276
3290
|
if (0 === (seen0 & 8))
|
|
3277
|
-
$this.
|
|
3291
|
+
$this.t6c_1 = null;
|
|
3278
3292
|
else
|
|
3279
|
-
$this.
|
|
3293
|
+
$this.t6c_1 = playWithoutLiabilities;
|
|
3280
3294
|
if (0 === (seen0 & 16))
|
|
3281
|
-
$this.
|
|
3295
|
+
$this.u6c_1 = null;
|
|
3282
3296
|
else
|
|
3283
|
-
$this.
|
|
3297
|
+
$this.u6c_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
3284
3298
|
if (0 === (seen0 & 32))
|
|
3285
|
-
$this.
|
|
3299
|
+
$this.v6c_1 = null;
|
|
3286
3300
|
else
|
|
3287
|
-
$this.
|
|
3301
|
+
$this.v6c_1 = dealerInitialCardsCount;
|
|
3288
3302
|
if (0 === (seen0 & 64))
|
|
3289
|
-
$this.
|
|
3303
|
+
$this.w6c_1 = null;
|
|
3290
3304
|
else
|
|
3291
|
-
$this.
|
|
3305
|
+
$this.w6c_1 = dealerFinalCardsCount;
|
|
3292
3306
|
if (0 === (seen0 & 128))
|
|
3293
|
-
$this.
|
|
3307
|
+
$this.x6c_1 = null;
|
|
3294
3308
|
else
|
|
3295
|
-
$this.
|
|
3309
|
+
$this.x6c_1 = dealerCounterClockwise;
|
|
3296
3310
|
if (0 === (seen0 & 256))
|
|
3297
|
-
$this.
|
|
3311
|
+
$this.y6c_1 = null;
|
|
3298
3312
|
else
|
|
3299
|
-
$this.
|
|
3313
|
+
$this.y6c_1 = contractTypes;
|
|
3300
3314
|
if (0 === (seen0 & 512))
|
|
3301
|
-
$this.
|
|
3315
|
+
$this.z6c_1 = null;
|
|
3302
3316
|
else
|
|
3303
|
-
$this.
|
|
3317
|
+
$this.z6c_1 = bidTypes;
|
|
3304
3318
|
if (0 === (seen0 & 1024))
|
|
3305
|
-
$this.
|
|
3319
|
+
$this.a6d_1 = null;
|
|
3306
3320
|
else
|
|
3307
|
-
$this.
|
|
3321
|
+
$this.a6d_1 = combinationsWithFirstCard;
|
|
3308
3322
|
if (0 === (seen0 & 2048))
|
|
3309
|
-
$this.
|
|
3323
|
+
$this.b6d_1 = null;
|
|
3310
3324
|
else
|
|
3311
|
-
$this.
|
|
3325
|
+
$this.b6d_1 = protectBella;
|
|
3312
3326
|
if (0 === (seen0 & 4096))
|
|
3313
|
-
$this.
|
|
3327
|
+
$this.c6d_1 = null;
|
|
3314
3328
|
else
|
|
3315
|
-
$this.
|
|
3329
|
+
$this.c6d_1 = oneTryToProtectBella;
|
|
3316
3330
|
if (0 === (seen0 & 8192))
|
|
3317
|
-
$this.
|
|
3331
|
+
$this.d6d_1 = null;
|
|
3318
3332
|
else
|
|
3319
|
-
$this.
|
|
3333
|
+
$this.d6d_1 = enableFourSevensCombination;
|
|
3320
3334
|
if (0 === (seen0 & 16384))
|
|
3321
|
-
$this.
|
|
3335
|
+
$this.e6d_1 = null;
|
|
3322
3336
|
else
|
|
3323
|
-
$this.
|
|
3337
|
+
$this.e6d_1 = enableTrumpSevenCombination;
|
|
3324
3338
|
if (0 === (seen0 & 32768))
|
|
3325
|
-
$this.
|
|
3339
|
+
$this.f6d_1 = null;
|
|
3326
3340
|
else
|
|
3327
|
-
$this.
|
|
3341
|
+
$this.f6d_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
3328
3342
|
if (0 === (seen0 & 65536))
|
|
3329
|
-
$this.
|
|
3343
|
+
$this.g6d_1 = null;
|
|
3330
3344
|
else
|
|
3331
|
-
$this.
|
|
3345
|
+
$this.g6d_1 = checkTrumpCombination;
|
|
3332
3346
|
if (0 === (seen0 & 131072))
|
|
3333
|
-
$this.
|
|
3347
|
+
$this.h6d_1 = null;
|
|
3334
3348
|
else
|
|
3335
|
-
$this.
|
|
3349
|
+
$this.h6d_1 = checkOnlyTrumpDebertz;
|
|
3336
3350
|
if (0 === (seen0 & 262144))
|
|
3337
|
-
$this.
|
|
3351
|
+
$this.i6d_1 = null;
|
|
3338
3352
|
else
|
|
3339
|
-
$this.
|
|
3353
|
+
$this.i6d_1 = distributePoints;
|
|
3340
3354
|
if (0 === (seen0 & 524288))
|
|
3341
|
-
$this.
|
|
3355
|
+
$this.j6d_1 = null;
|
|
3342
3356
|
else
|
|
3343
|
-
$this.
|
|
3357
|
+
$this.j6d_1 = pointsDistributeMode;
|
|
3344
3358
|
if (0 === (seen0 & 1048576))
|
|
3345
|
-
$this.
|
|
3359
|
+
$this.k6d_1 = null;
|
|
3346
3360
|
else
|
|
3347
|
-
$this.
|
|
3361
|
+
$this.k6d_1 = enableFineIfNoBribes;
|
|
3348
3362
|
if (0 === (seen0 & 2097152))
|
|
3349
|
-
$this.
|
|
3363
|
+
$this.l6d_1 = null;
|
|
3350
3364
|
else
|
|
3351
|
-
$this.
|
|
3365
|
+
$this.l6d_1 = fineIfNoBribes;
|
|
3352
3366
|
if (0 === (seen0 & 4194304))
|
|
3353
|
-
$this.
|
|
3367
|
+
$this.m6d_1 = null;
|
|
3354
3368
|
else
|
|
3355
|
-
$this.
|
|
3369
|
+
$this.m6d_1 = enableFineAfterThirdByte;
|
|
3370
|
+
if (0 === (seen0 & 8388608))
|
|
3371
|
+
$this.n6d_1 = null;
|
|
3372
|
+
else
|
|
3373
|
+
$this.n6d_1 = fineAfterThirdFailedContract;
|
|
3356
3374
|
return $this;
|
|
3357
3375
|
}
|
|
3358
|
-
function RulesDto_init_$Create$(seen0, needToPutHigherTrump, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, distributePoints, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker) {
|
|
3359
|
-
return RulesDto_init_$Init$(seen0, needToPutHigherTrump, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, distributePoints, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker, objectCreate(protoOf(RulesDto)));
|
|
3376
|
+
function RulesDto_init_$Create$(seen0, needToPutHigherTrump, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, distributePoints, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker) {
|
|
3377
|
+
return RulesDto_init_$Init$(seen0, needToPutHigherTrump, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, distributePoints, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker, objectCreate(protoOf(RulesDto)));
|
|
3360
3378
|
}
|
|
3361
|
-
function RulesDto(needToPutHigherTrump, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, distributePoints, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract) {
|
|
3379
|
+
function RulesDto(needToPutHigherTrump, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, distributePoints, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract) {
|
|
3362
3380
|
Companion_getInstance_18();
|
|
3363
3381
|
needToPutHigherTrump = needToPutHigherTrump === VOID ? null : needToPutHigherTrump;
|
|
3364
3382
|
playerWhoChooseSuitGoFirst = playerWhoChooseSuitGoFirst === VOID ? null : playerWhoChooseSuitGoFirst;
|
|
@@ -3379,51 +3397,51 @@
|
|
|
3379
3397
|
checkTrumpCombination = checkTrumpCombination === VOID ? null : checkTrumpCombination;
|
|
3380
3398
|
checkOnlyTrumpDebertz = checkOnlyTrumpDebertz === VOID ? null : checkOnlyTrumpDebertz;
|
|
3381
3399
|
distributePoints = distributePoints === VOID ? null : distributePoints;
|
|
3400
|
+
pointsDistributeMode = pointsDistributeMode === VOID ? null : pointsDistributeMode;
|
|
3382
3401
|
enableFineIfNoBribes = enableFineIfNoBribes === VOID ? null : enableFineIfNoBribes;
|
|
3383
3402
|
fineIfNoBribes = fineIfNoBribes === VOID ? null : fineIfNoBribes;
|
|
3384
3403
|
enableFineAfterThirdByte = enableFineAfterThirdByte === VOID ? null : enableFineAfterThirdByte;
|
|
3385
3404
|
fineAfterThirdFailedContract = fineAfterThirdFailedContract === VOID ? null : fineAfterThirdFailedContract;
|
|
3386
|
-
this.
|
|
3387
|
-
this.
|
|
3388
|
-
this.
|
|
3389
|
-
this.
|
|
3390
|
-
this.
|
|
3391
|
-
this.
|
|
3392
|
-
this.
|
|
3393
|
-
this.
|
|
3394
|
-
this.
|
|
3395
|
-
this.
|
|
3396
|
-
this.
|
|
3397
|
-
this.
|
|
3398
|
-
this.
|
|
3399
|
-
this.
|
|
3400
|
-
this.
|
|
3401
|
-
this.
|
|
3402
|
-
this.
|
|
3403
|
-
this.
|
|
3404
|
-
this.
|
|
3405
|
-
this.
|
|
3406
|
-
this.
|
|
3407
|
-
this.
|
|
3408
|
-
this.
|
|
3405
|
+
this.q6c_1 = needToPutHigherTrump;
|
|
3406
|
+
this.r6c_1 = playerWhoChooseSuitGoFirst;
|
|
3407
|
+
this.s6c_1 = winnerShuffleCards;
|
|
3408
|
+
this.t6c_1 = playWithoutLiabilities;
|
|
3409
|
+
this.u6c_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
3410
|
+
this.v6c_1 = dealerInitialCardsCount;
|
|
3411
|
+
this.w6c_1 = dealerFinalCardsCount;
|
|
3412
|
+
this.x6c_1 = dealerCounterClockwise;
|
|
3413
|
+
this.y6c_1 = contractTypes;
|
|
3414
|
+
this.z6c_1 = bidTypes;
|
|
3415
|
+
this.a6d_1 = combinationsWithFirstCard;
|
|
3416
|
+
this.b6d_1 = protectBella;
|
|
3417
|
+
this.c6d_1 = oneTryToProtectBella;
|
|
3418
|
+
this.d6d_1 = enableFourSevensCombination;
|
|
3419
|
+
this.e6d_1 = enableTrumpSevenCombination;
|
|
3420
|
+
this.f6d_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
3421
|
+
this.g6d_1 = checkTrumpCombination;
|
|
3422
|
+
this.h6d_1 = checkOnlyTrumpDebertz;
|
|
3423
|
+
this.i6d_1 = distributePoints;
|
|
3424
|
+
this.j6d_1 = pointsDistributeMode;
|
|
3425
|
+
this.k6d_1 = enableFineIfNoBribes;
|
|
3426
|
+
this.l6d_1 = fineIfNoBribes;
|
|
3427
|
+
this.m6d_1 = enableFineAfterThirdByte;
|
|
3428
|
+
this.n6d_1 = fineAfterThirdFailedContract;
|
|
3409
3429
|
}
|
|
3410
3430
|
protoOf(RulesDto).toString = function () {
|
|
3411
|
-
return 'RulesDto(needToPutHigherTrump=' + this.
|
|
3431
|
+
return 'RulesDto(needToPutHigherTrump=' + this.q6c_1 + ', playerWhoChooseSuitGoFirst=' + this.r6c_1 + ', winnerShuffleCards=' + this.s6c_1 + ', playWithoutLiabilities=' + this.t6c_1 + ', trumpCardGoToPlayerWhoShuffleCards=' + this.u6c_1 + ', dealerInitialCardsCount=' + this.v6c_1 + ', dealerFinalCardsCount=' + this.w6c_1 + ', dealerCounterClockwise=' + this.x6c_1 + ', contractTypes=' + toString(this.y6c_1) + ', bidTypes=' + toString(this.z6c_1) + ', combinationsWithFirstCard=' + toString(this.a6d_1) + ', protectBella=' + this.b6d_1 + ', oneTryToProtectBella=' + this.c6d_1 + ', enableFourSevensCombination=' + this.d6d_1 + ', enableTrumpSevenCombination=' + this.e6d_1 + ', enableTrumpSevenCombinationAfterDistribution=' + this.f6d_1 + ', checkTrumpCombination=' + this.g6d_1 + ', checkOnlyTrumpDebertz=' + this.h6d_1 + ', distributePoints=' + this.i6d_1 + ', pointsDistributeMode=' + this.j6d_1 + ', enableFineIfNoBribes=' + this.k6d_1 + ', fineIfNoBribes=' + this.l6d_1 + ', enableFineAfterThirdByte=' + this.m6d_1 + ', fineAfterThirdFailedContract=' + this.n6d_1 + ')';
|
|
3412
3432
|
};
|
|
3413
3433
|
protoOf(RulesDto).hashCode = function () {
|
|
3414
|
-
var result = this.
|
|
3415
|
-
result = imul(result, 31) + (this.p6c_1 == null ? 0 : getBooleanHashCode(this.p6c_1)) | 0;
|
|
3416
|
-
result = imul(result, 31) + (this.q6c_1 == null ? 0 : getBooleanHashCode(this.q6c_1)) | 0;
|
|
3434
|
+
var result = this.q6c_1 == null ? 0 : getBooleanHashCode(this.q6c_1);
|
|
3417
3435
|
result = imul(result, 31) + (this.r6c_1 == null ? 0 : getBooleanHashCode(this.r6c_1)) | 0;
|
|
3418
3436
|
result = imul(result, 31) + (this.s6c_1 == null ? 0 : getBooleanHashCode(this.s6c_1)) | 0;
|
|
3419
|
-
result = imul(result, 31) + (this.t6c_1 == null ? 0 : this.t6c_1) | 0;
|
|
3420
|
-
result = imul(result, 31) + (this.u6c_1 == null ? 0 : this.u6c_1) | 0;
|
|
3421
|
-
result = imul(result, 31) + (this.v6c_1 == null ? 0 :
|
|
3422
|
-
result = imul(result, 31) + (this.w6c_1 == null ? 0 :
|
|
3423
|
-
result = imul(result, 31) + (this.x6c_1 == null ? 0 :
|
|
3437
|
+
result = imul(result, 31) + (this.t6c_1 == null ? 0 : getBooleanHashCode(this.t6c_1)) | 0;
|
|
3438
|
+
result = imul(result, 31) + (this.u6c_1 == null ? 0 : getBooleanHashCode(this.u6c_1)) | 0;
|
|
3439
|
+
result = imul(result, 31) + (this.v6c_1 == null ? 0 : this.v6c_1) | 0;
|
|
3440
|
+
result = imul(result, 31) + (this.w6c_1 == null ? 0 : this.w6c_1) | 0;
|
|
3441
|
+
result = imul(result, 31) + (this.x6c_1 == null ? 0 : getBooleanHashCode(this.x6c_1)) | 0;
|
|
3424
3442
|
result = imul(result, 31) + (this.y6c_1 == null ? 0 : hashCode(this.y6c_1)) | 0;
|
|
3425
|
-
result = imul(result, 31) + (this.z6c_1 == null ? 0 :
|
|
3426
|
-
result = imul(result, 31) + (this.a6d_1 == null ? 0 :
|
|
3443
|
+
result = imul(result, 31) + (this.z6c_1 == null ? 0 : hashCode(this.z6c_1)) | 0;
|
|
3444
|
+
result = imul(result, 31) + (this.a6d_1 == null ? 0 : hashCode(this.a6d_1)) | 0;
|
|
3427
3445
|
result = imul(result, 31) + (this.b6d_1 == null ? 0 : getBooleanHashCode(this.b6d_1)) | 0;
|
|
3428
3446
|
result = imul(result, 31) + (this.c6d_1 == null ? 0 : getBooleanHashCode(this.c6d_1)) | 0;
|
|
3429
3447
|
result = imul(result, 31) + (this.d6d_1 == null ? 0 : getBooleanHashCode(this.d6d_1)) | 0;
|
|
@@ -3431,9 +3449,12 @@
|
|
|
3431
3449
|
result = imul(result, 31) + (this.f6d_1 == null ? 0 : getBooleanHashCode(this.f6d_1)) | 0;
|
|
3432
3450
|
result = imul(result, 31) + (this.g6d_1 == null ? 0 : getBooleanHashCode(this.g6d_1)) | 0;
|
|
3433
3451
|
result = imul(result, 31) + (this.h6d_1 == null ? 0 : getBooleanHashCode(this.h6d_1)) | 0;
|
|
3434
|
-
result = imul(result, 31) + (this.i6d_1 == null ? 0 : this.i6d_1) | 0;
|
|
3435
|
-
result = imul(result, 31) + (this.j6d_1 == null ? 0 :
|
|
3436
|
-
result = imul(result, 31) + (this.k6d_1 == null ? 0 : this.k6d_1) | 0;
|
|
3452
|
+
result = imul(result, 31) + (this.i6d_1 == null ? 0 : getBooleanHashCode(this.i6d_1)) | 0;
|
|
3453
|
+
result = imul(result, 31) + (this.j6d_1 == null ? 0 : getStringHashCode(this.j6d_1)) | 0;
|
|
3454
|
+
result = imul(result, 31) + (this.k6d_1 == null ? 0 : getBooleanHashCode(this.k6d_1)) | 0;
|
|
3455
|
+
result = imul(result, 31) + (this.l6d_1 == null ? 0 : this.l6d_1) | 0;
|
|
3456
|
+
result = imul(result, 31) + (this.m6d_1 == null ? 0 : getBooleanHashCode(this.m6d_1)) | 0;
|
|
3457
|
+
result = imul(result, 31) + (this.n6d_1 == null ? 0 : this.n6d_1) | 0;
|
|
3437
3458
|
return result;
|
|
3438
3459
|
};
|
|
3439
3460
|
protoOf(RulesDto).equals = function (other) {
|
|
@@ -3442,10 +3463,6 @@
|
|
|
3442
3463
|
if (!(other instanceof RulesDto))
|
|
3443
3464
|
return false;
|
|
3444
3465
|
var tmp0_other_with_cast = other instanceof RulesDto ? other : THROW_CCE();
|
|
3445
|
-
if (!(this.o6c_1 == tmp0_other_with_cast.o6c_1))
|
|
3446
|
-
return false;
|
|
3447
|
-
if (!(this.p6c_1 == tmp0_other_with_cast.p6c_1))
|
|
3448
|
-
return false;
|
|
3449
3466
|
if (!(this.q6c_1 == tmp0_other_with_cast.q6c_1))
|
|
3450
3467
|
return false;
|
|
3451
3468
|
if (!(this.r6c_1 == tmp0_other_with_cast.r6c_1))
|
|
@@ -3458,15 +3475,15 @@
|
|
|
3458
3475
|
return false;
|
|
3459
3476
|
if (!(this.v6c_1 == tmp0_other_with_cast.v6c_1))
|
|
3460
3477
|
return false;
|
|
3461
|
-
if (!
|
|
3478
|
+
if (!(this.w6c_1 == tmp0_other_with_cast.w6c_1))
|
|
3462
3479
|
return false;
|
|
3463
|
-
if (!
|
|
3480
|
+
if (!(this.x6c_1 == tmp0_other_with_cast.x6c_1))
|
|
3464
3481
|
return false;
|
|
3465
3482
|
if (!equals(this.y6c_1, tmp0_other_with_cast.y6c_1))
|
|
3466
3483
|
return false;
|
|
3467
|
-
if (!(this.z6c_1
|
|
3484
|
+
if (!equals(this.z6c_1, tmp0_other_with_cast.z6c_1))
|
|
3468
3485
|
return false;
|
|
3469
|
-
if (!(this.a6d_1
|
|
3486
|
+
if (!equals(this.a6d_1, tmp0_other_with_cast.a6d_1))
|
|
3470
3487
|
return false;
|
|
3471
3488
|
if (!(this.b6d_1 == tmp0_other_with_cast.b6d_1))
|
|
3472
3489
|
return false;
|
|
@@ -3488,27 +3505,33 @@
|
|
|
3488
3505
|
return false;
|
|
3489
3506
|
if (!(this.k6d_1 == tmp0_other_with_cast.k6d_1))
|
|
3490
3507
|
return false;
|
|
3508
|
+
if (!(this.l6d_1 == tmp0_other_with_cast.l6d_1))
|
|
3509
|
+
return false;
|
|
3510
|
+
if (!(this.m6d_1 == tmp0_other_with_cast.m6d_1))
|
|
3511
|
+
return false;
|
|
3512
|
+
if (!(this.n6d_1 == tmp0_other_with_cast.n6d_1))
|
|
3513
|
+
return false;
|
|
3491
3514
|
return true;
|
|
3492
3515
|
};
|
|
3493
3516
|
function CardGrowthComparator(trump, firstCardSuit) {
|
|
3494
|
-
this.
|
|
3495
|
-
this.
|
|
3517
|
+
this.o6d_1 = trump;
|
|
3518
|
+
this.p6d_1 = firstCardSuit;
|
|
3496
3519
|
}
|
|
3497
|
-
protoOf(CardGrowthComparator).
|
|
3498
|
-
return getGrowth(b, this.
|
|
3520
|
+
protoOf(CardGrowthComparator).m64 = function (a, b) {
|
|
3521
|
+
return getGrowth(b, this.o6d_1, this.p6d_1) - getGrowth(a, this.o6d_1, this.p6d_1) | 0;
|
|
3499
3522
|
};
|
|
3500
3523
|
protoOf(CardGrowthComparator).compare = function (a, b) {
|
|
3501
3524
|
var tmp = a instanceof GameCard ? a : THROW_CCE();
|
|
3502
|
-
return this.
|
|
3525
|
+
return this.m64(tmp, b instanceof GameCard ? b : THROW_CCE());
|
|
3503
3526
|
};
|
|
3504
3527
|
function getPoint(_this__u8e3s4, trump) {
|
|
3505
|
-
var isTrump = trump.equals(_this__u8e3s4.
|
|
3528
|
+
var isTrump = trump.equals(_this__u8e3s4.a65());
|
|
3506
3529
|
return getPoint_0(_this__u8e3s4, isTrump);
|
|
3507
3530
|
}
|
|
3508
3531
|
function getGrowth(_this__u8e3s4, trump, firstCardSuit) {
|
|
3509
3532
|
var minPoint = 0;
|
|
3510
|
-
var isTrump = trump.equals(_this__u8e3s4.
|
|
3511
|
-
var isCurrentSuit = firstCardSuit.equals(_this__u8e3s4.
|
|
3533
|
+
var isTrump = trump.equals(_this__u8e3s4.a65());
|
|
3534
|
+
var isCurrentSuit = firstCardSuit.equals(_this__u8e3s4.a65());
|
|
3512
3535
|
var minGrowth;
|
|
3513
3536
|
var maxGrowth;
|
|
3514
3537
|
switch (_this__u8e3s4.p2().o2_1) {
|
|
@@ -3592,7 +3615,7 @@
|
|
|
3592
3615
|
return tmp;
|
|
3593
3616
|
}
|
|
3594
3617
|
function getValueInHand(_this__u8e3s4, trump, allCards) {
|
|
3595
|
-
var isTrump = trump.equals(_this__u8e3s4.
|
|
3618
|
+
var isTrump = trump.equals(_this__u8e3s4.a65());
|
|
3596
3619
|
return getValueInHand_0(_this__u8e3s4, isTrump, allCards);
|
|
3597
3620
|
}
|
|
3598
3621
|
function getValueInHand_0(_this__u8e3s4, isTrump, allCards) {
|
|
@@ -3643,15 +3666,15 @@
|
|
|
3643
3666
|
return tmp;
|
|
3644
3667
|
}
|
|
3645
3668
|
function ProcessingCard(gameCard, payload) {
|
|
3646
|
-
this.
|
|
3647
|
-
this.
|
|
3669
|
+
this.q6d_1 = gameCard;
|
|
3670
|
+
this.r6d_1 = payload;
|
|
3648
3671
|
}
|
|
3649
3672
|
protoOf(ProcessingCard).toString = function () {
|
|
3650
|
-
return 'ProcessingCard(gameCard=' + this.
|
|
3673
|
+
return 'ProcessingCard(gameCard=' + this.q6d_1.toString() + ', payload=' + toString(this.r6d_1) + ')';
|
|
3651
3674
|
};
|
|
3652
3675
|
protoOf(ProcessingCard).hashCode = function () {
|
|
3653
|
-
var result = this.
|
|
3654
|
-
result = imul(result, 31) + (this.
|
|
3676
|
+
var result = this.q6d_1.hashCode();
|
|
3677
|
+
result = imul(result, 31) + (this.r6d_1 == null ? 0 : hashCode(this.r6d_1)) | 0;
|
|
3655
3678
|
return result;
|
|
3656
3679
|
};
|
|
3657
3680
|
protoOf(ProcessingCard).equals = function (other) {
|
|
@@ -3660,28 +3683,28 @@
|
|
|
3660
3683
|
if (!(other instanceof ProcessingCard))
|
|
3661
3684
|
return false;
|
|
3662
3685
|
var tmp0_other_with_cast = other instanceof ProcessingCard ? other : THROW_CCE();
|
|
3663
|
-
if (!this.
|
|
3686
|
+
if (!this.q6d_1.equals(tmp0_other_with_cast.q6d_1))
|
|
3664
3687
|
return false;
|
|
3665
|
-
if (!equals(this.
|
|
3688
|
+
if (!equals(this.r6d_1, tmp0_other_with_cast.r6d_1))
|
|
3666
3689
|
return false;
|
|
3667
3690
|
return true;
|
|
3668
3691
|
};
|
|
3669
3692
|
function AsyncProvider() {
|
|
3670
3693
|
}
|
|
3671
3694
|
function onError($this, message, error) {
|
|
3672
|
-
$this.
|
|
3695
|
+
$this.z6d_1.e('AsyncErrorHandler', message + ': ' + error.toString(), error);
|
|
3673
3696
|
}
|
|
3674
3697
|
function _no_name_provided__qut3iv(this$0) {
|
|
3675
|
-
this.
|
|
3698
|
+
this.i6e_1 = this$0;
|
|
3676
3699
|
AbstractCoroutineContextElement.call(this, Key_instance);
|
|
3677
3700
|
}
|
|
3678
3701
|
protoOf(_no_name_provided__qut3iv).ww = function (context, exception) {
|
|
3679
|
-
onError(this.
|
|
3702
|
+
onError(this.i6e_1, 'CoroutineContext', exception);
|
|
3680
3703
|
return Unit_instance;
|
|
3681
3704
|
};
|
|
3682
3705
|
function AsyncProviderImpl$launchDefaultWithLock$slambda(this$0, $block, resultContinuation) {
|
|
3683
|
-
this.
|
|
3684
|
-
this.
|
|
3706
|
+
this.r6e_1 = this$0;
|
|
3707
|
+
this.s6e_1 = $block;
|
|
3685
3708
|
CoroutineImpl.call(this, resultContinuation);
|
|
3686
3709
|
}
|
|
3687
3710
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).q1d = function ($this$launch, $completion) {
|
|
@@ -3702,24 +3725,24 @@
|
|
|
3702
3725
|
case 0:
|
|
3703
3726
|
this.i9_1 = 6;
|
|
3704
3727
|
var tmp_0 = this;
|
|
3705
|
-
tmp_0.
|
|
3728
|
+
tmp_0.u6e_1 = this.r6e_1.b6e_1;
|
|
3706
3729
|
var tmp_1 = this;
|
|
3707
|
-
tmp_1.
|
|
3730
|
+
tmp_1.v6e_1 = null;
|
|
3708
3731
|
this.h9_1 = 1;
|
|
3709
|
-
suspendResult = this.
|
|
3732
|
+
suspendResult = this.u6e_1.n1l(this.v6e_1, this);
|
|
3710
3733
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
3711
3734
|
return suspendResult;
|
|
3712
3735
|
}
|
|
3713
3736
|
|
|
3714
3737
|
continue $sm;
|
|
3715
3738
|
case 1:
|
|
3716
|
-
this.
|
|
3739
|
+
this.w6e_1 = Unit_instance;
|
|
3717
3740
|
this.h9_1 = 2;
|
|
3718
3741
|
continue $sm;
|
|
3719
3742
|
case 2:
|
|
3720
3743
|
this.i9_1 = 5;
|
|
3721
3744
|
this.h9_1 = 3;
|
|
3722
|
-
suspendResult = this.
|
|
3745
|
+
suspendResult = this.s6e_1(this.t6e_1, this);
|
|
3723
3746
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
3724
3747
|
return suspendResult;
|
|
3725
3748
|
}
|
|
@@ -3727,19 +3750,19 @@
|
|
|
3727
3750
|
continue $sm;
|
|
3728
3751
|
case 3:
|
|
3729
3752
|
var tmp_2 = this;
|
|
3730
|
-
tmp_2.
|
|
3753
|
+
tmp_2.w6e_1 = Unit_instance;
|
|
3731
3754
|
this.i9_1 = 6;
|
|
3732
3755
|
this.h9_1 = 4;
|
|
3733
3756
|
continue $sm;
|
|
3734
3757
|
case 4:
|
|
3735
|
-
this.
|
|
3758
|
+
this.w6e_1;
|
|
3736
3759
|
this.i9_1 = 6;
|
|
3737
|
-
this.
|
|
3760
|
+
this.u6e_1.y1k(this.v6e_1);
|
|
3738
3761
|
return Unit_instance;
|
|
3739
3762
|
case 5:
|
|
3740
3763
|
this.i9_1 = 6;
|
|
3741
3764
|
var t = this.k9_1;
|
|
3742
|
-
this.
|
|
3765
|
+
this.u6e_1.y1k(this.v6e_1);
|
|
3743
3766
|
throw t;
|
|
3744
3767
|
case 6:
|
|
3745
3768
|
throw this.k9_1;
|
|
@@ -3756,8 +3779,8 @@
|
|
|
3756
3779
|
while (true);
|
|
3757
3780
|
};
|
|
3758
3781
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).r1d = function ($this$launch, completion) {
|
|
3759
|
-
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.
|
|
3760
|
-
i.
|
|
3782
|
+
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.r6e_1, this.s6e_1, completion);
|
|
3783
|
+
i.t6e_1 = $this$launch;
|
|
3761
3784
|
return i;
|
|
3762
3785
|
};
|
|
3763
3786
|
function AsyncProviderImpl$launchDefaultWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
@@ -3772,32 +3795,32 @@
|
|
|
3772
3795
|
mainDispatcher = mainDispatcher === VOID ? Dispatchers_getInstance().q10() : mainDispatcher;
|
|
3773
3796
|
defaultDispatcher = defaultDispatcher === VOID ? Dispatchers_getInstance().m10_1 : defaultDispatcher;
|
|
3774
3797
|
unconfinedDispatcher = unconfinedDispatcher === VOID ? Dispatchers_getInstance().n10_1 : unconfinedDispatcher;
|
|
3775
|
-
this.
|
|
3776
|
-
this.
|
|
3777
|
-
this.
|
|
3778
|
-
this.
|
|
3798
|
+
this.z6d_1 = logger;
|
|
3799
|
+
this.a6e_1 = SupervisorJob();
|
|
3800
|
+
this.b6e_1 = Mutex();
|
|
3801
|
+
this.c6e_1 = Mutex();
|
|
3779
3802
|
var tmp = this;
|
|
3780
3803
|
// Inline function 'kotlinx.coroutines.CoroutineExceptionHandler' call
|
|
3781
|
-
tmp.
|
|
3782
|
-
this.
|
|
3783
|
-
this.
|
|
3784
|
-
this.
|
|
3804
|
+
tmp.d6e_1 = new _no_name_provided__qut3iv(this);
|
|
3805
|
+
this.e6e_1 = CoroutineScope_0(mainDispatcher.gg(this.a6e_1).gg(MainContextId_getInstance()));
|
|
3806
|
+
this.f6e_1 = CoroutineScope_0(defaultDispatcher.gg(this.a6e_1).gg(WorkerContextId_getInstance()));
|
|
3807
|
+
this.g6e_1 = CoroutineScope_0(unconfinedDispatcher.gg(this.a6e_1).gg(WorkerContextId_getInstance()));
|
|
3785
3808
|
}
|
|
3786
|
-
protoOf(AsyncProviderImpl).
|
|
3787
|
-
return this.
|
|
3809
|
+
protoOf(AsyncProviderImpl).s6d = function () {
|
|
3810
|
+
return this.d6e_1;
|
|
3788
3811
|
};
|
|
3789
|
-
protoOf(AsyncProviderImpl).
|
|
3790
|
-
return launch(this.
|
|
3812
|
+
protoOf(AsyncProviderImpl).x6d = function (context, block) {
|
|
3813
|
+
return launch(this.e6e_1, context, VOID, block);
|
|
3791
3814
|
};
|
|
3792
|
-
protoOf(AsyncProviderImpl).
|
|
3793
|
-
return launch(this.
|
|
3815
|
+
protoOf(AsyncProviderImpl).t6d = function (context, block) {
|
|
3816
|
+
return launch(this.f6e_1, context, VOID, block);
|
|
3794
3817
|
};
|
|
3795
|
-
protoOf(AsyncProviderImpl).
|
|
3796
|
-
return launch(this.
|
|
3818
|
+
protoOf(AsyncProviderImpl).v6d = function (context, block) {
|
|
3819
|
+
return launch(this.f6e_1, context, VOID, AsyncProviderImpl$launchDefaultWithLock$slambda_0(this, block, null));
|
|
3797
3820
|
};
|
|
3798
3821
|
protoOf(AsyncProviderImpl).a2 = function () {
|
|
3799
|
-
if (!this.
|
|
3800
|
-
this.
|
|
3822
|
+
if (!this.a6e_1.hp()) {
|
|
3823
|
+
this.a6e_1.vp();
|
|
3801
3824
|
}
|
|
3802
3825
|
};
|
|
3803
3826
|
function Key() {
|
|
@@ -3861,7 +3884,7 @@
|
|
|
3861
3884
|
}
|
|
3862
3885
|
function UUIDIdsProvider() {
|
|
3863
3886
|
}
|
|
3864
|
-
protoOf(UUIDIdsProvider).
|
|
3887
|
+
protoOf(UUIDIdsProvider).x6e = function () {
|
|
3865
3888
|
return uuid4().toString();
|
|
3866
3889
|
};
|
|
3867
3890
|
var UUIDIdsProvider_instance;
|
|
@@ -3879,59 +3902,59 @@
|
|
|
3879
3902
|
tmp = lock;
|
|
3880
3903
|
}
|
|
3881
3904
|
lock = tmp;
|
|
3882
|
-
this.
|
|
3883
|
-
this.
|
|
3905
|
+
this.d6f_1 = logger;
|
|
3906
|
+
this.e6f_1 = lock;
|
|
3884
3907
|
var tmp_0 = this;
|
|
3885
3908
|
// Inline function 'kotlin.collections.hashMapOf' call
|
|
3886
|
-
tmp_0.
|
|
3909
|
+
tmp_0.f6f_1 = HashMap_init_$Create$();
|
|
3887
3910
|
}
|
|
3888
|
-
protoOf(JobsProviderImpl).
|
|
3911
|
+
protoOf(JobsProviderImpl).y6e = function (timerTag, job) {
|
|
3889
3912
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
3890
|
-
this.
|
|
3891
|
-
if (this.
|
|
3892
|
-
this.
|
|
3913
|
+
this.e6f_1;
|
|
3914
|
+
if (this.c6f(timerTag)) {
|
|
3915
|
+
this.d6f_1.w(VOID, 'Timer already exists for that tag: ' + toString_0(timerTag));
|
|
3893
3916
|
}
|
|
3894
|
-
this.
|
|
3917
|
+
this.f6f_1.k2(timerTag, job);
|
|
3895
3918
|
};
|
|
3896
|
-
protoOf(JobsProviderImpl).
|
|
3919
|
+
protoOf(JobsProviderImpl).c6f = function (timerTag) {
|
|
3897
3920
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
3898
|
-
this.
|
|
3921
|
+
this.e6f_1;
|
|
3899
3922
|
// Inline function 'com.logic.data.providers.JobsProviderImpl.containJob.<anonymous>' call
|
|
3900
|
-
return this.
|
|
3923
|
+
return this.f6f_1.f2(timerTag);
|
|
3901
3924
|
};
|
|
3902
|
-
protoOf(JobsProviderImpl).
|
|
3925
|
+
protoOf(JobsProviderImpl).a6f = function (timerTag) {
|
|
3903
3926
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
3904
|
-
this.
|
|
3927
|
+
this.e6f_1;
|
|
3905
3928
|
// Inline function 'com.logic.data.providers.JobsProviderImpl.removeJob.<anonymous>' call
|
|
3906
|
-
if (!this.
|
|
3907
|
-
this.
|
|
3929
|
+
if (!this.c6f(timerTag)) {
|
|
3930
|
+
this.d6f_1.w(VOID, "Can't find timer for that tag: " + toString_0(timerTag));
|
|
3908
3931
|
}
|
|
3909
|
-
this.
|
|
3932
|
+
this.f6f_1.l2(timerTag);
|
|
3910
3933
|
};
|
|
3911
|
-
protoOf(JobsProviderImpl).
|
|
3934
|
+
protoOf(JobsProviderImpl).b6f = function (timers) {
|
|
3912
3935
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
3913
|
-
this.
|
|
3936
|
+
this.e6f_1;
|
|
3914
3937
|
// Inline function 'com.logic.data.providers.JobsProviderImpl.cancelJobs.<anonymous>' call
|
|
3915
3938
|
// Inline function 'kotlin.collections.forEach' call
|
|
3916
3939
|
var tmp0_iterator = timers.j();
|
|
3917
3940
|
while (tmp0_iterator.k()) {
|
|
3918
3941
|
var element = tmp0_iterator.l();
|
|
3919
3942
|
// Inline function 'com.logic.data.providers.JobsProviderImpl.cancelJobs.<anonymous>.<anonymous>' call
|
|
3920
|
-
var timer = this.
|
|
3943
|
+
var timer = this.f6f_1.h2(element);
|
|
3921
3944
|
if (timer == null)
|
|
3922
3945
|
null;
|
|
3923
3946
|
else {
|
|
3924
3947
|
timer.vp();
|
|
3925
3948
|
}
|
|
3926
3949
|
}
|
|
3927
|
-
this.
|
|
3950
|
+
this.f6f_1.i2().z1(toSet(timers));
|
|
3928
3951
|
};
|
|
3929
|
-
protoOf(JobsProviderImpl).
|
|
3952
|
+
protoOf(JobsProviderImpl).z6e = function (timerTag) {
|
|
3930
3953
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
3931
|
-
this.
|
|
3954
|
+
this.e6f_1;
|
|
3932
3955
|
// Inline function 'com.logic.data.providers.JobsProviderImpl.cancelJob.<anonymous>' call
|
|
3933
|
-
var timer = this.
|
|
3934
|
-
this.
|
|
3956
|
+
var timer = this.f6f_1.h2(timerTag);
|
|
3957
|
+
this.f6f_1.l2(timerTag);
|
|
3935
3958
|
var tmp;
|
|
3936
3959
|
if (timer == null) {
|
|
3937
3960
|
tmp = null;
|
|
@@ -3975,11 +3998,11 @@
|
|
|
3975
3998
|
}
|
|
3976
3999
|
function combinedLoggerModule$lambda$lambda_0($this$singleton) {
|
|
3977
4000
|
// Inline function 'org.kodein.di.instance' call
|
|
3978
|
-
var tmp = $this$singleton.
|
|
4001
|
+
var tmp = $this$singleton.k5y();
|
|
3979
4002
|
// Inline function 'org.kodein.type.generic' call
|
|
3980
4003
|
var tmp_0 = typeToken(createKType(getKClass(CombinedRaspberryLogger), arrayOf([]), false));
|
|
3981
4004
|
var tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
|
|
3982
|
-
return tmp.
|
|
4005
|
+
return tmp.j5y(tmp$ret$0, null);
|
|
3983
4006
|
}
|
|
3984
4007
|
function combinedLoggerModule$lambda($combinedLogger) {
|
|
3985
4008
|
return function ($this$Module) {
|
|
@@ -3987,32 +4010,32 @@
|
|
|
3987
4010
|
// Inline function 'org.kodein.type.generic' call
|
|
3988
4011
|
var tmp = typeToken(createKType(getKClass(CombinedRaspberryLogger), arrayOf([]), false));
|
|
3989
4012
|
var tmp$ret$0 = isInterface(tmp, TypeToken) ? tmp : THROW_CCE();
|
|
3990
|
-
var tmp_0 = $this$Module.
|
|
4013
|
+
var tmp_0 = $this$Module.x5w(tmp$ret$0, null, null);
|
|
3991
4014
|
// Inline function 'org.kodein.di.singleton' call
|
|
3992
4015
|
var creator = combinedLoggerModule$lambda$lambda($combinedLogger);
|
|
3993
|
-
var tmp_1 = $this$Module.
|
|
3994
|
-
var tmp_2 = $this$Module.
|
|
3995
|
-
var tmp_3 = $this$Module.
|
|
4016
|
+
var tmp_1 = $this$Module.c5x();
|
|
4017
|
+
var tmp_2 = $this$Module.a5x();
|
|
4018
|
+
var tmp_3 = $this$Module.b5x();
|
|
3996
4019
|
// Inline function 'org.kodein.type.generic' call
|
|
3997
4020
|
var tmp_4 = typeToken(createKType(getKClass(CombinedRaspberryLogger), arrayOf([]), false));
|
|
3998
4021
|
var tmp$ret$2 = isInterface(tmp_4, TypeToken) ? tmp_4 : THROW_CCE();
|
|
3999
4022
|
var tmp$ret$3 = new Singleton(tmp_1, tmp_2, tmp_3, tmp$ret$2, null, true, creator);
|
|
4000
|
-
tmp_0.
|
|
4023
|
+
tmp_0.v60(tmp$ret$3);
|
|
4001
4024
|
// Inline function 'org.kodein.di.bind' call
|
|
4002
4025
|
// Inline function 'org.kodein.type.generic' call
|
|
4003
4026
|
var tmp_5 = typeToken(createKType(getKClass(RaspberryLogger), arrayOf([]), false));
|
|
4004
4027
|
var tmp$ret$4 = isInterface(tmp_5, TypeToken) ? tmp_5 : THROW_CCE();
|
|
4005
|
-
var tmp_6 = $this$Module.
|
|
4028
|
+
var tmp_6 = $this$Module.x5w(tmp$ret$4, null, null);
|
|
4006
4029
|
// Inline function 'org.kodein.di.singleton' call
|
|
4007
4030
|
var creator_0 = combinedLoggerModule$lambda$lambda_0;
|
|
4008
|
-
var tmp_7 = $this$Module.
|
|
4009
|
-
var tmp_8 = $this$Module.
|
|
4010
|
-
var tmp_9 = $this$Module.
|
|
4031
|
+
var tmp_7 = $this$Module.c5x();
|
|
4032
|
+
var tmp_8 = $this$Module.a5x();
|
|
4033
|
+
var tmp_9 = $this$Module.b5x();
|
|
4011
4034
|
// Inline function 'org.kodein.type.generic' call
|
|
4012
4035
|
var tmp_10 = typeToken(createKType(getKClass(CombinedRaspberryLogger), arrayOf([]), false));
|
|
4013
4036
|
var tmp$ret$6 = isInterface(tmp_10, TypeToken) ? tmp_10 : THROW_CCE();
|
|
4014
4037
|
var tmp$ret$7 = new Singleton(tmp_7, tmp_8, tmp_9, tmp$ret$6, null, true, creator_0);
|
|
4015
|
-
tmp_6.
|
|
4038
|
+
tmp_6.v60(tmp$ret$7);
|
|
4016
4039
|
return Unit_instance;
|
|
4017
4040
|
};
|
|
4018
4041
|
}
|
|
@@ -4023,47 +4046,47 @@
|
|
|
4023
4046
|
tmp = new FakeCardsDealerProvider();
|
|
4024
4047
|
} else {
|
|
4025
4048
|
// Inline function 'org.kodein.di.instance' call
|
|
4026
|
-
var tmp_0 = $this$singleton.
|
|
4049
|
+
var tmp_0 = $this$singleton.k5y();
|
|
4027
4050
|
// Inline function 'org.kodein.type.generic' call
|
|
4028
4051
|
var tmp_1 = typeToken(createKType(getKClass(RaspberryLogger), arrayOf([]), false));
|
|
4029
4052
|
var tmp$ret$0 = isInterface(tmp_1, TypeToken) ? tmp_1 : THROW_CCE();
|
|
4030
|
-
var tmp2_logger = tmp_0.
|
|
4053
|
+
var tmp2_logger = tmp_0.j5y(tmp$ret$0, null);
|
|
4031
4054
|
var tmp0_elvis_lhs = $externalRandomPoolProvider;
|
|
4032
4055
|
var tmp_2;
|
|
4033
4056
|
if (tmp0_elvis_lhs == null) {
|
|
4034
4057
|
// Inline function 'org.kodein.di.instance' call
|
|
4035
|
-
var tmp_3 = $this$singleton.
|
|
4058
|
+
var tmp_3 = $this$singleton.k5y();
|
|
4036
4059
|
// Inline function 'org.kodein.type.generic' call
|
|
4037
4060
|
var tmp_4 = typeToken(createKType(getKClass(RandomPoolProvider), arrayOf([]), false));
|
|
4038
4061
|
var tmp$ret$2 = isInterface(tmp_4, TypeToken) ? tmp_4 : THROW_CCE();
|
|
4039
|
-
tmp_2 = tmp_3.
|
|
4062
|
+
tmp_2 = tmp_3.j5y(tmp$ret$2, null);
|
|
4040
4063
|
} else {
|
|
4041
4064
|
tmp_2 = tmp0_elvis_lhs;
|
|
4042
4065
|
}
|
|
4043
4066
|
var tmp3_randomPoolProvider = tmp_2;
|
|
4044
|
-
tmp = Companion_instance_0.
|
|
4067
|
+
tmp = Companion_instance_0.d66(tmp3_randomPoolProvider, tmp2_logger);
|
|
4045
4068
|
}
|
|
4046
4069
|
return tmp;
|
|
4047
4070
|
};
|
|
4048
4071
|
}
|
|
4049
4072
|
function dealerModule$lambda($randomOrgConfig, $externalRandomPoolProvider, $fake) {
|
|
4050
4073
|
return function ($this$Module) {
|
|
4051
|
-
$this$Module.
|
|
4074
|
+
$this$Module.z5w(randomOrgModule($randomOrgConfig, $externalRandomPoolProvider));
|
|
4052
4075
|
// Inline function 'org.kodein.di.bind' call
|
|
4053
4076
|
// Inline function 'org.kodein.type.generic' call
|
|
4054
4077
|
var tmp = typeToken(createKType(getKClass(CardsDealerProvider), arrayOf([]), false));
|
|
4055
4078
|
var tmp$ret$0 = isInterface(tmp, TypeToken) ? tmp : THROW_CCE();
|
|
4056
|
-
var tmp_0 = $this$Module.
|
|
4079
|
+
var tmp_0 = $this$Module.x5w(tmp$ret$0, null, null);
|
|
4057
4080
|
// Inline function 'org.kodein.di.singleton' call
|
|
4058
4081
|
var creator = dealerModule$lambda$lambda($fake, $externalRandomPoolProvider);
|
|
4059
|
-
var tmp_1 = $this$Module.
|
|
4060
|
-
var tmp_2 = $this$Module.
|
|
4061
|
-
var tmp_3 = $this$Module.
|
|
4082
|
+
var tmp_1 = $this$Module.c5x();
|
|
4083
|
+
var tmp_2 = $this$Module.a5x();
|
|
4084
|
+
var tmp_3 = $this$Module.b5x();
|
|
4062
4085
|
// Inline function 'org.kodein.type.generic' call
|
|
4063
4086
|
var tmp_4 = typeToken(createKType(getKClass(CardsDealerProvider), arrayOf([]), false));
|
|
4064
4087
|
var tmp$ret$2 = isInterface(tmp_4, TypeToken) ? tmp_4 : THROW_CCE();
|
|
4065
4088
|
var tmp$ret$3 = new Singleton(tmp_1, tmp_2, tmp_3, tmp$ret$2, null, true, creator);
|
|
4066
|
-
tmp_0.
|
|
4089
|
+
tmp_0.v60(tmp$ret$3);
|
|
4067
4090
|
return Unit_instance;
|
|
4068
4091
|
};
|
|
4069
4092
|
}
|
|
@@ -4078,11 +4101,11 @@
|
|
|
4078
4101
|
var tmp;
|
|
4079
4102
|
if (tmp0_elvis_lhs == null) {
|
|
4080
4103
|
// Inline function 'org.kodein.di.instance' call
|
|
4081
|
-
var tmp_0 = $this$singleton.
|
|
4104
|
+
var tmp_0 = $this$singleton.k5y();
|
|
4082
4105
|
// Inline function 'org.kodein.type.generic' call
|
|
4083
4106
|
var tmp_1 = typeToken(createKType(getKClass(RaspberryLogger), arrayOf([]), false));
|
|
4084
4107
|
var tmp$ret$0 = isInterface(tmp_1, TypeToken) ? tmp_1 : THROW_CCE();
|
|
4085
|
-
var tmp$ret$1 = tmp_0.
|
|
4108
|
+
var tmp$ret$1 = tmp_0.j5y(tmp$ret$0, null);
|
|
4086
4109
|
tmp = new AsyncProviderImpl(tmp$ret$1);
|
|
4087
4110
|
} else {
|
|
4088
4111
|
tmp = tmp0_elvis_lhs;
|
|
@@ -4096,11 +4119,11 @@
|
|
|
4096
4119
|
var tmp;
|
|
4097
4120
|
if (tmp0_elvis_lhs == null) {
|
|
4098
4121
|
// Inline function 'org.kodein.di.instance' call
|
|
4099
|
-
var tmp_0 = $this$singleton.
|
|
4122
|
+
var tmp_0 = $this$singleton.k5y();
|
|
4100
4123
|
// Inline function 'org.kodein.type.generic' call
|
|
4101
4124
|
var tmp_1 = typeToken(createKType(getKClass(RaspberryLogger), arrayOf([]), false));
|
|
4102
4125
|
var tmp$ret$0 = isInterface(tmp_1, TypeToken) ? tmp_1 : THROW_CCE();
|
|
4103
|
-
var tmp$ret$1 = tmp_0.
|
|
4126
|
+
var tmp$ret$1 = tmp_0.j5y(tmp$ret$0, null);
|
|
4104
4127
|
tmp = new JobsProviderImpl(tmp$ret$1);
|
|
4105
4128
|
} else {
|
|
4106
4129
|
tmp = tmp0_elvis_lhs;
|
|
@@ -4120,64 +4143,64 @@
|
|
|
4120
4143
|
// Inline function 'org.kodein.type.generic' call
|
|
4121
4144
|
var tmp = typeToken(createKType(getKClass(CoreConfig), arrayOf([]), false));
|
|
4122
4145
|
var tmp$ret$0 = isInterface(tmp, TypeToken) ? tmp : THROW_CCE();
|
|
4123
|
-
var tmp_0 = $this$Module.
|
|
4146
|
+
var tmp_0 = $this$Module.x5w(tmp$ret$0, null, null);
|
|
4124
4147
|
// Inline function 'org.kodein.di.singleton' call
|
|
4125
4148
|
var creator = coreModule$lambda$lambda($config);
|
|
4126
|
-
var tmp_1 = $this$Module.
|
|
4127
|
-
var tmp_2 = $this$Module.
|
|
4128
|
-
var tmp_3 = $this$Module.
|
|
4149
|
+
var tmp_1 = $this$Module.c5x();
|
|
4150
|
+
var tmp_2 = $this$Module.a5x();
|
|
4151
|
+
var tmp_3 = $this$Module.b5x();
|
|
4129
4152
|
// Inline function 'org.kodein.type.generic' call
|
|
4130
4153
|
var tmp_4 = typeToken(createKType(getKClass(CoreConfig), arrayOf([]), false));
|
|
4131
4154
|
var tmp$ret$2 = isInterface(tmp_4, TypeToken) ? tmp_4 : THROW_CCE();
|
|
4132
4155
|
var tmp$ret$3 = new Singleton(tmp_1, tmp_2, tmp_3, tmp$ret$2, null, true, creator);
|
|
4133
|
-
tmp_0.
|
|
4156
|
+
tmp_0.v60(tmp$ret$3);
|
|
4134
4157
|
// Inline function 'org.kodein.di.bind' call
|
|
4135
4158
|
// Inline function 'org.kodein.type.generic' call
|
|
4136
4159
|
var tmp_5 = typeToken(createKType(getKClass(AsyncProvider), arrayOf([]), false));
|
|
4137
4160
|
var tmp$ret$4 = isInterface(tmp_5, TypeToken) ? tmp_5 : THROW_CCE();
|
|
4138
|
-
var tmp_6 = $this$Module.
|
|
4161
|
+
var tmp_6 = $this$Module.x5w(tmp$ret$4, null, null);
|
|
4139
4162
|
// Inline function 'org.kodein.di.singleton' call
|
|
4140
4163
|
var creator_0 = coreModule$lambda$lambda_0($asyncProvider);
|
|
4141
|
-
var tmp_7 = $this$Module.
|
|
4142
|
-
var tmp_8 = $this$Module.
|
|
4143
|
-
var tmp_9 = $this$Module.
|
|
4164
|
+
var tmp_7 = $this$Module.c5x();
|
|
4165
|
+
var tmp_8 = $this$Module.a5x();
|
|
4166
|
+
var tmp_9 = $this$Module.b5x();
|
|
4144
4167
|
// Inline function 'org.kodein.type.generic' call
|
|
4145
4168
|
var tmp_10 = typeToken(createKType(getKClass(AsyncProvider), arrayOf([]), false));
|
|
4146
4169
|
var tmp$ret$6 = isInterface(tmp_10, TypeToken) ? tmp_10 : THROW_CCE();
|
|
4147
4170
|
var tmp$ret$7 = new Singleton(tmp_7, tmp_8, tmp_9, tmp$ret$6, null, true, creator_0);
|
|
4148
|
-
tmp_6.
|
|
4171
|
+
tmp_6.v60(tmp$ret$7);
|
|
4149
4172
|
// Inline function 'org.kodein.di.bind' call
|
|
4150
4173
|
// Inline function 'org.kodein.type.generic' call
|
|
4151
4174
|
var tmp_11 = typeToken(createKType(getKClass(JobsProvider), arrayOf([]), false));
|
|
4152
4175
|
var tmp$ret$8 = isInterface(tmp_11, TypeToken) ? tmp_11 : THROW_CCE();
|
|
4153
|
-
var tmp_12 = $this$Module.
|
|
4176
|
+
var tmp_12 = $this$Module.x5w(tmp$ret$8, null, null);
|
|
4154
4177
|
// Inline function 'org.kodein.di.singleton' call
|
|
4155
4178
|
var creator_1 = coreModule$lambda$lambda_1($jobsProvider);
|
|
4156
|
-
var tmp_13 = $this$Module.
|
|
4157
|
-
var tmp_14 = $this$Module.
|
|
4158
|
-
var tmp_15 = $this$Module.
|
|
4179
|
+
var tmp_13 = $this$Module.c5x();
|
|
4180
|
+
var tmp_14 = $this$Module.a5x();
|
|
4181
|
+
var tmp_15 = $this$Module.b5x();
|
|
4159
4182
|
// Inline function 'org.kodein.type.generic' call
|
|
4160
4183
|
var tmp_16 = typeToken(createKType(getKClass(JobsProvider), arrayOf([]), false));
|
|
4161
4184
|
var tmp$ret$10 = isInterface(tmp_16, TypeToken) ? tmp_16 : THROW_CCE();
|
|
4162
4185
|
var tmp$ret$11 = new Singleton(tmp_13, tmp_14, tmp_15, tmp$ret$10, null, true, creator_1);
|
|
4163
|
-
tmp_12.
|
|
4186
|
+
tmp_12.v60(tmp$ret$11);
|
|
4164
4187
|
// Inline function 'org.kodein.di.bind' call
|
|
4165
4188
|
// Inline function 'org.kodein.type.generic' call
|
|
4166
4189
|
var tmp_17 = typeToken(createKType(getKClass(IdsProvider), arrayOf([]), false));
|
|
4167
4190
|
var tmp$ret$12 = isInterface(tmp_17, TypeToken) ? tmp_17 : THROW_CCE();
|
|
4168
|
-
var tmp_18 = $this$Module.
|
|
4191
|
+
var tmp_18 = $this$Module.x5w(tmp$ret$12, null, null);
|
|
4169
4192
|
// Inline function 'org.kodein.di.singleton' call
|
|
4170
4193
|
var creator_2 = coreModule$lambda$lambda_2($idsProvider);
|
|
4171
|
-
var tmp_19 = $this$Module.
|
|
4172
|
-
var tmp_20 = $this$Module.
|
|
4173
|
-
var tmp_21 = $this$Module.
|
|
4194
|
+
var tmp_19 = $this$Module.c5x();
|
|
4195
|
+
var tmp_20 = $this$Module.a5x();
|
|
4196
|
+
var tmp_21 = $this$Module.b5x();
|
|
4174
4197
|
// Inline function 'org.kodein.type.generic' call
|
|
4175
4198
|
var tmp_22 = typeToken(createKType(getKClass(IdsProvider), arrayOf([]), false));
|
|
4176
4199
|
var tmp$ret$14 = isInterface(tmp_22, TypeToken) ? tmp_22 : THROW_CCE();
|
|
4177
4200
|
var tmp$ret$15 = new Singleton(tmp_19, tmp_20, tmp_21, tmp$ret$14, null, true, creator_2);
|
|
4178
|
-
tmp_18.
|
|
4179
|
-
$this$Module.
|
|
4180
|
-
$this$Module.
|
|
4201
|
+
tmp_18.v60(tmp$ret$15);
|
|
4202
|
+
$this$Module.z5w(get_coreLoggerModule());
|
|
4203
|
+
$this$Module.z5w(get_filesModule());
|
|
4181
4204
|
return Unit_instance;
|
|
4182
4205
|
};
|
|
4183
4206
|
}
|
|
@@ -4190,15 +4213,15 @@
|
|
|
4190
4213
|
function randomOrgModule$lambda$lambda($randomOrgConfig) {
|
|
4191
4214
|
return function ($this$singleton) {
|
|
4192
4215
|
// Inline function 'org.kodein.di.instance' call
|
|
4193
|
-
var tmp = $this$singleton.
|
|
4216
|
+
var tmp = $this$singleton.k5y();
|
|
4194
4217
|
// Inline function 'org.kodein.type.generic' call
|
|
4195
4218
|
var tmp_0 = typeToken(createKType(getKClass(RaspberryLogger), arrayOf([]), false));
|
|
4196
4219
|
var tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
|
|
4197
|
-
var logger = tmp.
|
|
4220
|
+
var logger = tmp.j5y(tmp$ret$0, null);
|
|
4198
4221
|
var tmp0_apiKey = $randomOrgConfig.apiKey;
|
|
4199
4222
|
var tmp_1 = HttpFactory_instance;
|
|
4200
4223
|
var tmp_2 = mapToParams($randomOrgConfig.httpConfig);
|
|
4201
|
-
var tmp1_client = tmp_1.
|
|
4224
|
+
var tmp1_client = tmp_1.h5v(tmp_2, randomOrgModule$lambda$lambda$lambda(logger));
|
|
4202
4225
|
return new RandomOrgApiServiceImpl(tmp1_client, tmp0_apiKey);
|
|
4203
4226
|
};
|
|
4204
4227
|
}
|
|
@@ -4209,17 +4232,17 @@
|
|
|
4209
4232
|
if (tmp0_elvis_lhs == null) {
|
|
4210
4233
|
var tmp_0 = new PoolParams();
|
|
4211
4234
|
// Inline function 'org.kodein.di.instance' call
|
|
4212
|
-
var tmp_1 = $this$singleton.
|
|
4235
|
+
var tmp_1 = $this$singleton.k5y();
|
|
4213
4236
|
// Inline function 'org.kodein.type.generic' call
|
|
4214
4237
|
var tmp_2 = typeToken(createKType(getKClass(RandomOrgApiService), arrayOf([]), false));
|
|
4215
4238
|
var tmp$ret$0 = isInterface(tmp_2, TypeToken) ? tmp_2 : THROW_CCE();
|
|
4216
|
-
var tmp_3 = tmp_1.
|
|
4239
|
+
var tmp_3 = tmp_1.j5y(tmp$ret$0, null);
|
|
4217
4240
|
// Inline function 'org.kodein.di.instance' call
|
|
4218
|
-
var tmp_4 = $this$singleton.
|
|
4241
|
+
var tmp_4 = $this$singleton.k5y();
|
|
4219
4242
|
// Inline function 'org.kodein.type.generic' call
|
|
4220
4243
|
var tmp_5 = typeToken(createKType(getKClass(RaspberryLogger), arrayOf([]), false));
|
|
4221
4244
|
var tmp$ret$2 = isInterface(tmp_5, TypeToken) ? tmp_5 : THROW_CCE();
|
|
4222
|
-
var tmp$ret$3 = tmp_4.
|
|
4245
|
+
var tmp$ret$3 = tmp_4.j5y(tmp$ret$2, null);
|
|
4223
4246
|
tmp = new RandomPoolProviderImpl(tmp_0, tmp_3, tmp$ret$3);
|
|
4224
4247
|
} else {
|
|
4225
4248
|
tmp = tmp0_elvis_lhs;
|
|
@@ -4235,34 +4258,34 @@
|
|
|
4235
4258
|
// Inline function 'org.kodein.type.generic' call
|
|
4236
4259
|
var tmp_0 = typeToken(createKType(getKClass(RandomOrgApiService), arrayOf([]), false));
|
|
4237
4260
|
var tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
|
|
4238
|
-
var tmp_1 = $this$Module.
|
|
4261
|
+
var tmp_1 = $this$Module.x5w(tmp$ret$0, null, null);
|
|
4239
4262
|
// Inline function 'org.kodein.di.singleton' call
|
|
4240
4263
|
var creator = randomOrgModule$lambda$lambda($randomOrgConfig);
|
|
4241
|
-
var tmp_2 = $this$Module.
|
|
4242
|
-
var tmp_3 = $this$Module.
|
|
4243
|
-
var tmp_4 = $this$Module.
|
|
4264
|
+
var tmp_2 = $this$Module.c5x();
|
|
4265
|
+
var tmp_3 = $this$Module.a5x();
|
|
4266
|
+
var tmp_4 = $this$Module.b5x();
|
|
4244
4267
|
// Inline function 'org.kodein.type.generic' call
|
|
4245
4268
|
var tmp_5 = typeToken(createKType(getKClass(RandomOrgApiServiceImpl), arrayOf([]), false));
|
|
4246
4269
|
var tmp$ret$2 = isInterface(tmp_5, TypeToken) ? tmp_5 : THROW_CCE();
|
|
4247
4270
|
var tmp$ret$3 = new Singleton(tmp_2, tmp_3, tmp_4, tmp$ret$2, null, true, creator);
|
|
4248
|
-
tmp_1.
|
|
4271
|
+
tmp_1.v60(tmp$ret$3);
|
|
4249
4272
|
tmp = Unit_instance;
|
|
4250
4273
|
}
|
|
4251
4274
|
// Inline function 'org.kodein.di.bind' call
|
|
4252
4275
|
// Inline function 'org.kodein.type.generic' call
|
|
4253
4276
|
var tmp_6 = typeToken(createKType(getKClass(RandomPoolProvider), arrayOf([]), false));
|
|
4254
4277
|
var tmp$ret$4 = isInterface(tmp_6, TypeToken) ? tmp_6 : THROW_CCE();
|
|
4255
|
-
var tmp_7 = $this$Module.
|
|
4278
|
+
var tmp_7 = $this$Module.x5w(tmp$ret$4, null, null);
|
|
4256
4279
|
// Inline function 'org.kodein.di.singleton' call
|
|
4257
4280
|
var creator_0 = randomOrgModule$lambda$lambda_0($externalRandomPoolProvider);
|
|
4258
|
-
var tmp_8 = $this$Module.
|
|
4259
|
-
var tmp_9 = $this$Module.
|
|
4260
|
-
var tmp_10 = $this$Module.
|
|
4281
|
+
var tmp_8 = $this$Module.c5x();
|
|
4282
|
+
var tmp_9 = $this$Module.a5x();
|
|
4283
|
+
var tmp_10 = $this$Module.b5x();
|
|
4261
4284
|
// Inline function 'org.kodein.type.generic' call
|
|
4262
4285
|
var tmp_11 = typeToken(createKType(getKClass(RandomPoolProvider), arrayOf([]), false));
|
|
4263
4286
|
var tmp$ret$6 = isInterface(tmp_11, TypeToken) ? tmp_11 : THROW_CCE();
|
|
4264
4287
|
var tmp$ret$7 = new Singleton(tmp_8, tmp_9, tmp_10, tmp$ret$6, null, true, creator_0);
|
|
4265
|
-
tmp_7.
|
|
4288
|
+
tmp_7.v60(tmp$ret$7);
|
|
4266
4289
|
return Unit_instance;
|
|
4267
4290
|
};
|
|
4268
4291
|
}
|
|
@@ -4271,30 +4294,30 @@
|
|
|
4271
4294
|
// Inline function 'org.kodein.type.generic' call
|
|
4272
4295
|
var tmp = typeToken(createKType(getKClass(LoggerFactory), arrayOf([]), false));
|
|
4273
4296
|
var tmp$ret$0 = isInterface(tmp, TypeToken) ? tmp : THROW_CCE();
|
|
4274
|
-
var tmp_0 = $this$Module.
|
|
4297
|
+
var tmp_0 = $this$Module.x5w(tmp$ret$0, null, null);
|
|
4275
4298
|
// Inline function 'org.kodein.di.provider' call
|
|
4276
4299
|
var creator = _get_coreLoggerModule_$lambda$lambda_5ytuhc;
|
|
4277
|
-
var tmp_1 = $this$Module.
|
|
4300
|
+
var tmp_1 = $this$Module.a5x();
|
|
4278
4301
|
// Inline function 'org.kodein.type.generic' call
|
|
4279
4302
|
var tmp_2 = typeToken(createKType(getKClass(LoggerFactoryImpl), arrayOf([]), false));
|
|
4280
4303
|
var tmp$ret$2 = isInterface(tmp_2, TypeToken) ? tmp_2 : THROW_CCE();
|
|
4281
4304
|
var tmp$ret$3 = new Provider(tmp_1, tmp$ret$2, creator);
|
|
4282
|
-
tmp_0.
|
|
4305
|
+
tmp_0.v60(tmp$ret$3);
|
|
4283
4306
|
return Unit_instance;
|
|
4284
4307
|
}
|
|
4285
4308
|
function _get_coreLoggerModule_$lambda$lambda_5ytuhc($this$provider) {
|
|
4286
4309
|
// Inline function 'org.kodein.di.instance' call
|
|
4287
|
-
var tmp = $this$provider.
|
|
4310
|
+
var tmp = $this$provider.k5y();
|
|
4288
4311
|
// Inline function 'org.kodein.type.generic' call
|
|
4289
4312
|
var tmp_0 = typeToken(createKType(getKClass(CoreConfig), arrayOf([]), false));
|
|
4290
4313
|
var tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
|
|
4291
|
-
var tmp_1 = tmp.
|
|
4314
|
+
var tmp_1 = tmp.j5y(tmp$ret$0, null);
|
|
4292
4315
|
// Inline function 'org.kodein.di.instance' call
|
|
4293
|
-
var tmp_2 = $this$provider.
|
|
4316
|
+
var tmp_2 = $this$provider.k5y();
|
|
4294
4317
|
// Inline function 'org.kodein.type.generic' call
|
|
4295
4318
|
var tmp_3 = typeToken(createKType(getKClass(FileSystem), arrayOf([]), false));
|
|
4296
4319
|
var tmp$ret$2 = isInterface(tmp_3, TypeToken) ? tmp_3 : THROW_CCE();
|
|
4297
|
-
var tmp$ret$3 = tmp_2.
|
|
4320
|
+
var tmp$ret$3 = tmp_2.j5y(tmp$ret$2, null);
|
|
4298
4321
|
return new LoggerFactoryImpl(tmp_1, tmp$ret$3);
|
|
4299
4322
|
}
|
|
4300
4323
|
function _get_filesModule_$lambda_n61xc3($this$Module) {
|
|
@@ -4302,15 +4325,15 @@
|
|
|
4302
4325
|
// Inline function 'org.kodein.type.generic' call
|
|
4303
4326
|
var tmp = typeToken(createKType(getKClass(FileSystem), arrayOf([]), false));
|
|
4304
4327
|
var tmp$ret$0 = isInterface(tmp, TypeToken) ? tmp : THROW_CCE();
|
|
4305
|
-
var tmp_0 = $this$Module.
|
|
4328
|
+
var tmp_0 = $this$Module.x5w(tmp$ret$0, null, null);
|
|
4306
4329
|
// Inline function 'org.kodein.di.provider' call
|
|
4307
4330
|
var creator = _get_filesModule_$lambda$lambda_z3m8ge;
|
|
4308
|
-
var tmp_1 = $this$Module.
|
|
4331
|
+
var tmp_1 = $this$Module.a5x();
|
|
4309
4332
|
// Inline function 'org.kodein.type.generic' call
|
|
4310
4333
|
var tmp_2 = typeToken(createKType(getKClass(FileSystemImpl), arrayOf([]), false));
|
|
4311
4334
|
var tmp$ret$2 = isInterface(tmp_2, TypeToken) ? tmp_2 : THROW_CCE();
|
|
4312
4335
|
var tmp$ret$3 = new Provider(tmp_1, tmp$ret$2, creator);
|
|
4313
|
-
tmp_0.
|
|
4336
|
+
tmp_0.v60(tmp$ret$3);
|
|
4314
4337
|
return Unit_instance;
|
|
4315
4338
|
}
|
|
4316
4339
|
function _get_filesModule_$lambda$lambda_z3m8ge($this$provider) {
|
|
@@ -4320,36 +4343,36 @@
|
|
|
4320
4343
|
}
|
|
4321
4344
|
function FileSystemImpl(fileSystem) {
|
|
4322
4345
|
fileSystem = fileSystem === VOID ? get_SystemFileSystem() : fileSystem;
|
|
4323
|
-
this.
|
|
4346
|
+
this.j6f_1 = fileSystem;
|
|
4324
4347
|
}
|
|
4325
|
-
protoOf(FileSystemImpl).
|
|
4348
|
+
protoOf(FileSystemImpl).g6f = function (path, $completion) {
|
|
4326
4349
|
var directoryPath = Path(path);
|
|
4327
|
-
var exists = this.
|
|
4350
|
+
var exists = this.j6f_1.z63(directoryPath);
|
|
4328
4351
|
if (!exists) {
|
|
4329
|
-
this.
|
|
4352
|
+
this.j6f_1.d64(directoryPath);
|
|
4330
4353
|
}
|
|
4331
4354
|
return Unit_instance;
|
|
4332
4355
|
};
|
|
4333
|
-
protoOf(FileSystemImpl).
|
|
4334
|
-
return buffered(this.
|
|
4356
|
+
protoOf(FileSystemImpl).h6f = function (path, fileName, append, $completion) {
|
|
4357
|
+
return buffered(this.j6f_1.e64(Path_0(path, [fileName]), append));
|
|
4335
4358
|
};
|
|
4336
|
-
protoOf(FileSystemImpl).
|
|
4337
|
-
this.
|
|
4359
|
+
protoOf(FileSystemImpl).i6f = function (path, $completion) {
|
|
4360
|
+
this.j6f_1.b64(Path_0(path, []));
|
|
4338
4361
|
return Unit_instance;
|
|
4339
4362
|
};
|
|
4340
4363
|
function LoggerFactoryImpl(coreConfig, fileSystem) {
|
|
4341
|
-
this.
|
|
4342
|
-
this.
|
|
4364
|
+
this.k6f_1 = coreConfig;
|
|
4365
|
+
this.l6f_1 = fileSystem;
|
|
4343
4366
|
}
|
|
4344
|
-
protoOf(LoggerFactoryImpl).
|
|
4367
|
+
protoOf(LoggerFactoryImpl).m6f = function (gameId, roomId, userId) {
|
|
4345
4368
|
// Inline function 'kotlin.let' call
|
|
4346
4369
|
// Inline function 'kotlin.contracts.contract' call
|
|
4347
4370
|
// Inline function 'com.logic.domain.logs.LoggerFactoryImpl.createLogger.<anonymous>' call
|
|
4348
|
-
var it = this.
|
|
4371
|
+
var it = this.k6f_1.fileNameFormat;
|
|
4349
4372
|
var tmp = Companion_instance_3;
|
|
4350
4373
|
var fileName = tmp.formatter(it, gameId, roomId, userId == null ? 'unknown_user_id' : userId);
|
|
4351
4374
|
// Inline function 'kotlin.collections.map' call
|
|
4352
|
-
var this_0 = split(this.
|
|
4375
|
+
var this_0 = split(this.k6f_1.requireDirectoryPath, ['/']);
|
|
4353
4376
|
// Inline function 'kotlin.collections.mapTo' call
|
|
4354
4377
|
var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_0, 10));
|
|
4355
4378
|
var tmp0_iterator = this_0.j();
|
|
@@ -4362,7 +4385,7 @@
|
|
|
4362
4385
|
}
|
|
4363
4386
|
var segments = destination;
|
|
4364
4387
|
var tmp0_path = joinToString(segments, '/');
|
|
4365
|
-
var tmp1_fileSystem = this.
|
|
4388
|
+
var tmp1_fileSystem = this.l6f_1;
|
|
4366
4389
|
return new LogsStorageControllerImpl(fileName, tmp0_path, tmp1_fileSystem);
|
|
4367
4390
|
};
|
|
4368
4391
|
function LoggerFactory() {
|
|
@@ -4375,7 +4398,7 @@
|
|
|
4375
4398
|
}
|
|
4376
4399
|
function $createDirectoryCOROUTINE$0(_this__u8e3s4, resultContinuation) {
|
|
4377
4400
|
CoroutineImpl.call(this, resultContinuation);
|
|
4378
|
-
this.
|
|
4401
|
+
this.f6g_1 = _this__u8e3s4;
|
|
4379
4402
|
}
|
|
4380
4403
|
protoOf($createDirectoryCOROUTINE$0).p9 = function () {
|
|
4381
4404
|
var suspendResult = this.j9_1;
|
|
@@ -4387,7 +4410,7 @@
|
|
|
4387
4410
|
this.i9_1 = 3;
|
|
4388
4411
|
this.i9_1 = 2;
|
|
4389
4412
|
this.h9_1 = 1;
|
|
4390
|
-
suspendResult = this.
|
|
4413
|
+
suspendResult = this.f6g_1.i6g_1.g6f(this.f6g_1.h6g_1, this);
|
|
4391
4414
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4392
4415
|
return suspendResult;
|
|
4393
4416
|
}
|
|
@@ -4428,8 +4451,8 @@
|
|
|
4428
4451
|
};
|
|
4429
4452
|
function $appendToFileCOROUTINE$1(_this__u8e3s4, message, resultContinuation) {
|
|
4430
4453
|
CoroutineImpl.call(this, resultContinuation);
|
|
4431
|
-
this.
|
|
4432
|
-
this.
|
|
4454
|
+
this.v6f_1 = _this__u8e3s4;
|
|
4455
|
+
this.w6f_1 = message;
|
|
4433
4456
|
}
|
|
4434
4457
|
protoOf($appendToFileCOROUTINE$1).p9 = function () {
|
|
4435
4458
|
var suspendResult = this.j9_1;
|
|
@@ -4441,7 +4464,7 @@
|
|
|
4441
4464
|
this.i9_1 = 3;
|
|
4442
4465
|
this.i9_1 = 2;
|
|
4443
4466
|
this.h9_1 = 1;
|
|
4444
|
-
suspendResult = this.
|
|
4467
|
+
suspendResult = this.v6f_1.i6g_1.h6f(this.v6f_1.h6g_1, this.v6f_1.g6g_1, true, this);
|
|
4445
4468
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4446
4469
|
return suspendResult;
|
|
4447
4470
|
}
|
|
@@ -4452,7 +4475,7 @@
|
|
|
4452
4475
|
var sink = buffered(ARGUMENT);
|
|
4453
4476
|
l$ret$1: do {
|
|
4454
4477
|
try {
|
|
4455
|
-
writeString(sink, this.
|
|
4478
|
+
writeString(sink, this.w6f_1 + '\n');
|
|
4456
4479
|
break l$ret$1;
|
|
4457
4480
|
} catch ($p) {
|
|
4458
4481
|
var t = $p;
|
|
@@ -4495,17 +4518,17 @@
|
|
|
4495
4518
|
while (true);
|
|
4496
4519
|
};
|
|
4497
4520
|
function LogsStorageControllerImpl(fileName, path, fileSystem) {
|
|
4498
|
-
this.
|
|
4499
|
-
this.
|
|
4500
|
-
this.
|
|
4521
|
+
this.g6g_1 = fileName;
|
|
4522
|
+
this.h6g_1 = path;
|
|
4523
|
+
this.i6g_1 = fileSystem;
|
|
4501
4524
|
}
|
|
4502
|
-
protoOf(LogsStorageControllerImpl).
|
|
4525
|
+
protoOf(LogsStorageControllerImpl).j6g = function ($completion) {
|
|
4503
4526
|
var tmp = new $createDirectoryCOROUTINE$0(this, $completion);
|
|
4504
4527
|
tmp.j9_1 = Unit_instance;
|
|
4505
4528
|
tmp.k9_1 = null;
|
|
4506
4529
|
return tmp.p9();
|
|
4507
4530
|
};
|
|
4508
|
-
protoOf(LogsStorageControllerImpl).
|
|
4531
|
+
protoOf(LogsStorageControllerImpl).k6g = function (log, $completion) {
|
|
4509
4532
|
return appendToFile(this, log, $completion);
|
|
4510
4533
|
};
|
|
4511
4534
|
function BufferedAction() {
|
|
@@ -4520,32 +4543,32 @@
|
|
|
4520
4543
|
initialDelay = initialDelay === VOID ? new Long(0, 0) : initialDelay;
|
|
4521
4544
|
type = type === VOID ? TimerType_DELAY_getInstance() : type;
|
|
4522
4545
|
TimerAction.call(this);
|
|
4523
|
-
this.
|
|
4524
|
-
this.
|
|
4525
|
-
this.
|
|
4526
|
-
this.
|
|
4546
|
+
this.q6g_1 = timerTag;
|
|
4547
|
+
this.r6g_1 = delayMillis;
|
|
4548
|
+
this.s6g_1 = initialDelay;
|
|
4549
|
+
this.t6g_1 = type;
|
|
4527
4550
|
}
|
|
4528
4551
|
protoOf(StartTimerAction).toString = function () {
|
|
4529
|
-
var tmp = 'timerTag=' + toString_0(this.
|
|
4530
|
-
var tmp_0 = 'delayMillis=' + this.
|
|
4552
|
+
var tmp = 'timerTag=' + toString_0(this.q6g_1);
|
|
4553
|
+
var tmp_0 = 'delayMillis=' + this.r6g_1.toString();
|
|
4531
4554
|
// Inline function 'kotlin.takeIf' call
|
|
4532
|
-
var this_0 = 'initialDelay=' + this.
|
|
4555
|
+
var this_0 = 'initialDelay=' + this.s6g_1.toString();
|
|
4533
4556
|
// Inline function 'kotlin.contracts.contract' call
|
|
4534
4557
|
var tmp_1;
|
|
4535
4558
|
// Inline function 'com.logic.redux.actions.StartTimerAction.toString.<anonymous>' call
|
|
4536
|
-
if (!this.
|
|
4559
|
+
if (!this.s6g_1.equals(new Long(0, 0))) {
|
|
4537
4560
|
tmp_1 = this_0;
|
|
4538
4561
|
} else {
|
|
4539
4562
|
tmp_1 = null;
|
|
4540
4563
|
}
|
|
4541
4564
|
var tmp$ret$1 = tmp_1;
|
|
4542
|
-
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.
|
|
4565
|
+
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.t6g_1.toString()])) + ')';
|
|
4543
4566
|
};
|
|
4544
4567
|
protoOf(StartTimerAction).hashCode = function () {
|
|
4545
|
-
var result = hashCode(this.
|
|
4546
|
-
result = imul(result, 31) + this.
|
|
4547
|
-
result = imul(result, 31) + this.
|
|
4548
|
-
result = imul(result, 31) + this.
|
|
4568
|
+
var result = hashCode(this.q6g_1);
|
|
4569
|
+
result = imul(result, 31) + this.r6g_1.hashCode() | 0;
|
|
4570
|
+
result = imul(result, 31) + this.s6g_1.hashCode() | 0;
|
|
4571
|
+
result = imul(result, 31) + this.t6g_1.hashCode() | 0;
|
|
4549
4572
|
return result;
|
|
4550
4573
|
};
|
|
4551
4574
|
protoOf(StartTimerAction).equals = function (other) {
|
|
@@ -4554,13 +4577,13 @@
|
|
|
4554
4577
|
if (!(other instanceof StartTimerAction))
|
|
4555
4578
|
return false;
|
|
4556
4579
|
var tmp0_other_with_cast = other instanceof StartTimerAction ? other : THROW_CCE();
|
|
4557
|
-
if (!equals(this.
|
|
4580
|
+
if (!equals(this.q6g_1, tmp0_other_with_cast.q6g_1))
|
|
4558
4581
|
return false;
|
|
4559
|
-
if (!this.
|
|
4582
|
+
if (!this.r6g_1.equals(tmp0_other_with_cast.r6g_1))
|
|
4560
4583
|
return false;
|
|
4561
|
-
if (!this.
|
|
4584
|
+
if (!this.s6g_1.equals(tmp0_other_with_cast.s6g_1))
|
|
4562
4585
|
return false;
|
|
4563
|
-
if (!this.
|
|
4586
|
+
if (!this.t6g_1.equals(tmp0_other_with_cast.t6g_1))
|
|
4564
4587
|
return false;
|
|
4565
4588
|
return true;
|
|
4566
4589
|
};
|
|
@@ -4579,18 +4602,18 @@
|
|
|
4579
4602
|
}
|
|
4580
4603
|
function TimerTickAction(timerTag, type) {
|
|
4581
4604
|
TimerAction.call(this);
|
|
4582
|
-
this.
|
|
4583
|
-
this.
|
|
4605
|
+
this.u6g_1 = timerTag;
|
|
4606
|
+
this.v6g_1 = type;
|
|
4584
4607
|
}
|
|
4585
4608
|
protoOf(TimerTickAction).notValidateWhenFinished = function () {
|
|
4586
|
-
return this.
|
|
4609
|
+
return this.u6g_1.notValidateWhenFinished();
|
|
4587
4610
|
};
|
|
4588
4611
|
protoOf(TimerTickAction).toString = function () {
|
|
4589
|
-
return 'TimerTickAction(timerTag=' + toString_0(this.
|
|
4612
|
+
return 'TimerTickAction(timerTag=' + toString_0(this.u6g_1) + ', type=' + this.v6g_1.toString() + ')';
|
|
4590
4613
|
};
|
|
4591
4614
|
protoOf(TimerTickAction).hashCode = function () {
|
|
4592
|
-
var result = hashCode(this.
|
|
4593
|
-
result = imul(result, 31) + this.
|
|
4615
|
+
var result = hashCode(this.u6g_1);
|
|
4616
|
+
result = imul(result, 31) + this.v6g_1.hashCode() | 0;
|
|
4594
4617
|
return result;
|
|
4595
4618
|
};
|
|
4596
4619
|
protoOf(TimerTickAction).equals = function (other) {
|
|
@@ -4599,21 +4622,21 @@
|
|
|
4599
4622
|
if (!(other instanceof TimerTickAction))
|
|
4600
4623
|
return false;
|
|
4601
4624
|
var tmp0_other_with_cast = other instanceof TimerTickAction ? other : THROW_CCE();
|
|
4602
|
-
if (!equals(this.
|
|
4625
|
+
if (!equals(this.u6g_1, tmp0_other_with_cast.u6g_1))
|
|
4603
4626
|
return false;
|
|
4604
|
-
if (!this.
|
|
4627
|
+
if (!this.v6g_1.equals(tmp0_other_with_cast.v6g_1))
|
|
4605
4628
|
return false;
|
|
4606
4629
|
return true;
|
|
4607
4630
|
};
|
|
4608
4631
|
function StopTimerAction(timerTag) {
|
|
4609
4632
|
TimerAction.call(this);
|
|
4610
|
-
this.
|
|
4633
|
+
this.w6g_1 = timerTag;
|
|
4611
4634
|
}
|
|
4612
4635
|
protoOf(StopTimerAction).toString = function () {
|
|
4613
|
-
return 'StopTimerAction(timerTag=' + toString_0(this.
|
|
4636
|
+
return 'StopTimerAction(timerTag=' + toString_0(this.w6g_1) + ')';
|
|
4614
4637
|
};
|
|
4615
4638
|
protoOf(StopTimerAction).hashCode = function () {
|
|
4616
|
-
return hashCode(this.
|
|
4639
|
+
return hashCode(this.w6g_1);
|
|
4617
4640
|
};
|
|
4618
4641
|
protoOf(StopTimerAction).equals = function (other) {
|
|
4619
4642
|
if (this === other)
|
|
@@ -4621,7 +4644,7 @@
|
|
|
4621
4644
|
if (!(other instanceof StopTimerAction))
|
|
4622
4645
|
return false;
|
|
4623
4646
|
var tmp0_other_with_cast = other instanceof StopTimerAction ? other : THROW_CCE();
|
|
4624
|
-
if (!equals(this.
|
|
4647
|
+
if (!equals(this.w6g_1, tmp0_other_with_cast.w6g_1))
|
|
4625
4648
|
return false;
|
|
4626
4649
|
return true;
|
|
4627
4650
|
};
|
|
@@ -4679,7 +4702,7 @@
|
|
|
4679
4702
|
}
|
|
4680
4703
|
function applyMiddleware$lambda$lambda$lambda$lambda($middleware, $store, $dispatcher) {
|
|
4681
4704
|
return function (action) {
|
|
4682
|
-
$middleware.
|
|
4705
|
+
$middleware.x6g($store, $dispatcher, action);
|
|
4683
4706
|
return Unit_instance;
|
|
4684
4707
|
};
|
|
4685
4708
|
}
|
|
@@ -4695,7 +4718,7 @@
|
|
|
4695
4718
|
var element = this_0[inductionVariable];
|
|
4696
4719
|
inductionVariable = inductionVariable + 1 | 0;
|
|
4697
4720
|
// Inline function 'com.logic.redux.enhancers.applyMiddleware.<anonymous>.<anonymous>.<anonymous>.<anonymous>' call
|
|
4698
|
-
if (element.
|
|
4721
|
+
if (element.y6g(action)) {
|
|
4699
4722
|
destination.e(element);
|
|
4700
4723
|
}
|
|
4701
4724
|
}
|
|
@@ -4734,9 +4757,9 @@
|
|
|
4734
4757
|
return new _no_name_provided__qut3iv_0(asyncProvider, jobsProvider);
|
|
4735
4758
|
}
|
|
4736
4759
|
function timerMiddleware$o$handle$slambda$slambda($jobsProvider, $action, $store, resultContinuation) {
|
|
4737
|
-
this.
|
|
4738
|
-
this.
|
|
4739
|
-
this.
|
|
4760
|
+
this.h6h_1 = $jobsProvider;
|
|
4761
|
+
this.i6h_1 = $action;
|
|
4762
|
+
this.j6h_1 = $store;
|
|
4740
4763
|
CoroutineImpl.call(this, resultContinuation);
|
|
4741
4764
|
}
|
|
4742
4765
|
protoOf(timerMiddleware$o$handle$slambda$slambda).q1d = function ($this$launchMain, $completion) {
|
|
@@ -4755,8 +4778,8 @@
|
|
|
4755
4778
|
var tmp = this.h9_1;
|
|
4756
4779
|
if (tmp === 0) {
|
|
4757
4780
|
this.i9_1 = 1;
|
|
4758
|
-
if (this.
|
|
4759
|
-
this.
|
|
4781
|
+
if (this.h6h_1.c6f(this.i6h_1.q6g_1)) {
|
|
4782
|
+
this.j6h_1.dispatch(new TimerTickAction(this.i6h_1.q6g_1, TimerType_DELAY_getInstance()));
|
|
4760
4783
|
}
|
|
4761
4784
|
return Unit_instance;
|
|
4762
4785
|
} else if (tmp === 1) {
|
|
@@ -4769,8 +4792,8 @@
|
|
|
4769
4792
|
while (true);
|
|
4770
4793
|
};
|
|
4771
4794
|
protoOf(timerMiddleware$o$handle$slambda$slambda).r1d = function ($this$launchMain, completion) {
|
|
4772
|
-
var i = new timerMiddleware$o$handle$slambda$slambda(this.
|
|
4773
|
-
i.
|
|
4795
|
+
var i = new timerMiddleware$o$handle$slambda$slambda(this.h6h_1, this.i6h_1, this.j6h_1, completion);
|
|
4796
|
+
i.k6h_1 = $this$launchMain;
|
|
4774
4797
|
return i;
|
|
4775
4798
|
};
|
|
4776
4799
|
function timerMiddleware$o$handle$slambda$slambda_0($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -4782,9 +4805,9 @@
|
|
|
4782
4805
|
return l;
|
|
4783
4806
|
}
|
|
4784
4807
|
function timerMiddleware$o$handle$slambda$slambda_1($jobsProvider, $action, $store, resultContinuation) {
|
|
4785
|
-
this.
|
|
4786
|
-
this.
|
|
4787
|
-
this.
|
|
4808
|
+
this.t6h_1 = $jobsProvider;
|
|
4809
|
+
this.u6h_1 = $action;
|
|
4810
|
+
this.v6h_1 = $store;
|
|
4788
4811
|
CoroutineImpl.call(this, resultContinuation);
|
|
4789
4812
|
}
|
|
4790
4813
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).q1d = function ($this$launchMain, $completion) {
|
|
@@ -4803,8 +4826,8 @@
|
|
|
4803
4826
|
var tmp = this.h9_1;
|
|
4804
4827
|
if (tmp === 0) {
|
|
4805
4828
|
this.i9_1 = 1;
|
|
4806
|
-
if (this.
|
|
4807
|
-
this.
|
|
4829
|
+
if (this.t6h_1.c6f(this.u6h_1.q6g_1)) {
|
|
4830
|
+
this.v6h_1.dispatch(new TimerTickAction(this.u6h_1.q6g_1, TimerType_INTERVAL_getInstance()));
|
|
4808
4831
|
}
|
|
4809
4832
|
return Unit_instance;
|
|
4810
4833
|
} else if (tmp === 1) {
|
|
@@ -4817,8 +4840,8 @@
|
|
|
4817
4840
|
while (true);
|
|
4818
4841
|
};
|
|
4819
4842
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).r1d = function ($this$launchMain, completion) {
|
|
4820
|
-
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.
|
|
4821
|
-
i.
|
|
4843
|
+
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.t6h_1, this.u6h_1, this.v6h_1, completion);
|
|
4844
|
+
i.w6h_1 = $this$launchMain;
|
|
4822
4845
|
return i;
|
|
4823
4846
|
};
|
|
4824
4847
|
function timerMiddleware$o$handle$slambda$slambda_2($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -4830,10 +4853,10 @@
|
|
|
4830
4853
|
return l;
|
|
4831
4854
|
}
|
|
4832
4855
|
function timerMiddleware$o$handle$slambda($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
4833
|
-
this.
|
|
4834
|
-
this.
|
|
4835
|
-
this.
|
|
4836
|
-
this.
|
|
4856
|
+
this.f6i_1 = $action;
|
|
4857
|
+
this.g6i_1 = $asyncProvider;
|
|
4858
|
+
this.h6i_1 = $jobsProvider;
|
|
4859
|
+
this.i6i_1 = $store;
|
|
4837
4860
|
CoroutineImpl.call(this, resultContinuation);
|
|
4838
4861
|
}
|
|
4839
4862
|
protoOf(timerMiddleware$o$handle$slambda).q1d = function ($this$launchDefault, $completion) {
|
|
@@ -4853,9 +4876,9 @@
|
|
|
4853
4876
|
switch (tmp) {
|
|
4854
4877
|
case 0:
|
|
4855
4878
|
this.i9_1 = 10;
|
|
4856
|
-
if (!this.
|
|
4879
|
+
if (!this.f6i_1.s6g_1.equals(new Long(0, 0)) && this.f6i_1.t6g_1.equals(TimerType_INTERVAL_getInstance())) {
|
|
4857
4880
|
this.h9_1 = 1;
|
|
4858
|
-
suspendResult = delay(this.
|
|
4881
|
+
suspendResult = delay(this.f6i_1.s6g_1, this);
|
|
4859
4882
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4860
4883
|
return suspendResult;
|
|
4861
4884
|
}
|
|
@@ -4869,20 +4892,20 @@
|
|
|
4869
4892
|
this.h9_1 = 2;
|
|
4870
4893
|
continue $sm;
|
|
4871
4894
|
case 2:
|
|
4872
|
-
this.
|
|
4873
|
-
this.
|
|
4874
|
-
if (this.
|
|
4895
|
+
this.k6i_1 = this.f6i_1.t6g_1;
|
|
4896
|
+
this.l6i_1 = this.k6i_1.o2_1;
|
|
4897
|
+
if (this.l6i_1 === 0) {
|
|
4875
4898
|
this.h9_1 = 8;
|
|
4876
|
-
suspendResult = delay(this.
|
|
4899
|
+
suspendResult = delay(this.f6i_1.r6g_1, this);
|
|
4877
4900
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4878
4901
|
return suspendResult;
|
|
4879
4902
|
}
|
|
4880
4903
|
continue $sm;
|
|
4881
4904
|
} else {
|
|
4882
|
-
if (this.
|
|
4883
|
-
if (!this.
|
|
4905
|
+
if (this.l6i_1 === 1) {
|
|
4906
|
+
if (!this.f6i_1.s6g_1.equals(new Long(0, 0))) {
|
|
4884
4907
|
this.h9_1 = 3;
|
|
4885
|
-
suspendResult = delay(this.
|
|
4908
|
+
suspendResult = delay(this.f6i_1.s6g_1, this);
|
|
4886
4909
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4887
4910
|
return suspendResult;
|
|
4888
4911
|
}
|
|
@@ -4905,14 +4928,14 @@
|
|
|
4905
4928
|
this.h9_1 = 5;
|
|
4906
4929
|
continue $sm;
|
|
4907
4930
|
case 5:
|
|
4908
|
-
if (!get_isActive(this.
|
|
4931
|
+
if (!get_isActive(this.j6i_1)) {
|
|
4909
4932
|
this.h9_1 = 7;
|
|
4910
4933
|
continue $sm;
|
|
4911
4934
|
}
|
|
4912
4935
|
|
|
4913
|
-
this.
|
|
4936
|
+
this.g6i_1.y6d(VOID, timerMiddleware$o$handle$slambda$slambda_2(this.h6i_1, this.f6i_1, this.i6i_1, null));
|
|
4914
4937
|
this.h9_1 = 6;
|
|
4915
|
-
suspendResult = delay(this.
|
|
4938
|
+
suspendResult = delay(this.f6i_1.s6g_1, this);
|
|
4916
4939
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4917
4940
|
return suspendResult;
|
|
4918
4941
|
}
|
|
@@ -4922,12 +4945,12 @@
|
|
|
4922
4945
|
this.h9_1 = 5;
|
|
4923
4946
|
continue $sm;
|
|
4924
4947
|
case 7:
|
|
4925
|
-
this.
|
|
4948
|
+
this.m6i_1 = Unit_instance;
|
|
4926
4949
|
this.h9_1 = 9;
|
|
4927
4950
|
continue $sm;
|
|
4928
4951
|
case 8:
|
|
4929
4952
|
var tmp_1 = this;
|
|
4930
|
-
tmp_1.
|
|
4953
|
+
tmp_1.m6i_1 = this.g6i_1.y6d(VOID, timerMiddleware$o$handle$slambda$slambda_0(this.h6i_1, this.f6i_1, this.i6i_1, null));
|
|
4931
4954
|
this.h9_1 = 9;
|
|
4932
4955
|
continue $sm;
|
|
4933
4956
|
case 9:
|
|
@@ -4947,8 +4970,8 @@
|
|
|
4947
4970
|
while (true);
|
|
4948
4971
|
};
|
|
4949
4972
|
protoOf(timerMiddleware$o$handle$slambda).r1d = function ($this$launchDefault, completion) {
|
|
4950
|
-
var i = new timerMiddleware$o$handle$slambda(this.
|
|
4951
|
-
i.
|
|
4973
|
+
var i = new timerMiddleware$o$handle$slambda(this.f6i_1, this.g6i_1, this.h6i_1, this.i6i_1, completion);
|
|
4974
|
+
i.j6i_1 = $this$launchDefault;
|
|
4952
4975
|
return i;
|
|
4953
4976
|
};
|
|
4954
4977
|
function timerMiddleware$o$handle$slambda_0($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
@@ -4960,25 +4983,25 @@
|
|
|
4960
4983
|
return l;
|
|
4961
4984
|
}
|
|
4962
4985
|
function _no_name_provided__qut3iv_0($asyncProvider, $jobsProvider) {
|
|
4963
|
-
this.
|
|
4964
|
-
this.
|
|
4986
|
+
this.n6i_1 = $asyncProvider;
|
|
4987
|
+
this.o6i_1 = $jobsProvider;
|
|
4965
4988
|
}
|
|
4966
|
-
protoOf(_no_name_provided__qut3iv_0).
|
|
4989
|
+
protoOf(_no_name_provided__qut3iv_0).y6g = function (action) {
|
|
4967
4990
|
return action instanceof TimerAction;
|
|
4968
4991
|
};
|
|
4969
|
-
protoOf(_no_name_provided__qut3iv_0).
|
|
4992
|
+
protoOf(_no_name_provided__qut3iv_0).p6i = function (store, next, action) {
|
|
4970
4993
|
// Inline function 'com.logic.redux.middlewares.timers.timerMiddleware.<anonymous>' call
|
|
4971
4994
|
var action_0 = action instanceof TimerAction ? action : THROW_CCE();
|
|
4972
4995
|
if (action_0 instanceof StartTimerAction) {
|
|
4973
|
-
var job = this.
|
|
4974
|
-
this.
|
|
4996
|
+
var job = this.n6i_1.u6d(VOID, timerMiddleware$o$handle$slambda_0(action_0, this.n6i_1, this.o6i_1, store, null));
|
|
4997
|
+
this.o6i_1.y6e(action_0.q6g_1, job);
|
|
4975
4998
|
} else {
|
|
4976
4999
|
if (action_0 instanceof StopTimerAction) {
|
|
4977
|
-
this.
|
|
5000
|
+
this.o6i_1.z6e(action_0.w6g_1);
|
|
4978
5001
|
} else {
|
|
4979
5002
|
if (action_0 instanceof TimerTickAction) {
|
|
4980
|
-
if (action_0.
|
|
4981
|
-
this.
|
|
5003
|
+
if (action_0.v6g_1.equals(TimerType_DELAY_getInstance())) {
|
|
5004
|
+
this.o6i_1.a6f(action_0.u6g_1);
|
|
4982
5005
|
}
|
|
4983
5006
|
} else {
|
|
4984
5007
|
noWhenBranchMatchedException();
|
|
@@ -4987,8 +5010,8 @@
|
|
|
4987
5010
|
}
|
|
4988
5011
|
next(action_0);
|
|
4989
5012
|
};
|
|
4990
|
-
protoOf(_no_name_provided__qut3iv_0).
|
|
4991
|
-
return this.
|
|
5013
|
+
protoOf(_no_name_provided__qut3iv_0).x6g = function (store, next, action) {
|
|
5014
|
+
return this.p6i(store, next, action);
|
|
4992
5015
|
};
|
|
4993
5016
|
function compose(functions) {
|
|
4994
5017
|
return compose$lambda(functions);
|
|
@@ -5032,7 +5055,7 @@
|
|
|
5032
5055
|
}
|
|
5033
5056
|
function createStore$dispatch(currentState, currentReducer, stateTrigger, $logger, action) {
|
|
5034
5057
|
try {
|
|
5035
|
-
currentState._v = currentReducer._v.
|
|
5058
|
+
currentState._v = currentReducer._v.q6i(currentState._v, action);
|
|
5036
5059
|
stateTrigger.m1a(Unit_instance);
|
|
5037
5060
|
} catch ($p) {
|
|
5038
5061
|
if ($p instanceof Exception) {
|
|
@@ -5055,8 +5078,8 @@
|
|
|
5055
5078
|
};
|
|
5056
5079
|
}
|
|
5057
5080
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug($$this$unsafeFlow, this$0, resultContinuation) {
|
|
5058
|
-
this.
|
|
5059
|
-
this.
|
|
5081
|
+
this.z6i_1 = $$this$unsafeFlow;
|
|
5082
|
+
this.a6j_1 = this$0;
|
|
5060
5083
|
CoroutineImpl.call(this, resultContinuation);
|
|
5061
5084
|
}
|
|
5062
5085
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).m2r = function (value, $completion) {
|
|
@@ -5077,12 +5100,12 @@
|
|
|
5077
5100
|
case 0:
|
|
5078
5101
|
this.i9_1 = 2;
|
|
5079
5102
|
var tmp_0 = this;
|
|
5080
|
-
tmp_0.
|
|
5103
|
+
tmp_0.c6j_1 = this.z6i_1;
|
|
5081
5104
|
var tmp_1 = this;
|
|
5082
|
-
tmp_1.
|
|
5105
|
+
tmp_1.d6j_1 = this.b6j_1;
|
|
5083
5106
|
this.h9_1 = 1;
|
|
5084
|
-
this.
|
|
5085
|
-
suspendResult = this.
|
|
5107
|
+
this.d6j_1;
|
|
5108
|
+
suspendResult = this.c6j_1.d18(this.a6j_1.state, this);
|
|
5086
5109
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5087
5110
|
return suspendResult;
|
|
5088
5111
|
}
|
|
@@ -5105,8 +5128,8 @@
|
|
|
5105
5128
|
while (true);
|
|
5106
5129
|
};
|
|
5107
5130
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).n2r = function (value, completion) {
|
|
5108
|
-
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.
|
|
5109
|
-
i.
|
|
5131
|
+
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.z6i_1, this.a6j_1, completion);
|
|
5132
|
+
i.b6j_1 = value;
|
|
5110
5133
|
return i;
|
|
5111
5134
|
};
|
|
5112
5135
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug_0($$this$unsafeFlow, this$0, resultContinuation) {
|
|
@@ -5119,8 +5142,8 @@
|
|
|
5119
5142
|
}
|
|
5120
5143
|
function $collectCOROUTINE$2(_this__u8e3s4, collector, resultContinuation) {
|
|
5121
5144
|
CoroutineImpl.call(this, resultContinuation);
|
|
5122
|
-
this.
|
|
5123
|
-
this.
|
|
5145
|
+
this.m6j_1 = _this__u8e3s4;
|
|
5146
|
+
this.n6j_1 = collector;
|
|
5124
5147
|
}
|
|
5125
5148
|
protoOf($collectCOROUTINE$2).p9 = function () {
|
|
5126
5149
|
var suspendResult = this.j9_1;
|
|
@@ -5131,10 +5154,10 @@
|
|
|
5131
5154
|
case 0:
|
|
5132
5155
|
this.i9_1 = 2;
|
|
5133
5156
|
var tmp_0 = this;
|
|
5134
|
-
tmp_0.
|
|
5157
|
+
tmp_0.o6j_1 = this.n6j_1;
|
|
5135
5158
|
this.h9_1 = 1;
|
|
5136
|
-
var tmp_1 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0(this.
|
|
5137
|
-
suspendResult = this.
|
|
5159
|
+
var tmp_1 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0(this.o6j_1, this.m6j_1.q6j_1, null);
|
|
5160
|
+
suspendResult = this.m6j_1.p6j_1.m17(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_1), this);
|
|
5138
5161
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5139
5162
|
return suspendResult;
|
|
5140
5163
|
}
|
|
@@ -5157,13 +5180,13 @@
|
|
|
5157
5180
|
while (true);
|
|
5158
5181
|
};
|
|
5159
5182
|
function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
|
|
5160
|
-
this.
|
|
5183
|
+
this.r6j_1 = function_0;
|
|
5161
5184
|
}
|
|
5162
5185
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).d18 = function (value, $completion) {
|
|
5163
|
-
return this.
|
|
5186
|
+
return this.r6j_1(value, $completion);
|
|
5164
5187
|
};
|
|
5165
5188
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).p3 = function () {
|
|
5166
|
-
return this.
|
|
5189
|
+
return this.r6j_1;
|
|
5167
5190
|
};
|
|
5168
5191
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).equals = function (other) {
|
|
5169
5192
|
var tmp;
|
|
@@ -5196,8 +5219,8 @@
|
|
|
5196
5219
|
};
|
|
5197
5220
|
}
|
|
5198
5221
|
function _no_name_provided__qut3iv_1($this, this$0) {
|
|
5199
|
-
this.
|
|
5200
|
-
this.
|
|
5222
|
+
this.p6j_1 = $this;
|
|
5223
|
+
this.q6j_1 = this$0;
|
|
5201
5224
|
}
|
|
5202
5225
|
protoOf(_no_name_provided__qut3iv_1).e18 = function (collector, $completion) {
|
|
5203
5226
|
var tmp = new $collectCOROUTINE$2(this, collector, $completion);
|
|
@@ -5209,33 +5232,33 @@
|
|
|
5209
5232
|
return this.e18(collector, $completion);
|
|
5210
5233
|
};
|
|
5211
5234
|
function createStore$2($currentState, $currentReducer, $stateTrigger, $logger) {
|
|
5212
|
-
this.
|
|
5213
|
-
this.
|
|
5214
|
-
this.
|
|
5235
|
+
this.v6j_1 = $currentState;
|
|
5236
|
+
this.w6j_1 = $stateTrigger;
|
|
5237
|
+
this.s6j_1 = this;
|
|
5215
5238
|
var tmp = this;
|
|
5216
|
-
tmp.
|
|
5239
|
+
tmp.t6j_1 = createStore$o$dispatch$lambda($currentState, $currentReducer, $stateTrigger, $logger);
|
|
5217
5240
|
var tmp_0 = this;
|
|
5218
|
-
tmp_0.
|
|
5241
|
+
tmp_0.u6j_1 = createStore$o$replaceReducer$lambda($currentReducer, $currentState, $stateTrigger, $logger);
|
|
5219
5242
|
}
|
|
5220
|
-
protoOf(createStore$2).
|
|
5221
|
-
return this.
|
|
5243
|
+
protoOf(createStore$2).x6j = function () {
|
|
5244
|
+
return this.s6j_1;
|
|
5222
5245
|
};
|
|
5223
|
-
protoOf(createStore$2).
|
|
5224
|
-
return createStore$getState(this.
|
|
5246
|
+
protoOf(createStore$2).f69 = function () {
|
|
5247
|
+
return createStore$getState(this.v6j_1);
|
|
5225
5248
|
};
|
|
5226
|
-
protoOf(createStore$2).
|
|
5227
|
-
this.
|
|
5249
|
+
protoOf(createStore$2).y6j = function (_set____db54di) {
|
|
5250
|
+
this.t6j_1 = _set____db54di;
|
|
5228
5251
|
};
|
|
5229
|
-
protoOf(createStore$2).
|
|
5230
|
-
return this.
|
|
5252
|
+
protoOf(createStore$2).z6j = function () {
|
|
5253
|
+
return this.t6j_1;
|
|
5231
5254
|
};
|
|
5232
|
-
protoOf(createStore$2).
|
|
5233
|
-
return this.
|
|
5255
|
+
protoOf(createStore$2).a6k = function () {
|
|
5256
|
+
return this.u6j_1;
|
|
5234
5257
|
};
|
|
5235
|
-
protoOf(createStore$2).
|
|
5258
|
+
protoOf(createStore$2).b6k = function () {
|
|
5236
5259
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
5237
5260
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
5238
|
-
var this_0 = this.
|
|
5261
|
+
var this_0 = this.w6j_1;
|
|
5239
5262
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
5240
5263
|
return new _no_name_provided__qut3iv_1(this_0, this);
|
|
5241
5264
|
};
|
|
@@ -5313,10 +5336,10 @@
|
|
|
5313
5336
|
return new middleware$1(dispatch);
|
|
5314
5337
|
}
|
|
5315
5338
|
function middleware$1($dispatch) {
|
|
5316
|
-
this.
|
|
5339
|
+
this.c6k_1 = $dispatch;
|
|
5317
5340
|
}
|
|
5318
|
-
protoOf(middleware$1).
|
|
5319
|
-
this.
|
|
5341
|
+
protoOf(middleware$1).x6g = function (store, next, action) {
|
|
5342
|
+
this.c6k_1(store, next, action);
|
|
5320
5343
|
};
|
|
5321
5344
|
function Reducer() {
|
|
5322
5345
|
}
|
|
@@ -5324,13 +5347,13 @@
|
|
|
5324
5347
|
return new combineReducers$1(reducers);
|
|
5325
5348
|
}
|
|
5326
5349
|
function combineReducers$1($reducers) {
|
|
5327
|
-
this.
|
|
5350
|
+
this.d6k_1 = $reducers;
|
|
5328
5351
|
}
|
|
5329
|
-
protoOf(combineReducers$1).
|
|
5352
|
+
protoOf(combineReducers$1).e6k = function (state, action) {
|
|
5330
5353
|
// Inline function 'kotlin.collections.fold' call
|
|
5331
5354
|
// Inline function 'kotlin.collections.filter' call
|
|
5332
5355
|
// Inline function 'kotlin.collections.filterTo' call
|
|
5333
|
-
var this_0 = this.
|
|
5356
|
+
var this_0 = this.d6k_1;
|
|
5334
5357
|
var destination = ArrayList_init_$Create$();
|
|
5335
5358
|
var inductionVariable = 0;
|
|
5336
5359
|
var last = this_0.length;
|
|
@@ -5338,7 +5361,7 @@
|
|
|
5338
5361
|
var element = this_0[inductionVariable];
|
|
5339
5362
|
inductionVariable = inductionVariable + 1 | 0;
|
|
5340
5363
|
// Inline function 'com.logic.redux.store.definitions.<no name provided>.reduce.<anonymous>' call
|
|
5341
|
-
if (element.
|
|
5364
|
+
if (element.y6g(action)) {
|
|
5342
5365
|
destination.e(element);
|
|
5343
5366
|
}
|
|
5344
5367
|
}
|
|
@@ -5348,12 +5371,12 @@
|
|
|
5348
5371
|
var element_0 = tmp0_iterator.l();
|
|
5349
5372
|
// Inline function 'com.logic.redux.store.definitions.<no name provided>.reduce.<anonymous>' call
|
|
5350
5373
|
var s = accumulator;
|
|
5351
|
-
accumulator = element_0.
|
|
5374
|
+
accumulator = element_0.q6i(s, action);
|
|
5352
5375
|
}
|
|
5353
5376
|
return accumulator;
|
|
5354
5377
|
};
|
|
5355
|
-
protoOf(combineReducers$1).
|
|
5356
|
-
return this.
|
|
5378
|
+
protoOf(combineReducers$1).q6i = function (state, action) {
|
|
5379
|
+
return this.e6k((state == null ? true : !(state == null)) ? state : THROW_CCE(), action);
|
|
5357
5380
|
};
|
|
5358
5381
|
function Store() {
|
|
5359
5382
|
}
|
|
@@ -5556,7 +5579,7 @@
|
|
|
5556
5579
|
return tmp0_elvis_lhs == null ? 0 : tmp0_elvis_lhs;
|
|
5557
5580
|
}
|
|
5558
5581
|
function _get_$cachedSerializer__te6jhj_8($this) {
|
|
5559
|
-
return $this.
|
|
5582
|
+
return $this.f6k_1.u();
|
|
5560
5583
|
}
|
|
5561
5584
|
function LogType$Companion$_anonymous__d4fjnz() {
|
|
5562
5585
|
return createSimpleEnumSerializer('com.logic.utils.logger.outputs.LogType', values_3());
|
|
@@ -5596,7 +5619,7 @@
|
|
|
5596
5619
|
Companion_instance_19 = this;
|
|
5597
5620
|
var tmp = this;
|
|
5598
5621
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
5599
|
-
tmp.
|
|
5622
|
+
tmp.f6k_1 = lazy(tmp_0, LogType$Companion$_anonymous__d4fjnz);
|
|
5600
5623
|
}
|
|
5601
5624
|
protoOf(Companion_17).w4v = function () {
|
|
5602
5625
|
return _get_$cachedSerializer__te6jhj_8(this);
|
|
@@ -5655,7 +5678,7 @@
|
|
|
5655
5678
|
// Inline function 'kotlin.arrayOf' call
|
|
5656
5679
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
5657
5680
|
// Inline function 'kotlin.js.asDynamic' call
|
|
5658
|
-
tmp.
|
|
5681
|
+
tmp.l6k_1 = [Companion_getInstance_19().w4v(), null, null, null, null];
|
|
5659
5682
|
}
|
|
5660
5683
|
protoOf(Companion_18).w4v = function () {
|
|
5661
5684
|
return $serializer_getInstance_7();
|
|
@@ -5674,12 +5697,12 @@
|
|
|
5674
5697
|
tmp0_serialDesc.t4e('tag', false);
|
|
5675
5698
|
tmp0_serialDesc.t4e('message', false);
|
|
5676
5699
|
tmp0_serialDesc.t4e('stackTrace', false);
|
|
5677
|
-
this.
|
|
5700
|
+
this.m6k_1 = tmp0_serialDesc;
|
|
5678
5701
|
}
|
|
5679
|
-
protoOf($serializer_7).
|
|
5680
|
-
var tmp0_desc = this.
|
|
5702
|
+
protoOf($serializer_7).n6k = function (encoder, value) {
|
|
5703
|
+
var tmp0_desc = this.m6k_1;
|
|
5681
5704
|
var tmp1_output = encoder.f47(tmp0_desc);
|
|
5682
|
-
var tmp2_cached = Companion_getInstance_20().
|
|
5705
|
+
var tmp2_cached = Companion_getInstance_20().l6k_1;
|
|
5683
5706
|
tmp1_output.v48(tmp0_desc, 0, tmp2_cached[0], value.type);
|
|
5684
5707
|
tmp1_output.x48(tmp0_desc, 1, StringSerializer_getInstance(), value.key);
|
|
5685
5708
|
tmp1_output.x48(tmp0_desc, 2, StringSerializer_getInstance(), value.tag);
|
|
@@ -5688,10 +5711,10 @@
|
|
|
5688
5711
|
tmp1_output.g47(tmp0_desc);
|
|
5689
5712
|
};
|
|
5690
5713
|
protoOf($serializer_7).s43 = function (encoder, value) {
|
|
5691
|
-
return this.
|
|
5714
|
+
return this.n6k(encoder, value instanceof LoggerOutputDataDto ? value : THROW_CCE());
|
|
5692
5715
|
};
|
|
5693
5716
|
protoOf($serializer_7).t43 = function (decoder) {
|
|
5694
|
-
var tmp0_desc = this.
|
|
5717
|
+
var tmp0_desc = this.m6k_1;
|
|
5695
5718
|
var tmp1_flag = true;
|
|
5696
5719
|
var tmp2_index = 0;
|
|
5697
5720
|
var tmp3_bitMask0 = 0;
|
|
@@ -5701,7 +5724,7 @@
|
|
|
5701
5724
|
var tmp7_local3 = null;
|
|
5702
5725
|
var tmp8_local4 = null;
|
|
5703
5726
|
var tmp9_input = decoder.f47(tmp0_desc);
|
|
5704
|
-
var tmp10_cached = Companion_getInstance_20().
|
|
5727
|
+
var tmp10_cached = Companion_getInstance_20().l6k_1;
|
|
5705
5728
|
if (tmp9_input.u47()) {
|
|
5706
5729
|
tmp4_local0 = tmp9_input.r47(tmp0_desc, 0, tmp10_cached[0], tmp4_local0);
|
|
5707
5730
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -5748,13 +5771,13 @@
|
|
|
5748
5771
|
return LoggerOutputDataDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
5749
5772
|
};
|
|
5750
5773
|
protoOf($serializer_7).r43 = function () {
|
|
5751
|
-
return this.
|
|
5774
|
+
return this.m6k_1;
|
|
5752
5775
|
};
|
|
5753
5776
|
protoOf($serializer_7).i4f = function () {
|
|
5754
5777
|
// Inline function 'kotlin.arrayOf' call
|
|
5755
5778
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
5756
5779
|
// Inline function 'kotlin.js.asDynamic' call
|
|
5757
|
-
return [Companion_getInstance_20().
|
|
5780
|
+
return [Companion_getInstance_20().l6k_1[0], get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
|
|
5758
5781
|
};
|
|
5759
5782
|
var $serializer_instance_7;
|
|
5760
5783
|
function $serializer_getInstance_7() {
|
|
@@ -5764,7 +5787,7 @@
|
|
|
5764
5787
|
}
|
|
5765
5788
|
function LoggerOutputDataDto_init_$Init$(seen0, type, key, tag, message, stackTrace, serializationConstructorMarker, $this) {
|
|
5766
5789
|
if (!(31 === (31 & seen0))) {
|
|
5767
|
-
throwMissingFieldException(seen0, 31, $serializer_getInstance_7().
|
|
5790
|
+
throwMissingFieldException(seen0, 31, $serializer_getInstance_7().m6k_1);
|
|
5768
5791
|
}
|
|
5769
5792
|
$this.type = type;
|
|
5770
5793
|
$this.key = key;
|
|
@@ -5784,19 +5807,19 @@
|
|
|
5784
5807
|
this.message = message;
|
|
5785
5808
|
this.stackTrace = stackTrace;
|
|
5786
5809
|
}
|
|
5787
|
-
protoOf(LoggerOutputDataDto).
|
|
5810
|
+
protoOf(LoggerOutputDataDto).n5x = function () {
|
|
5788
5811
|
return this.type;
|
|
5789
5812
|
};
|
|
5790
5813
|
protoOf(LoggerOutputDataDto).t = function () {
|
|
5791
5814
|
return this.key;
|
|
5792
5815
|
};
|
|
5793
|
-
protoOf(LoggerOutputDataDto).
|
|
5816
|
+
protoOf(LoggerOutputDataDto).f68 = function () {
|
|
5794
5817
|
return this.tag;
|
|
5795
5818
|
};
|
|
5796
5819
|
protoOf(LoggerOutputDataDto).x9 = function () {
|
|
5797
5820
|
return this.message;
|
|
5798
5821
|
};
|
|
5799
|
-
protoOf(LoggerOutputDataDto).
|
|
5822
|
+
protoOf(LoggerOutputDataDto).o6k = function () {
|
|
5800
5823
|
return this.stackTrace;
|
|
5801
5824
|
};
|
|
5802
5825
|
protoOf(LoggerOutputDataDto).toMessageLog = function () {
|
|
@@ -5855,13 +5878,13 @@
|
|
|
5855
5878
|
protoOf(LoggerOutputDataDto).ik = function () {
|
|
5856
5879
|
return this.tag;
|
|
5857
5880
|
};
|
|
5858
|
-
protoOf(LoggerOutputDataDto).
|
|
5881
|
+
protoOf(LoggerOutputDataDto).w5l = function () {
|
|
5859
5882
|
return this.message;
|
|
5860
5883
|
};
|
|
5861
|
-
protoOf(LoggerOutputDataDto).
|
|
5884
|
+
protoOf(LoggerOutputDataDto).c69 = function () {
|
|
5862
5885
|
return this.stackTrace;
|
|
5863
5886
|
};
|
|
5864
|
-
protoOf(LoggerOutputDataDto).
|
|
5887
|
+
protoOf(LoggerOutputDataDto).p6k = function (type, key, tag, message, stackTrace) {
|
|
5865
5888
|
return new LoggerOutputDataDto(type, key, tag, message, stackTrace);
|
|
5866
5889
|
};
|
|
5867
5890
|
protoOf(LoggerOutputDataDto).copy = function (type, key, tag, message, stackTrace, $super) {
|
|
@@ -5870,7 +5893,7 @@
|
|
|
5870
5893
|
tag = tag === VOID ? this.tag : tag;
|
|
5871
5894
|
message = message === VOID ? this.message : message;
|
|
5872
5895
|
stackTrace = stackTrace === VOID ? this.stackTrace : stackTrace;
|
|
5873
|
-
return this.
|
|
5896
|
+
return this.p6k(type, key, tag, message, stackTrace);
|
|
5874
5897
|
};
|
|
5875
5898
|
protoOf(LoggerOutputDataDto).toString = function () {
|
|
5876
5899
|
return 'LoggerOutputDataDto(type=' + this.type.toString() + ', key=' + this.key + ', tag=' + this.tag + ', message=' + this.message + ', stackTrace=' + this.stackTrace + ')';
|
|
@@ -5902,19 +5925,19 @@
|
|
|
5902
5925
|
return true;
|
|
5903
5926
|
};
|
|
5904
5927
|
function checkInitialised($this) {
|
|
5905
|
-
if ($this.
|
|
5928
|
+
if ($this.q6k_1.equals(AppEnvironmentValue_UNDEFINED_getInstance())) {
|
|
5906
5929
|
Logger_getInstance().wn(VOID, IllegalStateException_init_$Create$('AppEnvironment not initialised'));
|
|
5907
5930
|
}
|
|
5908
5931
|
}
|
|
5909
5932
|
function AppEnvironment() {
|
|
5910
5933
|
AppEnvironment_instance = this;
|
|
5911
|
-
this.
|
|
5934
|
+
this.q6k_1 = AppEnvironmentValue_UNDEFINED_getInstance();
|
|
5912
5935
|
}
|
|
5913
|
-
protoOf(AppEnvironment).
|
|
5914
|
-
this.
|
|
5936
|
+
protoOf(AppEnvironment).r6k = function (value) {
|
|
5937
|
+
this.q6k_1 = value;
|
|
5915
5938
|
};
|
|
5916
|
-
protoOf(AppEnvironment).
|
|
5917
|
-
var tmp = this.
|
|
5939
|
+
protoOf(AppEnvironment).s6k = function () {
|
|
5940
|
+
var tmp = this.q6k_1;
|
|
5918
5941
|
// Inline function 'kotlin.also' call
|
|
5919
5942
|
var this_0 = AppEnvironmentValue_PRODUCTION_getInstance();
|
|
5920
5943
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -5969,45 +5992,45 @@
|
|
|
5969
5992
|
}
|
|
5970
5993
|
//region block: post-declaration
|
|
5971
5994
|
protoOf($serializer).j4f = typeParametersSerializers;
|
|
5972
|
-
defineProp(protoOf(CoreConfig), 'requireDirectoryPath', protoOf(CoreConfig).
|
|
5995
|
+
defineProp(protoOf(CoreConfig), 'requireDirectoryPath', protoOf(CoreConfig).y67);
|
|
5973
5996
|
defineProp(protoOf(PlayerLostConnectionReason), 'playerId', function () {
|
|
5974
|
-
return this.
|
|
5997
|
+
return this.i68();
|
|
5975
5998
|
});
|
|
5976
5999
|
defineProp(protoOf(PlayerLostConnectionReason), 'connectionState', function () {
|
|
5977
|
-
return this.
|
|
6000
|
+
return this.j68();
|
|
5978
6001
|
});
|
|
5979
6002
|
defineProp(protoOf(PlayerTimeoutReason), 'playerId', function () {
|
|
5980
|
-
return this.
|
|
6003
|
+
return this.i68();
|
|
5981
6004
|
});
|
|
5982
6005
|
defineProp(protoOf(PlayerTimeoutReason), 'connectionState', function () {
|
|
5983
|
-
return this.
|
|
6006
|
+
return this.j68();
|
|
5984
6007
|
});
|
|
5985
6008
|
defineProp(protoOf(PlayerExitReason), 'playerId', function () {
|
|
5986
|
-
return this.
|
|
6009
|
+
return this.i68();
|
|
5987
6010
|
});
|
|
5988
6011
|
defineProp(protoOf(PlayerExitReason), 'connectionState', function () {
|
|
5989
|
-
return this.
|
|
6012
|
+
return this.j68();
|
|
5990
6013
|
});
|
|
5991
6014
|
defineProp(protoOf(Reason), 'name', protoOf(Reason).p2);
|
|
5992
6015
|
defineProp(protoOf(Reason), 'ordinal', protoOf(Reason).q2);
|
|
5993
6016
|
defineProp(protoOf(Reason_0), 'name', protoOf(Reason_0).p2);
|
|
5994
6017
|
defineProp(protoOf(Reason_0), 'ordinal', protoOf(Reason_0).q2);
|
|
5995
6018
|
defineProp(protoOf(GameUserInfo), 'playerId', function () {
|
|
5996
|
-
return this.
|
|
6019
|
+
return this.i68();
|
|
5997
6020
|
});
|
|
5998
6021
|
defineProp(protoOf(PlayerIndex), 'playerId', function () {
|
|
5999
|
-
return this.
|
|
6022
|
+
return this.i68();
|
|
6000
6023
|
});
|
|
6001
|
-
defineProp(protoOf(PlayerConnectionState), 'isLive', protoOf(PlayerConnectionState).
|
|
6002
|
-
defineProp(protoOf(PlayerConnectionState), 'isTimeOut', protoOf(PlayerConnectionState).
|
|
6003
|
-
defineProp(protoOf(PlayerConnectionState), 'isLostConnection', protoOf(PlayerConnectionState).
|
|
6004
|
-
defineProp(protoOf(PlayerConnectionState), 'isLeft', protoOf(PlayerConnectionState).
|
|
6005
|
-
defineProp(protoOf(PlayerConnectionState), 'isDeleted', protoOf(PlayerConnectionState).
|
|
6006
|
-
defineProp(protoOf(PlayerConnectionState), 'isDisconnecting', protoOf(PlayerConnectionState).
|
|
6007
|
-
defineProp(protoOf(PlayerConnectionState), 'isNotAlive', protoOf(PlayerConnectionState).
|
|
6008
|
-
defineProp(protoOf(PlayerConnectionState), 'isDisconnected', protoOf(PlayerConnectionState).
|
|
6009
|
-
defineProp(protoOf(PlayerConnectionState), 'isClientDisconnectReason', protoOf(PlayerConnectionState).
|
|
6010
|
-
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).
|
|
6024
|
+
defineProp(protoOf(PlayerConnectionState), 'isLive', protoOf(PlayerConnectionState).m6a);
|
|
6025
|
+
defineProp(protoOf(PlayerConnectionState), 'isTimeOut', protoOf(PlayerConnectionState).n6a);
|
|
6026
|
+
defineProp(protoOf(PlayerConnectionState), 'isLostConnection', protoOf(PlayerConnectionState).o6a);
|
|
6027
|
+
defineProp(protoOf(PlayerConnectionState), 'isLeft', protoOf(PlayerConnectionState).p6a);
|
|
6028
|
+
defineProp(protoOf(PlayerConnectionState), 'isDeleted', protoOf(PlayerConnectionState).q6a);
|
|
6029
|
+
defineProp(protoOf(PlayerConnectionState), 'isDisconnecting', protoOf(PlayerConnectionState).r6a);
|
|
6030
|
+
defineProp(protoOf(PlayerConnectionState), 'isNotAlive', protoOf(PlayerConnectionState).s6a);
|
|
6031
|
+
defineProp(protoOf(PlayerConnectionState), 'isDisconnected', protoOf(PlayerConnectionState).t6a);
|
|
6032
|
+
defineProp(protoOf(PlayerConnectionState), 'isClientDisconnectReason', protoOf(PlayerConnectionState).u6a);
|
|
6033
|
+
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).v6a);
|
|
6011
6034
|
defineProp(protoOf(PlayerConnectionState), 'name', protoOf(PlayerConnectionState).p2);
|
|
6012
6035
|
defineProp(protoOf(PlayerConnectionState), 'ordinal', protoOf(PlayerConnectionState).q2);
|
|
6013
6036
|
protoOf($serializer_0).j4f = typeParametersSerializers;
|
|
@@ -6017,53 +6040,53 @@
|
|
|
6017
6040
|
protoOf($serializer_4).j4f = typeParametersSerializers;
|
|
6018
6041
|
protoOf($serializer_5).j4f = typeParametersSerializers;
|
|
6019
6042
|
protoOf($serializer_6).j4f = typeParametersSerializers;
|
|
6020
|
-
protoOf(AsyncProviderImpl).
|
|
6021
|
-
protoOf(AsyncProviderImpl).
|
|
6022
|
-
protoOf(AsyncProviderImpl).
|
|
6023
|
-
protoOf(TimerAction).
|
|
6043
|
+
protoOf(AsyncProviderImpl).y6d = launchMain$default;
|
|
6044
|
+
protoOf(AsyncProviderImpl).u6d = launchDefault$default;
|
|
6045
|
+
protoOf(AsyncProviderImpl).w6d = launchDefaultWithLock$default;
|
|
6046
|
+
protoOf(TimerAction).l6g = get_actionTag;
|
|
6024
6047
|
defineProp(protoOf(TimerAction), 'actionTag', function () {
|
|
6025
|
-
return this.
|
|
6048
|
+
return this.l6g();
|
|
6026
6049
|
});
|
|
6027
6050
|
defineProp(protoOf(StartTimerAction), 'actionTag', function () {
|
|
6028
|
-
return this.
|
|
6051
|
+
return this.l6g();
|
|
6029
6052
|
});
|
|
6030
6053
|
defineProp(protoOf(TimerTickAction), 'actionTag', function () {
|
|
6031
|
-
return this.
|
|
6054
|
+
return this.l6g();
|
|
6032
6055
|
});
|
|
6033
6056
|
protoOf(StopTimerAction).notValidateWhenFinishing = notValidateWhenFinishing;
|
|
6034
6057
|
protoOf(StopTimerAction).notValidateWhenFinished = notValidateWhenFinished;
|
|
6035
6058
|
defineProp(protoOf(StopTimerAction), 'actionTag', function () {
|
|
6036
|
-
return this.
|
|
6059
|
+
return this.l6g();
|
|
6037
6060
|
});
|
|
6038
6061
|
defineProp(protoOf(createStore$2), 'store', function () {
|
|
6039
|
-
return this.
|
|
6062
|
+
return this.x6j();
|
|
6040
6063
|
});
|
|
6041
6064
|
defineProp(protoOf(createStore$2), 'state', function () {
|
|
6042
|
-
return this.
|
|
6065
|
+
return this.f69();
|
|
6043
6066
|
});
|
|
6044
6067
|
defineProp(protoOf(createStore$2), 'dispatch', function () {
|
|
6045
|
-
return this.
|
|
6068
|
+
return this.z6j();
|
|
6046
6069
|
}, function (value) {
|
|
6047
|
-
this.
|
|
6070
|
+
this.y6j(value);
|
|
6048
6071
|
});
|
|
6049
6072
|
defineProp(protoOf(createStore$2), 'replaceReducer', function () {
|
|
6050
|
-
return this.
|
|
6073
|
+
return this.a6k();
|
|
6051
6074
|
});
|
|
6052
6075
|
defineProp(protoOf(createStore$2), 'observe', function () {
|
|
6053
|
-
return this.
|
|
6076
|
+
return this.b6k();
|
|
6054
6077
|
});
|
|
6055
|
-
protoOf(ActionTypes).
|
|
6078
|
+
protoOf(ActionTypes).l6g = get_actionTag;
|
|
6056
6079
|
defineProp(protoOf(ActionTypes), 'actionTag', function () {
|
|
6057
|
-
return this.
|
|
6080
|
+
return this.l6g();
|
|
6058
6081
|
});
|
|
6059
6082
|
defineProp(protoOf(INIT), 'actionTag', function () {
|
|
6060
|
-
return this.
|
|
6083
|
+
return this.l6g();
|
|
6061
6084
|
});
|
|
6062
6085
|
defineProp(protoOf(REPLACE), 'actionTag', function () {
|
|
6063
|
-
return this.
|
|
6086
|
+
return this.l6g();
|
|
6064
6087
|
});
|
|
6065
|
-
protoOf(middleware$1).
|
|
6066
|
-
protoOf(combineReducers$1).
|
|
6088
|
+
protoOf(middleware$1).y6g = canHandle;
|
|
6089
|
+
protoOf(combineReducers$1).y6g = canHandle_0;
|
|
6067
6090
|
defineProp(protoOf(LogType), 'name', protoOf(LogType).p2);
|
|
6068
6091
|
defineProp(protoOf(LogType), 'ordinal', protoOf(LogType).q2);
|
|
6069
6092
|
protoOf($serializer_7).j4f = typeParametersSerializers;
|