game_client_logic_deb 1.8.385 → 1.8.388
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 +53 -53
- package/Kosi-Kodein-kodein-di.js +516 -516
- package/Kotlin-DateTime-library-kotlinx-datetime.js +1389 -1389
- package/Logic_Debertz-core.js +1146 -1120
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +11148 -10959
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +3420 -3432
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +10 -10
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +1257 -1213
- package/kotlinx-coroutines-core.js.map +1 -1
- package/ktor-ktor-client-content-negotiation.js +123 -123
- package/ktor-ktor-client-core.js +1431 -1431
- package/ktor-ktor-client-logging.js +269 -269
- package/ktor-ktor-events.js +6 -6
- package/ktor-ktor-http.js +595 -595
- package/ktor-ktor-io.js +1208 -1208
- package/ktor-ktor-serialization-kotlinx-json.js +1 -1
- package/ktor-ktor-serialization-kotlinx.js +128 -128
- package/ktor-ktor-serialization.js +63 -63
- package/ktor-ktor-utils.js +477 -477
- package/ktor-ktor-websockets.js +40 -40
- package/package.json +1 -1
- package/random-library-secure-random.js +1 -1
- package/raspberry-cardgame-lib-core.js +164 -164
- package/raspberry-cardgame-lib-random.js +552 -552
- package/uuid.js +11 -11
package/Logic_Debertz-core.js
CHANGED
|
@@ -126,14 +126,14 @@
|
|
|
126
126
|
var Key_instance = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.k;
|
|
127
127
|
var Element = kotlin_kotlin.$_$.ma;
|
|
128
128
|
var CoroutineImpl = kotlin_kotlin.$_$.oa;
|
|
129
|
-
var CoroutineScope = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.
|
|
129
|
+
var CoroutineScope = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.f1;
|
|
130
130
|
var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.z9;
|
|
131
131
|
var initMetadataForLambda = kotlin_kotlin.$_$.mc;
|
|
132
132
|
var Dispatchers_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.l;
|
|
133
|
-
var SupervisorJob = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.
|
|
134
|
-
var Mutex = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.
|
|
135
|
-
var CoroutineScope_0 = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.
|
|
136
|
-
var launch = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.
|
|
133
|
+
var SupervisorJob = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.i1;
|
|
134
|
+
var Mutex = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.z;
|
|
135
|
+
var CoroutineScope_0 = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.e1;
|
|
136
|
+
var launch = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.q1;
|
|
137
137
|
var uuid4 = kotlin_com_benasher44_uuid.$_$.a;
|
|
138
138
|
var get_atomicfu$reentrantLock = kotlin_org_jetbrains_kotlinx_atomicfu.$_$.a;
|
|
139
139
|
var HashMap_init_$Create$ = kotlin_kotlin.$_$.k;
|
|
@@ -148,11 +148,11 @@
|
|
|
148
148
|
var Long = kotlin_kotlin.$_$.fh;
|
|
149
149
|
var equalsLong = kotlin_kotlin.$_$.cb;
|
|
150
150
|
var delay = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.e;
|
|
151
|
-
var get_isActive = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.
|
|
151
|
+
var get_isActive = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.o1;
|
|
152
152
|
var BufferOverflow_DROP_OLDEST_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.a;
|
|
153
|
-
var MutableSharedFlow = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.
|
|
153
|
+
var MutableSharedFlow = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.s;
|
|
154
154
|
var FunctionAdapter = kotlin_kotlin.$_$.ob;
|
|
155
|
-
var FlowCollector = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.
|
|
155
|
+
var FlowCollector = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.r;
|
|
156
156
|
var getKClassFromExpression = kotlin_kotlin.$_$.be;
|
|
157
157
|
var get_lastIndex = kotlin_kotlin.$_$.y7;
|
|
158
158
|
var single = kotlin_kotlin.$_$.a9;
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
initMetadataForInterface(PlayerIdContract, 'PlayerIdContract');
|
|
228
228
|
initMetadataForClass(GameUserInfo, 'GameUserInfo', VOID, VOID, [PlayerIdContract]);
|
|
229
229
|
function get_amountOfCards() {
|
|
230
|
-
return this.
|
|
230
|
+
return this.p53().o();
|
|
231
231
|
}
|
|
232
232
|
initMetadataForInterface(Player, 'Player', VOID, VOID, [PlayerIdContract]);
|
|
233
233
|
initMetadataForClass(PlayerIdOrderComparator, 'PlayerIdOrderComparator', VOID, VOID, [Comparator]);
|
|
@@ -276,18 +276,19 @@
|
|
|
276
276
|
initMetadataForClass(CardGrowthComparator, 'CardGrowthComparator', VOID, VOID, [Comparator]);
|
|
277
277
|
initMetadataForClass(ProcessingCard, 'ProcessingCard');
|
|
278
278
|
function launchDefault$default(context, block, $super) {
|
|
279
|
-
context = context === VOID ? this.
|
|
280
|
-
return $super === VOID ? this.
|
|
279
|
+
context = context === VOID ? this.l6a() : context;
|
|
280
|
+
return $super === VOID ? this.m6a(context, block) : $super.m6a.call(this, context, block);
|
|
281
281
|
}
|
|
282
282
|
function launchDefaultWithLock$default(context, block, $super) {
|
|
283
|
-
context = context === VOID ? this.
|
|
284
|
-
return $super === VOID ? this.
|
|
283
|
+
context = context === VOID ? this.l6a() : context;
|
|
284
|
+
return $super === VOID ? this.o6a(context, block) : $super.o6a.call(this, context, block);
|
|
285
285
|
}
|
|
286
286
|
function launchMain$default(context, block, $super) {
|
|
287
|
-
context = context === VOID ? this.
|
|
288
|
-
return $super === VOID ? this.
|
|
287
|
+
context = context === VOID ? this.l6a() : context;
|
|
288
|
+
return $super === VOID ? this.q6a(context, block) : $super.q6a.call(this, context, block);
|
|
289
289
|
}
|
|
290
290
|
initMetadataForInterface(AsyncProvider, 'AsyncProvider');
|
|
291
|
+
initMetadataForCompanion(Companion_20);
|
|
291
292
|
initMetadataForClass(AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1, VOID, VOID, AbstractCoroutineContextElement, [AbstractCoroutineContextElement, Element]);
|
|
292
293
|
initMetadataForLambda(AsyncProviderImpl$launchDefaultWithLock$slambda, CoroutineImpl, VOID, [1]);
|
|
293
294
|
initMetadataForClass(AsyncProviderImpl, 'AsyncProviderImpl', VOID, VOID, [AsyncProvider]);
|
|
@@ -323,7 +324,7 @@
|
|
|
323
324
|
return false;
|
|
324
325
|
}
|
|
325
326
|
function get_isAutoStartTimer() {
|
|
326
|
-
return !this.
|
|
327
|
+
return !this.h6d() && !this.i6d();
|
|
327
328
|
}
|
|
328
329
|
initMetadataForInterface(InterceptableAction, 'InterceptableAction', VOID, VOID, [BufferedAction]);
|
|
329
330
|
initMetadataForClass(TimerAction, 'TimerAction', VOID, VOID, [Action]);
|
|
@@ -363,8 +364,8 @@
|
|
|
363
364
|
initMetadataForInterface(Reducer, 'Reducer');
|
|
364
365
|
initMetadataForClass(combineReducers$1, VOID, VOID, VOID, [Reducer]);
|
|
365
366
|
initMetadataForClass(ClientLoggerKey, 'ClientLoggerKey');
|
|
366
|
-
initMetadataForCompanion(
|
|
367
|
-
initMetadataForClass(LogType, 'LogType', VOID, Enum, VOID, VOID, VOID, {0:
|
|
367
|
+
initMetadataForCompanion(Companion_21, VOID, [SerializerFactory]);
|
|
368
|
+
initMetadataForClass(LogType, 'LogType', VOID, Enum, VOID, VOID, VOID, {0: Companion_getInstance_24});
|
|
368
369
|
function observe(types, $super) {
|
|
369
370
|
var tmp;
|
|
370
371
|
if (types === VOID) {
|
|
@@ -375,19 +376,19 @@
|
|
|
375
376
|
tmp = types;
|
|
376
377
|
}
|
|
377
378
|
types = tmp;
|
|
378
|
-
return $super === VOID ? this.
|
|
379
|
+
return $super === VOID ? this.c6h(types) : $super.c6h.call(this, types);
|
|
379
380
|
}
|
|
380
381
|
initMetadataForInterface(ObservableLoggerOutput, 'ObservableLoggerOutput', VOID, VOID, [LoggerOutput, LoggerEnabledTrigger]);
|
|
381
|
-
initMetadataForCompanion(
|
|
382
|
+
initMetadataForCompanion(Companion_22);
|
|
382
383
|
initMetadataForObject($serializer_10, '$serializer', VOID, VOID, [GeneratedSerializer]);
|
|
383
384
|
initMetadataForClass(LoggerOutputDataDto, 'LoggerOutputDataDto', VOID, VOID, VOID, VOID, VOID, {0: $serializer_getInstance_10});
|
|
384
385
|
initMetadataForObject(AppEnvironment, 'AppEnvironment');
|
|
385
386
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
386
387
|
//endregion
|
|
387
388
|
function GameEngineConfig() {
|
|
388
|
-
this.version = '1.8.
|
|
389
|
+
this.version = '1.8.388';
|
|
389
390
|
}
|
|
390
|
-
protoOf(GameEngineConfig).
|
|
391
|
+
protoOf(GameEngineConfig).w3u = function () {
|
|
391
392
|
return this.version;
|
|
392
393
|
};
|
|
393
394
|
var GameEngineConfig_instance;
|
|
@@ -396,10 +397,10 @@
|
|
|
396
397
|
}
|
|
397
398
|
function Toggles() {
|
|
398
399
|
}
|
|
399
|
-
protoOf(Toggles).
|
|
400
|
+
protoOf(Toggles).e63 = function (version) {
|
|
400
401
|
return get_minorVersion(version) > 5;
|
|
401
402
|
};
|
|
402
|
-
protoOf(Toggles).
|
|
403
|
+
protoOf(Toggles).f63 = function () {
|
|
403
404
|
return false;
|
|
404
405
|
};
|
|
405
406
|
var Toggles_instance;
|
|
@@ -407,7 +408,7 @@
|
|
|
407
408
|
return Toggles_instance;
|
|
408
409
|
}
|
|
409
410
|
function _get_$cachedSerializer__te6jhj($this) {
|
|
410
|
-
return $this.
|
|
411
|
+
return $this.g63_1.w();
|
|
411
412
|
}
|
|
412
413
|
function ContinueGameReason$Companion$_anonymous__g3m3ym() {
|
|
413
414
|
var tmp = getKClass(ContinueGameReason);
|
|
@@ -429,7 +430,7 @@
|
|
|
429
430
|
Companion_instance_1 = this;
|
|
430
431
|
var tmp = this;
|
|
431
432
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
432
|
-
tmp.
|
|
433
|
+
tmp.g63_1 = lazy(tmp_0, ContinueGameReason$Companion$_anonymous__g3m3ym);
|
|
433
434
|
}
|
|
434
435
|
protoOf(Companion).a1c = function () {
|
|
435
436
|
return _get_$cachedSerializer__te6jhj(this);
|
|
@@ -459,19 +460,19 @@
|
|
|
459
460
|
$serializer_instance = this;
|
|
460
461
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_RETURNS', this, 1);
|
|
461
462
|
tmp0_serialDesc.gz('playerId', false);
|
|
462
|
-
this.
|
|
463
|
+
this.h63_1 = tmp0_serialDesc;
|
|
463
464
|
}
|
|
464
|
-
protoOf($serializer).
|
|
465
|
-
var tmp0_desc = this.
|
|
465
|
+
protoOf($serializer).i63 = function (encoder, value) {
|
|
466
|
+
var tmp0_desc = this.h63_1;
|
|
466
467
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
467
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
468
|
+
tmp1_output.dt(tmp0_desc, 0, value.j63_1);
|
|
468
469
|
tmp1_output.pr(tmp0_desc);
|
|
469
470
|
};
|
|
470
471
|
protoOf($serializer).co = function (encoder, value) {
|
|
471
|
-
return this.
|
|
472
|
+
return this.i63(encoder, value instanceof PlayerReturnsReason ? value : THROW_CCE());
|
|
472
473
|
};
|
|
473
474
|
protoOf($serializer).do = function (decoder) {
|
|
474
|
-
var tmp0_desc = this.
|
|
475
|
+
var tmp0_desc = this.h63_1;
|
|
475
476
|
var tmp1_flag = true;
|
|
476
477
|
var tmp2_index = 0;
|
|
477
478
|
var tmp3_bitMask0 = 0;
|
|
@@ -499,7 +500,7 @@
|
|
|
499
500
|
return PlayerReturnsReason_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
500
501
|
};
|
|
501
502
|
protoOf($serializer).bo = function () {
|
|
502
|
-
return this.
|
|
503
|
+
return this.h63_1;
|
|
503
504
|
};
|
|
504
505
|
protoOf($serializer).vz = function () {
|
|
505
506
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -515,10 +516,10 @@
|
|
|
515
516
|
}
|
|
516
517
|
function PlayerReturnsReason_init_$Init$(seen0, playerId, serializationConstructorMarker, $this) {
|
|
517
518
|
if (!(1 === (1 & seen0))) {
|
|
518
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance().
|
|
519
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance().h63_1);
|
|
519
520
|
}
|
|
520
521
|
ContinueGameReason_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
521
|
-
$this.
|
|
522
|
+
$this.j63_1 = playerId;
|
|
522
523
|
return $this;
|
|
523
524
|
}
|
|
524
525
|
function PlayerReturnsReason_init_$Create$(seen0, playerId, serializationConstructorMarker) {
|
|
@@ -526,20 +527,20 @@
|
|
|
526
527
|
}
|
|
527
528
|
function PlayerReturnsReason(playerId) {
|
|
528
529
|
ContinueGameReason.call(this);
|
|
529
|
-
this.
|
|
530
|
+
this.j63_1 = playerId;
|
|
530
531
|
}
|
|
531
532
|
protoOf(PlayerReturnsReason).toString = function () {
|
|
532
|
-
return 'PlayerReturnsReason(playerId=' + this.
|
|
533
|
+
return 'PlayerReturnsReason(playerId=' + this.j63_1 + ')';
|
|
533
534
|
};
|
|
534
535
|
protoOf(PlayerReturnsReason).hashCode = function () {
|
|
535
|
-
return getStringHashCode(this.
|
|
536
|
+
return getStringHashCode(this.j63_1);
|
|
536
537
|
};
|
|
537
538
|
protoOf(PlayerReturnsReason).equals = function (other) {
|
|
538
539
|
if (this === other)
|
|
539
540
|
return true;
|
|
540
541
|
if (!(other instanceof PlayerReturnsReason))
|
|
541
542
|
return false;
|
|
542
|
-
if (!(this.
|
|
543
|
+
if (!(this.j63_1 === other.j63_1))
|
|
543
544
|
return false;
|
|
544
545
|
return true;
|
|
545
546
|
};
|
|
@@ -553,19 +554,19 @@
|
|
|
553
554
|
$serializer_instance_0 = this;
|
|
554
555
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('RESTART_ROUND', this, 1);
|
|
555
556
|
tmp0_serialDesc.gz('fromRound', false);
|
|
556
|
-
this.
|
|
557
|
+
this.k63_1 = tmp0_serialDesc;
|
|
557
558
|
}
|
|
558
|
-
protoOf($serializer_0).
|
|
559
|
-
var tmp0_desc = this.
|
|
559
|
+
protoOf($serializer_0).l63 = function (encoder, value) {
|
|
560
|
+
var tmp0_desc = this.k63_1;
|
|
560
561
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
561
|
-
tmp1_output.ht(tmp0_desc, 0, IntSerializer_getInstance(), value.
|
|
562
|
+
tmp1_output.ht(tmp0_desc, 0, IntSerializer_getInstance(), value.m63_1);
|
|
562
563
|
tmp1_output.pr(tmp0_desc);
|
|
563
564
|
};
|
|
564
565
|
protoOf($serializer_0).co = function (encoder, value) {
|
|
565
|
-
return this.
|
|
566
|
+
return this.l63(encoder, value instanceof RestartRoundReason ? value : THROW_CCE());
|
|
566
567
|
};
|
|
567
568
|
protoOf($serializer_0).do = function (decoder) {
|
|
568
|
-
var tmp0_desc = this.
|
|
569
|
+
var tmp0_desc = this.k63_1;
|
|
569
570
|
var tmp1_flag = true;
|
|
570
571
|
var tmp2_index = 0;
|
|
571
572
|
var tmp3_bitMask0 = 0;
|
|
@@ -593,7 +594,7 @@
|
|
|
593
594
|
return RestartRoundReason_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
594
595
|
};
|
|
595
596
|
protoOf($serializer_0).bo = function () {
|
|
596
|
-
return this.
|
|
597
|
+
return this.k63_1;
|
|
597
598
|
};
|
|
598
599
|
protoOf($serializer_0).vz = function () {
|
|
599
600
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -609,10 +610,10 @@
|
|
|
609
610
|
}
|
|
610
611
|
function RestartRoundReason_init_$Init$(seen0, fromRound, serializationConstructorMarker, $this) {
|
|
611
612
|
if (!(1 === (1 & seen0))) {
|
|
612
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_0().
|
|
613
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_0().k63_1);
|
|
613
614
|
}
|
|
614
615
|
ContinueGameReason_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
615
|
-
$this.
|
|
616
|
+
$this.m63_1 = fromRound;
|
|
616
617
|
return $this;
|
|
617
618
|
}
|
|
618
619
|
function RestartRoundReason_init_$Create$(seen0, fromRound, serializationConstructorMarker) {
|
|
@@ -620,31 +621,31 @@
|
|
|
620
621
|
}
|
|
621
622
|
function RestartRoundReason(fromRound) {
|
|
622
623
|
ContinueGameReason.call(this);
|
|
623
|
-
this.
|
|
624
|
+
this.m63_1 = fromRound;
|
|
624
625
|
}
|
|
625
626
|
protoOf(RestartRoundReason).toString = function () {
|
|
626
|
-
return 'RestartRoundReason(fromRound=' + this.
|
|
627
|
+
return 'RestartRoundReason(fromRound=' + this.m63_1 + ')';
|
|
627
628
|
};
|
|
628
629
|
protoOf(RestartRoundReason).hashCode = function () {
|
|
629
|
-
return this.
|
|
630
|
+
return this.m63_1 == null ? 0 : this.m63_1;
|
|
630
631
|
};
|
|
631
632
|
protoOf(RestartRoundReason).equals = function (other) {
|
|
632
633
|
if (this === other)
|
|
633
634
|
return true;
|
|
634
635
|
if (!(other instanceof RestartRoundReason))
|
|
635
636
|
return false;
|
|
636
|
-
if (!(this.
|
|
637
|
+
if (!(this.m63_1 == other.m63_1))
|
|
637
638
|
return false;
|
|
638
639
|
return true;
|
|
639
640
|
};
|
|
640
641
|
function Companion_2() {
|
|
641
642
|
}
|
|
642
|
-
protoOf(Companion_2).
|
|
643
|
+
protoOf(Companion_2).n63 = function (fileLogsEnabled, logsDirectoryPath, fileNameFormat) {
|
|
643
644
|
return new CoreConfig(fileLogsEnabled, false, logsDirectoryPath, fileNameFormat);
|
|
644
645
|
};
|
|
645
646
|
protoOf(Companion_2).getClientEngineTestMode = function (fileLogsEnabled, logsDirectoryPath, fileNameFormat, $super) {
|
|
646
647
|
fileNameFormat = fileNameFormat === VOID ? 'user_[uid].txt' : fileNameFormat;
|
|
647
|
-
return $super === VOID ? this.
|
|
648
|
+
return $super === VOID ? this.n63(fileLogsEnabled, logsDirectoryPath, fileNameFormat) : $super.n63.call(this, fileLogsEnabled, logsDirectoryPath, fileNameFormat);
|
|
648
649
|
};
|
|
649
650
|
protoOf(Companion_2).formatter = function (segment, gameId, roomId, userId) {
|
|
650
651
|
return replace(replace(replace(segment, '[gid]', gameId), '[rid]', roomId), '[uid]', userId);
|
|
@@ -663,19 +664,19 @@
|
|
|
663
664
|
this.logsDirectoryPath = logsDirectoryPath;
|
|
664
665
|
this.fileNameFormat = fileNameFormat;
|
|
665
666
|
}
|
|
666
|
-
protoOf(CoreConfig).
|
|
667
|
+
protoOf(CoreConfig).o63 = function () {
|
|
667
668
|
return this.fileLogsEnabled;
|
|
668
669
|
};
|
|
669
|
-
protoOf(CoreConfig).
|
|
670
|
+
protoOf(CoreConfig).p63 = function () {
|
|
670
671
|
return this.deleteFilesOnClear;
|
|
671
672
|
};
|
|
672
|
-
protoOf(CoreConfig).
|
|
673
|
+
protoOf(CoreConfig).q63 = function () {
|
|
673
674
|
return this.logsDirectoryPath;
|
|
674
675
|
};
|
|
675
|
-
protoOf(CoreConfig).
|
|
676
|
+
protoOf(CoreConfig).r63 = function () {
|
|
676
677
|
return this.fileNameFormat;
|
|
677
678
|
};
|
|
678
|
-
protoOf(CoreConfig).
|
|
679
|
+
protoOf(CoreConfig).s63 = function () {
|
|
679
680
|
var tmp0_elvis_lhs = this.logsDirectoryPath;
|
|
680
681
|
return tmp0_elvis_lhs == null ? get_SystemTemporaryDirectory().toString() : tmp0_elvis_lhs;
|
|
681
682
|
};
|
|
@@ -688,10 +689,10 @@
|
|
|
688
689
|
protoOf(CoreConfig).xl = function () {
|
|
689
690
|
return this.logsDirectoryPath;
|
|
690
691
|
};
|
|
691
|
-
protoOf(CoreConfig).
|
|
692
|
+
protoOf(CoreConfig).m53 = function () {
|
|
692
693
|
return this.fileNameFormat;
|
|
693
694
|
};
|
|
694
|
-
protoOf(CoreConfig).
|
|
695
|
+
protoOf(CoreConfig).t63 = function (fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat) {
|
|
695
696
|
return new CoreConfig(fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat);
|
|
696
697
|
};
|
|
697
698
|
protoOf(CoreConfig).copy = function (fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat, $super) {
|
|
@@ -699,7 +700,7 @@
|
|
|
699
700
|
deleteFilesOnClear = deleteFilesOnClear === VOID ? this.deleteFilesOnClear : deleteFilesOnClear;
|
|
700
701
|
logsDirectoryPath = logsDirectoryPath === VOID ? this.logsDirectoryPath : logsDirectoryPath;
|
|
701
702
|
fileNameFormat = fileNameFormat === VOID ? this.fileNameFormat : fileNameFormat;
|
|
702
|
-
return $super === VOID ? this.
|
|
703
|
+
return $super === VOID ? this.t63(fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat) : $super.t63.call(this, fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat);
|
|
703
704
|
};
|
|
704
705
|
protoOf(CoreConfig).toString = function () {
|
|
705
706
|
return 'CoreConfig(fileLogsEnabled=' + this.fileLogsEnabled + ', deleteFilesOnClear=' + this.deleteFilesOnClear + ', logsDirectoryPath=' + this.logsDirectoryPath + ', fileNameFormat=' + this.fileNameFormat + ')';
|
|
@@ -727,15 +728,15 @@
|
|
|
727
728
|
return true;
|
|
728
729
|
};
|
|
729
730
|
function Companion_3() {
|
|
730
|
-
this.
|
|
731
|
-
this.
|
|
732
|
-
this.
|
|
731
|
+
this.u63_1 = ':';
|
|
732
|
+
this.v63_1 = '5';
|
|
733
|
+
this.w63_1 = 'v5';
|
|
733
734
|
}
|
|
734
|
-
protoOf(Companion_3).
|
|
735
|
-
var versionName = this.
|
|
735
|
+
protoOf(Companion_3).x63 = function (_this__u8e3s4, version) {
|
|
736
|
+
var versionName = this.y63(_this__u8e3s4);
|
|
736
737
|
return versionName === version;
|
|
737
738
|
};
|
|
738
|
-
protoOf(Companion_3).
|
|
739
|
+
protoOf(Companion_3).y63 = function (_this__u8e3s4) {
|
|
739
740
|
var version = first(split(_this__u8e3s4, [':']));
|
|
740
741
|
// Inline function 'kotlin.takeIf' call
|
|
741
742
|
var tmp;
|
|
@@ -753,7 +754,7 @@
|
|
|
753
754
|
function IdempotencyTag() {
|
|
754
755
|
}
|
|
755
756
|
function _get_$cachedSerializer__te6jhj_0($this) {
|
|
756
|
-
return $this.
|
|
757
|
+
return $this.a64_1.w();
|
|
757
758
|
}
|
|
758
759
|
function RestartGameReason$_anonymous__zfkhim() {
|
|
759
760
|
var tmp = RestartGameReason_getInstance();
|
|
@@ -767,7 +768,7 @@
|
|
|
767
768
|
RestartGameReason_instance = this;
|
|
768
769
|
var tmp = this;
|
|
769
770
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
770
|
-
tmp.
|
|
771
|
+
tmp.a64_1 = lazy(tmp_0, RestartGameReason$_anonymous__zfkhim);
|
|
771
772
|
}
|
|
772
773
|
protoOf(RestartGameReason).a1c = function () {
|
|
773
774
|
return _get_$cachedSerializer__te6jhj_0(this);
|
|
@@ -798,37 +799,37 @@
|
|
|
798
799
|
}
|
|
799
800
|
function PlayerLostConnectionReason(playerId, tag) {
|
|
800
801
|
TerminationGameReason.call(this);
|
|
801
|
-
this.
|
|
802
|
+
this.b64_1 = playerId;
|
|
802
803
|
this.tag = tag;
|
|
803
804
|
}
|
|
804
|
-
protoOf(PlayerLostConnectionReason).
|
|
805
|
-
return this.
|
|
805
|
+
protoOf(PlayerLostConnectionReason).c64 = function () {
|
|
806
|
+
return this.b64_1;
|
|
806
807
|
};
|
|
807
|
-
protoOf(PlayerLostConnectionReason).
|
|
808
|
+
protoOf(PlayerLostConnectionReason).z63 = function () {
|
|
808
809
|
return this.tag;
|
|
809
810
|
};
|
|
810
|
-
protoOf(PlayerLostConnectionReason).
|
|
811
|
+
protoOf(PlayerLostConnectionReason).d64 = function () {
|
|
811
812
|
return PlayerConnectionState_LOST_CONNECTION_getInstance();
|
|
812
813
|
};
|
|
813
814
|
protoOf(PlayerLostConnectionReason).ne = function () {
|
|
814
|
-
return this.
|
|
815
|
+
return this.b64_1;
|
|
815
816
|
};
|
|
816
817
|
protoOf(PlayerLostConnectionReason).oe = function () {
|
|
817
818
|
return this.tag;
|
|
818
819
|
};
|
|
819
|
-
protoOf(PlayerLostConnectionReason).
|
|
820
|
+
protoOf(PlayerLostConnectionReason).e64 = function (playerId, tag) {
|
|
820
821
|
return new PlayerLostConnectionReason(playerId, tag);
|
|
821
822
|
};
|
|
822
823
|
protoOf(PlayerLostConnectionReason).copy = function (playerId, tag, $super) {
|
|
823
|
-
playerId = playerId === VOID ? this.
|
|
824
|
+
playerId = playerId === VOID ? this.b64_1 : playerId;
|
|
824
825
|
tag = tag === VOID ? this.tag : tag;
|
|
825
|
-
return $super === VOID ? this.
|
|
826
|
+
return $super === VOID ? this.e64(playerId, tag) : $super.e64.call(this, playerId, tag);
|
|
826
827
|
};
|
|
827
828
|
protoOf(PlayerLostConnectionReason).toString = function () {
|
|
828
|
-
return 'PlayerLostConnectionReason(playerId=' + this.
|
|
829
|
+
return 'PlayerLostConnectionReason(playerId=' + this.b64_1 + ', tag=' + this.tag + ')';
|
|
829
830
|
};
|
|
830
831
|
protoOf(PlayerLostConnectionReason).hashCode = function () {
|
|
831
|
-
var result = getStringHashCode(this.
|
|
832
|
+
var result = getStringHashCode(this.b64_1);
|
|
832
833
|
result = imul(result, 31) + (this.tag == null ? 0 : getStringHashCode(this.tag)) | 0;
|
|
833
834
|
return result;
|
|
834
835
|
};
|
|
@@ -837,7 +838,7 @@
|
|
|
837
838
|
return true;
|
|
838
839
|
if (!(other instanceof PlayerLostConnectionReason))
|
|
839
840
|
return false;
|
|
840
|
-
if (!(this.
|
|
841
|
+
if (!(this.b64_1 === other.b64_1))
|
|
841
842
|
return false;
|
|
842
843
|
if (!(this.tag == other.tag))
|
|
843
844
|
return false;
|
|
@@ -845,37 +846,37 @@
|
|
|
845
846
|
};
|
|
846
847
|
function PlayerTimeoutReason(playerId, tag) {
|
|
847
848
|
TerminationGameReason.call(this);
|
|
848
|
-
this.
|
|
849
|
+
this.f64_1 = playerId;
|
|
849
850
|
this.tag = tag;
|
|
850
851
|
}
|
|
851
|
-
protoOf(PlayerTimeoutReason).
|
|
852
|
-
return this.
|
|
852
|
+
protoOf(PlayerTimeoutReason).c64 = function () {
|
|
853
|
+
return this.f64_1;
|
|
853
854
|
};
|
|
854
|
-
protoOf(PlayerTimeoutReason).
|
|
855
|
+
protoOf(PlayerTimeoutReason).z63 = function () {
|
|
855
856
|
return this.tag;
|
|
856
857
|
};
|
|
857
|
-
protoOf(PlayerTimeoutReason).
|
|
858
|
+
protoOf(PlayerTimeoutReason).d64 = function () {
|
|
858
859
|
return PlayerConnectionState_TIMEOUT_getInstance();
|
|
859
860
|
};
|
|
860
861
|
protoOf(PlayerTimeoutReason).ne = function () {
|
|
861
|
-
return this.
|
|
862
|
+
return this.f64_1;
|
|
862
863
|
};
|
|
863
864
|
protoOf(PlayerTimeoutReason).oe = function () {
|
|
864
865
|
return this.tag;
|
|
865
866
|
};
|
|
866
|
-
protoOf(PlayerTimeoutReason).
|
|
867
|
+
protoOf(PlayerTimeoutReason).e64 = function (playerId, tag) {
|
|
867
868
|
return new PlayerTimeoutReason(playerId, tag);
|
|
868
869
|
};
|
|
869
870
|
protoOf(PlayerTimeoutReason).copy = function (playerId, tag, $super) {
|
|
870
|
-
playerId = playerId === VOID ? this.
|
|
871
|
+
playerId = playerId === VOID ? this.f64_1 : playerId;
|
|
871
872
|
tag = tag === VOID ? this.tag : tag;
|
|
872
|
-
return $super === VOID ? this.
|
|
873
|
+
return $super === VOID ? this.e64(playerId, tag) : $super.e64.call(this, playerId, tag);
|
|
873
874
|
};
|
|
874
875
|
protoOf(PlayerTimeoutReason).toString = function () {
|
|
875
|
-
return 'PlayerTimeoutReason(playerId=' + this.
|
|
876
|
+
return 'PlayerTimeoutReason(playerId=' + this.f64_1 + ', tag=' + this.tag + ')';
|
|
876
877
|
};
|
|
877
878
|
protoOf(PlayerTimeoutReason).hashCode = function () {
|
|
878
|
-
var result = getStringHashCode(this.
|
|
879
|
+
var result = getStringHashCode(this.f64_1);
|
|
879
880
|
result = imul(result, 31) + (this.tag == null ? 0 : getStringHashCode(this.tag)) | 0;
|
|
880
881
|
return result;
|
|
881
882
|
};
|
|
@@ -884,7 +885,7 @@
|
|
|
884
885
|
return true;
|
|
885
886
|
if (!(other instanceof PlayerTimeoutReason))
|
|
886
887
|
return false;
|
|
887
|
-
if (!(this.
|
|
888
|
+
if (!(this.f64_1 === other.f64_1))
|
|
888
889
|
return false;
|
|
889
890
|
if (!(this.tag == other.tag))
|
|
890
891
|
return false;
|
|
@@ -892,43 +893,43 @@
|
|
|
892
893
|
};
|
|
893
894
|
function PlayerExitReason(playerId) {
|
|
894
895
|
TerminationGameReason.call(this);
|
|
895
|
-
this.
|
|
896
|
+
this.g64_1 = playerId;
|
|
896
897
|
}
|
|
897
|
-
protoOf(PlayerExitReason).
|
|
898
|
-
return this.
|
|
898
|
+
protoOf(PlayerExitReason).c64 = function () {
|
|
899
|
+
return this.g64_1;
|
|
899
900
|
};
|
|
900
|
-
protoOf(PlayerExitReason).
|
|
901
|
+
protoOf(PlayerExitReason).d64 = function () {
|
|
901
902
|
return PlayerConnectionState_LEFT_getInstance();
|
|
902
903
|
};
|
|
903
904
|
protoOf(PlayerExitReason).ne = function () {
|
|
904
|
-
return this.
|
|
905
|
+
return this.g64_1;
|
|
905
906
|
};
|
|
906
|
-
protoOf(PlayerExitReason).
|
|
907
|
+
protoOf(PlayerExitReason).h64 = function (playerId) {
|
|
907
908
|
return new PlayerExitReason(playerId);
|
|
908
909
|
};
|
|
909
910
|
protoOf(PlayerExitReason).copy = function (playerId, $super) {
|
|
910
|
-
playerId = playerId === VOID ? this.
|
|
911
|
-
return $super === VOID ? this.
|
|
911
|
+
playerId = playerId === VOID ? this.g64_1 : playerId;
|
|
912
|
+
return $super === VOID ? this.h64(playerId) : $super.h64.call(this, playerId);
|
|
912
913
|
};
|
|
913
914
|
protoOf(PlayerExitReason).toString = function () {
|
|
914
|
-
return 'PlayerExitReason(playerId=' + this.
|
|
915
|
+
return 'PlayerExitReason(playerId=' + this.g64_1 + ')';
|
|
915
916
|
};
|
|
916
917
|
protoOf(PlayerExitReason).hashCode = function () {
|
|
917
|
-
return getStringHashCode(this.
|
|
918
|
+
return getStringHashCode(this.g64_1);
|
|
918
919
|
};
|
|
919
920
|
protoOf(PlayerExitReason).equals = function (other) {
|
|
920
921
|
if (this === other)
|
|
921
922
|
return true;
|
|
922
923
|
if (!(other instanceof PlayerExitReason))
|
|
923
924
|
return false;
|
|
924
|
-
if (!(this.
|
|
925
|
+
if (!(this.g64_1 === other.g64_1))
|
|
925
926
|
return false;
|
|
926
927
|
return true;
|
|
927
928
|
};
|
|
928
929
|
function FinishPlayerReason() {
|
|
929
930
|
}
|
|
930
931
|
function _get_$cachedSerializer__te6jhj_1($this) {
|
|
931
|
-
return $this.
|
|
932
|
+
return $this.i64_1.w();
|
|
932
933
|
}
|
|
933
934
|
function GameFinishedReason$Reason$Companion$_anonymous__q2gwr5() {
|
|
934
935
|
return createSimpleEnumSerializer('com.logic.data.models.GameFinishedReason.Reason', values());
|
|
@@ -971,7 +972,7 @@
|
|
|
971
972
|
Companion_instance_6 = this;
|
|
972
973
|
var tmp = this;
|
|
973
974
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
974
|
-
tmp.
|
|
975
|
+
tmp.i64_1 = lazy(tmp_0, GameFinishedReason$Reason$Companion$_anonymous__q2gwr5);
|
|
975
976
|
}
|
|
976
977
|
protoOf(Companion_4).a1c = function () {
|
|
977
978
|
return _get_$cachedSerializer__te6jhj_1(this);
|
|
@@ -1031,18 +1032,18 @@
|
|
|
1031
1032
|
TerminationGameReason.call(this);
|
|
1032
1033
|
this.reason = reason;
|
|
1033
1034
|
}
|
|
1034
|
-
protoOf(GameFinishedReason).
|
|
1035
|
+
protoOf(GameFinishedReason).l64 = function () {
|
|
1035
1036
|
return this.reason;
|
|
1036
1037
|
};
|
|
1037
1038
|
protoOf(GameFinishedReason).ne = function () {
|
|
1038
1039
|
return this.reason;
|
|
1039
1040
|
};
|
|
1040
|
-
protoOf(GameFinishedReason).
|
|
1041
|
+
protoOf(GameFinishedReason).m64 = function (reason) {
|
|
1041
1042
|
return new GameFinishedReason(reason);
|
|
1042
1043
|
};
|
|
1043
1044
|
protoOf(GameFinishedReason).copy = function (reason, $super) {
|
|
1044
1045
|
reason = reason === VOID ? this.reason : reason;
|
|
1045
|
-
return $super === VOID ? this.
|
|
1046
|
+
return $super === VOID ? this.m64(reason) : $super.m64.call(this, reason);
|
|
1046
1047
|
};
|
|
1047
1048
|
protoOf(GameFinishedReason).toString = function () {
|
|
1048
1049
|
return 'GameFinishedReason(reason=' + this.reason.toString() + ')';
|
|
@@ -1060,7 +1061,7 @@
|
|
|
1060
1061
|
return true;
|
|
1061
1062
|
};
|
|
1062
1063
|
function _get_$cachedSerializer__te6jhj_2($this) {
|
|
1063
|
-
return $this.
|
|
1064
|
+
return $this.n64_1.w();
|
|
1064
1065
|
}
|
|
1065
1066
|
function GameErrorReason$Reason$Companion$_anonymous__54sopr() {
|
|
1066
1067
|
return createSimpleEnumSerializer('com.logic.data.models.GameErrorReason.Reason', values_0());
|
|
@@ -1103,7 +1104,7 @@
|
|
|
1103
1104
|
Companion_instance_7 = this;
|
|
1104
1105
|
var tmp = this;
|
|
1105
1106
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1106
|
-
tmp.
|
|
1107
|
+
tmp.n64_1 = lazy(tmp_0, GameErrorReason$Reason$Companion$_anonymous__54sopr);
|
|
1107
1108
|
}
|
|
1108
1109
|
protoOf(Companion_5).a1c = function () {
|
|
1109
1110
|
return _get_$cachedSerializer__te6jhj_2(this);
|
|
@@ -1163,18 +1164,18 @@
|
|
|
1163
1164
|
TerminationGameReason.call(this);
|
|
1164
1165
|
this.reason = reason;
|
|
1165
1166
|
}
|
|
1166
|
-
protoOf(GameErrorReason).
|
|
1167
|
+
protoOf(GameErrorReason).l64 = function () {
|
|
1167
1168
|
return this.reason;
|
|
1168
1169
|
};
|
|
1169
1170
|
protoOf(GameErrorReason).ne = function () {
|
|
1170
1171
|
return this.reason;
|
|
1171
1172
|
};
|
|
1172
|
-
protoOf(GameErrorReason).
|
|
1173
|
+
protoOf(GameErrorReason).q64 = function (reason) {
|
|
1173
1174
|
return new GameErrorReason(reason);
|
|
1174
1175
|
};
|
|
1175
1176
|
protoOf(GameErrorReason).copy = function (reason, $super) {
|
|
1176
1177
|
reason = reason === VOID ? this.reason : reason;
|
|
1177
|
-
return $super === VOID ? this.
|
|
1178
|
+
return $super === VOID ? this.q64(reason) : $super.q64.call(this, reason);
|
|
1178
1179
|
};
|
|
1179
1180
|
protoOf(GameErrorReason).toString = function () {
|
|
1180
1181
|
return 'GameErrorReason(reason=' + this.reason.toString() + ')';
|
|
@@ -1274,7 +1275,7 @@
|
|
|
1274
1275
|
initialLuckyFactor = initialLuckyFactor === VOID ? null : initialLuckyFactor;
|
|
1275
1276
|
rating = rating === VOID ? null : rating;
|
|
1276
1277
|
payload = payload === VOID ? null : payload;
|
|
1277
|
-
this.
|
|
1278
|
+
this.r64_1 = playerId;
|
|
1278
1279
|
this.name = name;
|
|
1279
1280
|
this.avatarUrl = avatarUrl;
|
|
1280
1281
|
this.isBot = isBot;
|
|
@@ -1282,25 +1283,25 @@
|
|
|
1282
1283
|
this.rating = rating;
|
|
1283
1284
|
this.payload = payload;
|
|
1284
1285
|
}
|
|
1285
|
-
protoOf(GameUserInfo).
|
|
1286
|
-
return this.
|
|
1286
|
+
protoOf(GameUserInfo).c64 = function () {
|
|
1287
|
+
return this.r64_1;
|
|
1287
1288
|
};
|
|
1288
1289
|
protoOf(GameUserInfo).q2 = function () {
|
|
1289
1290
|
return this.name;
|
|
1290
1291
|
};
|
|
1291
|
-
protoOf(GameUserInfo).
|
|
1292
|
+
protoOf(GameUserInfo).s64 = function () {
|
|
1292
1293
|
return this.avatarUrl;
|
|
1293
1294
|
};
|
|
1294
|
-
protoOf(GameUserInfo).
|
|
1295
|
+
protoOf(GameUserInfo).t64 = function () {
|
|
1295
1296
|
return this.isBot;
|
|
1296
1297
|
};
|
|
1297
|
-
protoOf(GameUserInfo).
|
|
1298
|
+
protoOf(GameUserInfo).u64 = function () {
|
|
1298
1299
|
return this.initialLuckyFactor;
|
|
1299
1300
|
};
|
|
1300
|
-
protoOf(GameUserInfo).
|
|
1301
|
+
protoOf(GameUserInfo).v64 = function () {
|
|
1301
1302
|
return this.rating;
|
|
1302
1303
|
};
|
|
1303
|
-
protoOf(GameUserInfo).
|
|
1304
|
+
protoOf(GameUserInfo).w64 = function () {
|
|
1304
1305
|
return this.payload;
|
|
1305
1306
|
};
|
|
1306
1307
|
protoOf(GameUserInfo).getRatingOrDefault = function (initialUserRating) {
|
|
@@ -1308,7 +1309,7 @@
|
|
|
1308
1309
|
return tmp0_elvis_lhs == null ? initialUserRating : tmp0_elvis_lhs;
|
|
1309
1310
|
};
|
|
1310
1311
|
protoOf(GameUserInfo).toString = function () {
|
|
1311
|
-
var tmp = 'playerId=' + this.
|
|
1312
|
+
var tmp = 'playerId=' + this.r64_1;
|
|
1312
1313
|
var tmp_0 = 'name=' + this.name;
|
|
1313
1314
|
// Inline function 'kotlin.takeIf' call
|
|
1314
1315
|
var this_0 = 'avatarUrl=' + this.avatarUrl;
|
|
@@ -1358,7 +1359,7 @@
|
|
|
1358
1359
|
return 'GameUserInfo(' + joinToString(listOfNotNull([tmp, tmp_0, tmp_2, tmp_4, tmp_6, tmp_8, tmp$ret$9])) + ')';
|
|
1359
1360
|
};
|
|
1360
1361
|
protoOf(GameUserInfo).ne = function () {
|
|
1361
|
-
return this.
|
|
1362
|
+
return this.r64_1;
|
|
1362
1363
|
};
|
|
1363
1364
|
protoOf(GameUserInfo).oe = function () {
|
|
1364
1365
|
return this.name;
|
|
@@ -1366,33 +1367,33 @@
|
|
|
1366
1367
|
protoOf(GameUserInfo).xl = function () {
|
|
1367
1368
|
return this.avatarUrl;
|
|
1368
1369
|
};
|
|
1369
|
-
protoOf(GameUserInfo).
|
|
1370
|
+
protoOf(GameUserInfo).m53 = function () {
|
|
1370
1371
|
return this.isBot;
|
|
1371
1372
|
};
|
|
1372
|
-
protoOf(GameUserInfo).
|
|
1373
|
+
protoOf(GameUserInfo).x64 = function () {
|
|
1373
1374
|
return this.initialLuckyFactor;
|
|
1374
1375
|
};
|
|
1375
|
-
protoOf(GameUserInfo).
|
|
1376
|
+
protoOf(GameUserInfo).y64 = function () {
|
|
1376
1377
|
return this.rating;
|
|
1377
1378
|
};
|
|
1378
|
-
protoOf(GameUserInfo).
|
|
1379
|
+
protoOf(GameUserInfo).z64 = function () {
|
|
1379
1380
|
return this.payload;
|
|
1380
1381
|
};
|
|
1381
|
-
protoOf(GameUserInfo).
|
|
1382
|
+
protoOf(GameUserInfo).a65 = function (playerId, name, avatarUrl, isBot, initialLuckyFactor, rating, payload) {
|
|
1382
1383
|
return new GameUserInfo(playerId, name, avatarUrl, isBot, initialLuckyFactor, rating, payload);
|
|
1383
1384
|
};
|
|
1384
1385
|
protoOf(GameUserInfo).copy = function (playerId, name, avatarUrl, isBot, initialLuckyFactor, rating, payload, $super) {
|
|
1385
|
-
playerId = playerId === VOID ? this.
|
|
1386
|
+
playerId = playerId === VOID ? this.r64_1 : playerId;
|
|
1386
1387
|
name = name === VOID ? this.name : name;
|
|
1387
1388
|
avatarUrl = avatarUrl === VOID ? this.avatarUrl : avatarUrl;
|
|
1388
1389
|
isBot = isBot === VOID ? this.isBot : isBot;
|
|
1389
1390
|
initialLuckyFactor = initialLuckyFactor === VOID ? this.initialLuckyFactor : initialLuckyFactor;
|
|
1390
1391
|
rating = rating === VOID ? this.rating : rating;
|
|
1391
1392
|
payload = payload === VOID ? this.payload : payload;
|
|
1392
|
-
return $super === VOID ? this.
|
|
1393
|
+
return $super === VOID ? this.a65(playerId, name, avatarUrl, isBot, initialLuckyFactor, rating, payload) : $super.a65.call(this, playerId, name, avatarUrl, isBot, initialLuckyFactor, rating, payload);
|
|
1393
1394
|
};
|
|
1394
1395
|
protoOf(GameUserInfo).hashCode = function () {
|
|
1395
|
-
var result = getStringHashCode(this.
|
|
1396
|
+
var result = getStringHashCode(this.r64_1);
|
|
1396
1397
|
result = imul(result, 31) + getStringHashCode(this.name) | 0;
|
|
1397
1398
|
result = imul(result, 31) + (this.avatarUrl == null ? 0 : getStringHashCode(this.avatarUrl)) | 0;
|
|
1398
1399
|
result = imul(result, 31) + getBooleanHashCode(this.isBot) | 0;
|
|
@@ -1406,7 +1407,7 @@
|
|
|
1406
1407
|
return true;
|
|
1407
1408
|
if (!(other instanceof GameUserInfo))
|
|
1408
1409
|
return false;
|
|
1409
|
-
if (!(this.
|
|
1410
|
+
if (!(this.r64_1 === other.r64_1))
|
|
1410
1411
|
return false;
|
|
1411
1412
|
if (!(this.name === other.name))
|
|
1412
1413
|
return false;
|
|
@@ -1473,30 +1474,30 @@
|
|
|
1473
1474
|
function Player() {
|
|
1474
1475
|
}
|
|
1475
1476
|
function PlayerIdOrderComparator(players) {
|
|
1476
|
-
this.
|
|
1477
|
+
this.d65_1 = players;
|
|
1477
1478
|
}
|
|
1478
|
-
protoOf(PlayerIdOrderComparator).
|
|
1479
|
-
var indexA = this.
|
|
1480
|
-
var indexB = this.
|
|
1479
|
+
protoOf(PlayerIdOrderComparator).e65 = function (a, b) {
|
|
1480
|
+
var indexA = this.d65_1.v1(a);
|
|
1481
|
+
var indexB = this.d65_1.v1(b);
|
|
1481
1482
|
return compareTo(indexA, indexB);
|
|
1482
1483
|
};
|
|
1483
1484
|
protoOf(PlayerIdOrderComparator).compare = function (a, b) {
|
|
1484
1485
|
var tmp = (!(a == null) ? typeof a === 'string' : false) ? a : THROW_CCE();
|
|
1485
|
-
return this.
|
|
1486
|
+
return this.e65(tmp, (!(b == null) ? typeof b === 'string' : false) ? b : THROW_CCE());
|
|
1486
1487
|
};
|
|
1487
1488
|
function PlayerIndex(playerId, playerIndex) {
|
|
1488
|
-
this.
|
|
1489
|
-
this.
|
|
1489
|
+
this.f65_1 = playerId;
|
|
1490
|
+
this.g65_1 = playerIndex;
|
|
1490
1491
|
}
|
|
1491
|
-
protoOf(PlayerIndex).
|
|
1492
|
-
return this.
|
|
1492
|
+
protoOf(PlayerIndex).c64 = function () {
|
|
1493
|
+
return this.f65_1;
|
|
1493
1494
|
};
|
|
1494
1495
|
protoOf(PlayerIndex).toString = function () {
|
|
1495
|
-
return 'PlayerIndex(playerId=' + this.
|
|
1496
|
+
return 'PlayerIndex(playerId=' + this.f65_1 + ', playerIndex=' + this.g65_1 + ')';
|
|
1496
1497
|
};
|
|
1497
1498
|
protoOf(PlayerIndex).hashCode = function () {
|
|
1498
|
-
var result = getStringHashCode(this.
|
|
1499
|
-
result = imul(result, 31) + this.
|
|
1499
|
+
var result = getStringHashCode(this.f65_1);
|
|
1500
|
+
result = imul(result, 31) + this.g65_1 | 0;
|
|
1500
1501
|
return result;
|
|
1501
1502
|
};
|
|
1502
1503
|
protoOf(PlayerIndex).equals = function (other) {
|
|
@@ -1504,9 +1505,9 @@
|
|
|
1504
1505
|
return true;
|
|
1505
1506
|
if (!(other instanceof PlayerIndex))
|
|
1506
1507
|
return false;
|
|
1507
|
-
if (!(this.
|
|
1508
|
+
if (!(this.f65_1 === other.f65_1))
|
|
1508
1509
|
return false;
|
|
1509
|
-
if (!(this.
|
|
1510
|
+
if (!(this.g65_1 === other.g65_1))
|
|
1510
1511
|
return false;
|
|
1511
1512
|
return true;
|
|
1512
1513
|
};
|
|
@@ -1558,16 +1559,16 @@
|
|
|
1558
1559
|
return destination;
|
|
1559
1560
|
}
|
|
1560
1561
|
function PlayerIdContractOrderComparator(players) {
|
|
1561
|
-
this.
|
|
1562
|
+
this.h65_1 = players;
|
|
1562
1563
|
}
|
|
1563
|
-
protoOf(PlayerIdContractOrderComparator).
|
|
1564
|
-
var indexA = this.
|
|
1565
|
-
var indexB = this.
|
|
1564
|
+
protoOf(PlayerIdContractOrderComparator).i65 = function (a, b) {
|
|
1565
|
+
var indexA = this.h65_1.v1(a.playerId);
|
|
1566
|
+
var indexB = this.h65_1.v1(b.playerId);
|
|
1566
1567
|
return compareTo(indexA, indexB);
|
|
1567
1568
|
};
|
|
1568
1569
|
protoOf(PlayerIdContractOrderComparator).compare = function (a, b) {
|
|
1569
1570
|
var tmp = (!(a == null) ? isInterface(a, PlayerIdContract) : false) ? a : THROW_CCE();
|
|
1570
|
-
return this.
|
|
1571
|
+
return this.i65(tmp, (!(b == null) ? isInterface(b, PlayerIdContract) : false) ? b : THROW_CCE());
|
|
1571
1572
|
};
|
|
1572
1573
|
function previousPlayerId(_this__u8e3s4, playerId) {
|
|
1573
1574
|
_init_properties_Player_kt__qi83pd();
|
|
@@ -1588,7 +1589,7 @@
|
|
|
1588
1589
|
}
|
|
1589
1590
|
function playerTurnPredicate$lambda(p1) {
|
|
1590
1591
|
_init_properties_Player_kt__qi83pd();
|
|
1591
|
-
return p1.
|
|
1592
|
+
return p1.b65().q65();
|
|
1592
1593
|
}
|
|
1593
1594
|
var properties_initialized_Player_kt_56shkt;
|
|
1594
1595
|
function _init_properties_Player_kt__qi83pd() {
|
|
@@ -1599,32 +1600,32 @@
|
|
|
1599
1600
|
}
|
|
1600
1601
|
}
|
|
1601
1602
|
function Companion_6() {
|
|
1602
|
-
this.
|
|
1603
|
+
this.r65_1 = 70;
|
|
1603
1604
|
}
|
|
1604
|
-
protoOf(Companion_6).
|
|
1605
|
+
protoOf(Companion_6).s65 = function (state, timeout) {
|
|
1605
1606
|
return new PlayerConnection(state, System_instance.ck().sk(timeout));
|
|
1606
1607
|
};
|
|
1607
|
-
protoOf(Companion_6).
|
|
1608
|
+
protoOf(Companion_6).t65 = function (state, timeout, $super) {
|
|
1608
1609
|
timeout = timeout === VOID ? Companion_getInstance().dk_1 : timeout;
|
|
1609
|
-
return $super === VOID ? this.
|
|
1610
|
+
return $super === VOID ? this.s65(state, timeout) : $super.s65.call(this, state, new Duration(timeout));
|
|
1610
1611
|
};
|
|
1611
|
-
protoOf(Companion_6).
|
|
1612
|
+
protoOf(Companion_6).u65 = function (_this__u8e3s4) {
|
|
1612
1613
|
if (_this__u8e3s4 == null) {
|
|
1613
1614
|
return new PlayerConnection(PlayerConnectionState_LIVE_getInstance(), System_instance.ck());
|
|
1614
1615
|
}
|
|
1615
1616
|
var tmp;
|
|
1616
|
-
if (_this__u8e3s4.
|
|
1617
|
-
tmp = _this__u8e3s4.
|
|
1617
|
+
if (_this__u8e3s4.v65_1.isLive) {
|
|
1618
|
+
tmp = _this__u8e3s4.a66(VOID, System_instance.ck());
|
|
1618
1619
|
} else {
|
|
1619
|
-
tmp = _this__u8e3s4.
|
|
1620
|
+
tmp = _this__u8e3s4.z65(PlayerConnectionState_LIVE_getInstance(), System_instance.ck(), Duration__plus_impl_yu9v8f(_this__u8e3s4.x65_1, _this__u8e3s4.y65()));
|
|
1620
1621
|
}
|
|
1621
1622
|
return tmp;
|
|
1622
1623
|
};
|
|
1623
|
-
protoOf(Companion_6).
|
|
1624
|
+
protoOf(Companion_6).b66 = function (_this__u8e3s4, state) {
|
|
1624
1625
|
if (_this__u8e3s4 == null) {
|
|
1625
1626
|
return new PlayerConnection(state, System_instance.ck());
|
|
1626
1627
|
}
|
|
1627
|
-
return _this__u8e3s4.
|
|
1628
|
+
return _this__u8e3s4.a66(state, System_instance.ck());
|
|
1628
1629
|
};
|
|
1629
1630
|
var Companion_instance_8;
|
|
1630
1631
|
function Companion_getInstance_9() {
|
|
@@ -1633,56 +1634,56 @@
|
|
|
1633
1634
|
function PlayerConnection(state, connectionChangedTime, notLiveDurationRecord) {
|
|
1634
1635
|
connectionChangedTime = connectionChangedTime === VOID ? System_instance.ck() : connectionChangedTime;
|
|
1635
1636
|
notLiveDurationRecord = notLiveDurationRecord === VOID ? Companion_getInstance().dk_1 : notLiveDurationRecord;
|
|
1636
|
-
this.
|
|
1637
|
-
this.
|
|
1638
|
-
this.
|
|
1637
|
+
this.v65_1 = state;
|
|
1638
|
+
this.w65_1 = connectionChangedTime;
|
|
1639
|
+
this.x65_1 = notLiveDurationRecord;
|
|
1639
1640
|
}
|
|
1640
|
-
protoOf(PlayerConnection).
|
|
1641
|
-
return System_instance.ck().tk(this.
|
|
1641
|
+
protoOf(PlayerConnection).y65 = function () {
|
|
1642
|
+
return System_instance.ck().tk(this.w65_1);
|
|
1642
1643
|
};
|
|
1643
|
-
protoOf(PlayerConnection).
|
|
1644
|
+
protoOf(PlayerConnection).c66 = function () {
|
|
1644
1645
|
var tmp;
|
|
1645
|
-
if (this.
|
|
1646
|
-
tmp = this.
|
|
1646
|
+
if (this.v65_1.isLive) {
|
|
1647
|
+
tmp = this.x65_1;
|
|
1647
1648
|
} else {
|
|
1648
|
-
tmp = Duration__plus_impl_yu9v8f(this.
|
|
1649
|
+
tmp = Duration__plus_impl_yu9v8f(this.x65_1, this.y65());
|
|
1649
1650
|
}
|
|
1650
1651
|
return tmp;
|
|
1651
1652
|
};
|
|
1652
|
-
protoOf(PlayerConnection).
|
|
1653
|
+
protoOf(PlayerConnection).d66 = function (gameDuration) {
|
|
1653
1654
|
// Inline function 'kotlin.Long.div' call
|
|
1654
1655
|
var this_0 = _Duration___get_inWholeMilliseconds__impl__msfiry(gameDuration);
|
|
1655
1656
|
var percent = toNumber(this_0) / 100.0;
|
|
1656
1657
|
// Inline function 'kotlin.Long.div' call
|
|
1657
|
-
var this_1 = _Duration___get_inWholeMilliseconds__impl__msfiry(this.
|
|
1658
|
+
var this_1 = _Duration___get_inWholeMilliseconds__impl__msfiry(this.c66());
|
|
1658
1659
|
// Inline function 'kotlin.math.round' call
|
|
1659
1660
|
var x = toNumber(this_1) / percent;
|
|
1660
1661
|
var tmp$ret$2 = round(x);
|
|
1661
1662
|
return numberToInt(tmp$ret$2);
|
|
1662
1663
|
};
|
|
1663
|
-
protoOf(PlayerConnection).
|
|
1664
|
-
return 100 - this.
|
|
1664
|
+
protoOf(PlayerConnection).e66 = function (gameDuration) {
|
|
1665
|
+
return 100 - this.d66(gameDuration) | 0;
|
|
1665
1666
|
};
|
|
1666
|
-
protoOf(PlayerConnection).
|
|
1667
|
-
var percentage = this.
|
|
1667
|
+
protoOf(PlayerConnection).f66 = function (gameDuration) {
|
|
1668
|
+
var percentage = this.e66(gameDuration);
|
|
1668
1669
|
return percentage >= 70;
|
|
1669
1670
|
};
|
|
1670
|
-
protoOf(PlayerConnection).
|
|
1671
|
+
protoOf(PlayerConnection).z65 = function (state, connectionChangedTime, notLiveDurationRecord) {
|
|
1671
1672
|
return new PlayerConnection(state, connectionChangedTime, notLiveDurationRecord);
|
|
1672
1673
|
};
|
|
1673
|
-
protoOf(PlayerConnection).
|
|
1674
|
-
state = state === VOID ? this.
|
|
1675
|
-
connectionChangedTime = connectionChangedTime === VOID ? this.
|
|
1676
|
-
notLiveDurationRecord = notLiveDurationRecord === VOID ? this.
|
|
1677
|
-
return $super === VOID ? this.
|
|
1674
|
+
protoOf(PlayerConnection).a66 = function (state, connectionChangedTime, notLiveDurationRecord, $super) {
|
|
1675
|
+
state = state === VOID ? this.v65_1 : state;
|
|
1676
|
+
connectionChangedTime = connectionChangedTime === VOID ? this.w65_1 : connectionChangedTime;
|
|
1677
|
+
notLiveDurationRecord = notLiveDurationRecord === VOID ? this.x65_1 : notLiveDurationRecord;
|
|
1678
|
+
return $super === VOID ? this.z65(state, connectionChangedTime, notLiveDurationRecord) : $super.z65.call(this, state, connectionChangedTime, new Duration(notLiveDurationRecord));
|
|
1678
1679
|
};
|
|
1679
1680
|
protoOf(PlayerConnection).toString = function () {
|
|
1680
|
-
return 'PlayerConnection(state=' + this.
|
|
1681
|
+
return 'PlayerConnection(state=' + this.v65_1.toString() + ', connectionChangedTime=' + this.w65_1.toString() + ', notLiveDurationRecord=' + Duration__toString_impl_8d916b(this.x65_1) + ')';
|
|
1681
1682
|
};
|
|
1682
1683
|
protoOf(PlayerConnection).hashCode = function () {
|
|
1683
|
-
var result = this.
|
|
1684
|
-
result = imul(result, 31) + this.
|
|
1685
|
-
result = imul(result, 31) + Duration__hashCode_impl_u4exz6(this.
|
|
1684
|
+
var result = this.v65_1.hashCode();
|
|
1685
|
+
result = imul(result, 31) + this.w65_1.hashCode() | 0;
|
|
1686
|
+
result = imul(result, 31) + Duration__hashCode_impl_u4exz6(this.x65_1) | 0;
|
|
1686
1687
|
return result;
|
|
1687
1688
|
};
|
|
1688
1689
|
protoOf(PlayerConnection).equals = function (other) {
|
|
@@ -1690,16 +1691,16 @@
|
|
|
1690
1691
|
return true;
|
|
1691
1692
|
if (!(other instanceof PlayerConnection))
|
|
1692
1693
|
return false;
|
|
1693
|
-
if (!this.
|
|
1694
|
+
if (!this.v65_1.equals(other.v65_1))
|
|
1694
1695
|
return false;
|
|
1695
|
-
if (!this.
|
|
1696
|
+
if (!this.w65_1.equals(other.w65_1))
|
|
1696
1697
|
return false;
|
|
1697
|
-
if (!equals(this.
|
|
1698
|
+
if (!equals(this.x65_1, other.x65_1))
|
|
1698
1699
|
return false;
|
|
1699
1700
|
return true;
|
|
1700
1701
|
};
|
|
1701
1702
|
function _get_$cachedSerializer__te6jhj_3($this) {
|
|
1702
|
-
return $this.
|
|
1703
|
+
return $this.g66_1.w();
|
|
1703
1704
|
}
|
|
1704
1705
|
function PlayerConnectionState$Companion$_anonymous__8wfaw3() {
|
|
1705
1706
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerConnectionState', values_1());
|
|
@@ -1737,7 +1738,7 @@
|
|
|
1737
1738
|
Companion_instance_9 = this;
|
|
1738
1739
|
var tmp = this;
|
|
1739
1740
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1740
|
-
tmp.
|
|
1741
|
+
tmp.g66_1 = lazy(tmp_0, PlayerConnectionState$Companion$_anonymous__8wfaw3);
|
|
1741
1742
|
}
|
|
1742
1743
|
protoOf(Companion_7).a1c = function () {
|
|
1743
1744
|
return _get_$cachedSerializer__te6jhj_3(this);
|
|
@@ -1768,34 +1769,34 @@
|
|
|
1768
1769
|
function PlayerConnectionState(name, ordinal) {
|
|
1769
1770
|
Enum.call(this, name, ordinal);
|
|
1770
1771
|
}
|
|
1771
|
-
protoOf(PlayerConnectionState).
|
|
1772
|
+
protoOf(PlayerConnectionState).j66 = function () {
|
|
1772
1773
|
return this.equals(PlayerConnectionState_LIVE_getInstance());
|
|
1773
1774
|
};
|
|
1774
|
-
protoOf(PlayerConnectionState).
|
|
1775
|
+
protoOf(PlayerConnectionState).k66 = function () {
|
|
1775
1776
|
return this.equals(PlayerConnectionState_TIMEOUT_getInstance());
|
|
1776
1777
|
};
|
|
1777
|
-
protoOf(PlayerConnectionState).
|
|
1778
|
+
protoOf(PlayerConnectionState).l66 = function () {
|
|
1778
1779
|
return this.equals(PlayerConnectionState_LOST_CONNECTION_getInstance());
|
|
1779
1780
|
};
|
|
1780
|
-
protoOf(PlayerConnectionState).
|
|
1781
|
+
protoOf(PlayerConnectionState).m66 = function () {
|
|
1781
1782
|
return this.equals(PlayerConnectionState_LEFT_getInstance());
|
|
1782
1783
|
};
|
|
1783
|
-
protoOf(PlayerConnectionState).
|
|
1784
|
+
protoOf(PlayerConnectionState).n66 = function () {
|
|
1784
1785
|
return this.equals(PlayerConnectionState_DELETED_getInstance());
|
|
1785
1786
|
};
|
|
1786
|
-
protoOf(PlayerConnectionState).
|
|
1787
|
+
protoOf(PlayerConnectionState).o66 = function () {
|
|
1787
1788
|
return this.equals(PlayerConnectionState_DISCONNECTING_getInstance());
|
|
1788
1789
|
};
|
|
1789
|
-
protoOf(PlayerConnectionState).
|
|
1790
|
+
protoOf(PlayerConnectionState).p66 = function () {
|
|
1790
1791
|
return this.isDisconnected || this.isDeleted;
|
|
1791
1792
|
};
|
|
1792
|
-
protoOf(PlayerConnectionState).
|
|
1793
|
+
protoOf(PlayerConnectionState).q66 = function () {
|
|
1793
1794
|
return this.isTimeOut || this.isLostConnection || this.isLeft;
|
|
1794
1795
|
};
|
|
1795
|
-
protoOf(PlayerConnectionState).
|
|
1796
|
+
protoOf(PlayerConnectionState).r66 = function () {
|
|
1796
1797
|
return this.isTimeOut || this.isLeft || this.isDeleted;
|
|
1797
1798
|
};
|
|
1798
|
-
protoOf(PlayerConnectionState).
|
|
1799
|
+
protoOf(PlayerConnectionState).s66 = function () {
|
|
1799
1800
|
return this.isLostConnection;
|
|
1800
1801
|
};
|
|
1801
1802
|
function PlayerConnectionState_LIVE_getInstance() {
|
|
@@ -1823,7 +1824,7 @@
|
|
|
1823
1824
|
return PlayerConnectionState_DELETED_instance;
|
|
1824
1825
|
}
|
|
1825
1826
|
function _get_$cachedSerializer__te6jhj_4($this) {
|
|
1826
|
-
return $this.
|
|
1827
|
+
return $this.t66_1.w();
|
|
1827
1828
|
}
|
|
1828
1829
|
function PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2() {
|
|
1829
1830
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerState.PlayerWaitingState', values_2());
|
|
@@ -1838,7 +1839,7 @@
|
|
|
1838
1839
|
Companion_instance_10 = this;
|
|
1839
1840
|
var tmp = this;
|
|
1840
1841
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1841
|
-
tmp.
|
|
1842
|
+
tmp.t66_1 = lazy(tmp_0, PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2);
|
|
1842
1843
|
}
|
|
1843
1844
|
protoOf(Companion_8).a1c = function () {
|
|
1844
1845
|
return _get_$cachedSerializer__te6jhj_4(this);
|
|
@@ -1866,28 +1867,28 @@
|
|
|
1866
1867
|
function PlayerWaitingState(name, ordinal) {
|
|
1867
1868
|
Enum.call(this, name, ordinal);
|
|
1868
1869
|
}
|
|
1869
|
-
protoOf(PlayerWaitingState).
|
|
1870
|
-
return this.
|
|
1870
|
+
protoOf(PlayerWaitingState).q65 = function () {
|
|
1871
|
+
return this.w66() || this.x66();
|
|
1871
1872
|
};
|
|
1872
|
-
protoOf(PlayerWaitingState).
|
|
1873
|
+
protoOf(PlayerWaitingState).w66 = function () {
|
|
1873
1874
|
return this.equals(PlayerWaitingState_IN_PROGRESS_getInstance());
|
|
1874
1875
|
};
|
|
1875
|
-
protoOf(PlayerWaitingState).
|
|
1876
|
+
protoOf(PlayerWaitingState).x66 = function () {
|
|
1876
1877
|
return this.equals(PlayerWaitingState_IN_PROGRESS_ATTENTION_MODE_getInstance());
|
|
1877
1878
|
};
|
|
1878
1879
|
function Companion_9() {
|
|
1879
1880
|
}
|
|
1880
|
-
protoOf(Companion_9).
|
|
1881
|
+
protoOf(Companion_9).y66 = function (connection) {
|
|
1881
1882
|
var tmp0_state = PlayerWaitingState_IDLE_getInstance();
|
|
1882
1883
|
return new PlayerState(null, null, null, tmp0_state, false, null, connection);
|
|
1883
1884
|
};
|
|
1884
|
-
protoOf(Companion_9).
|
|
1885
|
-
return _this__u8e3s4.
|
|
1885
|
+
protoOf(Companion_9).z66 = function (_this__u8e3s4) {
|
|
1886
|
+
return _this__u8e3s4.a67(null, null, VOID, PlayerWaitingState_IDLE_getInstance(), VOID, null);
|
|
1886
1887
|
};
|
|
1887
|
-
protoOf(Companion_9).
|
|
1888
|
+
protoOf(Companion_9).b67 = function (_this__u8e3s4, playerTurnTimeout, tag) {
|
|
1888
1889
|
var tmp0_startFromTime = System_instance.ck();
|
|
1889
1890
|
var tmp1_state = PlayerWaitingState_IN_PROGRESS_getInstance();
|
|
1890
|
-
return _this__u8e3s4.
|
|
1891
|
+
return _this__u8e3s4.a67(tmp0_startFromTime, playerTurnTimeout, VOID, tmp1_state, false, tag);
|
|
1891
1892
|
};
|
|
1892
1893
|
var Companion_instance_11;
|
|
1893
1894
|
function Companion_getInstance_12() {
|
|
@@ -1908,17 +1909,17 @@
|
|
|
1908
1909
|
function PlayerState(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) {
|
|
1909
1910
|
tag = tag === VOID ? null : tag;
|
|
1910
1911
|
connection = connection === VOID ? null : connection;
|
|
1911
|
-
this.
|
|
1912
|
-
this.
|
|
1913
|
-
this.
|
|
1914
|
-
this.
|
|
1915
|
-
this.
|
|
1916
|
-
this.
|
|
1917
|
-
this.
|
|
1918
|
-
}
|
|
1919
|
-
protoOf(PlayerState).
|
|
1912
|
+
this.j65_1 = startFromTime;
|
|
1913
|
+
this.k65_1 = playerTurnTimeout;
|
|
1914
|
+
this.l65_1 = waitPlayerUntilTime;
|
|
1915
|
+
this.m65_1 = state;
|
|
1916
|
+
this.n65_1 = ready;
|
|
1917
|
+
this.o65_1 = tag;
|
|
1918
|
+
this.p65_1 = connection;
|
|
1919
|
+
}
|
|
1920
|
+
protoOf(PlayerState).c67 = function () {
|
|
1920
1921
|
// Inline function 'kotlin.requireNotNull' call
|
|
1921
|
-
var tmp0 = this.
|
|
1922
|
+
var tmp0 = this.p65_1;
|
|
1922
1923
|
var tmp$ret$1;
|
|
1923
1924
|
$l$block: {
|
|
1924
1925
|
// Inline function 'kotlin.requireNotNull' call
|
|
@@ -1932,9 +1933,9 @@
|
|
|
1932
1933
|
}
|
|
1933
1934
|
return tmp$ret$1;
|
|
1934
1935
|
};
|
|
1935
|
-
protoOf(PlayerState).
|
|
1936
|
+
protoOf(PlayerState).d67 = function () {
|
|
1936
1937
|
// Inline function 'kotlin.requireNotNull' call
|
|
1937
|
-
var tmp0 = this.
|
|
1938
|
+
var tmp0 = this.o65_1;
|
|
1938
1939
|
var tmp$ret$1;
|
|
1939
1940
|
$l$block: {
|
|
1940
1941
|
// Inline function 'kotlin.requireNotNull' call
|
|
@@ -1948,61 +1949,61 @@
|
|
|
1948
1949
|
}
|
|
1949
1950
|
return tmp$ret$1;
|
|
1950
1951
|
};
|
|
1951
|
-
protoOf(PlayerState).
|
|
1952
|
-
var tmp0_elvis_lhs = this.
|
|
1952
|
+
protoOf(PlayerState).e67 = function () {
|
|
1953
|
+
var tmp0_elvis_lhs = this.o65_1;
|
|
1953
1954
|
return tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
1954
1955
|
};
|
|
1955
1956
|
protoOf(PlayerState).toString = function () {
|
|
1956
1957
|
// Inline function 'kotlin.takeIf' call
|
|
1957
|
-
var this_0 = 'startFromTime=' + toString(this.
|
|
1958
|
+
var this_0 = 'startFromTime=' + toString(this.j65_1);
|
|
1958
1959
|
var tmp;
|
|
1959
|
-
if (!(this.
|
|
1960
|
+
if (!(this.j65_1 == null)) {
|
|
1960
1961
|
tmp = this_0;
|
|
1961
1962
|
} else {
|
|
1962
1963
|
tmp = null;
|
|
1963
1964
|
}
|
|
1964
1965
|
var tmp_0 = tmp;
|
|
1965
1966
|
// Inline function 'kotlin.takeIf' call
|
|
1966
|
-
var this_1 = 'playerTurnTimeout=' + toString(this.
|
|
1967
|
+
var this_1 = 'playerTurnTimeout=' + toString(this.k65_1);
|
|
1967
1968
|
var tmp_1;
|
|
1968
|
-
if (!(this.
|
|
1969
|
+
if (!(this.k65_1 == null)) {
|
|
1969
1970
|
tmp_1 = this_1;
|
|
1970
1971
|
} else {
|
|
1971
1972
|
tmp_1 = null;
|
|
1972
1973
|
}
|
|
1973
1974
|
var tmp_2 = tmp_1;
|
|
1974
1975
|
// Inline function 'kotlin.takeIf' call
|
|
1975
|
-
var this_2 = 'waitPlayerUntilTime=' + toString(this.
|
|
1976
|
+
var this_2 = 'waitPlayerUntilTime=' + toString(this.l65_1);
|
|
1976
1977
|
var tmp_3;
|
|
1977
|
-
if (!(this.
|
|
1978
|
+
if (!(this.l65_1 == null)) {
|
|
1978
1979
|
tmp_3 = this_2;
|
|
1979
1980
|
} else {
|
|
1980
1981
|
tmp_3 = null;
|
|
1981
1982
|
}
|
|
1982
1983
|
var tmp_4 = tmp_3;
|
|
1983
|
-
var tmp_5 = 'state=' + this.
|
|
1984
|
+
var tmp_5 = 'state=' + this.m65_1.toString();
|
|
1984
1985
|
// Inline function 'kotlin.takeIf' call
|
|
1985
|
-
var this_3 = 'ready=' + this.
|
|
1986
|
+
var this_3 = 'ready=' + this.n65_1;
|
|
1986
1987
|
var tmp_6;
|
|
1987
|
-
if (this.
|
|
1988
|
+
if (this.n65_1) {
|
|
1988
1989
|
tmp_6 = this_3;
|
|
1989
1990
|
} else {
|
|
1990
1991
|
tmp_6 = null;
|
|
1991
1992
|
}
|
|
1992
1993
|
var tmp_7 = tmp_6;
|
|
1993
1994
|
// Inline function 'kotlin.takeIf' call
|
|
1994
|
-
var this_4 = 'tag=' + this.
|
|
1995
|
+
var this_4 = 'tag=' + this.o65_1;
|
|
1995
1996
|
var tmp_8;
|
|
1996
|
-
if (!(this.
|
|
1997
|
+
if (!(this.o65_1 == null)) {
|
|
1997
1998
|
tmp_8 = this_4;
|
|
1998
1999
|
} else {
|
|
1999
2000
|
tmp_8 = null;
|
|
2000
2001
|
}
|
|
2001
2002
|
var tmp_9 = tmp_8;
|
|
2002
2003
|
// Inline function 'kotlin.takeIf' call
|
|
2003
|
-
var this_5 = 'connection=' + toString(this.
|
|
2004
|
+
var this_5 = 'connection=' + toString(this.p65_1);
|
|
2004
2005
|
var tmp_10;
|
|
2005
|
-
if (!(this.
|
|
2006
|
+
if (!(this.p65_1 == null)) {
|
|
2006
2007
|
tmp_10 = this_5;
|
|
2007
2008
|
} else {
|
|
2008
2009
|
tmp_10 = null;
|
|
@@ -2010,30 +2011,30 @@
|
|
|
2010
2011
|
var tmp$ret$11 = tmp_10;
|
|
2011
2012
|
return 'PlayerState(' + joinToString(listOfNotNull([tmp_0, tmp_2, tmp_4, tmp_5, tmp_7, tmp_9, tmp$ret$11])) + ')';
|
|
2012
2013
|
};
|
|
2013
|
-
protoOf(PlayerState).
|
|
2014
|
-
return this.
|
|
2014
|
+
protoOf(PlayerState).q65 = function () {
|
|
2015
|
+
return this.m65_1.q65();
|
|
2015
2016
|
};
|
|
2016
|
-
protoOf(PlayerState).
|
|
2017
|
+
protoOf(PlayerState).f67 = function (startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) {
|
|
2017
2018
|
return new PlayerState(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection);
|
|
2018
2019
|
};
|
|
2019
|
-
protoOf(PlayerState).
|
|
2020
|
-
startFromTime = startFromTime === VOID ? this.
|
|
2021
|
-
playerTurnTimeout = playerTurnTimeout === VOID ? this.
|
|
2022
|
-
waitPlayerUntilTime = waitPlayerUntilTime === VOID ? this.
|
|
2023
|
-
state = state === VOID ? this.
|
|
2024
|
-
ready = ready === VOID ? this.
|
|
2025
|
-
tag = tag === VOID ? this.
|
|
2026
|
-
connection = connection === VOID ? this.
|
|
2027
|
-
return $super === VOID ? this.
|
|
2020
|
+
protoOf(PlayerState).a67 = function (startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, $super) {
|
|
2021
|
+
startFromTime = startFromTime === VOID ? this.j65_1 : startFromTime;
|
|
2022
|
+
playerTurnTimeout = playerTurnTimeout === VOID ? this.k65_1 : playerTurnTimeout;
|
|
2023
|
+
waitPlayerUntilTime = waitPlayerUntilTime === VOID ? this.l65_1 : waitPlayerUntilTime;
|
|
2024
|
+
state = state === VOID ? this.m65_1 : state;
|
|
2025
|
+
ready = ready === VOID ? this.n65_1 : ready;
|
|
2026
|
+
tag = tag === VOID ? this.o65_1 : tag;
|
|
2027
|
+
connection = connection === VOID ? this.p65_1 : connection;
|
|
2028
|
+
return $super === VOID ? this.f67(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) : $super.f67.call(this, startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection);
|
|
2028
2029
|
};
|
|
2029
2030
|
protoOf(PlayerState).hashCode = function () {
|
|
2030
|
-
var result = this.
|
|
2031
|
-
result = imul(result, 31) + (this.
|
|
2032
|
-
result = imul(result, 31) + (this.
|
|
2033
|
-
result = imul(result, 31) + this.
|
|
2034
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
2035
|
-
result = imul(result, 31) + (this.
|
|
2036
|
-
result = imul(result, 31) + (this.
|
|
2031
|
+
var result = this.j65_1 == null ? 0 : this.j65_1.hashCode();
|
|
2032
|
+
result = imul(result, 31) + (this.k65_1 == null ? 0 : this.k65_1.hashCode()) | 0;
|
|
2033
|
+
result = imul(result, 31) + (this.l65_1 == null ? 0 : this.l65_1.hashCode()) | 0;
|
|
2034
|
+
result = imul(result, 31) + this.m65_1.hashCode() | 0;
|
|
2035
|
+
result = imul(result, 31) + getBooleanHashCode(this.n65_1) | 0;
|
|
2036
|
+
result = imul(result, 31) + (this.o65_1 == null ? 0 : getStringHashCode(this.o65_1)) | 0;
|
|
2037
|
+
result = imul(result, 31) + (this.p65_1 == null ? 0 : this.p65_1.hashCode()) | 0;
|
|
2037
2038
|
return result;
|
|
2038
2039
|
};
|
|
2039
2040
|
protoOf(PlayerState).equals = function (other) {
|
|
@@ -2041,48 +2042,48 @@
|
|
|
2041
2042
|
return true;
|
|
2042
2043
|
if (!(other instanceof PlayerState))
|
|
2043
2044
|
return false;
|
|
2044
|
-
if (!equals(this.
|
|
2045
|
+
if (!equals(this.j65_1, other.j65_1))
|
|
2045
2046
|
return false;
|
|
2046
|
-
if (!equals(this.
|
|
2047
|
+
if (!equals(this.k65_1, other.k65_1))
|
|
2047
2048
|
return false;
|
|
2048
|
-
if (!equals(this.
|
|
2049
|
+
if (!equals(this.l65_1, other.l65_1))
|
|
2049
2050
|
return false;
|
|
2050
|
-
if (!this.
|
|
2051
|
+
if (!this.m65_1.equals(other.m65_1))
|
|
2051
2052
|
return false;
|
|
2052
|
-
if (!(this.
|
|
2053
|
+
if (!(this.n65_1 === other.n65_1))
|
|
2053
2054
|
return false;
|
|
2054
|
-
if (!(this.
|
|
2055
|
+
if (!(this.o65_1 == other.o65_1))
|
|
2055
2056
|
return false;
|
|
2056
|
-
if (!equals(this.
|
|
2057
|
+
if (!equals(this.p65_1, other.p65_1))
|
|
2057
2058
|
return false;
|
|
2058
2059
|
return true;
|
|
2059
2060
|
};
|
|
2060
2061
|
function Team(playerIds) {
|
|
2061
|
-
this.
|
|
2062
|
+
this.g67_1 = playerIds;
|
|
2062
2063
|
}
|
|
2063
|
-
protoOf(Team).
|
|
2064
|
-
return this.
|
|
2064
|
+
protoOf(Team).h67 = function () {
|
|
2065
|
+
return this.g67_1.p(0);
|
|
2065
2066
|
};
|
|
2066
|
-
protoOf(Team).
|
|
2067
|
-
return this.
|
|
2067
|
+
protoOf(Team).w5j = function () {
|
|
2068
|
+
return this.g67_1.p(1);
|
|
2068
2069
|
};
|
|
2069
2070
|
protoOf(Team).toString = function () {
|
|
2070
|
-
return 'Team(playerIds=' + toString_0(this.
|
|
2071
|
+
return 'Team(playerIds=' + toString_0(this.g67_1) + ')';
|
|
2071
2072
|
};
|
|
2072
2073
|
protoOf(Team).hashCode = function () {
|
|
2073
|
-
return hashCode(this.
|
|
2074
|
+
return hashCode(this.g67_1);
|
|
2074
2075
|
};
|
|
2075
2076
|
protoOf(Team).equals = function (other) {
|
|
2076
2077
|
if (this === other)
|
|
2077
2078
|
return true;
|
|
2078
2079
|
if (!(other instanceof Team))
|
|
2079
2080
|
return false;
|
|
2080
|
-
if (!equals(this.
|
|
2081
|
+
if (!equals(this.g67_1, other.g67_1))
|
|
2081
2082
|
return false;
|
|
2082
2083
|
return true;
|
|
2083
2084
|
};
|
|
2084
2085
|
function _get_$cachedSerializer__te6jhj_5($this) {
|
|
2085
|
-
return $this.
|
|
2086
|
+
return $this.i67_1.w();
|
|
2086
2087
|
}
|
|
2087
2088
|
function TerminationGameReasonDto$Companion$_anonymous__30ivuy() {
|
|
2088
2089
|
var tmp = getKClass(TerminationGameReasonDto);
|
|
@@ -2120,7 +2121,7 @@
|
|
|
2120
2121
|
Companion_instance_12 = this;
|
|
2121
2122
|
var tmp = this;
|
|
2122
2123
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2123
|
-
tmp.
|
|
2124
|
+
tmp.i67_1 = lazy(tmp_0, TerminationGameReasonDto$Companion$_anonymous__30ivuy);
|
|
2124
2125
|
}
|
|
2125
2126
|
protoOf(Companion_10).a1c = function () {
|
|
2126
2127
|
return _get_$cachedSerializer__te6jhj_5(this);
|
|
@@ -2141,7 +2142,7 @@
|
|
|
2141
2142
|
Companion_getInstance_13();
|
|
2142
2143
|
}
|
|
2143
2144
|
function _get_$cachedSerializer__te6jhj_6($this) {
|
|
2144
|
-
return $this.
|
|
2145
|
+
return $this.j67_1.w();
|
|
2145
2146
|
}
|
|
2146
2147
|
function ProcessingReasonDto$_anonymous__78na4x() {
|
|
2147
2148
|
var tmp = ProcessingReasonDto_getInstance();
|
|
@@ -2156,7 +2157,7 @@
|
|
|
2156
2157
|
TerminationGameReasonDto.call(this);
|
|
2157
2158
|
var tmp = this;
|
|
2158
2159
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2159
|
-
tmp.
|
|
2160
|
+
tmp.j67_1 = lazy(tmp_0, ProcessingReasonDto$_anonymous__78na4x);
|
|
2160
2161
|
}
|
|
2161
2162
|
protoOf(ProcessingReasonDto).a1c = function () {
|
|
2162
2163
|
return _get_$cachedSerializer__te6jhj_6(this);
|
|
@@ -2193,19 +2194,19 @@
|
|
|
2193
2194
|
$serializer_instance_1 = this;
|
|
2194
2195
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_ERROR_TYPE', this, 1);
|
|
2195
2196
|
tmp0_serialDesc.gz('reason', false);
|
|
2196
|
-
this.
|
|
2197
|
+
this.k67_1 = tmp0_serialDesc;
|
|
2197
2198
|
}
|
|
2198
|
-
protoOf($serializer_1).
|
|
2199
|
-
var tmp0_desc = this.
|
|
2199
|
+
protoOf($serializer_1).l67 = function (encoder, value) {
|
|
2200
|
+
var tmp0_desc = this.k67_1;
|
|
2200
2201
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2201
2202
|
tmp1_output.dt(tmp0_desc, 0, value.reason);
|
|
2202
2203
|
tmp1_output.pr(tmp0_desc);
|
|
2203
2204
|
};
|
|
2204
2205
|
protoOf($serializer_1).co = function (encoder, value) {
|
|
2205
|
-
return this.
|
|
2206
|
+
return this.l67(encoder, value instanceof GameErrorReasonDto ? value : THROW_CCE());
|
|
2206
2207
|
};
|
|
2207
2208
|
protoOf($serializer_1).do = function (decoder) {
|
|
2208
|
-
var tmp0_desc = this.
|
|
2209
|
+
var tmp0_desc = this.k67_1;
|
|
2209
2210
|
var tmp1_flag = true;
|
|
2210
2211
|
var tmp2_index = 0;
|
|
2211
2212
|
var tmp3_bitMask0 = 0;
|
|
@@ -2233,7 +2234,7 @@
|
|
|
2233
2234
|
return GameErrorReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2234
2235
|
};
|
|
2235
2236
|
protoOf($serializer_1).bo = function () {
|
|
2236
|
-
return this.
|
|
2237
|
+
return this.k67_1;
|
|
2237
2238
|
};
|
|
2238
2239
|
protoOf($serializer_1).vz = function () {
|
|
2239
2240
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2249,7 +2250,7 @@
|
|
|
2249
2250
|
}
|
|
2250
2251
|
function GameErrorReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2251
2252
|
if (!(1 === (1 & seen0))) {
|
|
2252
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_1().
|
|
2253
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_1().k67_1);
|
|
2253
2254
|
}
|
|
2254
2255
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2255
2256
|
$this.reason = reason;
|
|
@@ -2262,7 +2263,7 @@
|
|
|
2262
2263
|
TerminationGameReasonDto.call(this);
|
|
2263
2264
|
this.reason = reason;
|
|
2264
2265
|
}
|
|
2265
|
-
protoOf(GameErrorReasonDto).
|
|
2266
|
+
protoOf(GameErrorReasonDto).l64 = function () {
|
|
2266
2267
|
return this.reason;
|
|
2267
2268
|
};
|
|
2268
2269
|
protoOf(GameErrorReasonDto).toString = function () {
|
|
@@ -2290,19 +2291,19 @@
|
|
|
2290
2291
|
$serializer_instance_2 = this;
|
|
2291
2292
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_FINISHED_TYPE', this, 1);
|
|
2292
2293
|
tmp0_serialDesc.gz('reason', false);
|
|
2293
|
-
this.
|
|
2294
|
+
this.m67_1 = tmp0_serialDesc;
|
|
2294
2295
|
}
|
|
2295
|
-
protoOf($serializer_2).
|
|
2296
|
-
var tmp0_desc = this.
|
|
2296
|
+
protoOf($serializer_2).n67 = function (encoder, value) {
|
|
2297
|
+
var tmp0_desc = this.m67_1;
|
|
2297
2298
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2298
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2299
|
+
tmp1_output.dt(tmp0_desc, 0, value.o67_1);
|
|
2299
2300
|
tmp1_output.pr(tmp0_desc);
|
|
2300
2301
|
};
|
|
2301
2302
|
protoOf($serializer_2).co = function (encoder, value) {
|
|
2302
|
-
return this.
|
|
2303
|
+
return this.n67(encoder, value instanceof GameFinishedReasonDto ? value : THROW_CCE());
|
|
2303
2304
|
};
|
|
2304
2305
|
protoOf($serializer_2).do = function (decoder) {
|
|
2305
|
-
var tmp0_desc = this.
|
|
2306
|
+
var tmp0_desc = this.m67_1;
|
|
2306
2307
|
var tmp1_flag = true;
|
|
2307
2308
|
var tmp2_index = 0;
|
|
2308
2309
|
var tmp3_bitMask0 = 0;
|
|
@@ -2330,7 +2331,7 @@
|
|
|
2330
2331
|
return GameFinishedReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2331
2332
|
};
|
|
2332
2333
|
protoOf($serializer_2).bo = function () {
|
|
2333
|
-
return this.
|
|
2334
|
+
return this.m67_1;
|
|
2334
2335
|
};
|
|
2335
2336
|
protoOf($serializer_2).vz = function () {
|
|
2336
2337
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2346,10 +2347,10 @@
|
|
|
2346
2347
|
}
|
|
2347
2348
|
function GameFinishedReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2348
2349
|
if (!(1 === (1 & seen0))) {
|
|
2349
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().
|
|
2350
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().m67_1);
|
|
2350
2351
|
}
|
|
2351
2352
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2352
|
-
$this.
|
|
2353
|
+
$this.o67_1 = reason;
|
|
2353
2354
|
return $this;
|
|
2354
2355
|
}
|
|
2355
2356
|
function GameFinishedReasonDto_init_$Create$(seen0, reason, serializationConstructorMarker) {
|
|
@@ -2357,20 +2358,20 @@
|
|
|
2357
2358
|
}
|
|
2358
2359
|
function GameFinishedReasonDto(reason) {
|
|
2359
2360
|
TerminationGameReasonDto.call(this);
|
|
2360
|
-
this.
|
|
2361
|
+
this.o67_1 = reason;
|
|
2361
2362
|
}
|
|
2362
2363
|
protoOf(GameFinishedReasonDto).toString = function () {
|
|
2363
|
-
return 'GameFinishedReasonDto(reason=' + this.
|
|
2364
|
+
return 'GameFinishedReasonDto(reason=' + this.o67_1 + ')';
|
|
2364
2365
|
};
|
|
2365
2366
|
protoOf(GameFinishedReasonDto).hashCode = function () {
|
|
2366
|
-
return getStringHashCode(this.
|
|
2367
|
+
return getStringHashCode(this.o67_1);
|
|
2367
2368
|
};
|
|
2368
2369
|
protoOf(GameFinishedReasonDto).equals = function (other) {
|
|
2369
2370
|
if (this === other)
|
|
2370
2371
|
return true;
|
|
2371
2372
|
if (!(other instanceof GameFinishedReasonDto))
|
|
2372
2373
|
return false;
|
|
2373
|
-
if (!(this.
|
|
2374
|
+
if (!(this.o67_1 === other.o67_1))
|
|
2374
2375
|
return false;
|
|
2375
2376
|
return true;
|
|
2376
2377
|
};
|
|
@@ -2384,19 +2385,19 @@
|
|
|
2384
2385
|
$serializer_instance_3 = this;
|
|
2385
2386
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_EXIT', this, 1);
|
|
2386
2387
|
tmp0_serialDesc.gz('playerId', false);
|
|
2387
|
-
this.
|
|
2388
|
+
this.p67_1 = tmp0_serialDesc;
|
|
2388
2389
|
}
|
|
2389
|
-
protoOf($serializer_3).
|
|
2390
|
-
var tmp0_desc = this.
|
|
2390
|
+
protoOf($serializer_3).q67 = function (encoder, value) {
|
|
2391
|
+
var tmp0_desc = this.p67_1;
|
|
2391
2392
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2392
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2393
|
+
tmp1_output.dt(tmp0_desc, 0, value.r67_1);
|
|
2393
2394
|
tmp1_output.pr(tmp0_desc);
|
|
2394
2395
|
};
|
|
2395
2396
|
protoOf($serializer_3).co = function (encoder, value) {
|
|
2396
|
-
return this.
|
|
2397
|
+
return this.q67(encoder, value instanceof PlayerExitReasonDto ? value : THROW_CCE());
|
|
2397
2398
|
};
|
|
2398
2399
|
protoOf($serializer_3).do = function (decoder) {
|
|
2399
|
-
var tmp0_desc = this.
|
|
2400
|
+
var tmp0_desc = this.p67_1;
|
|
2400
2401
|
var tmp1_flag = true;
|
|
2401
2402
|
var tmp2_index = 0;
|
|
2402
2403
|
var tmp3_bitMask0 = 0;
|
|
@@ -2424,7 +2425,7 @@
|
|
|
2424
2425
|
return PlayerExitReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2425
2426
|
};
|
|
2426
2427
|
protoOf($serializer_3).bo = function () {
|
|
2427
|
-
return this.
|
|
2428
|
+
return this.p67_1;
|
|
2428
2429
|
};
|
|
2429
2430
|
protoOf($serializer_3).vz = function () {
|
|
2430
2431
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2440,10 +2441,10 @@
|
|
|
2440
2441
|
}
|
|
2441
2442
|
function PlayerExitReasonDto_init_$Init$(seen0, playerId, serializationConstructorMarker, $this) {
|
|
2442
2443
|
if (!(1 === (1 & seen0))) {
|
|
2443
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().
|
|
2444
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().p67_1);
|
|
2444
2445
|
}
|
|
2445
2446
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2446
|
-
$this.
|
|
2447
|
+
$this.r67_1 = playerId;
|
|
2447
2448
|
return $this;
|
|
2448
2449
|
}
|
|
2449
2450
|
function PlayerExitReasonDto_init_$Create$(seen0, playerId, serializationConstructorMarker) {
|
|
@@ -2451,20 +2452,20 @@
|
|
|
2451
2452
|
}
|
|
2452
2453
|
function PlayerExitReasonDto(playerId) {
|
|
2453
2454
|
TerminationGameReasonDto.call(this);
|
|
2454
|
-
this.
|
|
2455
|
+
this.r67_1 = playerId;
|
|
2455
2456
|
}
|
|
2456
2457
|
protoOf(PlayerExitReasonDto).toString = function () {
|
|
2457
|
-
return 'PlayerExitReasonDto(playerId=' + this.
|
|
2458
|
+
return 'PlayerExitReasonDto(playerId=' + this.r67_1 + ')';
|
|
2458
2459
|
};
|
|
2459
2460
|
protoOf(PlayerExitReasonDto).hashCode = function () {
|
|
2460
|
-
return getStringHashCode(this.
|
|
2461
|
+
return getStringHashCode(this.r67_1);
|
|
2461
2462
|
};
|
|
2462
2463
|
protoOf(PlayerExitReasonDto).equals = function (other) {
|
|
2463
2464
|
if (this === other)
|
|
2464
2465
|
return true;
|
|
2465
2466
|
if (!(other instanceof PlayerExitReasonDto))
|
|
2466
2467
|
return false;
|
|
2467
|
-
if (!(this.
|
|
2468
|
+
if (!(this.r67_1 === other.r67_1))
|
|
2468
2469
|
return false;
|
|
2469
2470
|
return true;
|
|
2470
2471
|
};
|
|
@@ -2479,20 +2480,20 @@
|
|
|
2479
2480
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_LOST_CONNECTION', this, 2);
|
|
2480
2481
|
tmp0_serialDesc.gz('playerId', false);
|
|
2481
2482
|
tmp0_serialDesc.gz('tag', false);
|
|
2482
|
-
this.
|
|
2483
|
+
this.s67_1 = tmp0_serialDesc;
|
|
2483
2484
|
}
|
|
2484
|
-
protoOf($serializer_4).
|
|
2485
|
-
var tmp0_desc = this.
|
|
2485
|
+
protoOf($serializer_4).t67 = function (encoder, value) {
|
|
2486
|
+
var tmp0_desc = this.s67_1;
|
|
2486
2487
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2487
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2488
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2488
|
+
tmp1_output.dt(tmp0_desc, 0, value.u67_1);
|
|
2489
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.v67_1);
|
|
2489
2490
|
tmp1_output.pr(tmp0_desc);
|
|
2490
2491
|
};
|
|
2491
2492
|
protoOf($serializer_4).co = function (encoder, value) {
|
|
2492
|
-
return this.
|
|
2493
|
+
return this.t67(encoder, value instanceof PlayerLostConnectionReasonDto ? value : THROW_CCE());
|
|
2493
2494
|
};
|
|
2494
2495
|
protoOf($serializer_4).do = function (decoder) {
|
|
2495
|
-
var tmp0_desc = this.
|
|
2496
|
+
var tmp0_desc = this.s67_1;
|
|
2496
2497
|
var tmp1_flag = true;
|
|
2497
2498
|
var tmp2_index = 0;
|
|
2498
2499
|
var tmp3_bitMask0 = 0;
|
|
@@ -2527,7 +2528,7 @@
|
|
|
2527
2528
|
return PlayerLostConnectionReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2528
2529
|
};
|
|
2529
2530
|
protoOf($serializer_4).bo = function () {
|
|
2530
|
-
return this.
|
|
2531
|
+
return this.s67_1;
|
|
2531
2532
|
};
|
|
2532
2533
|
protoOf($serializer_4).vz = function () {
|
|
2533
2534
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2543,11 +2544,11 @@
|
|
|
2543
2544
|
}
|
|
2544
2545
|
function PlayerLostConnectionReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2545
2546
|
if (!(3 === (3 & seen0))) {
|
|
2546
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_4().
|
|
2547
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_4().s67_1);
|
|
2547
2548
|
}
|
|
2548
2549
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2549
|
-
$this.
|
|
2550
|
-
$this.
|
|
2550
|
+
$this.u67_1 = playerId;
|
|
2551
|
+
$this.v67_1 = tag;
|
|
2551
2552
|
return $this;
|
|
2552
2553
|
}
|
|
2553
2554
|
function PlayerLostConnectionReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2555,15 +2556,15 @@
|
|
|
2555
2556
|
}
|
|
2556
2557
|
function PlayerLostConnectionReasonDto(playerId, tag) {
|
|
2557
2558
|
TerminationGameReasonDto.call(this);
|
|
2558
|
-
this.
|
|
2559
|
-
this.
|
|
2559
|
+
this.u67_1 = playerId;
|
|
2560
|
+
this.v67_1 = tag;
|
|
2560
2561
|
}
|
|
2561
2562
|
protoOf(PlayerLostConnectionReasonDto).toString = function () {
|
|
2562
|
-
return 'PlayerLostConnectionReasonDto(playerId=' + this.
|
|
2563
|
+
return 'PlayerLostConnectionReasonDto(playerId=' + this.u67_1 + ', tag=' + this.v67_1 + ')';
|
|
2563
2564
|
};
|
|
2564
2565
|
protoOf(PlayerLostConnectionReasonDto).hashCode = function () {
|
|
2565
|
-
var result = getStringHashCode(this.
|
|
2566
|
-
result = imul(result, 31) + (this.
|
|
2566
|
+
var result = getStringHashCode(this.u67_1);
|
|
2567
|
+
result = imul(result, 31) + (this.v67_1 == null ? 0 : getStringHashCode(this.v67_1)) | 0;
|
|
2567
2568
|
return result;
|
|
2568
2569
|
};
|
|
2569
2570
|
protoOf(PlayerLostConnectionReasonDto).equals = function (other) {
|
|
@@ -2571,9 +2572,9 @@
|
|
|
2571
2572
|
return true;
|
|
2572
2573
|
if (!(other instanceof PlayerLostConnectionReasonDto))
|
|
2573
2574
|
return false;
|
|
2574
|
-
if (!(this.
|
|
2575
|
+
if (!(this.u67_1 === other.u67_1))
|
|
2575
2576
|
return false;
|
|
2576
|
-
if (!(this.
|
|
2577
|
+
if (!(this.v67_1 == other.v67_1))
|
|
2577
2578
|
return false;
|
|
2578
2579
|
return true;
|
|
2579
2580
|
};
|
|
@@ -2588,20 +2589,20 @@
|
|
|
2588
2589
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_TIMEOUT', this, 2);
|
|
2589
2590
|
tmp0_serialDesc.gz('playerId', false);
|
|
2590
2591
|
tmp0_serialDesc.gz('tag', false);
|
|
2591
|
-
this.
|
|
2592
|
+
this.w67_1 = tmp0_serialDesc;
|
|
2592
2593
|
}
|
|
2593
|
-
protoOf($serializer_5).
|
|
2594
|
-
var tmp0_desc = this.
|
|
2594
|
+
protoOf($serializer_5).x67 = function (encoder, value) {
|
|
2595
|
+
var tmp0_desc = this.w67_1;
|
|
2595
2596
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2596
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2597
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2597
|
+
tmp1_output.dt(tmp0_desc, 0, value.y67_1);
|
|
2598
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.z67_1);
|
|
2598
2599
|
tmp1_output.pr(tmp0_desc);
|
|
2599
2600
|
};
|
|
2600
2601
|
protoOf($serializer_5).co = function (encoder, value) {
|
|
2601
|
-
return this.
|
|
2602
|
+
return this.x67(encoder, value instanceof PlayerTimeoutReasonDto ? value : THROW_CCE());
|
|
2602
2603
|
};
|
|
2603
2604
|
protoOf($serializer_5).do = function (decoder) {
|
|
2604
|
-
var tmp0_desc = this.
|
|
2605
|
+
var tmp0_desc = this.w67_1;
|
|
2605
2606
|
var tmp1_flag = true;
|
|
2606
2607
|
var tmp2_index = 0;
|
|
2607
2608
|
var tmp3_bitMask0 = 0;
|
|
@@ -2636,7 +2637,7 @@
|
|
|
2636
2637
|
return PlayerTimeoutReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2637
2638
|
};
|
|
2638
2639
|
protoOf($serializer_5).bo = function () {
|
|
2639
|
-
return this.
|
|
2640
|
+
return this.w67_1;
|
|
2640
2641
|
};
|
|
2641
2642
|
protoOf($serializer_5).vz = function () {
|
|
2642
2643
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2652,11 +2653,11 @@
|
|
|
2652
2653
|
}
|
|
2653
2654
|
function PlayerTimeoutReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2654
2655
|
if (!(3 === (3 & seen0))) {
|
|
2655
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().
|
|
2656
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().w67_1);
|
|
2656
2657
|
}
|
|
2657
2658
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2658
|
-
$this.
|
|
2659
|
-
$this.
|
|
2659
|
+
$this.y67_1 = playerId;
|
|
2660
|
+
$this.z67_1 = tag;
|
|
2660
2661
|
return $this;
|
|
2661
2662
|
}
|
|
2662
2663
|
function PlayerTimeoutReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2664,15 +2665,15 @@
|
|
|
2664
2665
|
}
|
|
2665
2666
|
function PlayerTimeoutReasonDto(playerId, tag) {
|
|
2666
2667
|
TerminationGameReasonDto.call(this);
|
|
2667
|
-
this.
|
|
2668
|
-
this.
|
|
2668
|
+
this.y67_1 = playerId;
|
|
2669
|
+
this.z67_1 = tag;
|
|
2669
2670
|
}
|
|
2670
2671
|
protoOf(PlayerTimeoutReasonDto).toString = function () {
|
|
2671
|
-
return 'PlayerTimeoutReasonDto(playerId=' + this.
|
|
2672
|
+
return 'PlayerTimeoutReasonDto(playerId=' + this.y67_1 + ', tag=' + this.z67_1 + ')';
|
|
2672
2673
|
};
|
|
2673
2674
|
protoOf(PlayerTimeoutReasonDto).hashCode = function () {
|
|
2674
|
-
var result = getStringHashCode(this.
|
|
2675
|
-
result = imul(result, 31) + (this.
|
|
2675
|
+
var result = getStringHashCode(this.y67_1);
|
|
2676
|
+
result = imul(result, 31) + (this.z67_1 == null ? 0 : getStringHashCode(this.z67_1)) | 0;
|
|
2676
2677
|
return result;
|
|
2677
2678
|
};
|
|
2678
2679
|
protoOf(PlayerTimeoutReasonDto).equals = function (other) {
|
|
@@ -2680,14 +2681,14 @@
|
|
|
2680
2681
|
return true;
|
|
2681
2682
|
if (!(other instanceof PlayerTimeoutReasonDto))
|
|
2682
2683
|
return false;
|
|
2683
|
-
if (!(this.
|
|
2684
|
+
if (!(this.y67_1 === other.y67_1))
|
|
2684
2685
|
return false;
|
|
2685
|
-
if (!(this.
|
|
2686
|
+
if (!(this.z67_1 == other.z67_1))
|
|
2686
2687
|
return false;
|
|
2687
2688
|
return true;
|
|
2688
2689
|
};
|
|
2689
2690
|
function _get_$cachedSerializer__te6jhj_7($this) {
|
|
2690
|
-
return $this.
|
|
2691
|
+
return $this.a68_1.w();
|
|
2691
2692
|
}
|
|
2692
2693
|
function WaitingForConnectionReasonDto$_anonymous__hgbgp6() {
|
|
2693
2694
|
var tmp = WaitingForConnectionReasonDto_getInstance();
|
|
@@ -2702,7 +2703,7 @@
|
|
|
2702
2703
|
TerminationGameReasonDto.call(this);
|
|
2703
2704
|
var tmp = this;
|
|
2704
2705
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2705
|
-
tmp.
|
|
2706
|
+
tmp.a68_1 = lazy(tmp_0, WaitingForConnectionReasonDto$_anonymous__hgbgp6);
|
|
2706
2707
|
}
|
|
2707
2708
|
protoOf(WaitingForConnectionReasonDto).a1c = function () {
|
|
2708
2709
|
return _get_$cachedSerializer__te6jhj_7(this);
|
|
@@ -2730,7 +2731,7 @@
|
|
|
2730
2731
|
return WaitingForConnectionReasonDto_instance;
|
|
2731
2732
|
}
|
|
2732
2733
|
function mapToDto(_this__u8e3s4) {
|
|
2733
|
-
return _this__u8e3s4.
|
|
2734
|
+
return _this__u8e3s4.x5b_1;
|
|
2734
2735
|
}
|
|
2735
2736
|
function mapFromDto(_this__u8e3s4) {
|
|
2736
2737
|
return new GameCard(_this__u8e3s4);
|
|
@@ -2823,15 +2824,15 @@
|
|
|
2823
2824
|
}
|
|
2824
2825
|
function mapToDto_3(_this__u8e3s4) {
|
|
2825
2826
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2826
|
-
return new PlayerExitReasonDto(_this__u8e3s4.
|
|
2827
|
+
return new PlayerExitReasonDto(_this__u8e3s4.g64_1);
|
|
2827
2828
|
}
|
|
2828
2829
|
function mapToDto_4(_this__u8e3s4) {
|
|
2829
2830
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2830
|
-
return new PlayerLostConnectionReasonDto(_this__u8e3s4.
|
|
2831
|
+
return new PlayerLostConnectionReasonDto(_this__u8e3s4.b64_1, _this__u8e3s4.tag);
|
|
2831
2832
|
}
|
|
2832
2833
|
function mapToDto_5(_this__u8e3s4) {
|
|
2833
2834
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2834
|
-
return new PlayerTimeoutReasonDto(_this__u8e3s4.
|
|
2835
|
+
return new PlayerTimeoutReasonDto(_this__u8e3s4.f64_1, _this__u8e3s4.tag);
|
|
2835
2836
|
}
|
|
2836
2837
|
function mapToDto_6(_this__u8e3s4) {
|
|
2837
2838
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
@@ -2848,20 +2849,20 @@
|
|
|
2848
2849
|
}
|
|
2849
2850
|
function mapFromDto_2(_this__u8e3s4) {
|
|
2850
2851
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2851
|
-
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4.
|
|
2852
|
+
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4.o67_1, get_gameFinishedReasonMapping());
|
|
2852
2853
|
return new GameFinishedReason(tmp0_elvis_lhs == null ? Reason_GAME_NOT_EXISTS_getInstance() : tmp0_elvis_lhs);
|
|
2853
2854
|
}
|
|
2854
2855
|
function mapFromDto_3(_this__u8e3s4) {
|
|
2855
2856
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2856
|
-
return new PlayerExitReason(_this__u8e3s4.
|
|
2857
|
+
return new PlayerExitReason(_this__u8e3s4.r67_1);
|
|
2857
2858
|
}
|
|
2858
2859
|
function mapFromDto_4(_this__u8e3s4) {
|
|
2859
2860
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2860
|
-
return new PlayerLostConnectionReason(_this__u8e3s4.
|
|
2861
|
+
return new PlayerLostConnectionReason(_this__u8e3s4.u67_1, _this__u8e3s4.v67_1);
|
|
2861
2862
|
}
|
|
2862
2863
|
function mapFromDto_5(_this__u8e3s4) {
|
|
2863
2864
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2864
|
-
return new PlayerTimeoutReason(_this__u8e3s4.
|
|
2865
|
+
return new PlayerTimeoutReason(_this__u8e3s4.y67_1, _this__u8e3s4.z67_1);
|
|
2865
2866
|
}
|
|
2866
2867
|
function mapFromDto_6(_this__u8e3s4) {
|
|
2867
2868
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
@@ -2902,8 +2903,8 @@
|
|
|
2902
2903
|
}
|
|
2903
2904
|
}
|
|
2904
2905
|
function mapToDto_8(_this__u8e3s4) {
|
|
2905
|
-
var tmp0_playerId = _this__u8e3s4.
|
|
2906
|
-
var tmp1_uid = _this__u8e3s4.
|
|
2906
|
+
var tmp0_playerId = _this__u8e3s4.r64_1;
|
|
2907
|
+
var tmp1_uid = _this__u8e3s4.r64_1;
|
|
2907
2908
|
var tmp2_nickname = _this__u8e3s4.name;
|
|
2908
2909
|
var tmp3_name = _this__u8e3s4.name;
|
|
2909
2910
|
var tmp4_photo = _this__u8e3s4.avatarUrl;
|
|
@@ -2922,17 +2923,17 @@
|
|
|
2922
2923
|
return new GameUserInfoDto(tmp0_playerId, tmp1_uid, tmp3_name, tmp2_nickname, tmp5_avatarUrl, tmp4_photo, tmp8_rating, tmp6_isBot, tmp7_initialLuckyFactor);
|
|
2923
2924
|
}
|
|
2924
2925
|
function mapFromDto_8(_this__u8e3s4) {
|
|
2925
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
2926
|
-
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
2927
|
-
var tmp1_elvis_lhs = _this__u8e3s4.
|
|
2928
|
-
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
2929
|
-
var tmp2_elvis_lhs = _this__u8e3s4.
|
|
2930
|
-
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.
|
|
2931
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
2932
|
-
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.
|
|
2926
|
+
var tmp0_elvis_lhs = _this__u8e3s4.b68_1;
|
|
2927
|
+
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.c68_1) : tmp0_elvis_lhs;
|
|
2928
|
+
var tmp1_elvis_lhs = _this__u8e3s4.d68_1;
|
|
2929
|
+
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.e68_1) : tmp1_elvis_lhs;
|
|
2930
|
+
var tmp2_elvis_lhs = _this__u8e3s4.f68_1;
|
|
2931
|
+
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.g68_1 : tmp2_elvis_lhs;
|
|
2932
|
+
var tmp3_elvis_lhs = _this__u8e3s4.i68_1;
|
|
2933
|
+
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.j68_1, _this__u8e3s4.h68_1);
|
|
2933
2934
|
}
|
|
2934
2935
|
function mapFromDto_9(_this__u8e3s4) {
|
|
2935
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
2936
|
+
var tmp0_safe_receiver = _this__u8e3s4.k68_1;
|
|
2936
2937
|
var tmp;
|
|
2937
2938
|
if (tmp0_safe_receiver == null) {
|
|
2938
2939
|
tmp = null;
|
|
@@ -2941,7 +2942,7 @@
|
|
|
2941
2942
|
tmp = Companion_getInstance_0().mk(tmp0_safe_receiver);
|
|
2942
2943
|
}
|
|
2943
2944
|
var tmp5_startFromTime = tmp;
|
|
2944
|
-
var tmp1_safe_receiver = _this__u8e3s4.
|
|
2945
|
+
var tmp1_safe_receiver = _this__u8e3s4.m68_1;
|
|
2945
2946
|
var tmp_0;
|
|
2946
2947
|
if (tmp1_safe_receiver == null) {
|
|
2947
2948
|
tmp_0 = null;
|
|
@@ -2950,7 +2951,7 @@
|
|
|
2950
2951
|
tmp_0 = Companion_getInstance_0().mk(tmp1_safe_receiver);
|
|
2951
2952
|
}
|
|
2952
2953
|
var tmp6_waitPlayerUntilTime = tmp_0;
|
|
2953
|
-
var tmp2_safe_receiver = _this__u8e3s4.
|
|
2954
|
+
var tmp2_safe_receiver = _this__u8e3s4.l68_1;
|
|
2954
2955
|
var tmp_1;
|
|
2955
2956
|
if (tmp2_safe_receiver == null) {
|
|
2956
2957
|
tmp_1 = null;
|
|
@@ -2959,33 +2960,33 @@
|
|
|
2959
2960
|
tmp_1 = Companion_getInstance_0().mk(tmp2_safe_receiver);
|
|
2960
2961
|
}
|
|
2961
2962
|
var tmp7_playerTurnTimeout = tmp_1;
|
|
2962
|
-
var tmp8_state = _this__u8e3s4.
|
|
2963
|
-
var tmp9_tag = _this__u8e3s4.
|
|
2964
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
2963
|
+
var tmp8_state = _this__u8e3s4.n68_1;
|
|
2964
|
+
var tmp9_tag = _this__u8e3s4.p68_1;
|
|
2965
|
+
var tmp3_elvis_lhs = _this__u8e3s4.o68_1;
|
|
2965
2966
|
var tmp10_ready = tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs;
|
|
2966
|
-
var tmp4_safe_receiver = _this__u8e3s4.
|
|
2967
|
+
var tmp4_safe_receiver = _this__u8e3s4.q68_1;
|
|
2967
2968
|
var tmp11_connection = tmp4_safe_receiver == null ? null : mapFromDto_10(tmp4_safe_receiver);
|
|
2968
2969
|
return new PlayerState(tmp5_startFromTime, tmp7_playerTurnTimeout, tmp6_waitPlayerUntilTime, tmp8_state, tmp10_ready, tmp9_tag, tmp11_connection);
|
|
2969
2970
|
}
|
|
2970
2971
|
function mapToDto_9(_this__u8e3s4) {
|
|
2971
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
2972
|
+
var tmp0_safe_receiver = _this__u8e3s4.j65_1;
|
|
2972
2973
|
var tmp4_startFrom = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.toString();
|
|
2973
|
-
var tmp1_safe_receiver = _this__u8e3s4.
|
|
2974
|
+
var tmp1_safe_receiver = _this__u8e3s4.l65_1;
|
|
2974
2975
|
var tmp5_waitPlayerUntilTime = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.toString();
|
|
2975
|
-
var tmp2_safe_receiver = _this__u8e3s4.
|
|
2976
|
+
var tmp2_safe_receiver = _this__u8e3s4.k65_1;
|
|
2976
2977
|
var tmp6_playerTurnTimeout = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.toString();
|
|
2977
|
-
var tmp7_state = _this__u8e3s4.
|
|
2978
|
-
var tmp8_tag = _this__u8e3s4.
|
|
2979
|
-
var tmp9_ready = _this__u8e3s4.
|
|
2980
|
-
var tmp3_safe_receiver = _this__u8e3s4.
|
|
2978
|
+
var tmp7_state = _this__u8e3s4.m65_1;
|
|
2979
|
+
var tmp8_tag = _this__u8e3s4.o65_1;
|
|
2980
|
+
var tmp9_ready = _this__u8e3s4.n65_1;
|
|
2981
|
+
var tmp3_safe_receiver = _this__u8e3s4.p65_1;
|
|
2981
2982
|
var tmp10_connection = tmp3_safe_receiver == null ? null : mapToDto_10(tmp3_safe_receiver);
|
|
2982
2983
|
return new PlayerStateDto(tmp4_startFrom, tmp6_playerTurnTimeout, tmp5_waitPlayerUntilTime, tmp7_state, tmp9_ready, tmp8_tag, tmp10_connection);
|
|
2983
2984
|
}
|
|
2984
2985
|
function mapFromDto_10(_this__u8e3s4) {
|
|
2985
|
-
return new PlayerConnection(_this__u8e3s4.
|
|
2986
|
+
return new PlayerConnection(_this__u8e3s4.r68_1, Companion_getInstance_0().mk(_this__u8e3s4.s68_1), Companion_getInstance().gk(_this__u8e3s4.t68_1));
|
|
2986
2987
|
}
|
|
2987
2988
|
function mapToDto_10(_this__u8e3s4) {
|
|
2988
|
-
return new PlayerConnectionDto(_this__u8e3s4.
|
|
2989
|
+
return new PlayerConnectionDto(_this__u8e3s4.v65_1, _this__u8e3s4.w65_1.toString(), Duration__toIsoString_impl_9h6wsm(_this__u8e3s4.x65_1));
|
|
2989
2990
|
}
|
|
2990
2991
|
function Companion_16() {
|
|
2991
2992
|
}
|
|
@@ -3005,39 +3006,39 @@
|
|
|
3005
3006
|
tmp0_serialDesc.gz('rating', false);
|
|
3006
3007
|
tmp0_serialDesc.gz('is_bot', false);
|
|
3007
3008
|
tmp0_serialDesc.gz('lucky_factor', false);
|
|
3008
|
-
this.
|
|
3009
|
+
this.u68_1 = tmp0_serialDesc;
|
|
3009
3010
|
}
|
|
3010
|
-
protoOf($serializer_6).
|
|
3011
|
-
var tmp0_desc = this.
|
|
3011
|
+
protoOf($serializer_6).v68 = function (encoder, value) {
|
|
3012
|
+
var tmp0_desc = this.u68_1;
|
|
3012
3013
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3013
|
-
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.
|
|
3014
|
-
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3014
|
+
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.b68_1 == null)) {
|
|
3015
|
+
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.b68_1);
|
|
3015
3016
|
}
|
|
3016
|
-
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.
|
|
3017
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3017
|
+
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.c68_1 == null)) {
|
|
3018
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.c68_1);
|
|
3018
3019
|
}
|
|
3019
|
-
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.
|
|
3020
|
-
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3020
|
+
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.d68_1 == null)) {
|
|
3021
|
+
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.d68_1);
|
|
3021
3022
|
}
|
|
3022
|
-
if (tmp1_output.lt(tmp0_desc, 3) ? true : !(value.
|
|
3023
|
-
tmp1_output.ht(tmp0_desc, 3, StringSerializer_getInstance(), value.
|
|
3023
|
+
if (tmp1_output.lt(tmp0_desc, 3) ? true : !(value.e68_1 == null)) {
|
|
3024
|
+
tmp1_output.ht(tmp0_desc, 3, StringSerializer_getInstance(), value.e68_1);
|
|
3024
3025
|
}
|
|
3025
|
-
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.
|
|
3026
|
-
tmp1_output.ht(tmp0_desc, 4, StringSerializer_getInstance(), value.
|
|
3026
|
+
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.f68_1 == null)) {
|
|
3027
|
+
tmp1_output.ht(tmp0_desc, 4, StringSerializer_getInstance(), value.f68_1);
|
|
3027
3028
|
}
|
|
3028
|
-
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.
|
|
3029
|
-
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3029
|
+
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.g68_1 == null)) {
|
|
3030
|
+
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.g68_1);
|
|
3030
3031
|
}
|
|
3031
|
-
tmp1_output.ht(tmp0_desc, 6, DoubleSerializer_getInstance(), value.
|
|
3032
|
-
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
3033
|
-
tmp1_output.ht(tmp0_desc, 8, FloatSerializer_getInstance(), value.
|
|
3032
|
+
tmp1_output.ht(tmp0_desc, 6, DoubleSerializer_getInstance(), value.h68_1);
|
|
3033
|
+
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.i68_1);
|
|
3034
|
+
tmp1_output.ht(tmp0_desc, 8, FloatSerializer_getInstance(), value.j68_1);
|
|
3034
3035
|
tmp1_output.pr(tmp0_desc);
|
|
3035
3036
|
};
|
|
3036
3037
|
protoOf($serializer_6).co = function (encoder, value) {
|
|
3037
|
-
return this.
|
|
3038
|
+
return this.v68(encoder, value instanceof GameUserInfoDto ? value : THROW_CCE());
|
|
3038
3039
|
};
|
|
3039
3040
|
protoOf($serializer_6).do = function (decoder) {
|
|
3040
|
-
var tmp0_desc = this.
|
|
3041
|
+
var tmp0_desc = this.u68_1;
|
|
3041
3042
|
var tmp1_flag = true;
|
|
3042
3043
|
var tmp2_index = 0;
|
|
3043
3044
|
var tmp3_bitMask0 = 0;
|
|
@@ -3121,7 +3122,7 @@
|
|
|
3121
3122
|
return GameUserInfoDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, null);
|
|
3122
3123
|
};
|
|
3123
3124
|
protoOf($serializer_6).bo = function () {
|
|
3124
|
-
return this.
|
|
3125
|
+
return this.u68_1;
|
|
3125
3126
|
};
|
|
3126
3127
|
protoOf($serializer_6).vz = function () {
|
|
3127
3128
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3137,35 +3138,35 @@
|
|
|
3137
3138
|
}
|
|
3138
3139
|
function GameUserInfoDto_init_$Init$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker, $this) {
|
|
3139
3140
|
if (!(448 === (448 & seen0))) {
|
|
3140
|
-
throwMissingFieldException(seen0, 448, $serializer_getInstance_6().
|
|
3141
|
+
throwMissingFieldException(seen0, 448, $serializer_getInstance_6().u68_1);
|
|
3141
3142
|
}
|
|
3142
3143
|
if (0 === (seen0 & 1))
|
|
3143
|
-
$this.
|
|
3144
|
+
$this.b68_1 = null;
|
|
3144
3145
|
else
|
|
3145
|
-
$this.
|
|
3146
|
+
$this.b68_1 = playerId;
|
|
3146
3147
|
if (0 === (seen0 & 2))
|
|
3147
|
-
$this.
|
|
3148
|
+
$this.c68_1 = null;
|
|
3148
3149
|
else
|
|
3149
|
-
$this.
|
|
3150
|
+
$this.c68_1 = uid;
|
|
3150
3151
|
if (0 === (seen0 & 4))
|
|
3151
|
-
$this.
|
|
3152
|
+
$this.d68_1 = null;
|
|
3152
3153
|
else
|
|
3153
|
-
$this.
|
|
3154
|
+
$this.d68_1 = name;
|
|
3154
3155
|
if (0 === (seen0 & 8))
|
|
3155
|
-
$this.
|
|
3156
|
+
$this.e68_1 = null;
|
|
3156
3157
|
else
|
|
3157
|
-
$this.
|
|
3158
|
+
$this.e68_1 = nickname;
|
|
3158
3159
|
if (0 === (seen0 & 16))
|
|
3159
|
-
$this.
|
|
3160
|
+
$this.f68_1 = null;
|
|
3160
3161
|
else
|
|
3161
|
-
$this.
|
|
3162
|
+
$this.f68_1 = avatarUrl;
|
|
3162
3163
|
if (0 === (seen0 & 32))
|
|
3163
|
-
$this.
|
|
3164
|
+
$this.g68_1 = null;
|
|
3164
3165
|
else
|
|
3165
|
-
$this.
|
|
3166
|
-
$this.
|
|
3167
|
-
$this.
|
|
3168
|
-
$this.
|
|
3166
|
+
$this.g68_1 = photo;
|
|
3167
|
+
$this.h68_1 = rating;
|
|
3168
|
+
$this.i68_1 = isBot;
|
|
3169
|
+
$this.j68_1 = initialLuckyFactor;
|
|
3169
3170
|
return $this;
|
|
3170
3171
|
}
|
|
3171
3172
|
function GameUserInfoDto_init_$Create$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker) {
|
|
@@ -3178,47 +3179,47 @@
|
|
|
3178
3179
|
nickname = nickname === VOID ? null : nickname;
|
|
3179
3180
|
avatarUrl = avatarUrl === VOID ? null : avatarUrl;
|
|
3180
3181
|
photo = photo === VOID ? null : photo;
|
|
3181
|
-
this.
|
|
3182
|
-
this.
|
|
3183
|
-
this.
|
|
3184
|
-
this.
|
|
3185
|
-
this.
|
|
3186
|
-
this.
|
|
3187
|
-
this.
|
|
3188
|
-
this.
|
|
3189
|
-
this.
|
|
3190
|
-
}
|
|
3191
|
-
protoOf(GameUserInfoDto).
|
|
3192
|
-
return this.
|
|
3193
|
-
};
|
|
3194
|
-
protoOf(GameUserInfoDto).
|
|
3182
|
+
this.b68_1 = playerId;
|
|
3183
|
+
this.c68_1 = uid;
|
|
3184
|
+
this.d68_1 = name;
|
|
3185
|
+
this.e68_1 = nickname;
|
|
3186
|
+
this.f68_1 = avatarUrl;
|
|
3187
|
+
this.g68_1 = photo;
|
|
3188
|
+
this.h68_1 = rating;
|
|
3189
|
+
this.i68_1 = isBot;
|
|
3190
|
+
this.j68_1 = initialLuckyFactor;
|
|
3191
|
+
}
|
|
3192
|
+
protoOf(GameUserInfoDto).w68 = function () {
|
|
3193
|
+
return this.x68(VOID, VOID, VOID, VOID, VOID, VOID, VOID, null, null);
|
|
3194
|
+
};
|
|
3195
|
+
protoOf(GameUserInfoDto).y68 = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) {
|
|
3195
3196
|
return new GameUserInfoDto(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3196
3197
|
};
|
|
3197
|
-
protoOf(GameUserInfoDto).
|
|
3198
|
-
playerId = playerId === VOID ? this.
|
|
3199
|
-
uid = uid === VOID ? this.
|
|
3200
|
-
name = name === VOID ? this.
|
|
3201
|
-
nickname = nickname === VOID ? this.
|
|
3202
|
-
avatarUrl = avatarUrl === VOID ? this.
|
|
3203
|
-
photo = photo === VOID ? this.
|
|
3204
|
-
rating = rating === VOID ? this.
|
|
3205
|
-
isBot = isBot === VOID ? this.
|
|
3206
|
-
initialLuckyFactor = initialLuckyFactor === VOID ? this.
|
|
3207
|
-
return $super === VOID ? this.
|
|
3198
|
+
protoOf(GameUserInfoDto).x68 = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, $super) {
|
|
3199
|
+
playerId = playerId === VOID ? this.b68_1 : playerId;
|
|
3200
|
+
uid = uid === VOID ? this.c68_1 : uid;
|
|
3201
|
+
name = name === VOID ? this.d68_1 : name;
|
|
3202
|
+
nickname = nickname === VOID ? this.e68_1 : nickname;
|
|
3203
|
+
avatarUrl = avatarUrl === VOID ? this.f68_1 : avatarUrl;
|
|
3204
|
+
photo = photo === VOID ? this.g68_1 : photo;
|
|
3205
|
+
rating = rating === VOID ? this.h68_1 : rating;
|
|
3206
|
+
isBot = isBot === VOID ? this.i68_1 : isBot;
|
|
3207
|
+
initialLuckyFactor = initialLuckyFactor === VOID ? this.j68_1 : initialLuckyFactor;
|
|
3208
|
+
return $super === VOID ? this.y68(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) : $super.y68.call(this, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3208
3209
|
};
|
|
3209
3210
|
protoOf(GameUserInfoDto).toString = function () {
|
|
3210
|
-
return 'GameUserInfoDto(playerId=' + this.
|
|
3211
|
+
return 'GameUserInfoDto(playerId=' + this.b68_1 + ', uid=' + this.c68_1 + ', name=' + this.d68_1 + ', nickname=' + this.e68_1 + ', avatarUrl=' + this.f68_1 + ', photo=' + this.g68_1 + ', rating=' + this.h68_1 + ', isBot=' + this.i68_1 + ', initialLuckyFactor=' + this.j68_1 + ')';
|
|
3211
3212
|
};
|
|
3212
3213
|
protoOf(GameUserInfoDto).hashCode = function () {
|
|
3213
|
-
var result = this.
|
|
3214
|
-
result = imul(result, 31) + (this.a68_1 == null ? 0 : getStringHashCode(this.a68_1)) | 0;
|
|
3215
|
-
result = imul(result, 31) + (this.b68_1 == null ? 0 : getStringHashCode(this.b68_1)) | 0;
|
|
3214
|
+
var result = this.b68_1 == null ? 0 : getStringHashCode(this.b68_1);
|
|
3216
3215
|
result = imul(result, 31) + (this.c68_1 == null ? 0 : getStringHashCode(this.c68_1)) | 0;
|
|
3217
3216
|
result = imul(result, 31) + (this.d68_1 == null ? 0 : getStringHashCode(this.d68_1)) | 0;
|
|
3218
3217
|
result = imul(result, 31) + (this.e68_1 == null ? 0 : getStringHashCode(this.e68_1)) | 0;
|
|
3219
|
-
result = imul(result, 31) + (this.f68_1 == null ? 0 :
|
|
3220
|
-
result = imul(result, 31) + (this.g68_1 == null ? 0 :
|
|
3218
|
+
result = imul(result, 31) + (this.f68_1 == null ? 0 : getStringHashCode(this.f68_1)) | 0;
|
|
3219
|
+
result = imul(result, 31) + (this.g68_1 == null ? 0 : getStringHashCode(this.g68_1)) | 0;
|
|
3221
3220
|
result = imul(result, 31) + (this.h68_1 == null ? 0 : getNumberHashCode(this.h68_1)) | 0;
|
|
3221
|
+
result = imul(result, 31) + (this.i68_1 == null ? 0 : getBooleanHashCode(this.i68_1)) | 0;
|
|
3222
|
+
result = imul(result, 31) + (this.j68_1 == null ? 0 : getNumberHashCode(this.j68_1)) | 0;
|
|
3222
3223
|
return result;
|
|
3223
3224
|
};
|
|
3224
3225
|
protoOf(GameUserInfoDto).equals = function (other) {
|
|
@@ -3226,10 +3227,6 @@
|
|
|
3226
3227
|
return true;
|
|
3227
3228
|
if (!(other instanceof GameUserInfoDto))
|
|
3228
3229
|
return false;
|
|
3229
|
-
if (!(this.z67_1 == other.z67_1))
|
|
3230
|
-
return false;
|
|
3231
|
-
if (!(this.a68_1 == other.a68_1))
|
|
3232
|
-
return false;
|
|
3233
3230
|
if (!(this.b68_1 == other.b68_1))
|
|
3234
3231
|
return false;
|
|
3235
3232
|
if (!(this.c68_1 == other.c68_1))
|
|
@@ -3238,12 +3235,16 @@
|
|
|
3238
3235
|
return false;
|
|
3239
3236
|
if (!(this.e68_1 == other.e68_1))
|
|
3240
3237
|
return false;
|
|
3241
|
-
if (!
|
|
3238
|
+
if (!(this.f68_1 == other.f68_1))
|
|
3242
3239
|
return false;
|
|
3243
3240
|
if (!(this.g68_1 == other.g68_1))
|
|
3244
3241
|
return false;
|
|
3245
3242
|
if (!equals(this.h68_1, other.h68_1))
|
|
3246
3243
|
return false;
|
|
3244
|
+
if (!(this.i68_1 == other.i68_1))
|
|
3245
|
+
return false;
|
|
3246
|
+
if (!equals(this.j68_1, other.j68_1))
|
|
3247
|
+
return false;
|
|
3247
3248
|
return true;
|
|
3248
3249
|
};
|
|
3249
3250
|
function PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2() {
|
|
@@ -3256,7 +3257,7 @@
|
|
|
3256
3257
|
// Inline function 'kotlin.arrayOf' call
|
|
3257
3258
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3258
3259
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3259
|
-
tmp.
|
|
3260
|
+
tmp.z68_1 = [lazy(tmp_0, PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2), null, null];
|
|
3260
3261
|
}
|
|
3261
3262
|
var Companion_instance_19;
|
|
3262
3263
|
function Companion_getInstance_20() {
|
|
@@ -3270,22 +3271,22 @@
|
|
|
3270
3271
|
tmp0_serialDesc.gz('state', false);
|
|
3271
3272
|
tmp0_serialDesc.gz('connectionChangedTime', false);
|
|
3272
3273
|
tmp0_serialDesc.gz('notLiveDurationRecord', false);
|
|
3273
|
-
this.
|
|
3274
|
+
this.a69_1 = tmp0_serialDesc;
|
|
3274
3275
|
}
|
|
3275
|
-
protoOf($serializer_7).
|
|
3276
|
-
var tmp0_desc = this.
|
|
3276
|
+
protoOf($serializer_7).b69 = function (encoder, value) {
|
|
3277
|
+
var tmp0_desc = this.a69_1;
|
|
3277
3278
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3278
|
-
var tmp2_cached = Companion_getInstance_20().
|
|
3279
|
-
tmp1_output.ft(tmp0_desc, 0, tmp2_cached[0].w(), value.
|
|
3280
|
-
tmp1_output.dt(tmp0_desc, 1, value.
|
|
3281
|
-
tmp1_output.dt(tmp0_desc, 2, value.
|
|
3279
|
+
var tmp2_cached = Companion_getInstance_20().z68_1;
|
|
3280
|
+
tmp1_output.ft(tmp0_desc, 0, tmp2_cached[0].w(), value.r68_1);
|
|
3281
|
+
tmp1_output.dt(tmp0_desc, 1, value.s68_1);
|
|
3282
|
+
tmp1_output.dt(tmp0_desc, 2, value.t68_1);
|
|
3282
3283
|
tmp1_output.pr(tmp0_desc);
|
|
3283
3284
|
};
|
|
3284
3285
|
protoOf($serializer_7).co = function (encoder, value) {
|
|
3285
|
-
return this.
|
|
3286
|
+
return this.b69(encoder, value instanceof PlayerConnectionDto ? value : THROW_CCE());
|
|
3286
3287
|
};
|
|
3287
3288
|
protoOf($serializer_7).do = function (decoder) {
|
|
3288
|
-
var tmp0_desc = this.
|
|
3289
|
+
var tmp0_desc = this.a69_1;
|
|
3289
3290
|
var tmp1_flag = true;
|
|
3290
3291
|
var tmp2_index = 0;
|
|
3291
3292
|
var tmp3_bitMask0 = 0;
|
|
@@ -3293,7 +3294,7 @@
|
|
|
3293
3294
|
var tmp5_local1 = null;
|
|
3294
3295
|
var tmp6_local2 = null;
|
|
3295
3296
|
var tmp7_input = decoder.or(tmp0_desc);
|
|
3296
|
-
var tmp8_cached = Companion_getInstance_20().
|
|
3297
|
+
var tmp8_cached = Companion_getInstance_20().z68_1;
|
|
3297
3298
|
if (tmp7_input.es()) {
|
|
3298
3299
|
tmp4_local0 = tmp7_input.as(tmp0_desc, 0, tmp8_cached[0].w(), tmp4_local0);
|
|
3299
3300
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3328,13 +3329,13 @@
|
|
|
3328
3329
|
return PlayerConnectionDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
3329
3330
|
};
|
|
3330
3331
|
protoOf($serializer_7).bo = function () {
|
|
3331
|
-
return this.
|
|
3332
|
+
return this.a69_1;
|
|
3332
3333
|
};
|
|
3333
3334
|
protoOf($serializer_7).vz = function () {
|
|
3334
3335
|
// Inline function 'kotlin.arrayOf' call
|
|
3335
3336
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3336
3337
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3337
|
-
return [Companion_getInstance_20().
|
|
3338
|
+
return [Companion_getInstance_20().z68_1[0].w(), StringSerializer_getInstance(), StringSerializer_getInstance()];
|
|
3338
3339
|
};
|
|
3339
3340
|
var $serializer_instance_7;
|
|
3340
3341
|
function $serializer_getInstance_7() {
|
|
@@ -3344,11 +3345,11 @@
|
|
|
3344
3345
|
}
|
|
3345
3346
|
function PlayerConnectionDto_init_$Init$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker, $this) {
|
|
3346
3347
|
if (!(7 === (7 & seen0))) {
|
|
3347
|
-
throwMissingFieldException(seen0, 7, $serializer_getInstance_7().
|
|
3348
|
+
throwMissingFieldException(seen0, 7, $serializer_getInstance_7().a69_1);
|
|
3348
3349
|
}
|
|
3349
|
-
$this.
|
|
3350
|
-
$this.
|
|
3351
|
-
$this.
|
|
3350
|
+
$this.r68_1 = state;
|
|
3351
|
+
$this.s68_1 = connectionChangedTime;
|
|
3352
|
+
$this.t68_1 = notLiveDurationRecord;
|
|
3352
3353
|
return $this;
|
|
3353
3354
|
}
|
|
3354
3355
|
function PlayerConnectionDto_init_$Create$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker) {
|
|
@@ -3356,17 +3357,17 @@
|
|
|
3356
3357
|
}
|
|
3357
3358
|
function PlayerConnectionDto(state, connectionChangedTime, notLiveDurationRecord) {
|
|
3358
3359
|
Companion_getInstance_20();
|
|
3359
|
-
this.
|
|
3360
|
-
this.
|
|
3361
|
-
this.
|
|
3360
|
+
this.r68_1 = state;
|
|
3361
|
+
this.s68_1 = connectionChangedTime;
|
|
3362
|
+
this.t68_1 = notLiveDurationRecord;
|
|
3362
3363
|
}
|
|
3363
3364
|
protoOf(PlayerConnectionDto).toString = function () {
|
|
3364
|
-
return 'PlayerConnectionDto(state=' + this.
|
|
3365
|
+
return 'PlayerConnectionDto(state=' + this.r68_1.toString() + ', connectionChangedTime=' + this.s68_1 + ', notLiveDurationRecord=' + this.t68_1 + ')';
|
|
3365
3366
|
};
|
|
3366
3367
|
protoOf(PlayerConnectionDto).hashCode = function () {
|
|
3367
|
-
var result = this.
|
|
3368
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
3369
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
3368
|
+
var result = this.r68_1.hashCode();
|
|
3369
|
+
result = imul(result, 31) + getStringHashCode(this.s68_1) | 0;
|
|
3370
|
+
result = imul(result, 31) + getStringHashCode(this.t68_1) | 0;
|
|
3370
3371
|
return result;
|
|
3371
3372
|
};
|
|
3372
3373
|
protoOf(PlayerConnectionDto).equals = function (other) {
|
|
@@ -3374,11 +3375,11 @@
|
|
|
3374
3375
|
return true;
|
|
3375
3376
|
if (!(other instanceof PlayerConnectionDto))
|
|
3376
3377
|
return false;
|
|
3377
|
-
if (!this.
|
|
3378
|
+
if (!this.r68_1.equals(other.r68_1))
|
|
3378
3379
|
return false;
|
|
3379
|
-
if (!(this.
|
|
3380
|
+
if (!(this.s68_1 === other.s68_1))
|
|
3380
3381
|
return false;
|
|
3381
|
-
if (!(this.
|
|
3382
|
+
if (!(this.t68_1 === other.t68_1))
|
|
3382
3383
|
return false;
|
|
3383
3384
|
return true;
|
|
3384
3385
|
};
|
|
@@ -3392,7 +3393,7 @@
|
|
|
3392
3393
|
// Inline function 'kotlin.arrayOf' call
|
|
3393
3394
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3394
3395
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3395
|
-
tmp.
|
|
3396
|
+
tmp.c69_1 = [null, null, null, lazy(tmp_0, PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl), null, null, null];
|
|
3396
3397
|
}
|
|
3397
3398
|
var Companion_instance_20;
|
|
3398
3399
|
function Companion_getInstance_21() {
|
|
@@ -3410,38 +3411,38 @@
|
|
|
3410
3411
|
tmp0_serialDesc.gz('ready', true);
|
|
3411
3412
|
tmp0_serialDesc.gz('tag', true);
|
|
3412
3413
|
tmp0_serialDesc.gz('connection', true);
|
|
3413
|
-
this.
|
|
3414
|
+
this.d69_1 = tmp0_serialDesc;
|
|
3414
3415
|
}
|
|
3415
|
-
protoOf($serializer_8).
|
|
3416
|
-
var tmp0_desc = this.
|
|
3416
|
+
protoOf($serializer_8).e69 = function (encoder, value) {
|
|
3417
|
+
var tmp0_desc = this.d69_1;
|
|
3417
3418
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3418
|
-
var tmp2_cached = Companion_getInstance_21().
|
|
3419
|
-
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.
|
|
3420
|
-
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3419
|
+
var tmp2_cached = Companion_getInstance_21().c69_1;
|
|
3420
|
+
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.k68_1 == null)) {
|
|
3421
|
+
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.k68_1);
|
|
3421
3422
|
}
|
|
3422
|
-
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.
|
|
3423
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3423
|
+
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.l68_1 == null)) {
|
|
3424
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.l68_1);
|
|
3424
3425
|
}
|
|
3425
|
-
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.
|
|
3426
|
-
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3426
|
+
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.m68_1 == null)) {
|
|
3427
|
+
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.m68_1);
|
|
3427
3428
|
}
|
|
3428
|
-
tmp1_output.ft(tmp0_desc, 3, tmp2_cached[3].w(), value.
|
|
3429
|
-
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.
|
|
3430
|
-
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
3429
|
+
tmp1_output.ft(tmp0_desc, 3, tmp2_cached[3].w(), value.n68_1);
|
|
3430
|
+
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.o68_1 == null)) {
|
|
3431
|
+
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.o68_1);
|
|
3431
3432
|
}
|
|
3432
|
-
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.
|
|
3433
|
-
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3433
|
+
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.p68_1 == null)) {
|
|
3434
|
+
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.p68_1);
|
|
3434
3435
|
}
|
|
3435
|
-
if (tmp1_output.lt(tmp0_desc, 6) ? true : !(value.
|
|
3436
|
-
tmp1_output.ht(tmp0_desc, 6, $serializer_getInstance_7(), value.
|
|
3436
|
+
if (tmp1_output.lt(tmp0_desc, 6) ? true : !(value.q68_1 == null)) {
|
|
3437
|
+
tmp1_output.ht(tmp0_desc, 6, $serializer_getInstance_7(), value.q68_1);
|
|
3437
3438
|
}
|
|
3438
3439
|
tmp1_output.pr(tmp0_desc);
|
|
3439
3440
|
};
|
|
3440
3441
|
protoOf($serializer_8).co = function (encoder, value) {
|
|
3441
|
-
return this.
|
|
3442
|
+
return this.e69(encoder, value instanceof PlayerStateDto ? value : THROW_CCE());
|
|
3442
3443
|
};
|
|
3443
3444
|
protoOf($serializer_8).do = function (decoder) {
|
|
3444
|
-
var tmp0_desc = this.
|
|
3445
|
+
var tmp0_desc = this.d69_1;
|
|
3445
3446
|
var tmp1_flag = true;
|
|
3446
3447
|
var tmp2_index = 0;
|
|
3447
3448
|
var tmp3_bitMask0 = 0;
|
|
@@ -3453,7 +3454,7 @@
|
|
|
3453
3454
|
var tmp9_local5 = null;
|
|
3454
3455
|
var tmp10_local6 = null;
|
|
3455
3456
|
var tmp11_input = decoder.or(tmp0_desc);
|
|
3456
|
-
var tmp12_cached = Companion_getInstance_21().
|
|
3457
|
+
var tmp12_cached = Companion_getInstance_21().c69_1;
|
|
3457
3458
|
if (tmp11_input.es()) {
|
|
3458
3459
|
tmp4_local0 = tmp11_input.cs(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3459
3460
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3512,10 +3513,10 @@
|
|
|
3512
3513
|
return PlayerStateDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, null);
|
|
3513
3514
|
};
|
|
3514
3515
|
protoOf($serializer_8).bo = function () {
|
|
3515
|
-
return this.
|
|
3516
|
+
return this.d69_1;
|
|
3516
3517
|
};
|
|
3517
3518
|
protoOf($serializer_8).vz = function () {
|
|
3518
|
-
var tmp0_cached = Companion_getInstance_21().
|
|
3519
|
+
var tmp0_cached = Companion_getInstance_21().c69_1;
|
|
3519
3520
|
// Inline function 'kotlin.arrayOf' call
|
|
3520
3521
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3521
3522
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -3529,33 +3530,33 @@
|
|
|
3529
3530
|
}
|
|
3530
3531
|
function PlayerStateDto_init_$Init$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker, $this) {
|
|
3531
3532
|
if (!(8 === (8 & seen0))) {
|
|
3532
|
-
throwMissingFieldException(seen0, 8, $serializer_getInstance_8().
|
|
3533
|
+
throwMissingFieldException(seen0, 8, $serializer_getInstance_8().d69_1);
|
|
3533
3534
|
}
|
|
3534
3535
|
if (0 === (seen0 & 1))
|
|
3535
|
-
$this.
|
|
3536
|
+
$this.k68_1 = null;
|
|
3536
3537
|
else
|
|
3537
|
-
$this.
|
|
3538
|
+
$this.k68_1 = startFrom;
|
|
3538
3539
|
if (0 === (seen0 & 2))
|
|
3539
|
-
$this.
|
|
3540
|
+
$this.l68_1 = null;
|
|
3540
3541
|
else
|
|
3541
|
-
$this.
|
|
3542
|
+
$this.l68_1 = playerTurnTimeout;
|
|
3542
3543
|
if (0 === (seen0 & 4))
|
|
3543
|
-
$this.
|
|
3544
|
+
$this.m68_1 = null;
|
|
3544
3545
|
else
|
|
3545
|
-
$this.
|
|
3546
|
-
$this.
|
|
3546
|
+
$this.m68_1 = waitPlayerUntilTime;
|
|
3547
|
+
$this.n68_1 = state;
|
|
3547
3548
|
if (0 === (seen0 & 16))
|
|
3548
|
-
$this.
|
|
3549
|
+
$this.o68_1 = null;
|
|
3549
3550
|
else
|
|
3550
|
-
$this.
|
|
3551
|
+
$this.o68_1 = ready;
|
|
3551
3552
|
if (0 === (seen0 & 32))
|
|
3552
|
-
$this.
|
|
3553
|
+
$this.p68_1 = null;
|
|
3553
3554
|
else
|
|
3554
|
-
$this.
|
|
3555
|
+
$this.p68_1 = tag;
|
|
3555
3556
|
if (0 === (seen0 & 64))
|
|
3556
|
-
$this.
|
|
3557
|
+
$this.q68_1 = null;
|
|
3557
3558
|
else
|
|
3558
|
-
$this.
|
|
3559
|
+
$this.q68_1 = connection;
|
|
3559
3560
|
return $this;
|
|
3560
3561
|
}
|
|
3561
3562
|
function PlayerStateDto_init_$Create$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker) {
|
|
@@ -3569,25 +3570,25 @@
|
|
|
3569
3570
|
ready = ready === VOID ? null : ready;
|
|
3570
3571
|
tag = tag === VOID ? null : tag;
|
|
3571
3572
|
connection = connection === VOID ? null : connection;
|
|
3572
|
-
this.
|
|
3573
|
-
this.
|
|
3574
|
-
this.
|
|
3575
|
-
this.
|
|
3576
|
-
this.
|
|
3577
|
-
this.
|
|
3578
|
-
this.
|
|
3573
|
+
this.k68_1 = startFrom;
|
|
3574
|
+
this.l68_1 = playerTurnTimeout;
|
|
3575
|
+
this.m68_1 = waitPlayerUntilTime;
|
|
3576
|
+
this.n68_1 = state;
|
|
3577
|
+
this.o68_1 = ready;
|
|
3578
|
+
this.p68_1 = tag;
|
|
3579
|
+
this.q68_1 = connection;
|
|
3579
3580
|
}
|
|
3580
3581
|
protoOf(PlayerStateDto).toString = function () {
|
|
3581
|
-
return 'PlayerStateDto(startFrom=' + this.
|
|
3582
|
+
return 'PlayerStateDto(startFrom=' + this.k68_1 + ', playerTurnTimeout=' + this.l68_1 + ', waitPlayerUntilTime=' + this.m68_1 + ', state=' + this.n68_1.toString() + ', ready=' + this.o68_1 + ', tag=' + this.p68_1 + ', connection=' + toString(this.q68_1) + ')';
|
|
3582
3583
|
};
|
|
3583
3584
|
protoOf(PlayerStateDto).hashCode = function () {
|
|
3584
|
-
var result = this.
|
|
3585
|
-
result = imul(result, 31) + (this.
|
|
3586
|
-
result = imul(result, 31) + (this.
|
|
3587
|
-
result = imul(result, 31) + this.
|
|
3588
|
-
result = imul(result, 31) + (this.
|
|
3589
|
-
result = imul(result, 31) + (this.
|
|
3590
|
-
result = imul(result, 31) + (this.
|
|
3585
|
+
var result = this.k68_1 == null ? 0 : getStringHashCode(this.k68_1);
|
|
3586
|
+
result = imul(result, 31) + (this.l68_1 == null ? 0 : getStringHashCode(this.l68_1)) | 0;
|
|
3587
|
+
result = imul(result, 31) + (this.m68_1 == null ? 0 : getStringHashCode(this.m68_1)) | 0;
|
|
3588
|
+
result = imul(result, 31) + this.n68_1.hashCode() | 0;
|
|
3589
|
+
result = imul(result, 31) + (this.o68_1 == null ? 0 : getBooleanHashCode(this.o68_1)) | 0;
|
|
3590
|
+
result = imul(result, 31) + (this.p68_1 == null ? 0 : getStringHashCode(this.p68_1)) | 0;
|
|
3591
|
+
result = imul(result, 31) + (this.q68_1 == null ? 0 : this.q68_1.hashCode()) | 0;
|
|
3591
3592
|
return result;
|
|
3592
3593
|
};
|
|
3593
3594
|
protoOf(PlayerStateDto).equals = function (other) {
|
|
@@ -3595,19 +3596,19 @@
|
|
|
3595
3596
|
return true;
|
|
3596
3597
|
if (!(other instanceof PlayerStateDto))
|
|
3597
3598
|
return false;
|
|
3598
|
-
if (!(this.i68_1 == other.i68_1))
|
|
3599
|
-
return false;
|
|
3600
|
-
if (!(this.j68_1 == other.j68_1))
|
|
3601
|
-
return false;
|
|
3602
3599
|
if (!(this.k68_1 == other.k68_1))
|
|
3603
3600
|
return false;
|
|
3604
|
-
if (!this.l68_1
|
|
3601
|
+
if (!(this.l68_1 == other.l68_1))
|
|
3605
3602
|
return false;
|
|
3606
3603
|
if (!(this.m68_1 == other.m68_1))
|
|
3607
3604
|
return false;
|
|
3608
|
-
if (!
|
|
3605
|
+
if (!this.n68_1.equals(other.n68_1))
|
|
3606
|
+
return false;
|
|
3607
|
+
if (!(this.o68_1 == other.o68_1))
|
|
3608
|
+
return false;
|
|
3609
|
+
if (!(this.p68_1 == other.p68_1))
|
|
3609
3610
|
return false;
|
|
3610
|
-
if (!equals(this.
|
|
3611
|
+
if (!equals(this.q68_1, other.q68_1))
|
|
3611
3612
|
return false;
|
|
3612
3613
|
return true;
|
|
3613
3614
|
};
|
|
@@ -3631,7 +3632,7 @@
|
|
|
3631
3632
|
// Inline function 'kotlin.arrayOf' call
|
|
3632
3633
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3633
3634
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3634
|
-
tmp.
|
|
3635
|
+
tmp.f69_1 = [null, null, null, null, null, null, null, null, tmp_1, tmp_3, null, null, null, lazy(tmp_4, RulesDto$Companion$$childSerializers$_anonymous__7e0mv6_1), null, null, null, null, null, null, null, null, null, null, null, null];
|
|
3635
3636
|
}
|
|
3636
3637
|
var Companion_instance_21;
|
|
3637
3638
|
function Companion_getInstance_22() {
|
|
@@ -3668,45 +3669,45 @@
|
|
|
3668
3669
|
tmp0_serialDesc.gz('fineIfNoBribes', false);
|
|
3669
3670
|
tmp0_serialDesc.gz('enableFineAfterThirdByte', false);
|
|
3670
3671
|
tmp0_serialDesc.gz('fineAfterThirdFailedContract', false);
|
|
3671
|
-
this.
|
|
3672
|
+
this.g69_1 = tmp0_serialDesc;
|
|
3672
3673
|
}
|
|
3673
|
-
protoOf($serializer_9).
|
|
3674
|
-
var tmp0_desc = this.
|
|
3674
|
+
protoOf($serializer_9).h69 = function (encoder, value) {
|
|
3675
|
+
var tmp0_desc = this.g69_1;
|
|
3675
3676
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3676
|
-
var tmp2_cached = Companion_getInstance_22().
|
|
3677
|
-
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3678
|
-
tmp1_output.ht(tmp0_desc, 1, BooleanSerializer_getInstance(), value.
|
|
3679
|
-
tmp1_output.ht(tmp0_desc, 2, BooleanSerializer_getInstance(), value.
|
|
3680
|
-
tmp1_output.ht(tmp0_desc, 3, BooleanSerializer_getInstance(), value.
|
|
3681
|
-
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
3682
|
-
tmp1_output.ht(tmp0_desc, 5, IntSerializer_getInstance(), value.
|
|
3683
|
-
tmp1_output.ht(tmp0_desc, 6, IntSerializer_getInstance(), value.
|
|
3684
|
-
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
3685
|
-
tmp1_output.ht(tmp0_desc, 8, tmp2_cached[8].w(), value.
|
|
3686
|
-
tmp1_output.ht(tmp0_desc, 9, tmp2_cached[9].w(), value.
|
|
3687
|
-
tmp1_output.ht(tmp0_desc, 10, BooleanSerializer_getInstance(), value.
|
|
3688
|
-
tmp1_output.ht(tmp0_desc, 11, StringSerializer_getInstance(), value.
|
|
3689
|
-
tmp1_output.ht(tmp0_desc, 12, StringSerializer_getInstance(), value.
|
|
3690
|
-
tmp1_output.ht(tmp0_desc, 13, tmp2_cached[13].w(), value.
|
|
3691
|
-
tmp1_output.ht(tmp0_desc, 14, BooleanSerializer_getInstance(), value.
|
|
3692
|
-
tmp1_output.ht(tmp0_desc, 15, BooleanSerializer_getInstance(), value.
|
|
3693
|
-
tmp1_output.ht(tmp0_desc, 16, BooleanSerializer_getInstance(), value.
|
|
3694
|
-
tmp1_output.ht(tmp0_desc, 17, BooleanSerializer_getInstance(), value.
|
|
3695
|
-
tmp1_output.ht(tmp0_desc, 18, BooleanSerializer_getInstance(), value.
|
|
3696
|
-
tmp1_output.ht(tmp0_desc, 19, BooleanSerializer_getInstance(), value.
|
|
3697
|
-
tmp1_output.ht(tmp0_desc, 20, BooleanSerializer_getInstance(), value.
|
|
3698
|
-
tmp1_output.dt(tmp0_desc, 21, value.
|
|
3699
|
-
tmp1_output.ht(tmp0_desc, 22, BooleanSerializer_getInstance(), value.
|
|
3700
|
-
tmp1_output.ht(tmp0_desc, 23, IntSerializer_getInstance(), value.
|
|
3701
|
-
tmp1_output.ht(tmp0_desc, 24, BooleanSerializer_getInstance(), value.
|
|
3702
|
-
tmp1_output.ht(tmp0_desc, 25, IntSerializer_getInstance(), value.
|
|
3677
|
+
var tmp2_cached = Companion_getInstance_22().f69_1;
|
|
3678
|
+
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.i69_1);
|
|
3679
|
+
tmp1_output.ht(tmp0_desc, 1, BooleanSerializer_getInstance(), value.j69_1);
|
|
3680
|
+
tmp1_output.ht(tmp0_desc, 2, BooleanSerializer_getInstance(), value.k69_1);
|
|
3681
|
+
tmp1_output.ht(tmp0_desc, 3, BooleanSerializer_getInstance(), value.l69_1);
|
|
3682
|
+
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.m69_1);
|
|
3683
|
+
tmp1_output.ht(tmp0_desc, 5, IntSerializer_getInstance(), value.n69_1);
|
|
3684
|
+
tmp1_output.ht(tmp0_desc, 6, IntSerializer_getInstance(), value.o69_1);
|
|
3685
|
+
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.p69_1);
|
|
3686
|
+
tmp1_output.ht(tmp0_desc, 8, tmp2_cached[8].w(), value.q69_1);
|
|
3687
|
+
tmp1_output.ht(tmp0_desc, 9, tmp2_cached[9].w(), value.r69_1);
|
|
3688
|
+
tmp1_output.ht(tmp0_desc, 10, BooleanSerializer_getInstance(), value.s69_1);
|
|
3689
|
+
tmp1_output.ht(tmp0_desc, 11, StringSerializer_getInstance(), value.t69_1);
|
|
3690
|
+
tmp1_output.ht(tmp0_desc, 12, StringSerializer_getInstance(), value.u69_1);
|
|
3691
|
+
tmp1_output.ht(tmp0_desc, 13, tmp2_cached[13].w(), value.v69_1);
|
|
3692
|
+
tmp1_output.ht(tmp0_desc, 14, BooleanSerializer_getInstance(), value.w69_1);
|
|
3693
|
+
tmp1_output.ht(tmp0_desc, 15, BooleanSerializer_getInstance(), value.x69_1);
|
|
3694
|
+
tmp1_output.ht(tmp0_desc, 16, BooleanSerializer_getInstance(), value.y69_1);
|
|
3695
|
+
tmp1_output.ht(tmp0_desc, 17, BooleanSerializer_getInstance(), value.z69_1);
|
|
3696
|
+
tmp1_output.ht(tmp0_desc, 18, BooleanSerializer_getInstance(), value.a6a_1);
|
|
3697
|
+
tmp1_output.ht(tmp0_desc, 19, BooleanSerializer_getInstance(), value.b6a_1);
|
|
3698
|
+
tmp1_output.ht(tmp0_desc, 20, BooleanSerializer_getInstance(), value.c6a_1);
|
|
3699
|
+
tmp1_output.dt(tmp0_desc, 21, value.d6a_1);
|
|
3700
|
+
tmp1_output.ht(tmp0_desc, 22, BooleanSerializer_getInstance(), value.e6a_1);
|
|
3701
|
+
tmp1_output.ht(tmp0_desc, 23, IntSerializer_getInstance(), value.f6a_1);
|
|
3702
|
+
tmp1_output.ht(tmp0_desc, 24, BooleanSerializer_getInstance(), value.g6a_1);
|
|
3703
|
+
tmp1_output.ht(tmp0_desc, 25, IntSerializer_getInstance(), value.h6a_1);
|
|
3703
3704
|
tmp1_output.pr(tmp0_desc);
|
|
3704
3705
|
};
|
|
3705
3706
|
protoOf($serializer_9).co = function (encoder, value) {
|
|
3706
|
-
return this.
|
|
3707
|
+
return this.h69(encoder, value instanceof RulesDto ? value : THROW_CCE());
|
|
3707
3708
|
};
|
|
3708
3709
|
protoOf($serializer_9).do = function (decoder) {
|
|
3709
|
-
var tmp0_desc = this.
|
|
3710
|
+
var tmp0_desc = this.g69_1;
|
|
3710
3711
|
var tmp1_flag = true;
|
|
3711
3712
|
var tmp2_index = 0;
|
|
3712
3713
|
var tmp3_bitMask0 = 0;
|
|
@@ -3737,7 +3738,7 @@
|
|
|
3737
3738
|
var tmp28_local24 = null;
|
|
3738
3739
|
var tmp29_local25 = null;
|
|
3739
3740
|
var tmp30_input = decoder.or(tmp0_desc);
|
|
3740
|
-
var tmp31_cached = Companion_getInstance_22().
|
|
3741
|
+
var tmp31_cached = Companion_getInstance_22().f69_1;
|
|
3741
3742
|
if (tmp30_input.es()) {
|
|
3742
3743
|
tmp4_local0 = tmp30_input.cs(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3743
3744
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3910,10 +3911,10 @@
|
|
|
3910
3911
|
return RulesDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, tmp13_local9, tmp14_local10, tmp15_local11, tmp16_local12, tmp17_local13, tmp18_local14, tmp19_local15, tmp20_local16, tmp21_local17, tmp22_local18, tmp23_local19, tmp24_local20, tmp25_local21, tmp26_local22, tmp27_local23, tmp28_local24, tmp29_local25, null);
|
|
3911
3912
|
};
|
|
3912
3913
|
protoOf($serializer_9).bo = function () {
|
|
3913
|
-
return this.
|
|
3914
|
+
return this.g69_1;
|
|
3914
3915
|
};
|
|
3915
3916
|
protoOf($serializer_9).vz = function () {
|
|
3916
|
-
var tmp0_cached = Companion_getInstance_22().
|
|
3917
|
+
var tmp0_cached = Companion_getInstance_22().f69_1;
|
|
3917
3918
|
// Inline function 'kotlin.arrayOf' call
|
|
3918
3919
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3919
3920
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -3927,34 +3928,34 @@
|
|
|
3927
3928
|
}
|
|
3928
3929
|
function RulesDto_init_$Init$(seen0, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker, $this) {
|
|
3929
3930
|
if (!(67108863 === (67108863 & seen0))) {
|
|
3930
|
-
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_9().
|
|
3931
|
+
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_9().g69_1);
|
|
3931
3932
|
}
|
|
3932
|
-
$this.
|
|
3933
|
-
$this.
|
|
3934
|
-
$this.
|
|
3935
|
-
$this.
|
|
3936
|
-
$this.
|
|
3937
|
-
$this.
|
|
3938
|
-
$this.
|
|
3939
|
-
$this.
|
|
3940
|
-
$this.
|
|
3941
|
-
$this.
|
|
3942
|
-
$this.
|
|
3943
|
-
$this.
|
|
3944
|
-
$this.
|
|
3945
|
-
$this.
|
|
3946
|
-
$this.
|
|
3947
|
-
$this.
|
|
3948
|
-
$this.
|
|
3949
|
-
$this.
|
|
3950
|
-
$this.
|
|
3951
|
-
$this.
|
|
3952
|
-
$this.
|
|
3953
|
-
$this.
|
|
3954
|
-
$this.
|
|
3955
|
-
$this.
|
|
3956
|
-
$this.
|
|
3957
|
-
$this.
|
|
3933
|
+
$this.i69_1 = name;
|
|
3934
|
+
$this.j69_1 = playerWhoChooseSuitGoFirst;
|
|
3935
|
+
$this.k69_1 = winnerShuffleCards;
|
|
3936
|
+
$this.l69_1 = playWithoutLiabilities;
|
|
3937
|
+
$this.m69_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
3938
|
+
$this.n69_1 = dealerInitialCardsCount;
|
|
3939
|
+
$this.o69_1 = dealerFinalCardsCount;
|
|
3940
|
+
$this.p69_1 = dealerCounterClockwise;
|
|
3941
|
+
$this.q69_1 = contractTypes;
|
|
3942
|
+
$this.r69_1 = bidTypes;
|
|
3943
|
+
$this.s69_1 = needToPutHigherTrump;
|
|
3944
|
+
$this.t69_1 = trumpCardStepMode;
|
|
3945
|
+
$this.u69_1 = trumpCardStepPartnerMode;
|
|
3946
|
+
$this.v69_1 = combinationsWithFirstCard;
|
|
3947
|
+
$this.w69_1 = protectBella;
|
|
3948
|
+
$this.x69_1 = oneTryToProtectBella;
|
|
3949
|
+
$this.y69_1 = enableFourSevensCombination;
|
|
3950
|
+
$this.z69_1 = enableTrumpSevenCombination;
|
|
3951
|
+
$this.a6a_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
3952
|
+
$this.b6a_1 = checkTrumpCombination;
|
|
3953
|
+
$this.c6a_1 = checkOnlyTrumpDebertz;
|
|
3954
|
+
$this.d6a_1 = pointsDistributeMode;
|
|
3955
|
+
$this.e6a_1 = enableFineIfNoBribes;
|
|
3956
|
+
$this.f6a_1 = fineIfNoBribes;
|
|
3957
|
+
$this.g6a_1 = enableFineAfterThirdByte;
|
|
3958
|
+
$this.h6a_1 = fineAfterThirdFailedContract;
|
|
3958
3959
|
return $this;
|
|
3959
3960
|
}
|
|
3960
3961
|
function RulesDto_init_$Create$(seen0, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker) {
|
|
@@ -3962,63 +3963,63 @@
|
|
|
3962
3963
|
}
|
|
3963
3964
|
function RulesDto(name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract) {
|
|
3964
3965
|
Companion_getInstance_22();
|
|
3965
|
-
this.
|
|
3966
|
-
this.
|
|
3967
|
-
this.
|
|
3968
|
-
this.
|
|
3969
|
-
this.
|
|
3970
|
-
this.
|
|
3971
|
-
this.
|
|
3972
|
-
this.
|
|
3973
|
-
this.
|
|
3974
|
-
this.
|
|
3975
|
-
this.
|
|
3976
|
-
this.
|
|
3977
|
-
this.
|
|
3978
|
-
this.
|
|
3979
|
-
this.
|
|
3980
|
-
this.
|
|
3981
|
-
this.
|
|
3982
|
-
this.
|
|
3983
|
-
this.
|
|
3984
|
-
this.
|
|
3985
|
-
this.
|
|
3986
|
-
this.
|
|
3987
|
-
this.
|
|
3988
|
-
this.
|
|
3989
|
-
this.
|
|
3990
|
-
this.
|
|
3966
|
+
this.i69_1 = name;
|
|
3967
|
+
this.j69_1 = playerWhoChooseSuitGoFirst;
|
|
3968
|
+
this.k69_1 = winnerShuffleCards;
|
|
3969
|
+
this.l69_1 = playWithoutLiabilities;
|
|
3970
|
+
this.m69_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
3971
|
+
this.n69_1 = dealerInitialCardsCount;
|
|
3972
|
+
this.o69_1 = dealerFinalCardsCount;
|
|
3973
|
+
this.p69_1 = dealerCounterClockwise;
|
|
3974
|
+
this.q69_1 = contractTypes;
|
|
3975
|
+
this.r69_1 = bidTypes;
|
|
3976
|
+
this.s69_1 = needToPutHigherTrump;
|
|
3977
|
+
this.t69_1 = trumpCardStepMode;
|
|
3978
|
+
this.u69_1 = trumpCardStepPartnerMode;
|
|
3979
|
+
this.v69_1 = combinationsWithFirstCard;
|
|
3980
|
+
this.w69_1 = protectBella;
|
|
3981
|
+
this.x69_1 = oneTryToProtectBella;
|
|
3982
|
+
this.y69_1 = enableFourSevensCombination;
|
|
3983
|
+
this.z69_1 = enableTrumpSevenCombination;
|
|
3984
|
+
this.a6a_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
3985
|
+
this.b6a_1 = checkTrumpCombination;
|
|
3986
|
+
this.c6a_1 = checkOnlyTrumpDebertz;
|
|
3987
|
+
this.d6a_1 = pointsDistributeMode;
|
|
3988
|
+
this.e6a_1 = enableFineIfNoBribes;
|
|
3989
|
+
this.f6a_1 = fineIfNoBribes;
|
|
3990
|
+
this.g6a_1 = enableFineAfterThirdByte;
|
|
3991
|
+
this.h6a_1 = fineAfterThirdFailedContract;
|
|
3991
3992
|
}
|
|
3992
3993
|
protoOf(RulesDto).toString = function () {
|
|
3993
|
-
return 'RulesDto(name=' + this.
|
|
3994
|
+
return 'RulesDto(name=' + this.i69_1 + ', playerWhoChooseSuitGoFirst=' + this.j69_1 + ', winnerShuffleCards=' + this.k69_1 + ', playWithoutLiabilities=' + this.l69_1 + ', trumpCardGoToPlayerWhoShuffleCards=' + this.m69_1 + ', dealerInitialCardsCount=' + this.n69_1 + ', dealerFinalCardsCount=' + this.o69_1 + ', dealerCounterClockwise=' + this.p69_1 + ', contractTypes=' + toString(this.q69_1) + ', bidTypes=' + toString(this.r69_1) + ', needToPutHigherTrump=' + this.s69_1 + ', trumpCardStepMode=' + this.t69_1 + ', trumpCardStepPartnerMode=' + this.u69_1 + ', combinationsWithFirstCard=' + toString(this.v69_1) + ', protectBella=' + this.w69_1 + ', oneTryToProtectBella=' + this.x69_1 + ', enableFourSevensCombination=' + this.y69_1 + ', enableTrumpSevenCombination=' + this.z69_1 + ', enableTrumpSevenCombinationAfterDistribution=' + this.a6a_1 + ', checkTrumpCombination=' + this.b6a_1 + ', checkOnlyTrumpDebertz=' + this.c6a_1 + ', pointsDistributeMode=' + this.d6a_1 + ', enableFineIfNoBribes=' + this.e6a_1 + ', fineIfNoBribes=' + this.f6a_1 + ', enableFineAfterThirdByte=' + this.g6a_1 + ', fineAfterThirdFailedContract=' + this.h6a_1 + ')';
|
|
3994
3995
|
};
|
|
3995
3996
|
protoOf(RulesDto).hashCode = function () {
|
|
3996
|
-
var result = this.
|
|
3997
|
-
result = imul(result, 31) + (this.h69_1 == null ? 0 : getBooleanHashCode(this.h69_1)) | 0;
|
|
3998
|
-
result = imul(result, 31) + (this.i69_1 == null ? 0 : getBooleanHashCode(this.i69_1)) | 0;
|
|
3997
|
+
var result = this.i69_1 == null ? 0 : getStringHashCode(this.i69_1);
|
|
3999
3998
|
result = imul(result, 31) + (this.j69_1 == null ? 0 : getBooleanHashCode(this.j69_1)) | 0;
|
|
4000
3999
|
result = imul(result, 31) + (this.k69_1 == null ? 0 : getBooleanHashCode(this.k69_1)) | 0;
|
|
4001
|
-
result = imul(result, 31) + (this.l69_1 == null ? 0 : this.l69_1) | 0;
|
|
4002
|
-
result = imul(result, 31) + (this.m69_1 == null ? 0 : this.m69_1) | 0;
|
|
4003
|
-
result = imul(result, 31) + (this.n69_1 == null ? 0 :
|
|
4004
|
-
result = imul(result, 31) + (this.o69_1 == null ? 0 :
|
|
4005
|
-
result = imul(result, 31) + (this.p69_1 == null ? 0 :
|
|
4006
|
-
result = imul(result, 31) + (this.q69_1 == null ? 0 :
|
|
4007
|
-
result = imul(result, 31) + (this.r69_1 == null ? 0 :
|
|
4008
|
-
result = imul(result, 31) + (this.s69_1 == null ? 0 :
|
|
4009
|
-
result = imul(result, 31) + (this.t69_1 == null ? 0 :
|
|
4010
|
-
result = imul(result, 31) + (this.u69_1 == null ? 0 :
|
|
4011
|
-
result = imul(result, 31) + (this.v69_1 == null ? 0 :
|
|
4000
|
+
result = imul(result, 31) + (this.l69_1 == null ? 0 : getBooleanHashCode(this.l69_1)) | 0;
|
|
4001
|
+
result = imul(result, 31) + (this.m69_1 == null ? 0 : getBooleanHashCode(this.m69_1)) | 0;
|
|
4002
|
+
result = imul(result, 31) + (this.n69_1 == null ? 0 : this.n69_1) | 0;
|
|
4003
|
+
result = imul(result, 31) + (this.o69_1 == null ? 0 : this.o69_1) | 0;
|
|
4004
|
+
result = imul(result, 31) + (this.p69_1 == null ? 0 : getBooleanHashCode(this.p69_1)) | 0;
|
|
4005
|
+
result = imul(result, 31) + (this.q69_1 == null ? 0 : hashCode(this.q69_1)) | 0;
|
|
4006
|
+
result = imul(result, 31) + (this.r69_1 == null ? 0 : hashCode(this.r69_1)) | 0;
|
|
4007
|
+
result = imul(result, 31) + (this.s69_1 == null ? 0 : getBooleanHashCode(this.s69_1)) | 0;
|
|
4008
|
+
result = imul(result, 31) + (this.t69_1 == null ? 0 : getStringHashCode(this.t69_1)) | 0;
|
|
4009
|
+
result = imul(result, 31) + (this.u69_1 == null ? 0 : getStringHashCode(this.u69_1)) | 0;
|
|
4010
|
+
result = imul(result, 31) + (this.v69_1 == null ? 0 : hashCode(this.v69_1)) | 0;
|
|
4012
4011
|
result = imul(result, 31) + (this.w69_1 == null ? 0 : getBooleanHashCode(this.w69_1)) | 0;
|
|
4013
4012
|
result = imul(result, 31) + (this.x69_1 == null ? 0 : getBooleanHashCode(this.x69_1)) | 0;
|
|
4014
4013
|
result = imul(result, 31) + (this.y69_1 == null ? 0 : getBooleanHashCode(this.y69_1)) | 0;
|
|
4015
4014
|
result = imul(result, 31) + (this.z69_1 == null ? 0 : getBooleanHashCode(this.z69_1)) | 0;
|
|
4016
4015
|
result = imul(result, 31) + (this.a6a_1 == null ? 0 : getBooleanHashCode(this.a6a_1)) | 0;
|
|
4017
|
-
result = imul(result, 31) +
|
|
4016
|
+
result = imul(result, 31) + (this.b6a_1 == null ? 0 : getBooleanHashCode(this.b6a_1)) | 0;
|
|
4018
4017
|
result = imul(result, 31) + (this.c6a_1 == null ? 0 : getBooleanHashCode(this.c6a_1)) | 0;
|
|
4019
|
-
result = imul(result, 31) + (this.d6a_1
|
|
4018
|
+
result = imul(result, 31) + getStringHashCode(this.d6a_1) | 0;
|
|
4020
4019
|
result = imul(result, 31) + (this.e6a_1 == null ? 0 : getBooleanHashCode(this.e6a_1)) | 0;
|
|
4021
4020
|
result = imul(result, 31) + (this.f6a_1 == null ? 0 : this.f6a_1) | 0;
|
|
4021
|
+
result = imul(result, 31) + (this.g6a_1 == null ? 0 : getBooleanHashCode(this.g6a_1)) | 0;
|
|
4022
|
+
result = imul(result, 31) + (this.h6a_1 == null ? 0 : this.h6a_1) | 0;
|
|
4022
4023
|
return result;
|
|
4023
4024
|
};
|
|
4024
4025
|
protoOf(RulesDto).equals = function (other) {
|
|
@@ -4026,10 +4027,6 @@
|
|
|
4026
4027
|
return true;
|
|
4027
4028
|
if (!(other instanceof RulesDto))
|
|
4028
4029
|
return false;
|
|
4029
|
-
if (!(this.g69_1 == other.g69_1))
|
|
4030
|
-
return false;
|
|
4031
|
-
if (!(this.h69_1 == other.h69_1))
|
|
4032
|
-
return false;
|
|
4033
4030
|
if (!(this.i69_1 == other.i69_1))
|
|
4034
4031
|
return false;
|
|
4035
4032
|
if (!(this.j69_1 == other.j69_1))
|
|
@@ -4042,21 +4039,21 @@
|
|
|
4042
4039
|
return false;
|
|
4043
4040
|
if (!(this.n69_1 == other.n69_1))
|
|
4044
4041
|
return false;
|
|
4045
|
-
if (!
|
|
4042
|
+
if (!(this.o69_1 == other.o69_1))
|
|
4046
4043
|
return false;
|
|
4047
|
-
if (!
|
|
4044
|
+
if (!(this.p69_1 == other.p69_1))
|
|
4048
4045
|
return false;
|
|
4049
|
-
if (!(this.q69_1
|
|
4046
|
+
if (!equals(this.q69_1, other.q69_1))
|
|
4050
4047
|
return false;
|
|
4051
|
-
if (!(this.r69_1
|
|
4048
|
+
if (!equals(this.r69_1, other.r69_1))
|
|
4052
4049
|
return false;
|
|
4053
4050
|
if (!(this.s69_1 == other.s69_1))
|
|
4054
4051
|
return false;
|
|
4055
|
-
if (!
|
|
4052
|
+
if (!(this.t69_1 == other.t69_1))
|
|
4056
4053
|
return false;
|
|
4057
4054
|
if (!(this.u69_1 == other.u69_1))
|
|
4058
4055
|
return false;
|
|
4059
|
-
if (!(this.v69_1
|
|
4056
|
+
if (!equals(this.v69_1, other.v69_1))
|
|
4060
4057
|
return false;
|
|
4061
4058
|
if (!(this.w69_1 == other.w69_1))
|
|
4062
4059
|
return false;
|
|
@@ -4068,37 +4065,41 @@
|
|
|
4068
4065
|
return false;
|
|
4069
4066
|
if (!(this.a6a_1 == other.a6a_1))
|
|
4070
4067
|
return false;
|
|
4071
|
-
if (!(this.b6a_1
|
|
4068
|
+
if (!(this.b6a_1 == other.b6a_1))
|
|
4072
4069
|
return false;
|
|
4073
4070
|
if (!(this.c6a_1 == other.c6a_1))
|
|
4074
4071
|
return false;
|
|
4075
|
-
if (!(this.d6a_1
|
|
4072
|
+
if (!(this.d6a_1 === other.d6a_1))
|
|
4076
4073
|
return false;
|
|
4077
4074
|
if (!(this.e6a_1 == other.e6a_1))
|
|
4078
4075
|
return false;
|
|
4079
4076
|
if (!(this.f6a_1 == other.f6a_1))
|
|
4080
4077
|
return false;
|
|
4078
|
+
if (!(this.g6a_1 == other.g6a_1))
|
|
4079
|
+
return false;
|
|
4080
|
+
if (!(this.h6a_1 == other.h6a_1))
|
|
4081
|
+
return false;
|
|
4081
4082
|
return true;
|
|
4082
4083
|
};
|
|
4083
4084
|
function CardGrowthComparator(trump, firstCardSuit) {
|
|
4084
|
-
this.
|
|
4085
|
-
this.
|
|
4085
|
+
this.i6a_1 = trump;
|
|
4086
|
+
this.j6a_1 = firstCardSuit;
|
|
4086
4087
|
}
|
|
4087
|
-
protoOf(CardGrowthComparator).
|
|
4088
|
-
return getGrowth(b, this.
|
|
4088
|
+
protoOf(CardGrowthComparator).w5b = function (a, b) {
|
|
4089
|
+
return getGrowth(b, this.i6a_1, this.j6a_1) - getGrowth(a, this.i6a_1, this.j6a_1) | 0;
|
|
4089
4090
|
};
|
|
4090
4091
|
protoOf(CardGrowthComparator).compare = function (a, b) {
|
|
4091
4092
|
var tmp = a instanceof GameCard ? a : THROW_CCE();
|
|
4092
|
-
return this.
|
|
4093
|
+
return this.w5b(tmp, b instanceof GameCard ? b : THROW_CCE());
|
|
4093
4094
|
};
|
|
4094
4095
|
function getPoint(_this__u8e3s4, trump) {
|
|
4095
|
-
var isTrump = trump.equals(_this__u8e3s4.
|
|
4096
|
+
var isTrump = trump.equals(_this__u8e3s4.a5c());
|
|
4096
4097
|
return getPoint_0(_this__u8e3s4, isTrump);
|
|
4097
4098
|
}
|
|
4098
4099
|
function getGrowth(_this__u8e3s4, trump, firstCardSuit) {
|
|
4099
4100
|
var minPoint = 0;
|
|
4100
|
-
var isTrump = trump.equals(_this__u8e3s4.
|
|
4101
|
-
var isCurrentSuit = firstCardSuit.equals(_this__u8e3s4.
|
|
4101
|
+
var isTrump = trump.equals(_this__u8e3s4.a5c());
|
|
4102
|
+
var isCurrentSuit = firstCardSuit.equals(_this__u8e3s4.a5c());
|
|
4102
4103
|
var minGrowth;
|
|
4103
4104
|
var maxGrowth;
|
|
4104
4105
|
switch (_this__u8e3s4.q2().p2_1) {
|
|
@@ -4182,7 +4183,7 @@
|
|
|
4182
4183
|
return tmp;
|
|
4183
4184
|
}
|
|
4184
4185
|
function getValueInHand(_this__u8e3s4, trump, allCards) {
|
|
4185
|
-
var isTrump = trump.equals(_this__u8e3s4.
|
|
4186
|
+
var isTrump = trump.equals(_this__u8e3s4.a5c());
|
|
4186
4187
|
return getValueInHand_0(_this__u8e3s4, isTrump, allCards);
|
|
4187
4188
|
}
|
|
4188
4189
|
function getValueInHand_0(_this__u8e3s4, isTrump, allCards) {
|
|
@@ -4233,49 +4234,61 @@
|
|
|
4233
4234
|
return tmp;
|
|
4234
4235
|
}
|
|
4235
4236
|
function ProcessingCard(card) {
|
|
4236
|
-
this.
|
|
4237
|
+
this.k6a_1 = card;
|
|
4237
4238
|
}
|
|
4238
4239
|
protoOf(ProcessingCard).toString = function () {
|
|
4239
|
-
return 'ProcessingCard(card=' + this.
|
|
4240
|
+
return 'ProcessingCard(card=' + this.k6a_1.toString() + ')';
|
|
4240
4241
|
};
|
|
4241
4242
|
protoOf(ProcessingCard).hashCode = function () {
|
|
4242
|
-
return this.
|
|
4243
|
+
return this.k6a_1.hashCode();
|
|
4243
4244
|
};
|
|
4244
4245
|
protoOf(ProcessingCard).equals = function (other) {
|
|
4245
4246
|
if (this === other)
|
|
4246
4247
|
return true;
|
|
4247
4248
|
if (!(other instanceof ProcessingCard))
|
|
4248
4249
|
return false;
|
|
4249
|
-
if (!this.
|
|
4250
|
+
if (!this.k6a_1.equals(other.k6a_1))
|
|
4250
4251
|
return false;
|
|
4251
4252
|
return true;
|
|
4252
4253
|
};
|
|
4253
4254
|
function AsyncProvider() {
|
|
4254
4255
|
}
|
|
4256
|
+
function assertSuspended($this) {
|
|
4257
|
+
if ($this.t6a_1.z1p()) {
|
|
4258
|
+
$this.s6a_1.w('AsyncProvider', "supervisorJob is stoped, coroutine can't be started");
|
|
4259
|
+
}
|
|
4260
|
+
}
|
|
4255
4261
|
function onError($this, message, error) {
|
|
4256
|
-
$this.
|
|
4262
|
+
$this.s6a_1.e('AsyncErrorHandler', message + ': ' + error.toString(), error);
|
|
4263
|
+
}
|
|
4264
|
+
function Companion_20() {
|
|
4265
|
+
this.a6b_1 = 'AsyncProvider';
|
|
4266
|
+
}
|
|
4267
|
+
var Companion_instance_22;
|
|
4268
|
+
function Companion_getInstance_23() {
|
|
4269
|
+
return Companion_instance_22;
|
|
4257
4270
|
}
|
|
4258
4271
|
function AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1(this$0) {
|
|
4259
|
-
this.
|
|
4272
|
+
this.c6b_1 = this$0;
|
|
4260
4273
|
AbstractCoroutineContextElement.call(this, Key_instance);
|
|
4261
4274
|
}
|
|
4262
4275
|
protoOf(AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1).q1x = function (context, exception) {
|
|
4263
|
-
onError(this.
|
|
4276
|
+
onError(this.c6b_1, 'CoroutineContext', exception);
|
|
4264
4277
|
return Unit_instance;
|
|
4265
4278
|
};
|
|
4266
4279
|
function AsyncProviderImpl$launchDefaultWithLock$slambda(this$0, $block, resultContinuation) {
|
|
4267
|
-
this.
|
|
4268
|
-
this.
|
|
4280
|
+
this.l6b_1 = this$0;
|
|
4281
|
+
this.m6b_1 = $block;
|
|
4269
4282
|
CoroutineImpl.call(this, resultContinuation);
|
|
4270
4283
|
}
|
|
4271
|
-
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).
|
|
4272
|
-
var tmp = this.
|
|
4284
|
+
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).j2d = function ($this$launch, $completion) {
|
|
4285
|
+
var tmp = this.k2d($this$launch, $completion);
|
|
4273
4286
|
tmp.t8_1 = Unit_instance;
|
|
4274
4287
|
tmp.u8_1 = null;
|
|
4275
4288
|
return tmp.z8();
|
|
4276
4289
|
};
|
|
4277
4290
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).h9 = function (p1, $completion) {
|
|
4278
|
-
return this.
|
|
4291
|
+
return this.j2d((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
4279
4292
|
};
|
|
4280
4293
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).z8 = function () {
|
|
4281
4294
|
var suspendResult = this.t8_1;
|
|
@@ -4285,43 +4298,43 @@
|
|
|
4285
4298
|
switch (tmp) {
|
|
4286
4299
|
case 0:
|
|
4287
4300
|
this.s8_1 = 6;
|
|
4288
|
-
this.
|
|
4301
|
+
this.p6b_1 = this.l6b_1.u6a_1;
|
|
4289
4302
|
var tmp_0 = this;
|
|
4290
|
-
tmp_0.
|
|
4303
|
+
tmp_0.o6b_1 = null;
|
|
4291
4304
|
this.r8_1 = 1;
|
|
4292
|
-
suspendResult = this.
|
|
4305
|
+
suspendResult = this.p6b_1.z2k(this.o6b_1, this);
|
|
4293
4306
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4294
4307
|
return suspendResult;
|
|
4295
4308
|
}
|
|
4296
4309
|
|
|
4297
4310
|
continue $sm;
|
|
4298
4311
|
case 1:
|
|
4299
|
-
this.
|
|
4312
|
+
this.q6b_1 = Unit_instance;
|
|
4300
4313
|
this.r8_1 = 2;
|
|
4301
4314
|
continue $sm;
|
|
4302
4315
|
case 2:
|
|
4303
4316
|
this.s8_1 = 5;
|
|
4304
4317
|
this.r8_1 = 3;
|
|
4305
|
-
suspendResult = this.
|
|
4318
|
+
suspendResult = this.m6b_1(this.n6b_1, this);
|
|
4306
4319
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4307
4320
|
return suspendResult;
|
|
4308
4321
|
}
|
|
4309
4322
|
|
|
4310
4323
|
continue $sm;
|
|
4311
4324
|
case 3:
|
|
4312
|
-
this.
|
|
4325
|
+
this.q6b_1 = Unit_instance;
|
|
4313
4326
|
this.s8_1 = 6;
|
|
4314
4327
|
this.r8_1 = 4;
|
|
4315
4328
|
continue $sm;
|
|
4316
4329
|
case 4:
|
|
4317
|
-
this.
|
|
4330
|
+
this.q6b_1;
|
|
4318
4331
|
this.s8_1 = 6;
|
|
4319
|
-
this.
|
|
4332
|
+
this.p6b_1.k2k(this.o6b_1);
|
|
4320
4333
|
return Unit_instance;
|
|
4321
4334
|
case 5:
|
|
4322
4335
|
this.s8_1 = 6;
|
|
4323
4336
|
var t = this.u8_1;
|
|
4324
|
-
this.
|
|
4337
|
+
this.p6b_1.k2k(this.o6b_1);
|
|
4325
4338
|
throw t;
|
|
4326
4339
|
case 6:
|
|
4327
4340
|
throw this.u8_1;
|
|
@@ -4337,15 +4350,15 @@
|
|
|
4337
4350
|
}
|
|
4338
4351
|
while (true);
|
|
4339
4352
|
};
|
|
4340
|
-
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).
|
|
4341
|
-
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.
|
|
4342
|
-
i.
|
|
4353
|
+
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).k2d = function ($this$launch, completion) {
|
|
4354
|
+
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.l6b_1, this.m6b_1, completion);
|
|
4355
|
+
i.n6b_1 = $this$launch;
|
|
4343
4356
|
return i;
|
|
4344
4357
|
};
|
|
4345
4358
|
function AsyncProviderImpl$launchDefaultWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
4346
4359
|
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this$0, $block, resultContinuation);
|
|
4347
4360
|
var l = function ($this$launch, $completion) {
|
|
4348
|
-
return i.
|
|
4361
|
+
return i.j2d($this$launch, $completion);
|
|
4349
4362
|
};
|
|
4350
4363
|
l.$arity = 1;
|
|
4351
4364
|
return l;
|
|
@@ -4354,32 +4367,35 @@
|
|
|
4354
4367
|
mainDispatcher = mainDispatcher === VOID ? Dispatchers_getInstance().d21() : mainDispatcher;
|
|
4355
4368
|
defaultDispatcher = defaultDispatcher === VOID ? Dispatchers_getInstance().z20_1 : defaultDispatcher;
|
|
4356
4369
|
unconfinedDispatcher = unconfinedDispatcher === VOID ? Dispatchers_getInstance().a21_1 : unconfinedDispatcher;
|
|
4357
|
-
this.
|
|
4358
|
-
this.
|
|
4359
|
-
this.
|
|
4360
|
-
this.
|
|
4370
|
+
this.s6a_1 = logger;
|
|
4371
|
+
this.t6a_1 = SupervisorJob();
|
|
4372
|
+
this.u6a_1 = Mutex();
|
|
4373
|
+
this.v6a_1 = Mutex();
|
|
4361
4374
|
var tmp = this;
|
|
4362
4375
|
// Inline function 'kotlinx.coroutines.CoroutineExceptionHandler' call
|
|
4363
|
-
tmp.
|
|
4364
|
-
this.
|
|
4365
|
-
this.
|
|
4366
|
-
this.
|
|
4376
|
+
tmp.w6a_1 = new AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1(this);
|
|
4377
|
+
this.x6a_1 = CoroutineScope_0(mainDispatcher.cg(this.t6a_1).cg(MainContextId_getInstance()));
|
|
4378
|
+
this.y6a_1 = CoroutineScope_0(defaultDispatcher.cg(this.t6a_1).cg(WorkerContextId_getInstance()));
|
|
4379
|
+
this.z6a_1 = CoroutineScope_0(unconfinedDispatcher.cg(this.t6a_1).cg(WorkerContextId_getInstance()));
|
|
4367
4380
|
}
|
|
4368
|
-
protoOf(AsyncProviderImpl).
|
|
4369
|
-
return this.
|
|
4381
|
+
protoOf(AsyncProviderImpl).l6a = function () {
|
|
4382
|
+
return this.w6a_1;
|
|
4370
4383
|
};
|
|
4371
|
-
protoOf(AsyncProviderImpl).
|
|
4372
|
-
|
|
4373
|
-
|
|
4374
|
-
protoOf(AsyncProviderImpl).k6a = function (context, block) {
|
|
4375
|
-
return launch(this.w6a_1, context, VOID, block);
|
|
4384
|
+
protoOf(AsyncProviderImpl).q6a = function (context, block) {
|
|
4385
|
+
assertSuspended(this);
|
|
4386
|
+
return launch(this.x6a_1, context, VOID, block);
|
|
4376
4387
|
};
|
|
4377
4388
|
protoOf(AsyncProviderImpl).m6a = function (context, block) {
|
|
4378
|
-
|
|
4389
|
+
assertSuspended(this);
|
|
4390
|
+
return launch(this.y6a_1, context, VOID, block);
|
|
4391
|
+
};
|
|
4392
|
+
protoOf(AsyncProviderImpl).o6a = function (context, block) {
|
|
4393
|
+
assertSuspended(this);
|
|
4394
|
+
return launch(this.y6a_1, context, VOID, AsyncProviderImpl$launchDefaultWithLock$slambda_0(this, block, null));
|
|
4379
4395
|
};
|
|
4380
4396
|
protoOf(AsyncProviderImpl).h2 = function () {
|
|
4381
|
-
if (!this.
|
|
4382
|
-
this.
|
|
4397
|
+
if (!this.t6a_1.z1p()) {
|
|
4398
|
+
this.t6a_1.n1q();
|
|
4383
4399
|
}
|
|
4384
4400
|
};
|
|
4385
4401
|
function Key() {
|
|
@@ -4441,7 +4457,7 @@
|
|
|
4441
4457
|
}
|
|
4442
4458
|
function UUIDIdsProvider() {
|
|
4443
4459
|
}
|
|
4444
|
-
protoOf(UUIDIdsProvider).
|
|
4460
|
+
protoOf(UUIDIdsProvider).r6b = function () {
|
|
4445
4461
|
return uuid4().toString();
|
|
4446
4462
|
};
|
|
4447
4463
|
var UUIDIdsProvider_instance;
|
|
@@ -4459,55 +4475,55 @@
|
|
|
4459
4475
|
tmp = lock;
|
|
4460
4476
|
}
|
|
4461
4477
|
lock = tmp;
|
|
4462
|
-
this.
|
|
4463
|
-
this.
|
|
4478
|
+
this.x6b_1 = logger;
|
|
4479
|
+
this.y6b_1 = lock;
|
|
4464
4480
|
var tmp_0 = this;
|
|
4465
4481
|
// Inline function 'kotlin.collections.hashMapOf' call
|
|
4466
|
-
tmp_0.
|
|
4482
|
+
tmp_0.z6b_1 = HashMap_init_$Create$();
|
|
4467
4483
|
}
|
|
4468
|
-
protoOf(JobsProviderImpl).
|
|
4484
|
+
protoOf(JobsProviderImpl).s6b = function (timerTag, job) {
|
|
4469
4485
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4470
|
-
this.
|
|
4471
|
-
if (this.
|
|
4472
|
-
this.
|
|
4486
|
+
this.y6b_1;
|
|
4487
|
+
if (this.w6b(timerTag)) {
|
|
4488
|
+
this.x6b_1.w(VOID, 'Timer already exists for that tag: ' + toString_0(timerTag));
|
|
4473
4489
|
}
|
|
4474
4490
|
// Inline function 'kotlin.collections.set' call
|
|
4475
|
-
this.
|
|
4491
|
+
this.z6b_1.e2(timerTag, job);
|
|
4476
4492
|
};
|
|
4477
|
-
protoOf(JobsProviderImpl).
|
|
4493
|
+
protoOf(JobsProviderImpl).w6b = function (timerTag) {
|
|
4478
4494
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4479
|
-
this.
|
|
4480
|
-
return this.
|
|
4495
|
+
this.y6b_1;
|
|
4496
|
+
return this.z6b_1.z1(timerTag);
|
|
4481
4497
|
};
|
|
4482
|
-
protoOf(JobsProviderImpl).
|
|
4498
|
+
protoOf(JobsProviderImpl).u6b = function (timerTag) {
|
|
4483
4499
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4484
|
-
this.
|
|
4485
|
-
if (!this.
|
|
4486
|
-
this.
|
|
4500
|
+
this.y6b_1;
|
|
4501
|
+
if (!this.w6b(timerTag)) {
|
|
4502
|
+
this.x6b_1.w(VOID, "Can't find timer for that tag: " + toString_0(timerTag));
|
|
4487
4503
|
}
|
|
4488
|
-
this.
|
|
4504
|
+
this.z6b_1.f2(timerTag);
|
|
4489
4505
|
};
|
|
4490
|
-
protoOf(JobsProviderImpl).
|
|
4506
|
+
protoOf(JobsProviderImpl).v6b = function (timers) {
|
|
4491
4507
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4492
|
-
this.
|
|
4508
|
+
this.y6b_1;
|
|
4493
4509
|
// Inline function 'kotlin.collections.forEach' call
|
|
4494
4510
|
var _iterator__ex2g4s = timers.l();
|
|
4495
4511
|
while (_iterator__ex2g4s.m()) {
|
|
4496
4512
|
var element = _iterator__ex2g4s.n();
|
|
4497
|
-
var timer = this.
|
|
4513
|
+
var timer = this.z6b_1.b2(element);
|
|
4498
4514
|
if (timer == null)
|
|
4499
4515
|
null;
|
|
4500
4516
|
else {
|
|
4501
4517
|
timer.n1q();
|
|
4502
4518
|
}
|
|
4503
4519
|
}
|
|
4504
|
-
this.
|
|
4520
|
+
this.z6b_1.c2().k2(toSet(timers));
|
|
4505
4521
|
};
|
|
4506
|
-
protoOf(JobsProviderImpl).
|
|
4522
|
+
protoOf(JobsProviderImpl).t6b = function (timerTag) {
|
|
4507
4523
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4508
|
-
this.
|
|
4509
|
-
var timer = this.
|
|
4510
|
-
this.
|
|
4524
|
+
this.y6b_1;
|
|
4525
|
+
var timer = this.z6b_1.b2(timerTag);
|
|
4526
|
+
this.z6b_1.f2(timerTag);
|
|
4511
4527
|
var tmp;
|
|
4512
4528
|
if (timer == null) {
|
|
4513
4529
|
tmp = null;
|
|
@@ -4520,36 +4536,36 @@
|
|
|
4520
4536
|
}
|
|
4521
4537
|
function FileSystemImpl(fileSystem) {
|
|
4522
4538
|
fileSystem = fileSystem === VOID ? get_SystemFileSystem() : fileSystem;
|
|
4523
|
-
this.
|
|
4539
|
+
this.d6c_1 = fileSystem;
|
|
4524
4540
|
}
|
|
4525
|
-
protoOf(FileSystemImpl).
|
|
4541
|
+
protoOf(FileSystemImpl).a6c = function (path, $completion) {
|
|
4526
4542
|
var directoryPath = Path(path);
|
|
4527
|
-
var exists = this.
|
|
4543
|
+
var exists = this.d6c_1.c1o(directoryPath);
|
|
4528
4544
|
if (!exists) {
|
|
4529
|
-
this.
|
|
4545
|
+
this.d6c_1.g1o(directoryPath);
|
|
4530
4546
|
}
|
|
4531
4547
|
return Unit_instance;
|
|
4532
4548
|
};
|
|
4533
|
-
protoOf(FileSystemImpl).
|
|
4534
|
-
return buffered(this.
|
|
4549
|
+
protoOf(FileSystemImpl).b6c = function (path, fileName, append, $completion) {
|
|
4550
|
+
return buffered(this.d6c_1.h1o(Path_0(path, [fileName]), append));
|
|
4535
4551
|
};
|
|
4536
|
-
protoOf(FileSystemImpl).
|
|
4537
|
-
this.
|
|
4552
|
+
protoOf(FileSystemImpl).c6c = function (path, $completion) {
|
|
4553
|
+
this.d6c_1.e1o(Path_0(path, []));
|
|
4538
4554
|
return Unit_instance;
|
|
4539
4555
|
};
|
|
4540
4556
|
function LoggerFactory() {
|
|
4541
4557
|
}
|
|
4542
4558
|
function LoggerFactoryImpl(coreConfig, fileSystem) {
|
|
4543
|
-
this.
|
|
4544
|
-
this.
|
|
4559
|
+
this.f6c_1 = coreConfig;
|
|
4560
|
+
this.g6c_1 = fileSystem;
|
|
4545
4561
|
}
|
|
4546
|
-
protoOf(LoggerFactoryImpl).
|
|
4562
|
+
protoOf(LoggerFactoryImpl).e6c = function (gameId, roomId, userId) {
|
|
4547
4563
|
// Inline function 'kotlin.let' call
|
|
4548
|
-
var it = this.
|
|
4564
|
+
var it = this.f6c_1.fileNameFormat;
|
|
4549
4565
|
var tmp = Companion_instance_4;
|
|
4550
4566
|
var fileName = tmp.formatter(it, gameId, roomId, userId == null ? 'unknown_user_id' : userId);
|
|
4551
4567
|
// Inline function 'kotlin.collections.map' call
|
|
4552
|
-
var this_0 = split(this.
|
|
4568
|
+
var this_0 = split(this.f6c_1.requireDirectoryPath, ['/']);
|
|
4553
4569
|
// Inline function 'kotlin.collections.mapTo' call
|
|
4554
4570
|
var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_0, 10));
|
|
4555
4571
|
var _iterator__ex2g4s = this_0.l();
|
|
@@ -4561,7 +4577,7 @@
|
|
|
4561
4577
|
}
|
|
4562
4578
|
var segments = destination;
|
|
4563
4579
|
var tmp0_path = joinToString(segments, '/');
|
|
4564
|
-
var tmp1_fileSystem = this.
|
|
4580
|
+
var tmp1_fileSystem = this.g6c_1;
|
|
4565
4581
|
return new LogsStorageControllerImpl(fileName, tmp0_path, tmp1_fileSystem);
|
|
4566
4582
|
};
|
|
4567
4583
|
function appendToFile($this, message, $completion) {
|
|
@@ -4572,7 +4588,7 @@
|
|
|
4572
4588
|
}
|
|
4573
4589
|
function $createDirectoryCOROUTINE$(_this__u8e3s4, resultContinuation) {
|
|
4574
4590
|
CoroutineImpl.call(this, resultContinuation);
|
|
4575
|
-
this.
|
|
4591
|
+
this.z6c_1 = _this__u8e3s4;
|
|
4576
4592
|
}
|
|
4577
4593
|
protoOf($createDirectoryCOROUTINE$).z8 = function () {
|
|
4578
4594
|
var suspendResult = this.t8_1;
|
|
@@ -4584,7 +4600,7 @@
|
|
|
4584
4600
|
this.s8_1 = 3;
|
|
4585
4601
|
this.s8_1 = 2;
|
|
4586
4602
|
this.r8_1 = 1;
|
|
4587
|
-
suspendResult = this.
|
|
4603
|
+
suspendResult = this.z6c_1.c6d_1.a6c(this.z6c_1.b6d_1, this);
|
|
4588
4604
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4589
4605
|
return suspendResult;
|
|
4590
4606
|
}
|
|
@@ -4625,8 +4641,8 @@
|
|
|
4625
4641
|
};
|
|
4626
4642
|
function $appendToFileCOROUTINE$(_this__u8e3s4, message, resultContinuation) {
|
|
4627
4643
|
CoroutineImpl.call(this, resultContinuation);
|
|
4628
|
-
this.
|
|
4629
|
-
this.
|
|
4644
|
+
this.p6c_1 = _this__u8e3s4;
|
|
4645
|
+
this.q6c_1 = message;
|
|
4630
4646
|
}
|
|
4631
4647
|
protoOf($appendToFileCOROUTINE$).z8 = function () {
|
|
4632
4648
|
var suspendResult = this.t8_1;
|
|
@@ -4638,7 +4654,7 @@
|
|
|
4638
4654
|
this.s8_1 = 3;
|
|
4639
4655
|
this.s8_1 = 2;
|
|
4640
4656
|
this.r8_1 = 1;
|
|
4641
|
-
suspendResult = this.
|
|
4657
|
+
suspendResult = this.p6c_1.c6d_1.b6c(this.p6c_1.b6d_1, this.p6c_1.a6d_1, true, this);
|
|
4642
4658
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4643
4659
|
return suspendResult;
|
|
4644
4660
|
}
|
|
@@ -4649,7 +4665,7 @@
|
|
|
4649
4665
|
var sink = buffered(ARGUMENT);
|
|
4650
4666
|
l$ret$1: do {
|
|
4651
4667
|
try {
|
|
4652
|
-
writeString(sink, this.
|
|
4668
|
+
writeString(sink, this.q6c_1 + '\n');
|
|
4653
4669
|
break l$ret$1;
|
|
4654
4670
|
} catch ($p) {
|
|
4655
4671
|
var t = $p;
|
|
@@ -4692,17 +4708,17 @@
|
|
|
4692
4708
|
while (true);
|
|
4693
4709
|
};
|
|
4694
4710
|
function LogsStorageControllerImpl(fileName, path, fileSystem) {
|
|
4695
|
-
this.
|
|
4696
|
-
this.
|
|
4697
|
-
this.
|
|
4711
|
+
this.a6d_1 = fileName;
|
|
4712
|
+
this.b6d_1 = path;
|
|
4713
|
+
this.c6d_1 = fileSystem;
|
|
4698
4714
|
}
|
|
4699
|
-
protoOf(LogsStorageControllerImpl).
|
|
4715
|
+
protoOf(LogsStorageControllerImpl).d6d = function ($completion) {
|
|
4700
4716
|
var tmp = new $createDirectoryCOROUTINE$(this, $completion);
|
|
4701
4717
|
tmp.t8_1 = Unit_instance;
|
|
4702
4718
|
tmp.u8_1 = null;
|
|
4703
4719
|
return tmp.z8();
|
|
4704
4720
|
};
|
|
4705
|
-
protoOf(LogsStorageControllerImpl).
|
|
4721
|
+
protoOf(LogsStorageControllerImpl).e6d = function (log, $completion) {
|
|
4706
4722
|
return appendToFile(this, log, $completion);
|
|
4707
4723
|
};
|
|
4708
4724
|
function BufferedAction() {
|
|
@@ -4717,30 +4733,30 @@
|
|
|
4717
4733
|
initialDelay = initialDelay === VOID ? new Long(0, 0) : initialDelay;
|
|
4718
4734
|
type = type === VOID ? TimerType_DELAY_getInstance() : type;
|
|
4719
4735
|
TimerAction.call(this);
|
|
4720
|
-
this.
|
|
4721
|
-
this.
|
|
4722
|
-
this.
|
|
4723
|
-
this.
|
|
4736
|
+
this.k6d_1 = timerTag;
|
|
4737
|
+
this.l6d_1 = delayMillis;
|
|
4738
|
+
this.m6d_1 = initialDelay;
|
|
4739
|
+
this.n6d_1 = type;
|
|
4724
4740
|
}
|
|
4725
4741
|
protoOf(StartTimerAction).toString = function () {
|
|
4726
|
-
var tmp = 'timerTag=' + toString_0(this.
|
|
4727
|
-
var tmp_0 = 'delayMillis=' + this.
|
|
4742
|
+
var tmp = 'timerTag=' + toString_0(this.k6d_1);
|
|
4743
|
+
var tmp_0 = 'delayMillis=' + this.l6d_1.toString();
|
|
4728
4744
|
// Inline function 'kotlin.takeIf' call
|
|
4729
|
-
var this_0 = 'initialDelay=' + this.
|
|
4745
|
+
var this_0 = 'initialDelay=' + this.m6d_1.toString();
|
|
4730
4746
|
var tmp_1;
|
|
4731
|
-
if (!equalsLong(this.
|
|
4747
|
+
if (!equalsLong(this.m6d_1, new Long(0, 0))) {
|
|
4732
4748
|
tmp_1 = this_0;
|
|
4733
4749
|
} else {
|
|
4734
4750
|
tmp_1 = null;
|
|
4735
4751
|
}
|
|
4736
4752
|
var tmp$ret$1 = tmp_1;
|
|
4737
|
-
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.
|
|
4753
|
+
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.n6d_1.toString()])) + ')';
|
|
4738
4754
|
};
|
|
4739
4755
|
protoOf(StartTimerAction).hashCode = function () {
|
|
4740
|
-
var result = hashCode(this.
|
|
4741
|
-
result = imul(result, 31) + this.
|
|
4742
|
-
result = imul(result, 31) + this.
|
|
4743
|
-
result = imul(result, 31) + this.
|
|
4756
|
+
var result = hashCode(this.k6d_1);
|
|
4757
|
+
result = imul(result, 31) + this.l6d_1.hashCode() | 0;
|
|
4758
|
+
result = imul(result, 31) + this.m6d_1.hashCode() | 0;
|
|
4759
|
+
result = imul(result, 31) + this.n6d_1.hashCode() | 0;
|
|
4744
4760
|
return result;
|
|
4745
4761
|
};
|
|
4746
4762
|
protoOf(StartTimerAction).equals = function (other) {
|
|
@@ -4748,13 +4764,13 @@
|
|
|
4748
4764
|
return true;
|
|
4749
4765
|
if (!(other instanceof StartTimerAction))
|
|
4750
4766
|
return false;
|
|
4751
|
-
if (!equals(this.
|
|
4767
|
+
if (!equals(this.k6d_1, other.k6d_1))
|
|
4752
4768
|
return false;
|
|
4753
|
-
if (!equalsLong(this.
|
|
4769
|
+
if (!equalsLong(this.l6d_1, other.l6d_1))
|
|
4754
4770
|
return false;
|
|
4755
|
-
if (!equalsLong(this.
|
|
4771
|
+
if (!equalsLong(this.m6d_1, other.m6d_1))
|
|
4756
4772
|
return false;
|
|
4757
|
-
if (!this.
|
|
4773
|
+
if (!this.n6d_1.equals(other.n6d_1))
|
|
4758
4774
|
return false;
|
|
4759
4775
|
return true;
|
|
4760
4776
|
};
|
|
@@ -4773,18 +4789,18 @@
|
|
|
4773
4789
|
}
|
|
4774
4790
|
function TimerTickAction(timerTag, type) {
|
|
4775
4791
|
TimerAction.call(this);
|
|
4776
|
-
this.
|
|
4777
|
-
this.
|
|
4792
|
+
this.o6d_1 = timerTag;
|
|
4793
|
+
this.p6d_1 = type;
|
|
4778
4794
|
}
|
|
4779
4795
|
protoOf(TimerTickAction).notValidateWhenFinished = function () {
|
|
4780
|
-
return this.
|
|
4796
|
+
return this.o6d_1.notValidateWhenFinished();
|
|
4781
4797
|
};
|
|
4782
4798
|
protoOf(TimerTickAction).toString = function () {
|
|
4783
|
-
return 'TimerTickAction(timerTag=' + toString_0(this.
|
|
4799
|
+
return 'TimerTickAction(timerTag=' + toString_0(this.o6d_1) + ', type=' + this.p6d_1.toString() + ')';
|
|
4784
4800
|
};
|
|
4785
4801
|
protoOf(TimerTickAction).hashCode = function () {
|
|
4786
|
-
var result = hashCode(this.
|
|
4787
|
-
result = imul(result, 31) + this.
|
|
4802
|
+
var result = hashCode(this.o6d_1);
|
|
4803
|
+
result = imul(result, 31) + this.p6d_1.hashCode() | 0;
|
|
4788
4804
|
return result;
|
|
4789
4805
|
};
|
|
4790
4806
|
protoOf(TimerTickAction).equals = function (other) {
|
|
@@ -4792,28 +4808,28 @@
|
|
|
4792
4808
|
return true;
|
|
4793
4809
|
if (!(other instanceof TimerTickAction))
|
|
4794
4810
|
return false;
|
|
4795
|
-
if (!equals(this.
|
|
4811
|
+
if (!equals(this.o6d_1, other.o6d_1))
|
|
4796
4812
|
return false;
|
|
4797
|
-
if (!this.
|
|
4813
|
+
if (!this.p6d_1.equals(other.p6d_1))
|
|
4798
4814
|
return false;
|
|
4799
4815
|
return true;
|
|
4800
4816
|
};
|
|
4801
4817
|
function StopTimerAction(timerTag) {
|
|
4802
4818
|
TimerAction.call(this);
|
|
4803
|
-
this.
|
|
4819
|
+
this.q6d_1 = timerTag;
|
|
4804
4820
|
}
|
|
4805
4821
|
protoOf(StopTimerAction).toString = function () {
|
|
4806
|
-
return 'StopTimerAction(timerTag=' + toString_0(this.
|
|
4822
|
+
return 'StopTimerAction(timerTag=' + toString_0(this.q6d_1) + ')';
|
|
4807
4823
|
};
|
|
4808
4824
|
protoOf(StopTimerAction).hashCode = function () {
|
|
4809
|
-
return hashCode(this.
|
|
4825
|
+
return hashCode(this.q6d_1);
|
|
4810
4826
|
};
|
|
4811
4827
|
protoOf(StopTimerAction).equals = function (other) {
|
|
4812
4828
|
if (this === other)
|
|
4813
4829
|
return true;
|
|
4814
4830
|
if (!(other instanceof StopTimerAction))
|
|
4815
4831
|
return false;
|
|
4816
|
-
if (!equals(this.
|
|
4832
|
+
if (!equals(this.q6d_1, other.q6d_1))
|
|
4817
4833
|
return false;
|
|
4818
4834
|
return true;
|
|
4819
4835
|
};
|
|
@@ -4857,7 +4873,7 @@
|
|
|
4857
4873
|
return function (reducer, initialState, en) {
|
|
4858
4874
|
var store = $storeCreator(reducer, initialState, en);
|
|
4859
4875
|
var origDispatch = store.dispatch;
|
|
4860
|
-
store.
|
|
4876
|
+
store.r6d(applyCatcher$lambda$lambda$lambda(origDispatch, $logger));
|
|
4861
4877
|
return store;
|
|
4862
4878
|
};
|
|
4863
4879
|
}
|
|
@@ -4871,7 +4887,7 @@
|
|
|
4871
4887
|
}
|
|
4872
4888
|
function applyMiddleware$lambda$lambda$lambda$lambda($middleware, $store, $dispatcher) {
|
|
4873
4889
|
return function (action) {
|
|
4874
|
-
$middleware.
|
|
4890
|
+
$middleware.s6d($store, $dispatcher, action);
|
|
4875
4891
|
return Unit_instance;
|
|
4876
4892
|
};
|
|
4877
4893
|
}
|
|
@@ -4886,7 +4902,7 @@
|
|
|
4886
4902
|
while (inductionVariable < last) {
|
|
4887
4903
|
var element = tmp0[inductionVariable];
|
|
4888
4904
|
inductionVariable = inductionVariable + 1 | 0;
|
|
4889
|
-
if (element.
|
|
4905
|
+
if (element.t6d(action)) {
|
|
4890
4906
|
destination.j(element);
|
|
4891
4907
|
}
|
|
4892
4908
|
}
|
|
@@ -4910,7 +4926,7 @@
|
|
|
4910
4926
|
return function (reducer, initialState, en) {
|
|
4911
4927
|
var store = $storeCreator(reducer, initialState, en);
|
|
4912
4928
|
var origDispatch = store.dispatch;
|
|
4913
|
-
store.
|
|
4929
|
+
store.r6d(applyMiddleware$lambda$lambda$lambda($middlewares, origDispatch, store));
|
|
4914
4930
|
return store;
|
|
4915
4931
|
};
|
|
4916
4932
|
}
|
|
@@ -4924,19 +4940,19 @@
|
|
|
4924
4940
|
return new timerMiddleware$$inlined$middlewareForActionType$1(asyncProvider, jobsProvider);
|
|
4925
4941
|
}
|
|
4926
4942
|
function timerMiddleware$o$handle$slambda$slambda($jobsProvider, $action, $store, resultContinuation) {
|
|
4927
|
-
this.
|
|
4928
|
-
this.
|
|
4929
|
-
this.
|
|
4943
|
+
this.c6e_1 = $jobsProvider;
|
|
4944
|
+
this.d6e_1 = $action;
|
|
4945
|
+
this.e6e_1 = $store;
|
|
4930
4946
|
CoroutineImpl.call(this, resultContinuation);
|
|
4931
4947
|
}
|
|
4932
|
-
protoOf(timerMiddleware$o$handle$slambda$slambda).
|
|
4933
|
-
var tmp = this.
|
|
4948
|
+
protoOf(timerMiddleware$o$handle$slambda$slambda).j2d = function ($this$launchMain, $completion) {
|
|
4949
|
+
var tmp = this.k2d($this$launchMain, $completion);
|
|
4934
4950
|
tmp.t8_1 = Unit_instance;
|
|
4935
4951
|
tmp.u8_1 = null;
|
|
4936
4952
|
return tmp.z8();
|
|
4937
4953
|
};
|
|
4938
4954
|
protoOf(timerMiddleware$o$handle$slambda$slambda).h9 = function (p1, $completion) {
|
|
4939
|
-
return this.
|
|
4955
|
+
return this.j2d((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
4940
4956
|
};
|
|
4941
4957
|
protoOf(timerMiddleware$o$handle$slambda$slambda).z8 = function () {
|
|
4942
4958
|
var suspendResult = this.t8_1;
|
|
@@ -4945,8 +4961,8 @@
|
|
|
4945
4961
|
var tmp = this.r8_1;
|
|
4946
4962
|
if (tmp === 0) {
|
|
4947
4963
|
this.s8_1 = 1;
|
|
4948
|
-
if (this.
|
|
4949
|
-
this.
|
|
4964
|
+
if (this.c6e_1.w6b(this.d6e_1.k6d_1)) {
|
|
4965
|
+
this.e6e_1.dispatch(new TimerTickAction(this.d6e_1.k6d_1, TimerType_DELAY_getInstance()));
|
|
4950
4966
|
}
|
|
4951
4967
|
return Unit_instance;
|
|
4952
4968
|
} else if (tmp === 1) {
|
|
@@ -4958,33 +4974,33 @@
|
|
|
4958
4974
|
}
|
|
4959
4975
|
while (true);
|
|
4960
4976
|
};
|
|
4961
|
-
protoOf(timerMiddleware$o$handle$slambda$slambda).
|
|
4962
|
-
var i = new timerMiddleware$o$handle$slambda$slambda(this.
|
|
4963
|
-
i.
|
|
4977
|
+
protoOf(timerMiddleware$o$handle$slambda$slambda).k2d = function ($this$launchMain, completion) {
|
|
4978
|
+
var i = new timerMiddleware$o$handle$slambda$slambda(this.c6e_1, this.d6e_1, this.e6e_1, completion);
|
|
4979
|
+
i.f6e_1 = $this$launchMain;
|
|
4964
4980
|
return i;
|
|
4965
4981
|
};
|
|
4966
4982
|
function timerMiddleware$o$handle$slambda$slambda_0($jobsProvider, $action, $store, resultContinuation) {
|
|
4967
4983
|
var i = new timerMiddleware$o$handle$slambda$slambda($jobsProvider, $action, $store, resultContinuation);
|
|
4968
4984
|
var l = function ($this$launchMain, $completion) {
|
|
4969
|
-
return i.
|
|
4985
|
+
return i.j2d($this$launchMain, $completion);
|
|
4970
4986
|
};
|
|
4971
4987
|
l.$arity = 1;
|
|
4972
4988
|
return l;
|
|
4973
4989
|
}
|
|
4974
4990
|
function timerMiddleware$o$handle$slambda$slambda_1($jobsProvider, $action, $store, resultContinuation) {
|
|
4975
|
-
this.
|
|
4976
|
-
this.
|
|
4977
|
-
this.
|
|
4991
|
+
this.o6e_1 = $jobsProvider;
|
|
4992
|
+
this.p6e_1 = $action;
|
|
4993
|
+
this.q6e_1 = $store;
|
|
4978
4994
|
CoroutineImpl.call(this, resultContinuation);
|
|
4979
4995
|
}
|
|
4980
|
-
protoOf(timerMiddleware$o$handle$slambda$slambda_1).
|
|
4981
|
-
var tmp = this.
|
|
4996
|
+
protoOf(timerMiddleware$o$handle$slambda$slambda_1).j2d = function ($this$launchMain, $completion) {
|
|
4997
|
+
var tmp = this.k2d($this$launchMain, $completion);
|
|
4982
4998
|
tmp.t8_1 = Unit_instance;
|
|
4983
4999
|
tmp.u8_1 = null;
|
|
4984
5000
|
return tmp.z8();
|
|
4985
5001
|
};
|
|
4986
5002
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).h9 = function (p1, $completion) {
|
|
4987
|
-
return this.
|
|
5003
|
+
return this.j2d((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
4988
5004
|
};
|
|
4989
5005
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).z8 = function () {
|
|
4990
5006
|
var suspendResult = this.t8_1;
|
|
@@ -4993,8 +5009,8 @@
|
|
|
4993
5009
|
var tmp = this.r8_1;
|
|
4994
5010
|
if (tmp === 0) {
|
|
4995
5011
|
this.s8_1 = 1;
|
|
4996
|
-
if (this.
|
|
4997
|
-
this.
|
|
5012
|
+
if (this.o6e_1.w6b(this.p6e_1.k6d_1)) {
|
|
5013
|
+
this.q6e_1.dispatch(new TimerTickAction(this.p6e_1.k6d_1, TimerType_INTERVAL_getInstance()));
|
|
4998
5014
|
}
|
|
4999
5015
|
return Unit_instance;
|
|
5000
5016
|
} else if (tmp === 1) {
|
|
@@ -5006,34 +5022,34 @@
|
|
|
5006
5022
|
}
|
|
5007
5023
|
while (true);
|
|
5008
5024
|
};
|
|
5009
|
-
protoOf(timerMiddleware$o$handle$slambda$slambda_1).
|
|
5010
|
-
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.
|
|
5011
|
-
i.
|
|
5025
|
+
protoOf(timerMiddleware$o$handle$slambda$slambda_1).k2d = function ($this$launchMain, completion) {
|
|
5026
|
+
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.o6e_1, this.p6e_1, this.q6e_1, completion);
|
|
5027
|
+
i.r6e_1 = $this$launchMain;
|
|
5012
5028
|
return i;
|
|
5013
5029
|
};
|
|
5014
5030
|
function timerMiddleware$o$handle$slambda$slambda_2($jobsProvider, $action, $store, resultContinuation) {
|
|
5015
5031
|
var i = new timerMiddleware$o$handle$slambda$slambda_1($jobsProvider, $action, $store, resultContinuation);
|
|
5016
5032
|
var l = function ($this$launchMain, $completion) {
|
|
5017
|
-
return i.
|
|
5033
|
+
return i.j2d($this$launchMain, $completion);
|
|
5018
5034
|
};
|
|
5019
5035
|
l.$arity = 1;
|
|
5020
5036
|
return l;
|
|
5021
5037
|
}
|
|
5022
5038
|
function timerMiddleware$o$handle$slambda($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
5023
|
-
this.
|
|
5024
|
-
this.
|
|
5025
|
-
this.
|
|
5026
|
-
this.
|
|
5039
|
+
this.a6f_1 = $action;
|
|
5040
|
+
this.b6f_1 = $asyncProvider;
|
|
5041
|
+
this.c6f_1 = $jobsProvider;
|
|
5042
|
+
this.d6f_1 = $store;
|
|
5027
5043
|
CoroutineImpl.call(this, resultContinuation);
|
|
5028
5044
|
}
|
|
5029
|
-
protoOf(timerMiddleware$o$handle$slambda).
|
|
5030
|
-
var tmp = this.
|
|
5045
|
+
protoOf(timerMiddleware$o$handle$slambda).j2d = function ($this$launchDefault, $completion) {
|
|
5046
|
+
var tmp = this.k2d($this$launchDefault, $completion);
|
|
5031
5047
|
tmp.t8_1 = Unit_instance;
|
|
5032
5048
|
tmp.u8_1 = null;
|
|
5033
5049
|
return tmp.z8();
|
|
5034
5050
|
};
|
|
5035
5051
|
protoOf(timerMiddleware$o$handle$slambda).h9 = function (p1, $completion) {
|
|
5036
|
-
return this.
|
|
5052
|
+
return this.j2d((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
5037
5053
|
};
|
|
5038
5054
|
protoOf(timerMiddleware$o$handle$slambda).z8 = function () {
|
|
5039
5055
|
var suspendResult = this.t8_1;
|
|
@@ -5043,9 +5059,9 @@
|
|
|
5043
5059
|
switch (tmp) {
|
|
5044
5060
|
case 0:
|
|
5045
5061
|
this.s8_1 = 10;
|
|
5046
|
-
if (!equalsLong(this.
|
|
5062
|
+
if (!equalsLong(this.a6f_1.m6d_1, new Long(0, 0)) && this.a6f_1.n6d_1.equals(TimerType_INTERVAL_getInstance())) {
|
|
5047
5063
|
this.r8_1 = 1;
|
|
5048
|
-
suspendResult = delay(this.
|
|
5064
|
+
suspendResult = delay(this.a6f_1.m6d_1, this);
|
|
5049
5065
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5050
5066
|
return suspendResult;
|
|
5051
5067
|
}
|
|
@@ -5059,19 +5075,19 @@
|
|
|
5059
5075
|
this.r8_1 = 2;
|
|
5060
5076
|
continue $sm;
|
|
5061
5077
|
case 2:
|
|
5062
|
-
var tmp0 = this.
|
|
5078
|
+
var tmp0 = this.a6f_1.n6d_1.p2_1;
|
|
5063
5079
|
if (tmp0 === 0) {
|
|
5064
5080
|
this.r8_1 = 8;
|
|
5065
|
-
suspendResult = delay(this.
|
|
5081
|
+
suspendResult = delay(this.a6f_1.l6d_1, this);
|
|
5066
5082
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5067
5083
|
return suspendResult;
|
|
5068
5084
|
}
|
|
5069
5085
|
continue $sm;
|
|
5070
5086
|
} else {
|
|
5071
5087
|
if (tmp0 === 1) {
|
|
5072
|
-
if (!equalsLong(this.
|
|
5088
|
+
if (!equalsLong(this.a6f_1.m6d_1, new Long(0, 0))) {
|
|
5073
5089
|
this.r8_1 = 3;
|
|
5074
|
-
suspendResult = delay(this.
|
|
5090
|
+
suspendResult = delay(this.a6f_1.m6d_1, this);
|
|
5075
5091
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5076
5092
|
return suspendResult;
|
|
5077
5093
|
}
|
|
@@ -5094,14 +5110,14 @@
|
|
|
5094
5110
|
this.r8_1 = 5;
|
|
5095
5111
|
continue $sm;
|
|
5096
5112
|
case 5:
|
|
5097
|
-
if (!get_isActive(this.
|
|
5113
|
+
if (!get_isActive(this.e6f_1)) {
|
|
5098
5114
|
this.r8_1 = 7;
|
|
5099
5115
|
continue $sm;
|
|
5100
5116
|
}
|
|
5101
5117
|
|
|
5102
|
-
this.
|
|
5118
|
+
this.b6f_1.r6a(VOID, timerMiddleware$o$handle$slambda$slambda_2(this.c6f_1, this.a6f_1, this.d6f_1, null));
|
|
5103
5119
|
this.r8_1 = 6;
|
|
5104
|
-
suspendResult = delay(this.
|
|
5120
|
+
suspendResult = delay(this.a6f_1.m6d_1, this);
|
|
5105
5121
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5106
5122
|
return suspendResult;
|
|
5107
5123
|
}
|
|
@@ -5111,12 +5127,12 @@
|
|
|
5111
5127
|
this.r8_1 = 5;
|
|
5112
5128
|
continue $sm;
|
|
5113
5129
|
case 7:
|
|
5114
|
-
this.
|
|
5130
|
+
this.f6f_1 = Unit_instance;
|
|
5115
5131
|
this.r8_1 = 9;
|
|
5116
5132
|
continue $sm;
|
|
5117
5133
|
case 8:
|
|
5118
5134
|
var tmp_1 = this;
|
|
5119
|
-
tmp_1.
|
|
5135
|
+
tmp_1.f6f_1 = this.b6f_1.r6a(VOID, timerMiddleware$o$handle$slambda$slambda_0(this.c6f_1, this.a6f_1, this.d6f_1, null));
|
|
5120
5136
|
this.r8_1 = 9;
|
|
5121
5137
|
continue $sm;
|
|
5122
5138
|
case 9:
|
|
@@ -5135,38 +5151,38 @@
|
|
|
5135
5151
|
}
|
|
5136
5152
|
while (true);
|
|
5137
5153
|
};
|
|
5138
|
-
protoOf(timerMiddleware$o$handle$slambda).
|
|
5139
|
-
var i = new timerMiddleware$o$handle$slambda(this.
|
|
5140
|
-
i.
|
|
5154
|
+
protoOf(timerMiddleware$o$handle$slambda).k2d = function ($this$launchDefault, completion) {
|
|
5155
|
+
var i = new timerMiddleware$o$handle$slambda(this.a6f_1, this.b6f_1, this.c6f_1, this.d6f_1, completion);
|
|
5156
|
+
i.e6f_1 = $this$launchDefault;
|
|
5141
5157
|
return i;
|
|
5142
5158
|
};
|
|
5143
5159
|
function timerMiddleware$o$handle$slambda_0($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
5144
5160
|
var i = new timerMiddleware$o$handle$slambda($action, $asyncProvider, $jobsProvider, $store, resultContinuation);
|
|
5145
5161
|
var l = function ($this$launchDefault, $completion) {
|
|
5146
|
-
return i.
|
|
5162
|
+
return i.j2d($this$launchDefault, $completion);
|
|
5147
5163
|
};
|
|
5148
5164
|
l.$arity = 1;
|
|
5149
5165
|
return l;
|
|
5150
5166
|
}
|
|
5151
5167
|
function timerMiddleware$$inlined$middlewareForActionType$1($asyncProvider, $jobsProvider) {
|
|
5152
|
-
this.
|
|
5153
|
-
this.
|
|
5168
|
+
this.g6f_1 = $asyncProvider;
|
|
5169
|
+
this.h6f_1 = $jobsProvider;
|
|
5154
5170
|
}
|
|
5155
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5171
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).t6d = function (action) {
|
|
5156
5172
|
return action instanceof TimerAction;
|
|
5157
5173
|
};
|
|
5158
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5174
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).i6f = function (store, next, action) {
|
|
5159
5175
|
var action_0 = action instanceof TimerAction ? action : THROW_CCE();
|
|
5160
5176
|
if (action_0 instanceof StartTimerAction) {
|
|
5161
|
-
var job = this.
|
|
5162
|
-
this.
|
|
5177
|
+
var job = this.g6f_1.n6a(VOID, timerMiddleware$o$handle$slambda_0(action_0, this.g6f_1, this.h6f_1, store, null));
|
|
5178
|
+
this.h6f_1.s6b(action_0.k6d_1, job);
|
|
5163
5179
|
} else {
|
|
5164
5180
|
if (action_0 instanceof StopTimerAction) {
|
|
5165
|
-
this.
|
|
5181
|
+
this.h6f_1.t6b(action_0.q6d_1);
|
|
5166
5182
|
} else {
|
|
5167
5183
|
if (action_0 instanceof TimerTickAction) {
|
|
5168
|
-
if (action_0.
|
|
5169
|
-
this.
|
|
5184
|
+
if (action_0.p6d_1.equals(TimerType_DELAY_getInstance())) {
|
|
5185
|
+
this.h6f_1.u6b(action_0.o6d_1);
|
|
5170
5186
|
}
|
|
5171
5187
|
} else {
|
|
5172
5188
|
noWhenBranchMatchedException();
|
|
@@ -5175,8 +5191,8 @@
|
|
|
5175
5191
|
}
|
|
5176
5192
|
next(action_0);
|
|
5177
5193
|
};
|
|
5178
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5179
|
-
return this.
|
|
5194
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).s6d = function (store, next, action) {
|
|
5195
|
+
return this.i6f(store, next, action);
|
|
5180
5196
|
};
|
|
5181
5197
|
function compose(functions) {
|
|
5182
5198
|
return compose$lambda(functions);
|
|
@@ -5220,8 +5236,8 @@
|
|
|
5220
5236
|
function createStore$dispatch($lock, currentState, currentReducer, stateTrigger, $logger, action) {
|
|
5221
5237
|
try {
|
|
5222
5238
|
// Inline function 'kotlinx.atomicfu.locks.ReentrantLock.lock' call
|
|
5223
|
-
currentState._v = currentReducer._v.
|
|
5224
|
-
stateTrigger.
|
|
5239
|
+
currentState._v = currentReducer._v.j6f(currentState._v, action);
|
|
5240
|
+
stateTrigger.f2a(Unit_instance);
|
|
5225
5241
|
} catch ($p) {
|
|
5226
5242
|
if ($p instanceof Exception) {
|
|
5227
5243
|
var exception = $p;
|
|
@@ -5244,18 +5260,18 @@
|
|
|
5244
5260
|
};
|
|
5245
5261
|
}
|
|
5246
5262
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug($$this$unsafeFlow, this$0, resultContinuation) {
|
|
5247
|
-
this.
|
|
5248
|
-
this.
|
|
5263
|
+
this.s6f_1 = $$this$unsafeFlow;
|
|
5264
|
+
this.t6f_1 = this$0;
|
|
5249
5265
|
CoroutineImpl.call(this, resultContinuation);
|
|
5250
5266
|
}
|
|
5251
|
-
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).
|
|
5252
|
-
var tmp = this.
|
|
5267
|
+
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).u4u = function (value, $completion) {
|
|
5268
|
+
var tmp = this.v4u(value, $completion);
|
|
5253
5269
|
tmp.t8_1 = Unit_instance;
|
|
5254
5270
|
tmp.u8_1 = null;
|
|
5255
5271
|
return tmp.z8();
|
|
5256
5272
|
};
|
|
5257
5273
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).h9 = function (p1, $completion) {
|
|
5258
|
-
return this.
|
|
5274
|
+
return this.u4u((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
|
|
5259
5275
|
};
|
|
5260
5276
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).z8 = function () {
|
|
5261
5277
|
var suspendResult = this.t8_1;
|
|
@@ -5265,10 +5281,10 @@
|
|
|
5265
5281
|
switch (tmp) {
|
|
5266
5282
|
case 0:
|
|
5267
5283
|
this.s8_1 = 2;
|
|
5268
|
-
var tmp0 = this.
|
|
5269
|
-
this.
|
|
5284
|
+
var tmp0 = this.s6f_1;
|
|
5285
|
+
this.u6f_1;
|
|
5270
5286
|
this.r8_1 = 1;
|
|
5271
|
-
suspendResult = tmp0.
|
|
5287
|
+
suspendResult = tmp0.z27(this.t6f_1.state, this);
|
|
5272
5288
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5273
5289
|
return suspendResult;
|
|
5274
5290
|
}
|
|
@@ -5290,23 +5306,23 @@
|
|
|
5290
5306
|
}
|
|
5291
5307
|
while (true);
|
|
5292
5308
|
};
|
|
5293
|
-
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).
|
|
5294
|
-
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.
|
|
5295
|
-
i.
|
|
5309
|
+
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).v4u = function (value, completion) {
|
|
5310
|
+
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.s6f_1, this.t6f_1, completion);
|
|
5311
|
+
i.u6f_1 = value;
|
|
5296
5312
|
return i;
|
|
5297
5313
|
};
|
|
5298
5314
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug_0($$this$unsafeFlow, this$0, resultContinuation) {
|
|
5299
5315
|
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug($$this$unsafeFlow, this$0, resultContinuation);
|
|
5300
5316
|
var l = function (value, $completion) {
|
|
5301
|
-
return i.
|
|
5317
|
+
return i.u4u(value, $completion);
|
|
5302
5318
|
};
|
|
5303
5319
|
l.$arity = 1;
|
|
5304
5320
|
return l;
|
|
5305
5321
|
}
|
|
5306
5322
|
function $collectCOROUTINE$(_this__u8e3s4, collector, resultContinuation) {
|
|
5307
5323
|
CoroutineImpl.call(this, resultContinuation);
|
|
5308
|
-
this.
|
|
5309
|
-
this.
|
|
5324
|
+
this.d6g_1 = _this__u8e3s4;
|
|
5325
|
+
this.e6g_1 = collector;
|
|
5310
5326
|
}
|
|
5311
5327
|
protoOf($collectCOROUTINE$).z8 = function () {
|
|
5312
5328
|
var suspendResult = this.t8_1;
|
|
@@ -5316,10 +5332,10 @@
|
|
|
5316
5332
|
switch (tmp) {
|
|
5317
5333
|
case 0:
|
|
5318
5334
|
this.s8_1 = 2;
|
|
5319
|
-
var $this$unsafeFlow = this.
|
|
5335
|
+
var $this$unsafeFlow = this.e6g_1;
|
|
5320
5336
|
this.r8_1 = 1;
|
|
5321
|
-
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.
|
|
5322
|
-
suspendResult = this.
|
|
5337
|
+
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.d6g_1.g6g_1, null);
|
|
5338
|
+
suspendResult = this.d6g_1.f6g_1.l27(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
|
|
5323
5339
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5324
5340
|
return suspendResult;
|
|
5325
5341
|
}
|
|
@@ -5342,13 +5358,13 @@
|
|
|
5342
5358
|
while (true);
|
|
5343
5359
|
};
|
|
5344
5360
|
function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
|
|
5345
|
-
this.
|
|
5361
|
+
this.h6g_1 = function_0;
|
|
5346
5362
|
}
|
|
5347
|
-
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).
|
|
5348
|
-
return this.
|
|
5363
|
+
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).z27 = function (value, $completion) {
|
|
5364
|
+
return this.h6g_1(value, $completion);
|
|
5349
5365
|
};
|
|
5350
5366
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).a3 = function () {
|
|
5351
|
-
return this.
|
|
5367
|
+
return this.h6g_1;
|
|
5352
5368
|
};
|
|
5353
5369
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).equals = function (other) {
|
|
5354
5370
|
var tmp;
|
|
@@ -5381,46 +5397,46 @@
|
|
|
5381
5397
|
};
|
|
5382
5398
|
}
|
|
5383
5399
|
function createStore$3$observe$$inlined$map$1($this, this$0) {
|
|
5384
|
-
this.
|
|
5385
|
-
this.
|
|
5400
|
+
this.f6g_1 = $this;
|
|
5401
|
+
this.g6g_1 = this$0;
|
|
5386
5402
|
}
|
|
5387
|
-
protoOf(createStore$3$observe$$inlined$map$1).
|
|
5403
|
+
protoOf(createStore$3$observe$$inlined$map$1).a28 = function (collector, $completion) {
|
|
5388
5404
|
var tmp = new $collectCOROUTINE$(this, collector, $completion);
|
|
5389
5405
|
tmp.t8_1 = Unit_instance;
|
|
5390
5406
|
tmp.u8_1 = null;
|
|
5391
5407
|
return tmp.z8();
|
|
5392
5408
|
};
|
|
5393
|
-
protoOf(createStore$3$observe$$inlined$map$1).
|
|
5394
|
-
return this.
|
|
5409
|
+
protoOf(createStore$3$observe$$inlined$map$1).l27 = function (collector, $completion) {
|
|
5410
|
+
return this.a28(collector, $completion);
|
|
5395
5411
|
};
|
|
5396
5412
|
function createStore$3($currentState, $lock, $currentReducer, $stateTrigger, $logger) {
|
|
5397
|
-
this.
|
|
5398
|
-
this.
|
|
5399
|
-
this.
|
|
5413
|
+
this.l6g_1 = $currentState;
|
|
5414
|
+
this.m6g_1 = $stateTrigger;
|
|
5415
|
+
this.i6g_1 = this;
|
|
5400
5416
|
var tmp = this;
|
|
5401
|
-
tmp.
|
|
5417
|
+
tmp.j6g_1 = createStore$o$dispatch$lambda($lock, $currentState, $currentReducer, $stateTrigger, $logger);
|
|
5402
5418
|
var tmp_0 = this;
|
|
5403
|
-
tmp_0.
|
|
5419
|
+
tmp_0.k6g_1 = createStore$o$replaceReducer$lambda($currentReducer, $lock, $currentState, $stateTrigger, $logger);
|
|
5404
5420
|
}
|
|
5405
|
-
protoOf(createStore$3).
|
|
5406
|
-
return this.
|
|
5421
|
+
protoOf(createStore$3).n6g = function () {
|
|
5422
|
+
return this.i6g_1;
|
|
5407
5423
|
};
|
|
5408
|
-
protoOf(createStore$3).
|
|
5409
|
-
return createStore$getState(this.
|
|
5424
|
+
protoOf(createStore$3).b65 = function () {
|
|
5425
|
+
return createStore$getState(this.l6g_1);
|
|
5410
5426
|
};
|
|
5411
|
-
protoOf(createStore$3).
|
|
5412
|
-
this.
|
|
5427
|
+
protoOf(createStore$3).r6d = function (_set____db54di) {
|
|
5428
|
+
this.j6g_1 = _set____db54di;
|
|
5413
5429
|
};
|
|
5414
|
-
protoOf(createStore$3).
|
|
5415
|
-
return this.
|
|
5430
|
+
protoOf(createStore$3).o6g = function () {
|
|
5431
|
+
return this.j6g_1;
|
|
5416
5432
|
};
|
|
5417
|
-
protoOf(createStore$3).
|
|
5418
|
-
return this.
|
|
5433
|
+
protoOf(createStore$3).p6g = function () {
|
|
5434
|
+
return this.k6g_1;
|
|
5419
5435
|
};
|
|
5420
|
-
protoOf(createStore$3).
|
|
5436
|
+
protoOf(createStore$3).q6g = function () {
|
|
5421
5437
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
5422
5438
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
5423
|
-
var this_0 = this.
|
|
5439
|
+
var this_0 = this.m6g_1;
|
|
5424
5440
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
5425
5441
|
return new createStore$3$observe$$inlined$map$1(this_0, this);
|
|
5426
5442
|
};
|
|
@@ -5496,10 +5512,10 @@
|
|
|
5496
5512
|
return new middleware$1(dispatch);
|
|
5497
5513
|
}
|
|
5498
5514
|
function middleware$1($dispatch) {
|
|
5499
|
-
this.
|
|
5515
|
+
this.r6g_1 = $dispatch;
|
|
5500
5516
|
}
|
|
5501
|
-
protoOf(middleware$1).
|
|
5502
|
-
this.
|
|
5517
|
+
protoOf(middleware$1).s6d = function (store, next, action) {
|
|
5518
|
+
this.r6g_1(store, next, action);
|
|
5503
5519
|
};
|
|
5504
5520
|
function Reducer() {
|
|
5505
5521
|
}
|
|
@@ -5507,11 +5523,11 @@
|
|
|
5507
5523
|
return new combineReducers$1(reducers);
|
|
5508
5524
|
}
|
|
5509
5525
|
function combineReducers$1($reducers) {
|
|
5510
|
-
this.
|
|
5526
|
+
this.s6g_1 = $reducers;
|
|
5511
5527
|
}
|
|
5512
|
-
protoOf(combineReducers$1).
|
|
5528
|
+
protoOf(combineReducers$1).t6g = function (state, action) {
|
|
5513
5529
|
// Inline function 'kotlin.collections.filter' call
|
|
5514
|
-
var tmp0 = this.
|
|
5530
|
+
var tmp0 = this.s6g_1;
|
|
5515
5531
|
// Inline function 'kotlin.collections.filterTo' call
|
|
5516
5532
|
var destination = ArrayList_init_$Create$();
|
|
5517
5533
|
var inductionVariable = 0;
|
|
@@ -5519,7 +5535,7 @@
|
|
|
5519
5535
|
while (inductionVariable < last) {
|
|
5520
5536
|
var element = tmp0[inductionVariable];
|
|
5521
5537
|
inductionVariable = inductionVariable + 1 | 0;
|
|
5522
|
-
if (element.
|
|
5538
|
+
if (element.t6d(action)) {
|
|
5523
5539
|
destination.j(element);
|
|
5524
5540
|
}
|
|
5525
5541
|
}
|
|
@@ -5529,12 +5545,12 @@
|
|
|
5529
5545
|
while (_iterator__ex2g4s.m()) {
|
|
5530
5546
|
var element_0 = _iterator__ex2g4s.n();
|
|
5531
5547
|
var s = accumulator;
|
|
5532
|
-
accumulator = element_0.
|
|
5548
|
+
accumulator = element_0.j6f(s, action);
|
|
5533
5549
|
}
|
|
5534
5550
|
return accumulator;
|
|
5535
5551
|
};
|
|
5536
|
-
protoOf(combineReducers$1).
|
|
5537
|
-
return this.
|
|
5552
|
+
protoOf(combineReducers$1).j6f = function (state, action) {
|
|
5553
|
+
return this.t6g((state == null ? true : !(state == null)) ? state : THROW_CCE(), action);
|
|
5538
5554
|
};
|
|
5539
5555
|
function Store() {
|
|
5540
5556
|
}
|
|
@@ -5746,18 +5762,18 @@
|
|
|
5746
5762
|
return tmp0_elvis_lhs == null ? _this__u8e3s4 : tmp0_elvis_lhs;
|
|
5747
5763
|
}
|
|
5748
5764
|
function ClientLoggerKey(gameId, playerId) {
|
|
5749
|
-
this.
|
|
5750
|
-
this.
|
|
5765
|
+
this.u6g_1 = gameId;
|
|
5766
|
+
this.v6g_1 = playerId;
|
|
5751
5767
|
}
|
|
5752
|
-
protoOf(ClientLoggerKey).
|
|
5753
|
-
return joinToString(listOf([this.
|
|
5768
|
+
protoOf(ClientLoggerKey).w6g = function () {
|
|
5769
|
+
return joinToString(listOf([this.u6g_1, this.v6g_1]), '_');
|
|
5754
5770
|
};
|
|
5755
5771
|
protoOf(ClientLoggerKey).toString = function () {
|
|
5756
|
-
return 'ClientLoggerKey(gameId=' + this.
|
|
5772
|
+
return 'ClientLoggerKey(gameId=' + this.u6g_1 + ', playerId=' + this.v6g_1 + ')';
|
|
5757
5773
|
};
|
|
5758
5774
|
protoOf(ClientLoggerKey).hashCode = function () {
|
|
5759
|
-
var result = getStringHashCode(this.
|
|
5760
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
5775
|
+
var result = getStringHashCode(this.u6g_1);
|
|
5776
|
+
result = imul(result, 31) + getStringHashCode(this.v6g_1) | 0;
|
|
5761
5777
|
return result;
|
|
5762
5778
|
};
|
|
5763
5779
|
protoOf(ClientLoggerKey).equals = function (other) {
|
|
@@ -5765,14 +5781,14 @@
|
|
|
5765
5781
|
return true;
|
|
5766
5782
|
if (!(other instanceof ClientLoggerKey))
|
|
5767
5783
|
return false;
|
|
5768
|
-
if (!(this.
|
|
5784
|
+
if (!(this.u6g_1 === other.u6g_1))
|
|
5769
5785
|
return false;
|
|
5770
|
-
if (!(this.
|
|
5786
|
+
if (!(this.v6g_1 === other.v6g_1))
|
|
5771
5787
|
return false;
|
|
5772
5788
|
return true;
|
|
5773
5789
|
};
|
|
5774
5790
|
function _get_$cachedSerializer__te6jhj_8($this) {
|
|
5775
|
-
return $this.
|
|
5791
|
+
return $this.x6g_1.w();
|
|
5776
5792
|
}
|
|
5777
5793
|
function LogType$Companion$_anonymous__d4fjnz() {
|
|
5778
5794
|
return createSimpleEnumSerializer('com.logic.utils.logger.outputs.LogType', values_3());
|
|
@@ -5808,24 +5824,24 @@
|
|
|
5808
5824
|
$ENTRIES_1 = enumEntries(values_3());
|
|
5809
5825
|
return $ENTRIES_1;
|
|
5810
5826
|
}
|
|
5811
|
-
function
|
|
5812
|
-
|
|
5827
|
+
function Companion_21() {
|
|
5828
|
+
Companion_instance_23 = this;
|
|
5813
5829
|
var tmp = this;
|
|
5814
5830
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
5815
|
-
tmp.
|
|
5831
|
+
tmp.x6g_1 = lazy(tmp_0, LogType$Companion$_anonymous__d4fjnz);
|
|
5816
5832
|
}
|
|
5817
|
-
protoOf(
|
|
5833
|
+
protoOf(Companion_21).a1c = function () {
|
|
5818
5834
|
return _get_$cachedSerializer__te6jhj_8(this);
|
|
5819
5835
|
};
|
|
5820
|
-
protoOf(
|
|
5836
|
+
protoOf(Companion_21).g10 = function (typeParamsSerializers) {
|
|
5821
5837
|
return this.a1c();
|
|
5822
5838
|
};
|
|
5823
|
-
var
|
|
5824
|
-
function
|
|
5839
|
+
var Companion_instance_23;
|
|
5840
|
+
function Companion_getInstance_24() {
|
|
5825
5841
|
LogType_initEntries();
|
|
5826
|
-
if (
|
|
5827
|
-
new
|
|
5828
|
-
return
|
|
5842
|
+
if (Companion_instance_23 == null)
|
|
5843
|
+
new Companion_21();
|
|
5844
|
+
return Companion_instance_23;
|
|
5829
5845
|
}
|
|
5830
5846
|
var LogType_entriesInitialized;
|
|
5831
5847
|
function LogType_initEntries() {
|
|
@@ -5837,7 +5853,7 @@
|
|
|
5837
5853
|
LogType_WARN_instance = new LogType('WARN', 2);
|
|
5838
5854
|
LogType_VERBOSE_instance = new LogType('VERBOSE', 3);
|
|
5839
5855
|
LogType_INFO_instance = new LogType('INFO', 4);
|
|
5840
|
-
|
|
5856
|
+
Companion_getInstance_24();
|
|
5841
5857
|
}
|
|
5842
5858
|
var $ENTRIES_1;
|
|
5843
5859
|
function LogType(name, ordinal) {
|
|
@@ -5866,25 +5882,25 @@
|
|
|
5866
5882
|
function ObservableLoggerOutput() {
|
|
5867
5883
|
}
|
|
5868
5884
|
function LoggerOutputDataDto$Companion$$childSerializers$_anonymous__j015dy() {
|
|
5869
|
-
return
|
|
5885
|
+
return Companion_getInstance_24().a1c();
|
|
5870
5886
|
}
|
|
5871
|
-
function
|
|
5872
|
-
|
|
5887
|
+
function Companion_22() {
|
|
5888
|
+
Companion_instance_24 = this;
|
|
5873
5889
|
var tmp = this;
|
|
5874
5890
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
5875
5891
|
// Inline function 'kotlin.arrayOf' call
|
|
5876
5892
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
5877
5893
|
// Inline function 'kotlin.js.asDynamic' call
|
|
5878
|
-
tmp.
|
|
5894
|
+
tmp.d6h_1 = [lazy(tmp_0, LoggerOutputDataDto$Companion$$childSerializers$_anonymous__j015dy), null, null, null, null];
|
|
5879
5895
|
}
|
|
5880
|
-
protoOf(
|
|
5896
|
+
protoOf(Companion_22).a1c = function () {
|
|
5881
5897
|
return $serializer_getInstance_10();
|
|
5882
5898
|
};
|
|
5883
|
-
var
|
|
5884
|
-
function
|
|
5885
|
-
if (
|
|
5886
|
-
new
|
|
5887
|
-
return
|
|
5899
|
+
var Companion_instance_24;
|
|
5900
|
+
function Companion_getInstance_25() {
|
|
5901
|
+
if (Companion_instance_24 == null)
|
|
5902
|
+
new Companion_22();
|
|
5903
|
+
return Companion_instance_24;
|
|
5888
5904
|
}
|
|
5889
5905
|
function $serializer_10() {
|
|
5890
5906
|
$serializer_instance_10 = this;
|
|
@@ -5894,12 +5910,12 @@
|
|
|
5894
5910
|
tmp0_serialDesc.gz('tag', false);
|
|
5895
5911
|
tmp0_serialDesc.gz('message', false);
|
|
5896
5912
|
tmp0_serialDesc.gz('stackTrace', false);
|
|
5897
|
-
this.
|
|
5913
|
+
this.e6h_1 = tmp0_serialDesc;
|
|
5898
5914
|
}
|
|
5899
|
-
protoOf($serializer_10).
|
|
5900
|
-
var tmp0_desc = this.
|
|
5915
|
+
protoOf($serializer_10).f6h = function (encoder, value) {
|
|
5916
|
+
var tmp0_desc = this.e6h_1;
|
|
5901
5917
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
5902
|
-
var tmp2_cached =
|
|
5918
|
+
var tmp2_cached = Companion_getInstance_25().d6h_1;
|
|
5903
5919
|
tmp1_output.ft(tmp0_desc, 0, tmp2_cached[0].w(), value.type);
|
|
5904
5920
|
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.key);
|
|
5905
5921
|
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.tag);
|
|
@@ -5908,10 +5924,10 @@
|
|
|
5908
5924
|
tmp1_output.pr(tmp0_desc);
|
|
5909
5925
|
};
|
|
5910
5926
|
protoOf($serializer_10).co = function (encoder, value) {
|
|
5911
|
-
return this.
|
|
5927
|
+
return this.f6h(encoder, value instanceof LoggerOutputDataDto ? value : THROW_CCE());
|
|
5912
5928
|
};
|
|
5913
5929
|
protoOf($serializer_10).do = function (decoder) {
|
|
5914
|
-
var tmp0_desc = this.
|
|
5930
|
+
var tmp0_desc = this.e6h_1;
|
|
5915
5931
|
var tmp1_flag = true;
|
|
5916
5932
|
var tmp2_index = 0;
|
|
5917
5933
|
var tmp3_bitMask0 = 0;
|
|
@@ -5921,7 +5937,7 @@
|
|
|
5921
5937
|
var tmp7_local3 = null;
|
|
5922
5938
|
var tmp8_local4 = null;
|
|
5923
5939
|
var tmp9_input = decoder.or(tmp0_desc);
|
|
5924
|
-
var tmp10_cached =
|
|
5940
|
+
var tmp10_cached = Companion_getInstance_25().d6h_1;
|
|
5925
5941
|
if (tmp9_input.es()) {
|
|
5926
5942
|
tmp4_local0 = tmp9_input.as(tmp0_desc, 0, tmp10_cached[0].w(), tmp4_local0);
|
|
5927
5943
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -5968,13 +5984,13 @@
|
|
|
5968
5984
|
return LoggerOutputDataDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
5969
5985
|
};
|
|
5970
5986
|
protoOf($serializer_10).bo = function () {
|
|
5971
|
-
return this.
|
|
5987
|
+
return this.e6h_1;
|
|
5972
5988
|
};
|
|
5973
5989
|
protoOf($serializer_10).vz = function () {
|
|
5974
5990
|
// Inline function 'kotlin.arrayOf' call
|
|
5975
5991
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
5976
5992
|
// Inline function 'kotlin.js.asDynamic' call
|
|
5977
|
-
return [
|
|
5993
|
+
return [Companion_getInstance_25().d6h_1[0].w(), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
|
|
5978
5994
|
};
|
|
5979
5995
|
var $serializer_instance_10;
|
|
5980
5996
|
function $serializer_getInstance_10() {
|
|
@@ -5984,7 +6000,7 @@
|
|
|
5984
6000
|
}
|
|
5985
6001
|
function LoggerOutputDataDto_init_$Init$(seen0, type, key, tag, message, stackTrace, serializationConstructorMarker, $this) {
|
|
5986
6002
|
if (!(31 === (31 & seen0))) {
|
|
5987
|
-
throwMissingFieldException(seen0, 31, $serializer_getInstance_10().
|
|
6003
|
+
throwMissingFieldException(seen0, 31, $serializer_getInstance_10().e6h_1);
|
|
5988
6004
|
}
|
|
5989
6005
|
$this.type = type;
|
|
5990
6006
|
$this.key = key;
|
|
@@ -5997,30 +6013,30 @@
|
|
|
5997
6013
|
return LoggerOutputDataDto_init_$Init$(seen0, type, key, tag, message, stackTrace, serializationConstructorMarker, objectCreate(protoOf(LoggerOutputDataDto)));
|
|
5998
6014
|
}
|
|
5999
6015
|
function LoggerOutputDataDto(type, key, tag, message, stackTrace) {
|
|
6000
|
-
|
|
6016
|
+
Companion_getInstance_25();
|
|
6001
6017
|
this.type = type;
|
|
6002
6018
|
this.key = key;
|
|
6003
6019
|
this.tag = tag;
|
|
6004
6020
|
this.message = message;
|
|
6005
6021
|
this.stackTrace = stackTrace;
|
|
6006
6022
|
}
|
|
6007
|
-
protoOf(LoggerOutputDataDto).
|
|
6023
|
+
protoOf(LoggerOutputDataDto).x5x = function () {
|
|
6008
6024
|
return this.type;
|
|
6009
6025
|
};
|
|
6010
6026
|
protoOf(LoggerOutputDataDto).v = function () {
|
|
6011
6027
|
return this.key;
|
|
6012
6028
|
};
|
|
6013
|
-
protoOf(LoggerOutputDataDto).
|
|
6029
|
+
protoOf(LoggerOutputDataDto).z63 = function () {
|
|
6014
6030
|
return this.tag;
|
|
6015
6031
|
};
|
|
6016
6032
|
protoOf(LoggerOutputDataDto).e = function () {
|
|
6017
6033
|
return this.message;
|
|
6018
6034
|
};
|
|
6019
|
-
protoOf(LoggerOutputDataDto).
|
|
6035
|
+
protoOf(LoggerOutputDataDto).g6h = function () {
|
|
6020
6036
|
return this.stackTrace;
|
|
6021
6037
|
};
|
|
6022
6038
|
protoOf(LoggerOutputDataDto).toMessageLog = function () {
|
|
6023
|
-
var time = toLocalDateTime(System_instance.ck(), Companion_getInstance_1().
|
|
6039
|
+
var time = toLocalDateTime(System_instance.ck(), Companion_getInstance_1().z5u());
|
|
6024
6040
|
var tmp = time.toString();
|
|
6025
6041
|
// Inline function 'kotlin.text.lowercase' call
|
|
6026
6042
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -6067,13 +6083,13 @@
|
|
|
6067
6083
|
protoOf(LoggerOutputDataDto).xl = function () {
|
|
6068
6084
|
return this.tag;
|
|
6069
6085
|
};
|
|
6070
|
-
protoOf(LoggerOutputDataDto).
|
|
6086
|
+
protoOf(LoggerOutputDataDto).m53 = function () {
|
|
6071
6087
|
return this.message;
|
|
6072
6088
|
};
|
|
6073
|
-
protoOf(LoggerOutputDataDto).
|
|
6089
|
+
protoOf(LoggerOutputDataDto).x64 = function () {
|
|
6074
6090
|
return this.stackTrace;
|
|
6075
6091
|
};
|
|
6076
|
-
protoOf(LoggerOutputDataDto).
|
|
6092
|
+
protoOf(LoggerOutputDataDto).h6h = function (type, key, tag, message, stackTrace) {
|
|
6077
6093
|
return new LoggerOutputDataDto(type, key, tag, message, stackTrace);
|
|
6078
6094
|
};
|
|
6079
6095
|
protoOf(LoggerOutputDataDto).copy = function (type, key, tag, message, stackTrace, $super) {
|
|
@@ -6082,7 +6098,7 @@
|
|
|
6082
6098
|
tag = tag === VOID ? this.tag : tag;
|
|
6083
6099
|
message = message === VOID ? this.message : message;
|
|
6084
6100
|
stackTrace = stackTrace === VOID ? this.stackTrace : stackTrace;
|
|
6085
|
-
return $super === VOID ? this.
|
|
6101
|
+
return $super === VOID ? this.h6h(type, key, tag, message, stackTrace) : $super.h6h.call(this, type, key, tag, message, stackTrace);
|
|
6086
6102
|
};
|
|
6087
6103
|
protoOf(LoggerOutputDataDto).toString = function () {
|
|
6088
6104
|
return 'LoggerOutputDataDto(type=' + this.type.toString() + ', key=' + this.key + ', tag=' + this.tag + ', message=' + this.message + ', stackTrace=' + this.stackTrace + ')';
|
|
@@ -6113,19 +6129,19 @@
|
|
|
6113
6129
|
return true;
|
|
6114
6130
|
};
|
|
6115
6131
|
function checkInitialised($this) {
|
|
6116
|
-
if ($this.
|
|
6132
|
+
if ($this.i6h_1.equals(AppEnvironmentValue_UNDEFINED_getInstance())) {
|
|
6117
6133
|
Logger_getInstance().z1l(VOID, IllegalStateException_init_$Create$('AppEnvironment not initialised'));
|
|
6118
6134
|
}
|
|
6119
6135
|
}
|
|
6120
6136
|
function AppEnvironment() {
|
|
6121
6137
|
AppEnvironment_instance = this;
|
|
6122
|
-
this.
|
|
6138
|
+
this.i6h_1 = AppEnvironmentValue_UNDEFINED_getInstance();
|
|
6123
6139
|
}
|
|
6124
|
-
protoOf(AppEnvironment).
|
|
6125
|
-
this.
|
|
6140
|
+
protoOf(AppEnvironment).j6h = function (value) {
|
|
6141
|
+
this.i6h_1 = value;
|
|
6126
6142
|
};
|
|
6127
|
-
protoOf(AppEnvironment).
|
|
6128
|
-
var tmp = this.
|
|
6143
|
+
protoOf(AppEnvironment).k6h = function () {
|
|
6144
|
+
var tmp = this.i6h_1;
|
|
6129
6145
|
// Inline function 'kotlin.also' call
|
|
6130
6146
|
var this_0 = AppEnvironmentValue_PRODUCTION_getInstance();
|
|
6131
6147
|
checkInitialised(AppEnvironment_getInstance());
|
|
@@ -6201,11 +6217,11 @@
|
|
|
6201
6217
|
}
|
|
6202
6218
|
function combinedLoggerModule$lambda$lambda_0($this$singleton) {
|
|
6203
6219
|
// Inline function 'org.kodein.di.instance' call
|
|
6204
|
-
var tmp = $this$singleton.
|
|
6220
|
+
var tmp = $this$singleton.u5y();
|
|
6205
6221
|
// Inline function 'org.kodein.type.generic' call
|
|
6206
6222
|
var tmp_0 = typeToken(createKType(getKClass(CombinedRaspberryLogger), arrayOf([]), false));
|
|
6207
6223
|
var tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
|
|
6208
|
-
return tmp.
|
|
6224
|
+
return tmp.t5y(tmp$ret$0, null);
|
|
6209
6225
|
}
|
|
6210
6226
|
function combinedLoggerModule$lambda($combinedLogger) {
|
|
6211
6227
|
return function ($this$Module) {
|
|
@@ -6213,32 +6229,32 @@
|
|
|
6213
6229
|
// Inline function 'org.kodein.type.generic' call
|
|
6214
6230
|
var tmp = typeToken(createKType(getKClass(CombinedRaspberryLogger), arrayOf([]), false));
|
|
6215
6231
|
var tmp$ret$0 = isInterface(tmp, TypeToken) ? tmp : THROW_CCE();
|
|
6216
|
-
var tmp_0 = $this$Module.
|
|
6232
|
+
var tmp_0 = $this$Module.h5x(tmp$ret$0, null, null);
|
|
6217
6233
|
// Inline function 'org.kodein.di.singleton' call
|
|
6218
6234
|
var creator = combinedLoggerModule$lambda$lambda($combinedLogger);
|
|
6219
|
-
var tmp_1 = $this$Module.
|
|
6220
|
-
var tmp_2 = $this$Module.
|
|
6221
|
-
var tmp_3 = $this$Module.
|
|
6235
|
+
var tmp_1 = $this$Module.m5x();
|
|
6236
|
+
var tmp_2 = $this$Module.k5x();
|
|
6237
|
+
var tmp_3 = $this$Module.l5x();
|
|
6222
6238
|
// Inline function 'org.kodein.type.generic' call
|
|
6223
6239
|
var tmp_4 = typeToken(createKType(getKClass(CombinedRaspberryLogger), arrayOf([]), false));
|
|
6224
6240
|
var tmp$ret$2 = isInterface(tmp_4, TypeToken) ? tmp_4 : THROW_CCE();
|
|
6225
6241
|
var tmp$ret$3 = new Singleton(tmp_1, tmp_2, tmp_3, tmp$ret$2, null, true, creator);
|
|
6226
|
-
tmp_0.
|
|
6242
|
+
tmp_0.f61(tmp$ret$3);
|
|
6227
6243
|
// Inline function 'org.kodein.di.bind' call
|
|
6228
6244
|
// Inline function 'org.kodein.type.generic' call
|
|
6229
6245
|
var tmp_5 = typeToken(createKType(getKClass(RaspberryLogger), arrayOf([]), false));
|
|
6230
6246
|
var tmp$ret$4 = isInterface(tmp_5, TypeToken) ? tmp_5 : THROW_CCE();
|
|
6231
|
-
var tmp_6 = $this$Module.
|
|
6247
|
+
var tmp_6 = $this$Module.h5x(tmp$ret$4, null, null);
|
|
6232
6248
|
// Inline function 'org.kodein.di.singleton' call
|
|
6233
6249
|
var creator_0 = combinedLoggerModule$lambda$lambda_0;
|
|
6234
|
-
var tmp_7 = $this$Module.
|
|
6235
|
-
var tmp_8 = $this$Module.
|
|
6236
|
-
var tmp_9 = $this$Module.
|
|
6250
|
+
var tmp_7 = $this$Module.m5x();
|
|
6251
|
+
var tmp_8 = $this$Module.k5x();
|
|
6252
|
+
var tmp_9 = $this$Module.l5x();
|
|
6237
6253
|
// Inline function 'org.kodein.type.generic' call
|
|
6238
6254
|
var tmp_10 = typeToken(createKType(getKClass(CombinedRaspberryLogger), arrayOf([]), false));
|
|
6239
6255
|
var tmp$ret$6 = isInterface(tmp_10, TypeToken) ? tmp_10 : THROW_CCE();
|
|
6240
6256
|
var tmp$ret$7 = new Singleton(tmp_7, tmp_8, tmp_9, tmp$ret$6, null, true, creator_0);
|
|
6241
|
-
tmp_6.
|
|
6257
|
+
tmp_6.f61(tmp$ret$7);
|
|
6242
6258
|
return Unit_instance;
|
|
6243
6259
|
};
|
|
6244
6260
|
}
|
|
@@ -6249,47 +6265,47 @@
|
|
|
6249
6265
|
tmp = new FakeCardsDealerProvider();
|
|
6250
6266
|
} else {
|
|
6251
6267
|
// Inline function 'org.kodein.di.instance' call
|
|
6252
|
-
var tmp_0 = $this$singleton.
|
|
6268
|
+
var tmp_0 = $this$singleton.u5y();
|
|
6253
6269
|
// Inline function 'org.kodein.type.generic' call
|
|
6254
6270
|
var tmp_1 = typeToken(createKType(getKClass(RaspberryLogger), arrayOf([]), false));
|
|
6255
6271
|
var tmp$ret$0 = isInterface(tmp_1, TypeToken) ? tmp_1 : THROW_CCE();
|
|
6256
|
-
var tmp2_logger = tmp_0.
|
|
6272
|
+
var tmp2_logger = tmp_0.t5y(tmp$ret$0, null);
|
|
6257
6273
|
var tmp0_elvis_lhs = $externalRandomPoolProvider;
|
|
6258
6274
|
var tmp_2;
|
|
6259
6275
|
if (tmp0_elvis_lhs == null) {
|
|
6260
6276
|
// Inline function 'org.kodein.di.instance' call
|
|
6261
|
-
var tmp_3 = $this$singleton.
|
|
6277
|
+
var tmp_3 = $this$singleton.u5y();
|
|
6262
6278
|
// Inline function 'org.kodein.type.generic' call
|
|
6263
6279
|
var tmp_4 = typeToken(createKType(getKClass(RandomPoolProvider), arrayOf([]), false));
|
|
6264
6280
|
var tmp$ret$2 = isInterface(tmp_4, TypeToken) ? tmp_4 : THROW_CCE();
|
|
6265
|
-
tmp_2 = tmp_3.
|
|
6281
|
+
tmp_2 = tmp_3.t5y(tmp$ret$2, null);
|
|
6266
6282
|
} else {
|
|
6267
6283
|
tmp_2 = tmp0_elvis_lhs;
|
|
6268
6284
|
}
|
|
6269
6285
|
var tmp3_randomPoolProvider = tmp_2;
|
|
6270
|
-
tmp = Companion_instance_0.
|
|
6286
|
+
tmp = Companion_instance_0.m5d(tmp3_randomPoolProvider, tmp2_logger);
|
|
6271
6287
|
}
|
|
6272
6288
|
return tmp;
|
|
6273
6289
|
};
|
|
6274
6290
|
}
|
|
6275
6291
|
function dealerModule$lambda($randomOrgConfig, $externalRandomPoolProvider, $fake) {
|
|
6276
6292
|
return function ($this$Module) {
|
|
6277
|
-
$this$Module.
|
|
6293
|
+
$this$Module.j5x(randomOrgModule($randomOrgConfig, $externalRandomPoolProvider));
|
|
6278
6294
|
// Inline function 'org.kodein.di.bind' call
|
|
6279
6295
|
// Inline function 'org.kodein.type.generic' call
|
|
6280
6296
|
var tmp = typeToken(createKType(getKClass(CardsDealerProvider), arrayOf([]), false));
|
|
6281
6297
|
var tmp$ret$0 = isInterface(tmp, TypeToken) ? tmp : THROW_CCE();
|
|
6282
|
-
var tmp_0 = $this$Module.
|
|
6298
|
+
var tmp_0 = $this$Module.h5x(tmp$ret$0, null, null);
|
|
6283
6299
|
// Inline function 'org.kodein.di.singleton' call
|
|
6284
6300
|
var creator = dealerModule$lambda$lambda($fake, $externalRandomPoolProvider);
|
|
6285
|
-
var tmp_1 = $this$Module.
|
|
6286
|
-
var tmp_2 = $this$Module.
|
|
6287
|
-
var tmp_3 = $this$Module.
|
|
6301
|
+
var tmp_1 = $this$Module.m5x();
|
|
6302
|
+
var tmp_2 = $this$Module.k5x();
|
|
6303
|
+
var tmp_3 = $this$Module.l5x();
|
|
6288
6304
|
// Inline function 'org.kodein.type.generic' call
|
|
6289
6305
|
var tmp_4 = typeToken(createKType(getKClass(CardsDealerProvider), arrayOf([]), false));
|
|
6290
6306
|
var tmp$ret$2 = isInterface(tmp_4, TypeToken) ? tmp_4 : THROW_CCE();
|
|
6291
6307
|
var tmp$ret$3 = new Singleton(tmp_1, tmp_2, tmp_3, tmp$ret$2, null, true, creator);
|
|
6292
|
-
tmp_0.
|
|
6308
|
+
tmp_0.f61(tmp$ret$3);
|
|
6293
6309
|
return Unit_instance;
|
|
6294
6310
|
};
|
|
6295
6311
|
}
|
|
@@ -6304,11 +6320,11 @@
|
|
|
6304
6320
|
var tmp;
|
|
6305
6321
|
if (tmp0_elvis_lhs == null) {
|
|
6306
6322
|
// Inline function 'org.kodein.di.instance' call
|
|
6307
|
-
var tmp_0 = $this$singleton.
|
|
6323
|
+
var tmp_0 = $this$singleton.u5y();
|
|
6308
6324
|
// Inline function 'org.kodein.type.generic' call
|
|
6309
6325
|
var tmp_1 = typeToken(createKType(getKClass(RaspberryLogger), arrayOf([]), false));
|
|
6310
6326
|
var tmp$ret$0 = isInterface(tmp_1, TypeToken) ? tmp_1 : THROW_CCE();
|
|
6311
|
-
var tmp$ret$1 = tmp_0.
|
|
6327
|
+
var tmp$ret$1 = tmp_0.t5y(tmp$ret$0, null);
|
|
6312
6328
|
tmp = new AsyncProviderImpl(tmp$ret$1);
|
|
6313
6329
|
} else {
|
|
6314
6330
|
tmp = tmp0_elvis_lhs;
|
|
@@ -6322,11 +6338,11 @@
|
|
|
6322
6338
|
var tmp;
|
|
6323
6339
|
if (tmp0_elvis_lhs == null) {
|
|
6324
6340
|
// Inline function 'org.kodein.di.instance' call
|
|
6325
|
-
var tmp_0 = $this$singleton.
|
|
6341
|
+
var tmp_0 = $this$singleton.u5y();
|
|
6326
6342
|
// Inline function 'org.kodein.type.generic' call
|
|
6327
6343
|
var tmp_1 = typeToken(createKType(getKClass(RaspberryLogger), arrayOf([]), false));
|
|
6328
6344
|
var tmp$ret$0 = isInterface(tmp_1, TypeToken) ? tmp_1 : THROW_CCE();
|
|
6329
|
-
var tmp$ret$1 = tmp_0.
|
|
6345
|
+
var tmp$ret$1 = tmp_0.t5y(tmp$ret$0, null);
|
|
6330
6346
|
tmp = new JobsProviderImpl(tmp$ret$1);
|
|
6331
6347
|
} else {
|
|
6332
6348
|
tmp = tmp0_elvis_lhs;
|
|
@@ -6346,64 +6362,64 @@
|
|
|
6346
6362
|
// Inline function 'org.kodein.type.generic' call
|
|
6347
6363
|
var tmp = typeToken(createKType(getKClass(CoreConfig), arrayOf([]), false));
|
|
6348
6364
|
var tmp$ret$0 = isInterface(tmp, TypeToken) ? tmp : THROW_CCE();
|
|
6349
|
-
var tmp_0 = $this$Module.
|
|
6365
|
+
var tmp_0 = $this$Module.h5x(tmp$ret$0, null, null);
|
|
6350
6366
|
// Inline function 'org.kodein.di.singleton' call
|
|
6351
6367
|
var creator = coreModule$lambda$lambda($config);
|
|
6352
|
-
var tmp_1 = $this$Module.
|
|
6353
|
-
var tmp_2 = $this$Module.
|
|
6354
|
-
var tmp_3 = $this$Module.
|
|
6368
|
+
var tmp_1 = $this$Module.m5x();
|
|
6369
|
+
var tmp_2 = $this$Module.k5x();
|
|
6370
|
+
var tmp_3 = $this$Module.l5x();
|
|
6355
6371
|
// Inline function 'org.kodein.type.generic' call
|
|
6356
6372
|
var tmp_4 = typeToken(createKType(getKClass(CoreConfig), arrayOf([]), false));
|
|
6357
6373
|
var tmp$ret$2 = isInterface(tmp_4, TypeToken) ? tmp_4 : THROW_CCE();
|
|
6358
6374
|
var tmp$ret$3 = new Singleton(tmp_1, tmp_2, tmp_3, tmp$ret$2, null, true, creator);
|
|
6359
|
-
tmp_0.
|
|
6375
|
+
tmp_0.f61(tmp$ret$3);
|
|
6360
6376
|
// Inline function 'org.kodein.di.bind' call
|
|
6361
6377
|
// Inline function 'org.kodein.type.generic' call
|
|
6362
6378
|
var tmp_5 = typeToken(createKType(getKClass(AsyncProvider), arrayOf([]), false));
|
|
6363
6379
|
var tmp$ret$4 = isInterface(tmp_5, TypeToken) ? tmp_5 : THROW_CCE();
|
|
6364
|
-
var tmp_6 = $this$Module.
|
|
6380
|
+
var tmp_6 = $this$Module.h5x(tmp$ret$4, null, null);
|
|
6365
6381
|
// Inline function 'org.kodein.di.singleton' call
|
|
6366
6382
|
var creator_0 = coreModule$lambda$lambda_0($asyncProvider);
|
|
6367
|
-
var tmp_7 = $this$Module.
|
|
6368
|
-
var tmp_8 = $this$Module.
|
|
6369
|
-
var tmp_9 = $this$Module.
|
|
6383
|
+
var tmp_7 = $this$Module.m5x();
|
|
6384
|
+
var tmp_8 = $this$Module.k5x();
|
|
6385
|
+
var tmp_9 = $this$Module.l5x();
|
|
6370
6386
|
// Inline function 'org.kodein.type.generic' call
|
|
6371
6387
|
var tmp_10 = typeToken(createKType(getKClass(AsyncProvider), arrayOf([]), false));
|
|
6372
6388
|
var tmp$ret$6 = isInterface(tmp_10, TypeToken) ? tmp_10 : THROW_CCE();
|
|
6373
6389
|
var tmp$ret$7 = new Singleton(tmp_7, tmp_8, tmp_9, tmp$ret$6, null, true, creator_0);
|
|
6374
|
-
tmp_6.
|
|
6390
|
+
tmp_6.f61(tmp$ret$7);
|
|
6375
6391
|
// Inline function 'org.kodein.di.bind' call
|
|
6376
6392
|
// Inline function 'org.kodein.type.generic' call
|
|
6377
6393
|
var tmp_11 = typeToken(createKType(getKClass(JobsProvider), arrayOf([]), false));
|
|
6378
6394
|
var tmp$ret$8 = isInterface(tmp_11, TypeToken) ? tmp_11 : THROW_CCE();
|
|
6379
|
-
var tmp_12 = $this$Module.
|
|
6395
|
+
var tmp_12 = $this$Module.h5x(tmp$ret$8, null, null);
|
|
6380
6396
|
// Inline function 'org.kodein.di.singleton' call
|
|
6381
6397
|
var creator_1 = coreModule$lambda$lambda_1($jobsProvider);
|
|
6382
|
-
var tmp_13 = $this$Module.
|
|
6383
|
-
var tmp_14 = $this$Module.
|
|
6384
|
-
var tmp_15 = $this$Module.
|
|
6398
|
+
var tmp_13 = $this$Module.m5x();
|
|
6399
|
+
var tmp_14 = $this$Module.k5x();
|
|
6400
|
+
var tmp_15 = $this$Module.l5x();
|
|
6385
6401
|
// Inline function 'org.kodein.type.generic' call
|
|
6386
6402
|
var tmp_16 = typeToken(createKType(getKClass(JobsProvider), arrayOf([]), false));
|
|
6387
6403
|
var tmp$ret$10 = isInterface(tmp_16, TypeToken) ? tmp_16 : THROW_CCE();
|
|
6388
6404
|
var tmp$ret$11 = new Singleton(tmp_13, tmp_14, tmp_15, tmp$ret$10, null, true, creator_1);
|
|
6389
|
-
tmp_12.
|
|
6405
|
+
tmp_12.f61(tmp$ret$11);
|
|
6390
6406
|
// Inline function 'org.kodein.di.bind' call
|
|
6391
6407
|
// Inline function 'org.kodein.type.generic' call
|
|
6392
6408
|
var tmp_17 = typeToken(createKType(getKClass(IdsProvider), arrayOf([]), false));
|
|
6393
6409
|
var tmp$ret$12 = isInterface(tmp_17, TypeToken) ? tmp_17 : THROW_CCE();
|
|
6394
|
-
var tmp_18 = $this$Module.
|
|
6410
|
+
var tmp_18 = $this$Module.h5x(tmp$ret$12, null, null);
|
|
6395
6411
|
// Inline function 'org.kodein.di.singleton' call
|
|
6396
6412
|
var creator_2 = coreModule$lambda$lambda_2($idsProvider);
|
|
6397
|
-
var tmp_19 = $this$Module.
|
|
6398
|
-
var tmp_20 = $this$Module.
|
|
6399
|
-
var tmp_21 = $this$Module.
|
|
6413
|
+
var tmp_19 = $this$Module.m5x();
|
|
6414
|
+
var tmp_20 = $this$Module.k5x();
|
|
6415
|
+
var tmp_21 = $this$Module.l5x();
|
|
6400
6416
|
// Inline function 'org.kodein.type.generic' call
|
|
6401
6417
|
var tmp_22 = typeToken(createKType(getKClass(IdsProvider), arrayOf([]), false));
|
|
6402
6418
|
var tmp$ret$14 = isInterface(tmp_22, TypeToken) ? tmp_22 : THROW_CCE();
|
|
6403
6419
|
var tmp$ret$15 = new Singleton(tmp_19, tmp_20, tmp_21, tmp$ret$14, null, true, creator_2);
|
|
6404
|
-
tmp_18.
|
|
6405
|
-
$this$Module.
|
|
6406
|
-
$this$Module.
|
|
6420
|
+
tmp_18.f61(tmp$ret$15);
|
|
6421
|
+
$this$Module.j5x(get_coreLoggerModule());
|
|
6422
|
+
$this$Module.j5x(get_filesModule());
|
|
6407
6423
|
return Unit_instance;
|
|
6408
6424
|
};
|
|
6409
6425
|
}
|
|
@@ -6416,15 +6432,15 @@
|
|
|
6416
6432
|
function randomOrgModule$lambda$lambda($randomOrgConfig) {
|
|
6417
6433
|
return function ($this$singleton) {
|
|
6418
6434
|
// Inline function 'org.kodein.di.instance' call
|
|
6419
|
-
var tmp = $this$singleton.
|
|
6435
|
+
var tmp = $this$singleton.u5y();
|
|
6420
6436
|
// Inline function 'org.kodein.type.generic' call
|
|
6421
6437
|
var tmp_0 = typeToken(createKType(getKClass(RaspberryLogger), arrayOf([]), false));
|
|
6422
6438
|
var tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
|
|
6423
|
-
var logger = tmp.
|
|
6439
|
+
var logger = tmp.t5y(tmp$ret$0, null);
|
|
6424
6440
|
var tmp0_apiKey = $randomOrgConfig.apiKey;
|
|
6425
6441
|
var tmp_1 = HttpFactory_instance;
|
|
6426
6442
|
var tmp_2 = mapToParams($randomOrgConfig.httpConfig);
|
|
6427
|
-
var tmp1_client = tmp_1.
|
|
6443
|
+
var tmp1_client = tmp_1.v5b(tmp_2, randomOrgModule$lambda$lambda$lambda(logger));
|
|
6428
6444
|
return new RandomOrgApiServiceImpl(tmp1_client, tmp0_apiKey);
|
|
6429
6445
|
};
|
|
6430
6446
|
}
|
|
@@ -6435,17 +6451,17 @@
|
|
|
6435
6451
|
if (tmp0_elvis_lhs == null) {
|
|
6436
6452
|
var tmp_0 = new PoolParams();
|
|
6437
6453
|
// Inline function 'org.kodein.di.instance' call
|
|
6438
|
-
var tmp_1 = $this$singleton.
|
|
6454
|
+
var tmp_1 = $this$singleton.u5y();
|
|
6439
6455
|
// Inline function 'org.kodein.type.generic' call
|
|
6440
6456
|
var tmp_2 = typeToken(createKType(getKClass(RandomOrgApiService), arrayOf([]), false));
|
|
6441
6457
|
var tmp$ret$0 = isInterface(tmp_2, TypeToken) ? tmp_2 : THROW_CCE();
|
|
6442
|
-
var tmp_3 = tmp_1.
|
|
6458
|
+
var tmp_3 = tmp_1.t5y(tmp$ret$0, null);
|
|
6443
6459
|
// Inline function 'org.kodein.di.instance' call
|
|
6444
|
-
var tmp_4 = $this$singleton.
|
|
6460
|
+
var tmp_4 = $this$singleton.u5y();
|
|
6445
6461
|
// Inline function 'org.kodein.type.generic' call
|
|
6446
6462
|
var tmp_5 = typeToken(createKType(getKClass(RaspberryLogger), arrayOf([]), false));
|
|
6447
6463
|
var tmp$ret$2 = isInterface(tmp_5, TypeToken) ? tmp_5 : THROW_CCE();
|
|
6448
|
-
var tmp$ret$3 = tmp_4.
|
|
6464
|
+
var tmp$ret$3 = tmp_4.t5y(tmp$ret$2, null);
|
|
6449
6465
|
tmp = new RandomPoolProviderImpl(tmp_0, tmp_3, tmp$ret$3);
|
|
6450
6466
|
} else {
|
|
6451
6467
|
tmp = tmp0_elvis_lhs;
|
|
@@ -6461,34 +6477,34 @@
|
|
|
6461
6477
|
// Inline function 'org.kodein.type.generic' call
|
|
6462
6478
|
var tmp_0 = typeToken(createKType(getKClass(RandomOrgApiService), arrayOf([]), false));
|
|
6463
6479
|
var tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
|
|
6464
|
-
var tmp_1 = $this$Module.
|
|
6480
|
+
var tmp_1 = $this$Module.h5x(tmp$ret$0, null, null);
|
|
6465
6481
|
// Inline function 'org.kodein.di.singleton' call
|
|
6466
6482
|
var creator = randomOrgModule$lambda$lambda($randomOrgConfig);
|
|
6467
|
-
var tmp_2 = $this$Module.
|
|
6468
|
-
var tmp_3 = $this$Module.
|
|
6469
|
-
var tmp_4 = $this$Module.
|
|
6483
|
+
var tmp_2 = $this$Module.m5x();
|
|
6484
|
+
var tmp_3 = $this$Module.k5x();
|
|
6485
|
+
var tmp_4 = $this$Module.l5x();
|
|
6470
6486
|
// Inline function 'org.kodein.type.generic' call
|
|
6471
6487
|
var tmp_5 = typeToken(createKType(getKClass(RandomOrgApiServiceImpl), arrayOf([]), false));
|
|
6472
6488
|
var tmp$ret$2 = isInterface(tmp_5, TypeToken) ? tmp_5 : THROW_CCE();
|
|
6473
6489
|
var tmp$ret$3 = new Singleton(tmp_2, tmp_3, tmp_4, tmp$ret$2, null, true, creator);
|
|
6474
|
-
tmp_1.
|
|
6490
|
+
tmp_1.f61(tmp$ret$3);
|
|
6475
6491
|
tmp = Unit_instance;
|
|
6476
6492
|
}
|
|
6477
6493
|
// Inline function 'org.kodein.di.bind' call
|
|
6478
6494
|
// Inline function 'org.kodein.type.generic' call
|
|
6479
6495
|
var tmp_6 = typeToken(createKType(getKClass(RandomPoolProvider), arrayOf([]), false));
|
|
6480
6496
|
var tmp$ret$4 = isInterface(tmp_6, TypeToken) ? tmp_6 : THROW_CCE();
|
|
6481
|
-
var tmp_7 = $this$Module.
|
|
6497
|
+
var tmp_7 = $this$Module.h5x(tmp$ret$4, null, null);
|
|
6482
6498
|
// Inline function 'org.kodein.di.singleton' call
|
|
6483
6499
|
var creator_0 = randomOrgModule$lambda$lambda_0($externalRandomPoolProvider);
|
|
6484
|
-
var tmp_8 = $this$Module.
|
|
6485
|
-
var tmp_9 = $this$Module.
|
|
6486
|
-
var tmp_10 = $this$Module.
|
|
6500
|
+
var tmp_8 = $this$Module.m5x();
|
|
6501
|
+
var tmp_9 = $this$Module.k5x();
|
|
6502
|
+
var tmp_10 = $this$Module.l5x();
|
|
6487
6503
|
// Inline function 'org.kodein.type.generic' call
|
|
6488
6504
|
var tmp_11 = typeToken(createKType(getKClass(RandomPoolProvider), arrayOf([]), false));
|
|
6489
6505
|
var tmp$ret$6 = isInterface(tmp_11, TypeToken) ? tmp_11 : THROW_CCE();
|
|
6490
6506
|
var tmp$ret$7 = new Singleton(tmp_8, tmp_9, tmp_10, tmp$ret$6, null, true, creator_0);
|
|
6491
|
-
tmp_7.
|
|
6507
|
+
tmp_7.f61(tmp$ret$7);
|
|
6492
6508
|
return Unit_instance;
|
|
6493
6509
|
};
|
|
6494
6510
|
}
|
|
@@ -6497,30 +6513,30 @@
|
|
|
6497
6513
|
// Inline function 'org.kodein.type.generic' call
|
|
6498
6514
|
var tmp = typeToken(createKType(getKClass(LoggerFactory), arrayOf([]), false));
|
|
6499
6515
|
var tmp$ret$0 = isInterface(tmp, TypeToken) ? tmp : THROW_CCE();
|
|
6500
|
-
var tmp_0 = $this$Module.
|
|
6516
|
+
var tmp_0 = $this$Module.h5x(tmp$ret$0, null, null);
|
|
6501
6517
|
// Inline function 'org.kodein.di.provider' call
|
|
6502
6518
|
var creator = _get_coreLoggerModule_$lambda$lambda_5ytuhc;
|
|
6503
|
-
var tmp_1 = $this$Module.
|
|
6519
|
+
var tmp_1 = $this$Module.k5x();
|
|
6504
6520
|
// Inline function 'org.kodein.type.generic' call
|
|
6505
6521
|
var tmp_2 = typeToken(createKType(getKClass(LoggerFactoryImpl), arrayOf([]), false));
|
|
6506
6522
|
var tmp$ret$2 = isInterface(tmp_2, TypeToken) ? tmp_2 : THROW_CCE();
|
|
6507
6523
|
var tmp$ret$3 = new Provider(tmp_1, tmp$ret$2, creator);
|
|
6508
|
-
tmp_0.
|
|
6524
|
+
tmp_0.f61(tmp$ret$3);
|
|
6509
6525
|
return Unit_instance;
|
|
6510
6526
|
}
|
|
6511
6527
|
function _get_coreLoggerModule_$lambda$lambda_5ytuhc($this$provider) {
|
|
6512
6528
|
// Inline function 'org.kodein.di.instance' call
|
|
6513
|
-
var tmp = $this$provider.
|
|
6529
|
+
var tmp = $this$provider.u5y();
|
|
6514
6530
|
// Inline function 'org.kodein.type.generic' call
|
|
6515
6531
|
var tmp_0 = typeToken(createKType(getKClass(CoreConfig), arrayOf([]), false));
|
|
6516
6532
|
var tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
|
|
6517
|
-
var tmp_1 = tmp.
|
|
6533
|
+
var tmp_1 = tmp.t5y(tmp$ret$0, null);
|
|
6518
6534
|
// Inline function 'org.kodein.di.instance' call
|
|
6519
|
-
var tmp_2 = $this$provider.
|
|
6535
|
+
var tmp_2 = $this$provider.u5y();
|
|
6520
6536
|
// Inline function 'org.kodein.type.generic' call
|
|
6521
6537
|
var tmp_3 = typeToken(createKType(getKClass(FileSystem), arrayOf([]), false));
|
|
6522
6538
|
var tmp$ret$2 = isInterface(tmp_3, TypeToken) ? tmp_3 : THROW_CCE();
|
|
6523
|
-
var tmp$ret$3 = tmp_2.
|
|
6539
|
+
var tmp$ret$3 = tmp_2.t5y(tmp$ret$2, null);
|
|
6524
6540
|
return new LoggerFactoryImpl(tmp_1, tmp$ret$3);
|
|
6525
6541
|
}
|
|
6526
6542
|
function _get_filesModule_$lambda_n61xc3($this$Module) {
|
|
@@ -6528,15 +6544,15 @@
|
|
|
6528
6544
|
// Inline function 'org.kodein.type.generic' call
|
|
6529
6545
|
var tmp = typeToken(createKType(getKClass(FileSystem), arrayOf([]), false));
|
|
6530
6546
|
var tmp$ret$0 = isInterface(tmp, TypeToken) ? tmp : THROW_CCE();
|
|
6531
|
-
var tmp_0 = $this$Module.
|
|
6547
|
+
var tmp_0 = $this$Module.h5x(tmp$ret$0, null, null);
|
|
6532
6548
|
// Inline function 'org.kodein.di.provider' call
|
|
6533
6549
|
var creator = _get_filesModule_$lambda$lambda_z3m8ge;
|
|
6534
|
-
var tmp_1 = $this$Module.
|
|
6550
|
+
var tmp_1 = $this$Module.k5x();
|
|
6535
6551
|
// Inline function 'org.kodein.type.generic' call
|
|
6536
6552
|
var tmp_2 = typeToken(createKType(getKClass(FileSystemImpl), arrayOf([]), false));
|
|
6537
6553
|
var tmp$ret$2 = isInterface(tmp_2, TypeToken) ? tmp_2 : THROW_CCE();
|
|
6538
6554
|
var tmp$ret$3 = new Provider(tmp_1, tmp$ret$2, creator);
|
|
6539
|
-
tmp_0.
|
|
6555
|
+
tmp_0.f61(tmp$ret$3);
|
|
6540
6556
|
return Unit_instance;
|
|
6541
6557
|
}
|
|
6542
6558
|
function _get_filesModule_$lambda$lambda_z3m8ge($this$provider) {
|
|
@@ -6552,6 +6568,13 @@
|
|
|
6552
6568
|
var tmp0_elvis_lhs = toIntOrNull(split(_this__u8e3s4, ['.']).p(1));
|
|
6553
6569
|
return tmp0_elvis_lhs == null ? 0 : tmp0_elvis_lhs;
|
|
6554
6570
|
}
|
|
6571
|
+
function get_versionOrDefault(_this__u8e3s4) {
|
|
6572
|
+
var strings = split(_this__u8e3s4.version, ['.']);
|
|
6573
|
+
if (strings.o() === 3) {
|
|
6574
|
+
return _this__u8e3s4.version;
|
|
6575
|
+
}
|
|
6576
|
+
return '0.0.0';
|
|
6577
|
+
}
|
|
6555
6578
|
function mapOfObject(jsObject) {
|
|
6556
6579
|
return toMap(entriesOfObject(jsObject));
|
|
6557
6580
|
}
|
|
@@ -6582,45 +6605,45 @@
|
|
|
6582
6605
|
//region block: post-declaration
|
|
6583
6606
|
protoOf($serializer).wz = typeParametersSerializers;
|
|
6584
6607
|
protoOf($serializer_0).wz = typeParametersSerializers;
|
|
6585
|
-
defineProp(protoOf(CoreConfig), 'requireDirectoryPath', protoOf(CoreConfig).
|
|
6608
|
+
defineProp(protoOf(CoreConfig), 'requireDirectoryPath', protoOf(CoreConfig).s63);
|
|
6586
6609
|
defineProp(protoOf(PlayerLostConnectionReason), 'playerId', function () {
|
|
6587
|
-
return this.
|
|
6610
|
+
return this.c64();
|
|
6588
6611
|
});
|
|
6589
6612
|
defineProp(protoOf(PlayerLostConnectionReason), 'connectionState', function () {
|
|
6590
|
-
return this.
|
|
6613
|
+
return this.d64();
|
|
6591
6614
|
});
|
|
6592
6615
|
defineProp(protoOf(PlayerTimeoutReason), 'playerId', function () {
|
|
6593
|
-
return this.
|
|
6616
|
+
return this.c64();
|
|
6594
6617
|
});
|
|
6595
6618
|
defineProp(protoOf(PlayerTimeoutReason), 'connectionState', function () {
|
|
6596
|
-
return this.
|
|
6619
|
+
return this.d64();
|
|
6597
6620
|
});
|
|
6598
6621
|
defineProp(protoOf(PlayerExitReason), 'playerId', function () {
|
|
6599
|
-
return this.
|
|
6622
|
+
return this.c64();
|
|
6600
6623
|
});
|
|
6601
6624
|
defineProp(protoOf(PlayerExitReason), 'connectionState', function () {
|
|
6602
|
-
return this.
|
|
6625
|
+
return this.d64();
|
|
6603
6626
|
});
|
|
6604
6627
|
defineProp(protoOf(Reason), 'name', protoOf(Reason).q2);
|
|
6605
6628
|
defineProp(protoOf(Reason), 'ordinal', protoOf(Reason).r2);
|
|
6606
6629
|
defineProp(protoOf(Reason_0), 'name', protoOf(Reason_0).q2);
|
|
6607
6630
|
defineProp(protoOf(Reason_0), 'ordinal', protoOf(Reason_0).r2);
|
|
6608
6631
|
defineProp(protoOf(GameUserInfo), 'playerId', function () {
|
|
6609
|
-
return this.
|
|
6632
|
+
return this.c64();
|
|
6610
6633
|
});
|
|
6611
6634
|
defineProp(protoOf(PlayerIndex), 'playerId', function () {
|
|
6612
|
-
return this.
|
|
6635
|
+
return this.c64();
|
|
6613
6636
|
});
|
|
6614
|
-
defineProp(protoOf(PlayerConnectionState), 'isLive', protoOf(PlayerConnectionState).
|
|
6615
|
-
defineProp(protoOf(PlayerConnectionState), 'isTimeOut', protoOf(PlayerConnectionState).
|
|
6616
|
-
defineProp(protoOf(PlayerConnectionState), 'isLostConnection', protoOf(PlayerConnectionState).
|
|
6617
|
-
defineProp(protoOf(PlayerConnectionState), 'isLeft', protoOf(PlayerConnectionState).
|
|
6618
|
-
defineProp(protoOf(PlayerConnectionState), 'isDeleted', protoOf(PlayerConnectionState).
|
|
6619
|
-
defineProp(protoOf(PlayerConnectionState), 'isDisconnecting', protoOf(PlayerConnectionState).
|
|
6620
|
-
defineProp(protoOf(PlayerConnectionState), 'isNotAlive', protoOf(PlayerConnectionState).
|
|
6621
|
-
defineProp(protoOf(PlayerConnectionState), 'isDisconnected', protoOf(PlayerConnectionState).
|
|
6622
|
-
defineProp(protoOf(PlayerConnectionState), 'isClientDisconnectReason', protoOf(PlayerConnectionState).
|
|
6623
|
-
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).
|
|
6637
|
+
defineProp(protoOf(PlayerConnectionState), 'isLive', protoOf(PlayerConnectionState).j66);
|
|
6638
|
+
defineProp(protoOf(PlayerConnectionState), 'isTimeOut', protoOf(PlayerConnectionState).k66);
|
|
6639
|
+
defineProp(protoOf(PlayerConnectionState), 'isLostConnection', protoOf(PlayerConnectionState).l66);
|
|
6640
|
+
defineProp(protoOf(PlayerConnectionState), 'isLeft', protoOf(PlayerConnectionState).m66);
|
|
6641
|
+
defineProp(protoOf(PlayerConnectionState), 'isDeleted', protoOf(PlayerConnectionState).n66);
|
|
6642
|
+
defineProp(protoOf(PlayerConnectionState), 'isDisconnecting', protoOf(PlayerConnectionState).o66);
|
|
6643
|
+
defineProp(protoOf(PlayerConnectionState), 'isNotAlive', protoOf(PlayerConnectionState).p66);
|
|
6644
|
+
defineProp(protoOf(PlayerConnectionState), 'isDisconnected', protoOf(PlayerConnectionState).q66);
|
|
6645
|
+
defineProp(protoOf(PlayerConnectionState), 'isClientDisconnectReason', protoOf(PlayerConnectionState).r66);
|
|
6646
|
+
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).s66);
|
|
6624
6647
|
defineProp(protoOf(PlayerConnectionState), 'name', protoOf(PlayerConnectionState).q2);
|
|
6625
6648
|
defineProp(protoOf(PlayerConnectionState), 'ordinal', protoOf(PlayerConnectionState).r2);
|
|
6626
6649
|
protoOf($serializer_1).wz = typeParametersSerializers;
|
|
@@ -6632,53 +6655,53 @@
|
|
|
6632
6655
|
protoOf($serializer_7).wz = typeParametersSerializers;
|
|
6633
6656
|
protoOf($serializer_8).wz = typeParametersSerializers;
|
|
6634
6657
|
protoOf($serializer_9).wz = typeParametersSerializers;
|
|
6635
|
-
protoOf(AsyncProviderImpl).
|
|
6636
|
-
protoOf(AsyncProviderImpl).
|
|
6637
|
-
protoOf(AsyncProviderImpl).
|
|
6638
|
-
protoOf(TimerAction).
|
|
6658
|
+
protoOf(AsyncProviderImpl).r6a = launchMain$default;
|
|
6659
|
+
protoOf(AsyncProviderImpl).n6a = launchDefault$default;
|
|
6660
|
+
protoOf(AsyncProviderImpl).p6a = launchDefaultWithLock$default;
|
|
6661
|
+
protoOf(TimerAction).f6d = get_actionTag;
|
|
6639
6662
|
defineProp(protoOf(TimerAction), 'actionTag', function () {
|
|
6640
|
-
return this.
|
|
6663
|
+
return this.f6d();
|
|
6641
6664
|
});
|
|
6642
6665
|
defineProp(protoOf(StartTimerAction), 'actionTag', function () {
|
|
6643
|
-
return this.
|
|
6666
|
+
return this.f6d();
|
|
6644
6667
|
});
|
|
6645
6668
|
defineProp(protoOf(TimerTickAction), 'actionTag', function () {
|
|
6646
|
-
return this.
|
|
6669
|
+
return this.f6d();
|
|
6647
6670
|
});
|
|
6648
6671
|
protoOf(StopTimerAction).notValidateWhenFinishing = notValidateWhenFinishing;
|
|
6649
6672
|
protoOf(StopTimerAction).notValidateWhenFinished = notValidateWhenFinished;
|
|
6650
6673
|
defineProp(protoOf(StopTimerAction), 'actionTag', function () {
|
|
6651
|
-
return this.
|
|
6674
|
+
return this.f6d();
|
|
6652
6675
|
});
|
|
6653
6676
|
defineProp(protoOf(createStore$3), 'store', function () {
|
|
6654
|
-
return this.
|
|
6677
|
+
return this.n6g();
|
|
6655
6678
|
});
|
|
6656
6679
|
defineProp(protoOf(createStore$3), 'state', function () {
|
|
6657
|
-
return this.
|
|
6680
|
+
return this.b65();
|
|
6658
6681
|
});
|
|
6659
6682
|
defineProp(protoOf(createStore$3), 'dispatch', function () {
|
|
6660
|
-
return this.
|
|
6683
|
+
return this.o6g();
|
|
6661
6684
|
}, function (value) {
|
|
6662
|
-
this.
|
|
6685
|
+
this.r6d(value);
|
|
6663
6686
|
});
|
|
6664
6687
|
defineProp(protoOf(createStore$3), 'replaceReducer', function () {
|
|
6665
|
-
return this.
|
|
6688
|
+
return this.p6g();
|
|
6666
6689
|
});
|
|
6667
6690
|
defineProp(protoOf(createStore$3), 'observe', function () {
|
|
6668
|
-
return this.
|
|
6691
|
+
return this.q6g();
|
|
6669
6692
|
});
|
|
6670
|
-
protoOf(ActionTypes).
|
|
6693
|
+
protoOf(ActionTypes).f6d = get_actionTag;
|
|
6671
6694
|
defineProp(protoOf(ActionTypes), 'actionTag', function () {
|
|
6672
|
-
return this.
|
|
6695
|
+
return this.f6d();
|
|
6673
6696
|
});
|
|
6674
6697
|
defineProp(protoOf(INIT), 'actionTag', function () {
|
|
6675
|
-
return this.
|
|
6698
|
+
return this.f6d();
|
|
6676
6699
|
});
|
|
6677
6700
|
defineProp(protoOf(REPLACE), 'actionTag', function () {
|
|
6678
|
-
return this.
|
|
6701
|
+
return this.f6d();
|
|
6679
6702
|
});
|
|
6680
|
-
protoOf(middleware$1).
|
|
6681
|
-
protoOf(combineReducers$1).
|
|
6703
|
+
protoOf(middleware$1).t6d = canHandle;
|
|
6704
|
+
protoOf(combineReducers$1).t6d = canHandle_0;
|
|
6682
6705
|
defineProp(protoOf(LogType), 'name', protoOf(LogType).q2);
|
|
6683
6706
|
defineProp(protoOf(LogType), 'ordinal', protoOf(LogType).r2);
|
|
6684
6707
|
protoOf($serializer_10).wz = typeParametersSerializers;
|
|
@@ -6698,6 +6721,7 @@
|
|
|
6698
6721
|
Companion_instance_16 = new Companion_14();
|
|
6699
6722
|
Companion_instance_17 = new Companion_15();
|
|
6700
6723
|
Companion_instance_18 = new Companion_16();
|
|
6724
|
+
Companion_instance_22 = new Companion_20();
|
|
6701
6725
|
Key_instance_0 = new Key();
|
|
6702
6726
|
UUIDIdsProvider_instance = new UUIDIdsProvider();
|
|
6703
6727
|
//endregion
|
|
@@ -6809,14 +6833,14 @@
|
|
|
6809
6833
|
defineProp($com$logic$utils$logger$outputs.LogType, 'WARN', LogType_WARN_getInstance, VOID, true);
|
|
6810
6834
|
defineProp($com$logic$utils$logger$outputs.LogType, 'VERBOSE', LogType_VERBOSE_getInstance, VOID, true);
|
|
6811
6835
|
defineProp($com$logic$utils$logger$outputs.LogType, 'INFO', LogType_INFO_getInstance, VOID, true);
|
|
6812
|
-
defineProp($com$logic$utils$logger$outputs.LogType, 'Companion',
|
|
6836
|
+
defineProp($com$logic$utils$logger$outputs.LogType, 'Companion', Companion_getInstance_24, VOID, true);
|
|
6813
6837
|
var $com = _.com || (_.com = {});
|
|
6814
6838
|
var $com$logic = $com.logic || ($com.logic = {});
|
|
6815
6839
|
var $com$logic$utils = $com$logic.utils || ($com$logic.utils = {});
|
|
6816
6840
|
var $com$logic$utils$logger = $com$logic$utils.logger || ($com$logic$utils.logger = {});
|
|
6817
6841
|
var $com$logic$utils$logger$outputs = $com$logic$utils$logger.outputs || ($com$logic$utils$logger.outputs = {});
|
|
6818
6842
|
$com$logic$utils$logger$outputs.LoggerOutputDataDto = LoggerOutputDataDto;
|
|
6819
|
-
defineProp($com$logic$utils$logger$outputs.LoggerOutputDataDto, 'Companion',
|
|
6843
|
+
defineProp($com$logic$utils$logger$outputs.LoggerOutputDataDto, 'Companion', Companion_getInstance_25, VOID, true);
|
|
6820
6844
|
}
|
|
6821
6845
|
$jsExportAll$(_);
|
|
6822
6846
|
_.$jsExportAll$ = $jsExportAll$;
|
|
@@ -6919,43 +6943,45 @@
|
|
|
6919
6943
|
_.$_$.r3 = coreModule;
|
|
6920
6944
|
_.$_$.s3 = dealerModule;
|
|
6921
6945
|
_.$_$.t3 = assertIfMainThread;
|
|
6922
|
-
_.$_$.u3 =
|
|
6923
|
-
_.$_$.v3 =
|
|
6924
|
-
_.$_$.w3 =
|
|
6925
|
-
_.$_$.x3 =
|
|
6926
|
-
_.$_$.y3 =
|
|
6927
|
-
_.$_$.z3 =
|
|
6928
|
-
_.$_$.a4 =
|
|
6929
|
-
_.$_$.b4 =
|
|
6930
|
-
_.$_$.c4 =
|
|
6931
|
-
_.$_$.d4 =
|
|
6932
|
-
_.$_$.e4 =
|
|
6933
|
-
_.$_$.f4 =
|
|
6934
|
-
_.$_$.g4 =
|
|
6935
|
-
_.$_$.h4 =
|
|
6936
|
-
_.$_$.i4 =
|
|
6937
|
-
_.$_$.j4 =
|
|
6938
|
-
_.$_$.k4 =
|
|
6939
|
-
_.$_$.l4 =
|
|
6940
|
-
_.$_$.m4 =
|
|
6941
|
-
_.$_$.n4 =
|
|
6942
|
-
_.$_$.o4 =
|
|
6943
|
-
_.$_$.p4 =
|
|
6944
|
-
_.$_$.q4 =
|
|
6945
|
-
_.$_$.r4 =
|
|
6946
|
-
_.$_$.s4 =
|
|
6947
|
-
_.$_$.t4 =
|
|
6948
|
-
_.$_$.u4 = $
|
|
6949
|
-
_.$_$.v4 = $
|
|
6950
|
-
_.$_$.w4 =
|
|
6951
|
-
_.$_$.x4 =
|
|
6952
|
-
_.$_$.y4 =
|
|
6953
|
-
_.$_$.z4 =
|
|
6954
|
-
_.$_$.a5 =
|
|
6955
|
-
_.$_$.b5 =
|
|
6956
|
-
_.$_$.c5 =
|
|
6957
|
-
_.$_$.d5 =
|
|
6958
|
-
_.$_$.e5 =
|
|
6946
|
+
_.$_$.u3 = get_versionOrDefault;
|
|
6947
|
+
_.$_$.v3 = AgentType_BOT_NATIVE_getInstance;
|
|
6948
|
+
_.$_$.w3 = AgentType_BOT_REPLACEMENT_getInstance;
|
|
6949
|
+
_.$_$.x3 = AgentType_HUMAN_getInstance;
|
|
6950
|
+
_.$_$.y3 = PlayerConnectionState_DISCONNECTING_getInstance;
|
|
6951
|
+
_.$_$.z3 = PlayerConnectionState_LEFT_getInstance;
|
|
6952
|
+
_.$_$.a4 = PlayerConnectionState_LIVE_getInstance;
|
|
6953
|
+
_.$_$.b4 = PlayerWaitingState_IDLE_getInstance;
|
|
6954
|
+
_.$_$.c4 = Reason_DUPLICATED_PLAYER_ANSWER_getInstance;
|
|
6955
|
+
_.$_$.d4 = Reason_GAME_NOT_EXISTS_getInstance_0;
|
|
6956
|
+
_.$_$.e4 = Reason_INTERNAL_ERROR_getInstance;
|
|
6957
|
+
_.$_$.f4 = Reason_PLAYER_DISCONNECTED_getInstance;
|
|
6958
|
+
_.$_$.g4 = Reason_WRONG_PLAYER_TURN_getInstance;
|
|
6959
|
+
_.$_$.h4 = Reason_FINISHED_getInstance;
|
|
6960
|
+
_.$_$.i4 = TimerType_DELAY_getInstance;
|
|
6961
|
+
_.$_$.j4 = LogType_DEBUG_getInstance;
|
|
6962
|
+
_.$_$.k4 = LogType_ERROR_getInstance;
|
|
6963
|
+
_.$_$.l4 = LogType_INFO_getInstance;
|
|
6964
|
+
_.$_$.m4 = LogType_VERBOSE_getInstance;
|
|
6965
|
+
_.$_$.n4 = LogType_WARN_getInstance;
|
|
6966
|
+
_.$_$.o4 = AppEnvironmentValue_DEVELOPMENT_getInstance;
|
|
6967
|
+
_.$_$.p4 = AppEnvironmentValue_PRODUCTION_getInstance;
|
|
6968
|
+
_.$_$.q4 = Companion_instance_8;
|
|
6969
|
+
_.$_$.r4 = Companion_getInstance_10;
|
|
6970
|
+
_.$_$.s4 = Companion_instance_11;
|
|
6971
|
+
_.$_$.t4 = Companion_getInstance_11;
|
|
6972
|
+
_.$_$.u4 = $serializer_getInstance_6;
|
|
6973
|
+
_.$_$.v4 = $serializer_getInstance_8;
|
|
6974
|
+
_.$_$.w4 = $serializer_getInstance_9;
|
|
6975
|
+
_.$_$.x4 = ProcessingReasonDto_getInstance;
|
|
6976
|
+
_.$_$.y4 = Companion_getInstance_13;
|
|
6977
|
+
_.$_$.z4 = Companion_getInstance_2;
|
|
6978
|
+
_.$_$.a5 = Companion_instance_5;
|
|
6979
|
+
_.$_$.b5 = ProcessingReason_getInstance;
|
|
6980
|
+
_.$_$.c5 = RestartGameReason_getInstance;
|
|
6981
|
+
_.$_$.d5 = WaitingForConnectionReason_getInstance;
|
|
6982
|
+
_.$_$.e5 = GameEngineConfig_instance;
|
|
6983
|
+
_.$_$.f5 = Toggles_instance;
|
|
6984
|
+
_.$_$.g5 = AppEnvironment_getInstance;
|
|
6959
6985
|
//endregion
|
|
6960
6986
|
return _;
|
|
6961
6987
|
}));
|