game_client_logic_deb 1.6.63 → 1.7.67
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/Logic_Debertz-core.js +1101 -1012
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +8106 -8172
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +8 -3
- package/Logic_Debertz-game_client.js +2644 -2777
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js +1167 -1156
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js.map +1 -1
- package/package.json +1 -1
package/Logic_Debertz-core.js
CHANGED
|
@@ -97,9 +97,9 @@
|
|
|
97
97
|
var CoroutineImpl = kotlin_kotlin.$_$.f9;
|
|
98
98
|
var CoroutineScope = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.n;
|
|
99
99
|
var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.r8;
|
|
100
|
-
var Job = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.o;
|
|
101
|
-
var Mutex = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.l;
|
|
102
100
|
var Dispatchers_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.e;
|
|
101
|
+
var SupervisorJob = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.o;
|
|
102
|
+
var Mutex = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.l;
|
|
103
103
|
var CoroutineScope_0 = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.m;
|
|
104
104
|
var launch = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.q;
|
|
105
105
|
var uuid4 = kotlin_com_benasher44_uuid.$_$.a;
|
|
@@ -113,7 +113,6 @@
|
|
|
113
113
|
var Provider = kotlin_org_kodein_di_kodein_di.$_$.c;
|
|
114
114
|
var Path = kotlin_org_jetbrains_kotlinx_kotlinx_io_core.$_$.b;
|
|
115
115
|
var get_SystemTemporaryDirectory = kotlin_org_jetbrains_kotlinx_kotlinx_io_core.$_$.d;
|
|
116
|
-
var mutableListOf = kotlin_kotlin.$_$.p7;
|
|
117
116
|
var Singleton = kotlin_org_kodein_di_kodein_di.$_$.d;
|
|
118
117
|
var get_SystemFileSystem = kotlin_org_jetbrains_kotlinx_kotlinx_io_core.$_$.c;
|
|
119
118
|
var Path_0 = kotlin_org_jetbrains_kotlinx_kotlinx_io_core.$_$.a;
|
|
@@ -140,8 +139,11 @@
|
|
|
140
139
|
var printStackTrace = kotlin_kotlin.$_$.se;
|
|
141
140
|
var isBlank = kotlin_kotlin.$_$.zb;
|
|
142
141
|
var stackTraceToString = kotlin_kotlin.$_$.te;
|
|
142
|
+
var mutableListOf = kotlin_kotlin.$_$.p7;
|
|
143
|
+
var copyToArray = kotlin_kotlin.$_$.j6;
|
|
143
144
|
var Companion_getInstance_0 = kotlin_org_jetbrains_kotlinx_kotlinx_datetime.$_$.c;
|
|
144
145
|
var toLocalDateTime = kotlin_org_jetbrains_kotlinx_kotlinx_datetime.$_$.e;
|
|
146
|
+
var charSequenceLength = kotlin_kotlin.$_$.p9;
|
|
145
147
|
//endregion
|
|
146
148
|
//region block: pre-declaration
|
|
147
149
|
setMetadataFor(GameEngineConfig, 'GameEngineConfig', objectMeta);
|
|
@@ -179,7 +181,7 @@
|
|
|
179
181
|
setMetadataFor(PlayerIdContract, 'PlayerIdContract', interfaceMeta);
|
|
180
182
|
setMetadataFor(GameUserInfo, 'GameUserInfo', classMeta, VOID, [PlayerIdContract]);
|
|
181
183
|
function get_amountOfCards() {
|
|
182
|
-
return this.
|
|
184
|
+
return this.c2m().n();
|
|
183
185
|
}
|
|
184
186
|
setMetadataFor(Player, 'Player', interfaceMeta, VOID, [PlayerIdContract]);
|
|
185
187
|
setMetadataFor(PlayerIndex, 'PlayerIndex', classMeta, VOID, [PlayerIdContract]);
|
|
@@ -226,20 +228,20 @@
|
|
|
226
228
|
setMetadataFor(Companion_20, 'Companion', objectMeta, VOID, [SerializerFactory]);
|
|
227
229
|
setMetadataFor(Suit, 'Suit', classMeta, Enum, VOID, VOID, VOID, {0: Companion_getInstance_22});
|
|
228
230
|
function launchUnconfinedWithLock$default(context, block, $super) {
|
|
229
|
-
context = context === VOID ? this.
|
|
230
|
-
return $super === VOID ? this.
|
|
231
|
+
context = context === VOID ? this.n2r() : context;
|
|
232
|
+
return $super === VOID ? this.o2r(context, block) : $super.o2r.call(this, context, block);
|
|
231
233
|
}
|
|
232
234
|
function launchDefault$default(context, block, $super) {
|
|
233
|
-
context = context === VOID ? this.
|
|
234
|
-
return $super === VOID ? this.
|
|
235
|
+
context = context === VOID ? this.n2r() : context;
|
|
236
|
+
return $super === VOID ? this.q2r(context, block) : $super.q2r.call(this, context, block);
|
|
235
237
|
}
|
|
236
238
|
function launchDefaultWithLock$default(context, block, $super) {
|
|
237
|
-
context = context === VOID ? this.
|
|
238
|
-
return $super === VOID ? this.
|
|
239
|
+
context = context === VOID ? this.n2r() : context;
|
|
240
|
+
return $super === VOID ? this.s2r(context, block) : $super.s2r.call(this, context, block);
|
|
239
241
|
}
|
|
240
242
|
function launchMain$default(context, block, $super) {
|
|
241
|
-
context = context === VOID ? this.
|
|
242
|
-
return $super === VOID ? this.
|
|
243
|
+
context = context === VOID ? this.n2r() : context;
|
|
244
|
+
return $super === VOID ? this.u2r(context, block) : $super.u2r.call(this, context, block);
|
|
243
245
|
}
|
|
244
246
|
setMetadataFor(AsyncProvider, 'AsyncProvider', interfaceMeta);
|
|
245
247
|
setMetadataFor(_no_name_provided__qut3iv, VOID, classMeta, AbstractCoroutineContextElement, [AbstractCoroutineContextElement, Element]);
|
|
@@ -269,7 +271,7 @@
|
|
|
269
271
|
return false;
|
|
270
272
|
}
|
|
271
273
|
function get_isAutoStartTimer() {
|
|
272
|
-
return !this.
|
|
274
|
+
return !this.s2u() ? !this.t2u() : false;
|
|
273
275
|
}
|
|
274
276
|
setMetadataFor(ExpectantAction, 'ExpectantAction', interfaceMeta, VOID, [BufferedAction]);
|
|
275
277
|
setMetadataFor(TimerAction, 'TimerAction', classMeta, VOID, [Action]);
|
|
@@ -316,19 +318,19 @@
|
|
|
316
318
|
function d(tag, message, payload, $super) {
|
|
317
319
|
tag = tag === VOID ? null : tag;
|
|
318
320
|
payload = payload === VOID ? null : payload;
|
|
319
|
-
return this.
|
|
321
|
+
return this.m2z(tag, message, payload);
|
|
320
322
|
}
|
|
321
323
|
function e(tag, message, exception, payload, $super) {
|
|
322
324
|
tag = tag === VOID ? null : tag;
|
|
323
325
|
message = message === VOID ? null : message;
|
|
324
326
|
exception = exception === VOID ? null : exception;
|
|
325
327
|
payload = payload === VOID ? null : payload;
|
|
326
|
-
return this.
|
|
328
|
+
return this.n2z(tag, message, exception, payload);
|
|
327
329
|
}
|
|
328
330
|
function w(tag, message, payload, $super) {
|
|
329
331
|
tag = tag === VOID ? null : tag;
|
|
330
332
|
payload = payload === VOID ? null : payload;
|
|
331
|
-
return this.
|
|
333
|
+
return this.o2z(tag, message, payload);
|
|
332
334
|
}
|
|
333
335
|
setMetadataFor(LoggerOutput, 'LoggerOutput', interfaceMeta);
|
|
334
336
|
setMetadataFor(GameLogger, 'GameLogger', interfaceMeta, VOID, [LoggerOutput]);
|
|
@@ -339,8 +341,16 @@
|
|
|
339
341
|
setMetadataFor(Companion_22, 'Companion', objectMeta, VOID, [SerializerFactory]);
|
|
340
342
|
setMetadataFor(LogType, 'LogType', classMeta, Enum, VOID, VOID, VOID, {0: Companion_getInstance_24});
|
|
341
343
|
function observe(types, $super) {
|
|
342
|
-
|
|
343
|
-
|
|
344
|
+
var tmp;
|
|
345
|
+
if (types === VOID) {
|
|
346
|
+
// Inline function 'kotlin.collections.toTypedArray' call
|
|
347
|
+
var this_0 = get_entries_0();
|
|
348
|
+
tmp = copyToArray(this_0);
|
|
349
|
+
} else {
|
|
350
|
+
tmp = types;
|
|
351
|
+
}
|
|
352
|
+
types = tmp;
|
|
353
|
+
return this.v2z(types);
|
|
344
354
|
}
|
|
345
355
|
setMetadataFor(ObservableLoggerOutput, 'ObservableLoggerOutput', interfaceMeta, VOID, [LoggerOutput, LoggerEnabledTrigger]);
|
|
346
356
|
setMetadataFor(Companion_23, 'Companion', objectMeta);
|
|
@@ -349,9 +359,9 @@
|
|
|
349
359
|
setMetadataFor(PlatformLogger, 'PlatformLogger', classMeta, VOID, VOID, PlatformLogger);
|
|
350
360
|
//endregion
|
|
351
361
|
function GameEngineConfig() {
|
|
352
|
-
this.version = '1.
|
|
362
|
+
this.version = '1.7.67';
|
|
353
363
|
}
|
|
354
|
-
protoOf(GameEngineConfig).
|
|
364
|
+
protoOf(GameEngineConfig).e2k = function () {
|
|
355
365
|
return this.version;
|
|
356
366
|
};
|
|
357
367
|
var GameEngineConfig_instance;
|
|
@@ -360,20 +370,13 @@
|
|
|
360
370
|
}
|
|
361
371
|
function Toggles() {
|
|
362
372
|
}
|
|
363
|
-
protoOf(Toggles).
|
|
373
|
+
protoOf(Toggles).f2k = function (version) {
|
|
364
374
|
return get_minorVersion(version) > 5;
|
|
365
375
|
};
|
|
366
|
-
protoOf(Toggles).
|
|
367
|
-
return false;
|
|
368
|
-
};
|
|
369
|
-
protoOf(Toggles).e2k = function () {
|
|
376
|
+
protoOf(Toggles).g2k = function () {
|
|
370
377
|
return false;
|
|
371
378
|
};
|
|
372
|
-
protoOf(Toggles).
|
|
373
|
-
var minorVersion = get_minorVersion(version);
|
|
374
|
-
return minorVersion > 6;
|
|
375
|
-
};
|
|
376
|
-
protoOf(Toggles).g2k = function (version) {
|
|
379
|
+
protoOf(Toggles).h2k = function (version) {
|
|
377
380
|
var minorVersion = get_minorVersion(version);
|
|
378
381
|
return minorVersion > 7;
|
|
379
382
|
};
|
|
@@ -391,10 +394,10 @@
|
|
|
391
394
|
$serializer_instance = this;
|
|
392
395
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_RETURNS', this, 1);
|
|
393
396
|
tmp0_serialDesc.ku('playerId', false);
|
|
394
|
-
this.
|
|
397
|
+
this.i2k_1 = tmp0_serialDesc;
|
|
395
398
|
}
|
|
396
399
|
protoOf($serializer).pj = function () {
|
|
397
|
-
return this.
|
|
400
|
+
return this.i2k_1;
|
|
398
401
|
};
|
|
399
402
|
protoOf($serializer).zu = function () {
|
|
400
403
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -403,7 +406,7 @@
|
|
|
403
406
|
return [StringSerializer_getInstance()];
|
|
404
407
|
};
|
|
405
408
|
protoOf($serializer).rj = function (decoder) {
|
|
406
|
-
var tmp0_desc = this.
|
|
409
|
+
var tmp0_desc = this.i2k_1;
|
|
407
410
|
var tmp1_flag = true;
|
|
408
411
|
var tmp2_index = 0;
|
|
409
412
|
var tmp3_bitMask0 = 0;
|
|
@@ -430,14 +433,14 @@
|
|
|
430
433
|
tmp5_input.ym(tmp0_desc);
|
|
431
434
|
return PlayerReturnsReason_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
432
435
|
};
|
|
433
|
-
protoOf($serializer).
|
|
434
|
-
var tmp0_desc = this.
|
|
436
|
+
protoOf($serializer).j2k = function (encoder, value) {
|
|
437
|
+
var tmp0_desc = this.i2k_1;
|
|
435
438
|
var tmp1_output = encoder.xm(tmp0_desc);
|
|
436
|
-
tmp1_output.mo(tmp0_desc, 0, value.
|
|
439
|
+
tmp1_output.mo(tmp0_desc, 0, value.k2k_1);
|
|
437
440
|
tmp1_output.ym(tmp0_desc);
|
|
438
441
|
};
|
|
439
442
|
protoOf($serializer).qj = function (encoder, value) {
|
|
440
|
-
return this.
|
|
443
|
+
return this.j2k(encoder, value instanceof PlayerReturnsReason ? value : THROW_CCE());
|
|
441
444
|
};
|
|
442
445
|
var $serializer_instance;
|
|
443
446
|
function $serializer_getInstance() {
|
|
@@ -447,10 +450,10 @@
|
|
|
447
450
|
}
|
|
448
451
|
function PlayerReturnsReason_init_$Init$(seen1, playerId, serializationConstructorMarker, $this) {
|
|
449
452
|
if (!(1 === (1 & seen1))) {
|
|
450
|
-
throwMissingFieldException(seen1, 1, $serializer_getInstance().
|
|
453
|
+
throwMissingFieldException(seen1, 1, $serializer_getInstance().i2k_1);
|
|
451
454
|
}
|
|
452
455
|
ContinueGameReason_init_$Init$(seen1, serializationConstructorMarker, $this);
|
|
453
|
-
$this.
|
|
456
|
+
$this.k2k_1 = playerId;
|
|
454
457
|
return $this;
|
|
455
458
|
}
|
|
456
459
|
function PlayerReturnsReason_init_$Create$(seen1, playerId, serializationConstructorMarker) {
|
|
@@ -458,13 +461,13 @@
|
|
|
458
461
|
}
|
|
459
462
|
function PlayerReturnsReason(playerId) {
|
|
460
463
|
ContinueGameReason.call(this);
|
|
461
|
-
this.
|
|
464
|
+
this.k2k_1 = playerId;
|
|
462
465
|
}
|
|
463
466
|
protoOf(PlayerReturnsReason).toString = function () {
|
|
464
|
-
return 'PlayerReturnsReason(playerId=' + this.
|
|
467
|
+
return 'PlayerReturnsReason(playerId=' + this.k2k_1 + ')';
|
|
465
468
|
};
|
|
466
469
|
protoOf(PlayerReturnsReason).hashCode = function () {
|
|
467
|
-
return getStringHashCode(this.
|
|
470
|
+
return getStringHashCode(this.k2k_1);
|
|
468
471
|
};
|
|
469
472
|
protoOf(PlayerReturnsReason).equals = function (other) {
|
|
470
473
|
if (this === other)
|
|
@@ -472,12 +475,12 @@
|
|
|
472
475
|
if (!(other instanceof PlayerReturnsReason))
|
|
473
476
|
return false;
|
|
474
477
|
var tmp0_other_with_cast = other instanceof PlayerReturnsReason ? other : THROW_CCE();
|
|
475
|
-
if (!(this.
|
|
478
|
+
if (!(this.k2k_1 === tmp0_other_with_cast.k2k_1))
|
|
476
479
|
return false;
|
|
477
480
|
return true;
|
|
478
481
|
};
|
|
479
482
|
function _get_$cachedSerializer__te6jhj($this) {
|
|
480
|
-
return $this.
|
|
483
|
+
return $this.l2k_1.o2();
|
|
481
484
|
}
|
|
482
485
|
function ContinueGameReason$Companion$_anonymous__g3m3ym() {
|
|
483
486
|
var tmp = getKClass(ContinueGameReason);
|
|
@@ -499,7 +502,7 @@
|
|
|
499
502
|
Companion_instance_0 = this;
|
|
500
503
|
var tmp = this;
|
|
501
504
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
502
|
-
tmp.
|
|
505
|
+
tmp.l2k_1 = lazy(tmp_0, ContinueGameReason$Companion$_anonymous__g3m3ym);
|
|
503
506
|
}
|
|
504
507
|
protoOf(Companion_0).t16 = function () {
|
|
505
508
|
return _get_$cachedSerializer__te6jhj(this);
|
|
@@ -529,16 +532,16 @@
|
|
|
529
532
|
this.logsDirectoryPath = logsDirectoryPath;
|
|
530
533
|
this.fileNameFormat = fileNameFormat;
|
|
531
534
|
}
|
|
532
|
-
protoOf(CoreConfig).
|
|
535
|
+
protoOf(CoreConfig).m2k = function () {
|
|
533
536
|
return this.fileLogsEnabled;
|
|
534
537
|
};
|
|
535
|
-
protoOf(CoreConfig).
|
|
538
|
+
protoOf(CoreConfig).n2k = function () {
|
|
536
539
|
return this.deleteFilesOnClear;
|
|
537
540
|
};
|
|
538
|
-
protoOf(CoreConfig).
|
|
541
|
+
protoOf(CoreConfig).o2k = function () {
|
|
539
542
|
return this.logsDirectoryPath;
|
|
540
543
|
};
|
|
541
|
-
protoOf(CoreConfig).
|
|
544
|
+
protoOf(CoreConfig).p2k = function () {
|
|
542
545
|
return this.fileNameFormat;
|
|
543
546
|
};
|
|
544
547
|
protoOf(CoreConfig).cd = function () {
|
|
@@ -550,10 +553,10 @@
|
|
|
550
553
|
protoOf(CoreConfig).qh = function () {
|
|
551
554
|
return this.logsDirectoryPath;
|
|
552
555
|
};
|
|
553
|
-
protoOf(CoreConfig).
|
|
556
|
+
protoOf(CoreConfig).q2k = function () {
|
|
554
557
|
return this.fileNameFormat;
|
|
555
558
|
};
|
|
556
|
-
protoOf(CoreConfig).
|
|
559
|
+
protoOf(CoreConfig).r2k = function (fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat) {
|
|
557
560
|
return new CoreConfig(fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat);
|
|
558
561
|
};
|
|
559
562
|
protoOf(CoreConfig).copy = function (fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat, $super) {
|
|
@@ -561,7 +564,7 @@
|
|
|
561
564
|
deleteFilesOnClear = deleteFilesOnClear === VOID ? this.deleteFilesOnClear : deleteFilesOnClear;
|
|
562
565
|
logsDirectoryPath = logsDirectoryPath === VOID ? this.logsDirectoryPath : logsDirectoryPath;
|
|
563
566
|
fileNameFormat = fileNameFormat === VOID ? this.fileNameFormat : fileNameFormat;
|
|
564
|
-
return this.
|
|
567
|
+
return this.r2k(fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat);
|
|
565
568
|
};
|
|
566
569
|
protoOf(CoreConfig).toString = function () {
|
|
567
570
|
return 'CoreConfig(fileLogsEnabled=' + this.fileLogsEnabled + ', deleteFilesOnClear=' + this.deleteFilesOnClear + ', logsDirectoryPath=' + this.logsDirectoryPath + ', fileNameFormat=' + this.fileNameFormat + ')';
|
|
@@ -590,7 +593,7 @@
|
|
|
590
593
|
return true;
|
|
591
594
|
};
|
|
592
595
|
function _get_$cachedSerializer__te6jhj_0($this) {
|
|
593
|
-
return $this.
|
|
596
|
+
return $this.s2k_1.o2();
|
|
594
597
|
}
|
|
595
598
|
function RestartGameReason$_anonymous__zfkhim() {
|
|
596
599
|
var tmp = RestartGameReason_getInstance();
|
|
@@ -604,7 +607,7 @@
|
|
|
604
607
|
RestartGameReason_instance = this;
|
|
605
608
|
var tmp = this;
|
|
606
609
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
607
|
-
tmp.
|
|
610
|
+
tmp.s2k_1 = lazy(tmp_0, RestartGameReason$_anonymous__zfkhim);
|
|
608
611
|
}
|
|
609
612
|
protoOf(RestartGameReason).toString = function () {
|
|
610
613
|
return 'RestartGameReason';
|
|
@@ -622,7 +625,7 @@
|
|
|
622
625
|
return RestartGameReason_instance;
|
|
623
626
|
}
|
|
624
627
|
function _get_$cachedSerializer__te6jhj_1($this) {
|
|
625
|
-
return $this.
|
|
628
|
+
return $this.t2k_1.o2();
|
|
626
629
|
}
|
|
627
630
|
function TerminationGameReason$Companion$_anonymous__6itbqj() {
|
|
628
631
|
var tmp = getKClass(TerminationGameReason);
|
|
@@ -660,7 +663,7 @@
|
|
|
660
663
|
Companion_instance_1 = this;
|
|
661
664
|
var tmp = this;
|
|
662
665
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
663
|
-
tmp.
|
|
666
|
+
tmp.t2k_1 = lazy(tmp_0, TerminationGameReason$Companion$_anonymous__6itbqj);
|
|
664
667
|
}
|
|
665
668
|
protoOf(Companion_1).t16 = function () {
|
|
666
669
|
return _get_$cachedSerializer__te6jhj_1(this);
|
|
@@ -694,10 +697,10 @@
|
|
|
694
697
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_LOST_CONNECTION', this, 2);
|
|
695
698
|
tmp0_serialDesc.ku('playerId', false);
|
|
696
699
|
tmp0_serialDesc.ku('tag', false);
|
|
697
|
-
this.
|
|
700
|
+
this.u2k_1 = tmp0_serialDesc;
|
|
698
701
|
}
|
|
699
702
|
protoOf($serializer_0).pj = function () {
|
|
700
|
-
return this.
|
|
703
|
+
return this.u2k_1;
|
|
701
704
|
};
|
|
702
705
|
protoOf($serializer_0).zu = function () {
|
|
703
706
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -706,7 +709,7 @@
|
|
|
706
709
|
return [StringSerializer_getInstance(), get_nullable(StringSerializer_getInstance())];
|
|
707
710
|
};
|
|
708
711
|
protoOf($serializer_0).rj = function (decoder) {
|
|
709
|
-
var tmp0_desc = this.
|
|
712
|
+
var tmp0_desc = this.u2k_1;
|
|
710
713
|
var tmp1_flag = true;
|
|
711
714
|
var tmp2_index = 0;
|
|
712
715
|
var tmp3_bitMask0 = 0;
|
|
@@ -740,15 +743,15 @@
|
|
|
740
743
|
tmp6_input.ym(tmp0_desc);
|
|
741
744
|
return PlayerLostConnectionReason_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
742
745
|
};
|
|
743
|
-
protoOf($serializer_0).
|
|
744
|
-
var tmp0_desc = this.
|
|
746
|
+
protoOf($serializer_0).v2k = function (encoder, value) {
|
|
747
|
+
var tmp0_desc = this.u2k_1;
|
|
745
748
|
var tmp1_output = encoder.xm(tmp0_desc);
|
|
746
|
-
tmp1_output.mo(tmp0_desc, 0, value.
|
|
749
|
+
tmp1_output.mo(tmp0_desc, 0, value.w2k_1);
|
|
747
750
|
tmp1_output.qo(tmp0_desc, 1, StringSerializer_getInstance(), value.tag);
|
|
748
751
|
tmp1_output.ym(tmp0_desc);
|
|
749
752
|
};
|
|
750
753
|
protoOf($serializer_0).qj = function (encoder, value) {
|
|
751
|
-
return this.
|
|
754
|
+
return this.v2k(encoder, value instanceof PlayerLostConnectionReason ? value : THROW_CCE());
|
|
752
755
|
};
|
|
753
756
|
var $serializer_instance_0;
|
|
754
757
|
function $serializer_getInstance_0() {
|
|
@@ -758,10 +761,10 @@
|
|
|
758
761
|
}
|
|
759
762
|
function PlayerLostConnectionReason_init_$Init$(seen1, playerId, tag, serializationConstructorMarker, $this) {
|
|
760
763
|
if (!(3 === (3 & seen1))) {
|
|
761
|
-
throwMissingFieldException(seen1, 3, $serializer_getInstance_0().
|
|
764
|
+
throwMissingFieldException(seen1, 3, $serializer_getInstance_0().u2k_1);
|
|
762
765
|
}
|
|
763
766
|
TerminationGameReason_init_$Init$(seen1, serializationConstructorMarker, $this);
|
|
764
|
-
$this.
|
|
767
|
+
$this.w2k_1 = playerId;
|
|
765
768
|
$this.tag = tag;
|
|
766
769
|
return $this;
|
|
767
770
|
}
|
|
@@ -770,37 +773,37 @@
|
|
|
770
773
|
}
|
|
771
774
|
function PlayerLostConnectionReason(playerId, tag) {
|
|
772
775
|
TerminationGameReason.call(this);
|
|
773
|
-
this.
|
|
776
|
+
this.w2k_1 = playerId;
|
|
774
777
|
this.tag = tag;
|
|
775
778
|
}
|
|
776
|
-
protoOf(PlayerLostConnectionReason).w2k = function () {
|
|
777
|
-
return this.v2k_1;
|
|
778
|
-
};
|
|
779
779
|
protoOf(PlayerLostConnectionReason).x2k = function () {
|
|
780
|
-
return this.
|
|
780
|
+
return this.w2k_1;
|
|
781
781
|
};
|
|
782
782
|
protoOf(PlayerLostConnectionReason).y2k = function () {
|
|
783
|
+
return this.tag;
|
|
784
|
+
};
|
|
785
|
+
protoOf(PlayerLostConnectionReason).z2k = function () {
|
|
783
786
|
return PlayerConnectionState_LOST_CONNECTION_getInstance();
|
|
784
787
|
};
|
|
785
788
|
protoOf(PlayerLostConnectionReason).cd = function () {
|
|
786
|
-
return this.
|
|
789
|
+
return this.w2k_1;
|
|
787
790
|
};
|
|
788
791
|
protoOf(PlayerLostConnectionReason).dd = function () {
|
|
789
792
|
return this.tag;
|
|
790
793
|
};
|
|
791
|
-
protoOf(PlayerLostConnectionReason).
|
|
794
|
+
protoOf(PlayerLostConnectionReason).a2l = function (playerId, tag) {
|
|
792
795
|
return new PlayerLostConnectionReason(playerId, tag);
|
|
793
796
|
};
|
|
794
797
|
protoOf(PlayerLostConnectionReason).copy = function (playerId, tag, $super) {
|
|
795
|
-
playerId = playerId === VOID ? this.
|
|
798
|
+
playerId = playerId === VOID ? this.w2k_1 : playerId;
|
|
796
799
|
tag = tag === VOID ? this.tag : tag;
|
|
797
|
-
return this.
|
|
800
|
+
return this.a2l(playerId, tag);
|
|
798
801
|
};
|
|
799
802
|
protoOf(PlayerLostConnectionReason).toString = function () {
|
|
800
|
-
return 'PlayerLostConnectionReason(playerId=' + this.
|
|
803
|
+
return 'PlayerLostConnectionReason(playerId=' + this.w2k_1 + ', tag=' + this.tag + ')';
|
|
801
804
|
};
|
|
802
805
|
protoOf(PlayerLostConnectionReason).hashCode = function () {
|
|
803
|
-
var result = getStringHashCode(this.
|
|
806
|
+
var result = getStringHashCode(this.w2k_1);
|
|
804
807
|
result = imul(result, 31) + (this.tag == null ? 0 : getStringHashCode(this.tag)) | 0;
|
|
805
808
|
return result;
|
|
806
809
|
};
|
|
@@ -810,7 +813,7 @@
|
|
|
810
813
|
if (!(other instanceof PlayerLostConnectionReason))
|
|
811
814
|
return false;
|
|
812
815
|
var tmp0_other_with_cast = other instanceof PlayerLostConnectionReason ? other : THROW_CCE();
|
|
813
|
-
if (!(this.
|
|
816
|
+
if (!(this.w2k_1 === tmp0_other_with_cast.w2k_1))
|
|
814
817
|
return false;
|
|
815
818
|
if (!(this.tag == tmp0_other_with_cast.tag))
|
|
816
819
|
return false;
|
|
@@ -830,10 +833,10 @@
|
|
|
830
833
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_TIMEOUT', this, 2);
|
|
831
834
|
tmp0_serialDesc.ku('playerId', false);
|
|
832
835
|
tmp0_serialDesc.ku('tag', false);
|
|
833
|
-
this.
|
|
836
|
+
this.b2l_1 = tmp0_serialDesc;
|
|
834
837
|
}
|
|
835
838
|
protoOf($serializer_1).pj = function () {
|
|
836
|
-
return this.
|
|
839
|
+
return this.b2l_1;
|
|
837
840
|
};
|
|
838
841
|
protoOf($serializer_1).zu = function () {
|
|
839
842
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -842,7 +845,7 @@
|
|
|
842
845
|
return [StringSerializer_getInstance(), get_nullable(StringSerializer_getInstance())];
|
|
843
846
|
};
|
|
844
847
|
protoOf($serializer_1).rj = function (decoder) {
|
|
845
|
-
var tmp0_desc = this.
|
|
848
|
+
var tmp0_desc = this.b2l_1;
|
|
846
849
|
var tmp1_flag = true;
|
|
847
850
|
var tmp2_index = 0;
|
|
848
851
|
var tmp3_bitMask0 = 0;
|
|
@@ -876,15 +879,15 @@
|
|
|
876
879
|
tmp6_input.ym(tmp0_desc);
|
|
877
880
|
return PlayerTimeoutReason_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
878
881
|
};
|
|
879
|
-
protoOf($serializer_1).
|
|
880
|
-
var tmp0_desc = this.
|
|
882
|
+
protoOf($serializer_1).c2l = function (encoder, value) {
|
|
883
|
+
var tmp0_desc = this.b2l_1;
|
|
881
884
|
var tmp1_output = encoder.xm(tmp0_desc);
|
|
882
|
-
tmp1_output.mo(tmp0_desc, 0, value.
|
|
885
|
+
tmp1_output.mo(tmp0_desc, 0, value.d2l_1);
|
|
883
886
|
tmp1_output.qo(tmp0_desc, 1, StringSerializer_getInstance(), value.tag);
|
|
884
887
|
tmp1_output.ym(tmp0_desc);
|
|
885
888
|
};
|
|
886
889
|
protoOf($serializer_1).qj = function (encoder, value) {
|
|
887
|
-
return this.
|
|
890
|
+
return this.c2l(encoder, value instanceof PlayerTimeoutReason ? value : THROW_CCE());
|
|
888
891
|
};
|
|
889
892
|
var $serializer_instance_1;
|
|
890
893
|
function $serializer_getInstance_1() {
|
|
@@ -894,10 +897,10 @@
|
|
|
894
897
|
}
|
|
895
898
|
function PlayerTimeoutReason_init_$Init$(seen1, playerId, tag, serializationConstructorMarker, $this) {
|
|
896
899
|
if (!(3 === (3 & seen1))) {
|
|
897
|
-
throwMissingFieldException(seen1, 3, $serializer_getInstance_1().
|
|
900
|
+
throwMissingFieldException(seen1, 3, $serializer_getInstance_1().b2l_1);
|
|
898
901
|
}
|
|
899
902
|
TerminationGameReason_init_$Init$(seen1, serializationConstructorMarker, $this);
|
|
900
|
-
$this.
|
|
903
|
+
$this.d2l_1 = playerId;
|
|
901
904
|
$this.tag = tag;
|
|
902
905
|
return $this;
|
|
903
906
|
}
|
|
@@ -906,37 +909,37 @@
|
|
|
906
909
|
}
|
|
907
910
|
function PlayerTimeoutReason(playerId, tag) {
|
|
908
911
|
TerminationGameReason.call(this);
|
|
909
|
-
this.
|
|
912
|
+
this.d2l_1 = playerId;
|
|
910
913
|
this.tag = tag;
|
|
911
914
|
}
|
|
912
|
-
protoOf(PlayerTimeoutReason).w2k = function () {
|
|
913
|
-
return this.c2l_1;
|
|
914
|
-
};
|
|
915
915
|
protoOf(PlayerTimeoutReason).x2k = function () {
|
|
916
|
-
return this.
|
|
916
|
+
return this.d2l_1;
|
|
917
917
|
};
|
|
918
918
|
protoOf(PlayerTimeoutReason).y2k = function () {
|
|
919
|
+
return this.tag;
|
|
920
|
+
};
|
|
921
|
+
protoOf(PlayerTimeoutReason).z2k = function () {
|
|
919
922
|
return PlayerConnectionState_TIMEOUT_getInstance();
|
|
920
923
|
};
|
|
921
924
|
protoOf(PlayerTimeoutReason).cd = function () {
|
|
922
|
-
return this.
|
|
925
|
+
return this.d2l_1;
|
|
923
926
|
};
|
|
924
927
|
protoOf(PlayerTimeoutReason).dd = function () {
|
|
925
928
|
return this.tag;
|
|
926
929
|
};
|
|
927
|
-
protoOf(PlayerTimeoutReason).
|
|
930
|
+
protoOf(PlayerTimeoutReason).a2l = function (playerId, tag) {
|
|
928
931
|
return new PlayerTimeoutReason(playerId, tag);
|
|
929
932
|
};
|
|
930
933
|
protoOf(PlayerTimeoutReason).copy = function (playerId, tag, $super) {
|
|
931
|
-
playerId = playerId === VOID ? this.
|
|
934
|
+
playerId = playerId === VOID ? this.d2l_1 : playerId;
|
|
932
935
|
tag = tag === VOID ? this.tag : tag;
|
|
933
|
-
return this.
|
|
936
|
+
return this.a2l(playerId, tag);
|
|
934
937
|
};
|
|
935
938
|
protoOf(PlayerTimeoutReason).toString = function () {
|
|
936
|
-
return 'PlayerTimeoutReason(playerId=' + this.
|
|
939
|
+
return 'PlayerTimeoutReason(playerId=' + this.d2l_1 + ', tag=' + this.tag + ')';
|
|
937
940
|
};
|
|
938
941
|
protoOf(PlayerTimeoutReason).hashCode = function () {
|
|
939
|
-
var result = getStringHashCode(this.
|
|
942
|
+
var result = getStringHashCode(this.d2l_1);
|
|
940
943
|
result = imul(result, 31) + (this.tag == null ? 0 : getStringHashCode(this.tag)) | 0;
|
|
941
944
|
return result;
|
|
942
945
|
};
|
|
@@ -946,7 +949,7 @@
|
|
|
946
949
|
if (!(other instanceof PlayerTimeoutReason))
|
|
947
950
|
return false;
|
|
948
951
|
var tmp0_other_with_cast = other instanceof PlayerTimeoutReason ? other : THROW_CCE();
|
|
949
|
-
if (!(this.
|
|
952
|
+
if (!(this.d2l_1 === tmp0_other_with_cast.d2l_1))
|
|
950
953
|
return false;
|
|
951
954
|
if (!(this.tag == tmp0_other_with_cast.tag))
|
|
952
955
|
return false;
|
|
@@ -965,10 +968,10 @@
|
|
|
965
968
|
$serializer_instance_2 = this;
|
|
966
969
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_EXIT', this, 1);
|
|
967
970
|
tmp0_serialDesc.ku('playerId', false);
|
|
968
|
-
this.
|
|
971
|
+
this.e2l_1 = tmp0_serialDesc;
|
|
969
972
|
}
|
|
970
973
|
protoOf($serializer_2).pj = function () {
|
|
971
|
-
return this.
|
|
974
|
+
return this.e2l_1;
|
|
972
975
|
};
|
|
973
976
|
protoOf($serializer_2).zu = function () {
|
|
974
977
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -977,7 +980,7 @@
|
|
|
977
980
|
return [StringSerializer_getInstance()];
|
|
978
981
|
};
|
|
979
982
|
protoOf($serializer_2).rj = function (decoder) {
|
|
980
|
-
var tmp0_desc = this.
|
|
983
|
+
var tmp0_desc = this.e2l_1;
|
|
981
984
|
var tmp1_flag = true;
|
|
982
985
|
var tmp2_index = 0;
|
|
983
986
|
var tmp3_bitMask0 = 0;
|
|
@@ -1004,14 +1007,14 @@
|
|
|
1004
1007
|
tmp5_input.ym(tmp0_desc);
|
|
1005
1008
|
return PlayerExitReason_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
1006
1009
|
};
|
|
1007
|
-
protoOf($serializer_2).
|
|
1008
|
-
var tmp0_desc = this.
|
|
1010
|
+
protoOf($serializer_2).f2l = function (encoder, value) {
|
|
1011
|
+
var tmp0_desc = this.e2l_1;
|
|
1009
1012
|
var tmp1_output = encoder.xm(tmp0_desc);
|
|
1010
|
-
tmp1_output.mo(tmp0_desc, 0, value.
|
|
1013
|
+
tmp1_output.mo(tmp0_desc, 0, value.g2l_1);
|
|
1011
1014
|
tmp1_output.ym(tmp0_desc);
|
|
1012
1015
|
};
|
|
1013
1016
|
protoOf($serializer_2).qj = function (encoder, value) {
|
|
1014
|
-
return this.
|
|
1017
|
+
return this.f2l(encoder, value instanceof PlayerExitReason ? value : THROW_CCE());
|
|
1015
1018
|
};
|
|
1016
1019
|
var $serializer_instance_2;
|
|
1017
1020
|
function $serializer_getInstance_2() {
|
|
@@ -1021,10 +1024,10 @@
|
|
|
1021
1024
|
}
|
|
1022
1025
|
function PlayerExitReason_init_$Init$(seen1, playerId, serializationConstructorMarker, $this) {
|
|
1023
1026
|
if (!(1 === (1 & seen1))) {
|
|
1024
|
-
throwMissingFieldException(seen1, 1, $serializer_getInstance_2().
|
|
1027
|
+
throwMissingFieldException(seen1, 1, $serializer_getInstance_2().e2l_1);
|
|
1025
1028
|
}
|
|
1026
1029
|
TerminationGameReason_init_$Init$(seen1, serializationConstructorMarker, $this);
|
|
1027
|
-
$this.
|
|
1030
|
+
$this.g2l_1 = playerId;
|
|
1028
1031
|
return $this;
|
|
1029
1032
|
}
|
|
1030
1033
|
function PlayerExitReason_init_$Create$(seen1, playerId, serializationConstructorMarker) {
|
|
@@ -1032,29 +1035,29 @@
|
|
|
1032
1035
|
}
|
|
1033
1036
|
function PlayerExitReason(playerId) {
|
|
1034
1037
|
TerminationGameReason.call(this);
|
|
1035
|
-
this.
|
|
1038
|
+
this.g2l_1 = playerId;
|
|
1036
1039
|
}
|
|
1037
|
-
protoOf(PlayerExitReason).
|
|
1038
|
-
return this.
|
|
1040
|
+
protoOf(PlayerExitReason).x2k = function () {
|
|
1041
|
+
return this.g2l_1;
|
|
1039
1042
|
};
|
|
1040
|
-
protoOf(PlayerExitReason).
|
|
1043
|
+
protoOf(PlayerExitReason).z2k = function () {
|
|
1041
1044
|
return PlayerConnectionState_LEFT_getInstance();
|
|
1042
1045
|
};
|
|
1043
1046
|
protoOf(PlayerExitReason).cd = function () {
|
|
1044
|
-
return this.
|
|
1047
|
+
return this.g2l_1;
|
|
1045
1048
|
};
|
|
1046
|
-
protoOf(PlayerExitReason).
|
|
1049
|
+
protoOf(PlayerExitReason).h2l = function (playerId) {
|
|
1047
1050
|
return new PlayerExitReason(playerId);
|
|
1048
1051
|
};
|
|
1049
1052
|
protoOf(PlayerExitReason).copy = function (playerId, $super) {
|
|
1050
|
-
playerId = playerId === VOID ? this.
|
|
1051
|
-
return this.
|
|
1053
|
+
playerId = playerId === VOID ? this.g2l_1 : playerId;
|
|
1054
|
+
return this.h2l(playerId);
|
|
1052
1055
|
};
|
|
1053
1056
|
protoOf(PlayerExitReason).toString = function () {
|
|
1054
|
-
return 'PlayerExitReason(playerId=' + this.
|
|
1057
|
+
return 'PlayerExitReason(playerId=' + this.g2l_1 + ')';
|
|
1055
1058
|
};
|
|
1056
1059
|
protoOf(PlayerExitReason).hashCode = function () {
|
|
1057
|
-
return getStringHashCode(this.
|
|
1060
|
+
return getStringHashCode(this.g2l_1);
|
|
1058
1061
|
};
|
|
1059
1062
|
protoOf(PlayerExitReason).equals = function (other) {
|
|
1060
1063
|
if (this === other)
|
|
@@ -1062,12 +1065,12 @@
|
|
|
1062
1065
|
if (!(other instanceof PlayerExitReason))
|
|
1063
1066
|
return false;
|
|
1064
1067
|
var tmp0_other_with_cast = other instanceof PlayerExitReason ? other : THROW_CCE();
|
|
1065
|
-
if (!(this.
|
|
1068
|
+
if (!(this.g2l_1 === tmp0_other_with_cast.g2l_1))
|
|
1066
1069
|
return false;
|
|
1067
1070
|
return true;
|
|
1068
1071
|
};
|
|
1069
1072
|
function _get_$cachedSerializer__te6jhj_2($this) {
|
|
1070
|
-
return $this.
|
|
1073
|
+
return $this.i2l_1.o2();
|
|
1071
1074
|
}
|
|
1072
1075
|
function GameFinishedReason$Reason$Companion$_anonymous__q2gwr5() {
|
|
1073
1076
|
return createSimpleEnumSerializer('com.logic.data.models.GameFinishedReason.Reason', values());
|
|
@@ -1080,7 +1083,7 @@
|
|
|
1080
1083
|
Companion_instance_5 = this;
|
|
1081
1084
|
var tmp = this;
|
|
1082
1085
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1083
|
-
tmp.
|
|
1086
|
+
tmp.i2l_1 = lazy(tmp_0, GameFinishedReason$Reason$Companion$_anonymous__q2gwr5);
|
|
1084
1087
|
}
|
|
1085
1088
|
protoOf(Companion_5).t16 = function () {
|
|
1086
1089
|
return _get_$cachedSerializer__te6jhj_2(this);
|
|
@@ -1134,7 +1137,7 @@
|
|
|
1134
1137
|
// Inline function 'kotlin.arrayOf' call
|
|
1135
1138
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
1136
1139
|
// Inline function 'kotlin.js.asDynamic' call
|
|
1137
|
-
tmp.
|
|
1140
|
+
tmp.l2l_1 = [Companion_getInstance_7().t16()];
|
|
1138
1141
|
}
|
|
1139
1142
|
protoOf(Companion_6).t16 = function () {
|
|
1140
1143
|
return $serializer_getInstance_3();
|
|
@@ -1149,25 +1152,25 @@
|
|
|
1149
1152
|
$serializer_instance_3 = this;
|
|
1150
1153
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_FINISHED_TYPE', this, 1);
|
|
1151
1154
|
tmp0_serialDesc.ku('reason', false);
|
|
1152
|
-
this.
|
|
1155
|
+
this.m2l_1 = tmp0_serialDesc;
|
|
1153
1156
|
}
|
|
1154
1157
|
protoOf($serializer_3).pj = function () {
|
|
1155
|
-
return this.
|
|
1158
|
+
return this.m2l_1;
|
|
1156
1159
|
};
|
|
1157
1160
|
protoOf($serializer_3).zu = function () {
|
|
1158
1161
|
// Inline function 'kotlin.arrayOf' call
|
|
1159
1162
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
1160
1163
|
// Inline function 'kotlin.js.asDynamic' call
|
|
1161
|
-
return [Companion_getInstance_8().
|
|
1164
|
+
return [Companion_getInstance_8().l2l_1[0]];
|
|
1162
1165
|
};
|
|
1163
1166
|
protoOf($serializer_3).rj = function (decoder) {
|
|
1164
|
-
var tmp0_desc = this.
|
|
1167
|
+
var tmp0_desc = this.m2l_1;
|
|
1165
1168
|
var tmp1_flag = true;
|
|
1166
1169
|
var tmp2_index = 0;
|
|
1167
1170
|
var tmp3_bitMask0 = 0;
|
|
1168
1171
|
var tmp4_local0 = null;
|
|
1169
1172
|
var tmp5_input = decoder.xm(tmp0_desc);
|
|
1170
|
-
var tmp6_cached = Companion_getInstance_8().
|
|
1173
|
+
var tmp6_cached = Companion_getInstance_8().l2l_1;
|
|
1171
1174
|
if (tmp5_input.nn()) {
|
|
1172
1175
|
tmp4_local0 = tmp5_input.jn(tmp0_desc, 0, tmp6_cached[0], tmp4_local0);
|
|
1173
1176
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -1189,15 +1192,15 @@
|
|
|
1189
1192
|
tmp5_input.ym(tmp0_desc);
|
|
1190
1193
|
return GameFinishedReason_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
1191
1194
|
};
|
|
1192
|
-
protoOf($serializer_3).
|
|
1193
|
-
var tmp0_desc = this.
|
|
1195
|
+
protoOf($serializer_3).n2l = function (encoder, value) {
|
|
1196
|
+
var tmp0_desc = this.m2l_1;
|
|
1194
1197
|
var tmp1_output = encoder.xm(tmp0_desc);
|
|
1195
|
-
var tmp2_cached = Companion_getInstance_8().
|
|
1198
|
+
var tmp2_cached = Companion_getInstance_8().l2l_1;
|
|
1196
1199
|
tmp1_output.oo(tmp0_desc, 0, tmp2_cached[0], value.reason);
|
|
1197
1200
|
tmp1_output.ym(tmp0_desc);
|
|
1198
1201
|
};
|
|
1199
1202
|
protoOf($serializer_3).qj = function (encoder, value) {
|
|
1200
|
-
return this.
|
|
1203
|
+
return this.n2l(encoder, value instanceof GameFinishedReason ? value : THROW_CCE());
|
|
1201
1204
|
};
|
|
1202
1205
|
var $serializer_instance_3;
|
|
1203
1206
|
function $serializer_getInstance_3() {
|
|
@@ -1207,7 +1210,7 @@
|
|
|
1207
1210
|
}
|
|
1208
1211
|
function GameFinishedReason_init_$Init$(seen1, reason, serializationConstructorMarker, $this) {
|
|
1209
1212
|
if (!(1 === (1 & seen1))) {
|
|
1210
|
-
throwMissingFieldException(seen1, 1, $serializer_getInstance_3().
|
|
1213
|
+
throwMissingFieldException(seen1, 1, $serializer_getInstance_3().m2l_1);
|
|
1211
1214
|
}
|
|
1212
1215
|
TerminationGameReason_init_$Init$(seen1, serializationConstructorMarker, $this);
|
|
1213
1216
|
$this.reason = reason;
|
|
@@ -1237,18 +1240,18 @@
|
|
|
1237
1240
|
TerminationGameReason.call(this);
|
|
1238
1241
|
this.reason = reason;
|
|
1239
1242
|
}
|
|
1240
|
-
protoOf(GameFinishedReason).
|
|
1243
|
+
protoOf(GameFinishedReason).o2l = function () {
|
|
1241
1244
|
return this.reason;
|
|
1242
1245
|
};
|
|
1243
1246
|
protoOf(GameFinishedReason).cd = function () {
|
|
1244
1247
|
return this.reason;
|
|
1245
1248
|
};
|
|
1246
|
-
protoOf(GameFinishedReason).
|
|
1249
|
+
protoOf(GameFinishedReason).p2l = function (reason) {
|
|
1247
1250
|
return new GameFinishedReason(reason);
|
|
1248
1251
|
};
|
|
1249
1252
|
protoOf(GameFinishedReason).copy = function (reason, $super) {
|
|
1250
1253
|
reason = reason === VOID ? this.reason : reason;
|
|
1251
|
-
return this.
|
|
1254
|
+
return this.p2l(reason);
|
|
1252
1255
|
};
|
|
1253
1256
|
protoOf(GameFinishedReason).toString = function () {
|
|
1254
1257
|
return 'GameFinishedReason(reason=' + this.reason + ')';
|
|
@@ -1279,10 +1282,10 @@
|
|
|
1279
1282
|
$serializer_instance_4 = this;
|
|
1280
1283
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_ERROR_TYPE', this, 1);
|
|
1281
1284
|
tmp0_serialDesc.ku('reason', false);
|
|
1282
|
-
this.
|
|
1285
|
+
this.q2l_1 = tmp0_serialDesc;
|
|
1283
1286
|
}
|
|
1284
1287
|
protoOf($serializer_4).pj = function () {
|
|
1285
|
-
return this.
|
|
1288
|
+
return this.q2l_1;
|
|
1286
1289
|
};
|
|
1287
1290
|
protoOf($serializer_4).zu = function () {
|
|
1288
1291
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -1291,7 +1294,7 @@
|
|
|
1291
1294
|
return [StringSerializer_getInstance()];
|
|
1292
1295
|
};
|
|
1293
1296
|
protoOf($serializer_4).rj = function (decoder) {
|
|
1294
|
-
var tmp0_desc = this.
|
|
1297
|
+
var tmp0_desc = this.q2l_1;
|
|
1295
1298
|
var tmp1_flag = true;
|
|
1296
1299
|
var tmp2_index = 0;
|
|
1297
1300
|
var tmp3_bitMask0 = 0;
|
|
@@ -1318,14 +1321,14 @@
|
|
|
1318
1321
|
tmp5_input.ym(tmp0_desc);
|
|
1319
1322
|
return GameErrorReason_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
1320
1323
|
};
|
|
1321
|
-
protoOf($serializer_4).
|
|
1322
|
-
var tmp0_desc = this.
|
|
1324
|
+
protoOf($serializer_4).r2l = function (encoder, value) {
|
|
1325
|
+
var tmp0_desc = this.q2l_1;
|
|
1323
1326
|
var tmp1_output = encoder.xm(tmp0_desc);
|
|
1324
1327
|
tmp1_output.mo(tmp0_desc, 0, value.reason);
|
|
1325
1328
|
tmp1_output.ym(tmp0_desc);
|
|
1326
1329
|
};
|
|
1327
1330
|
protoOf($serializer_4).qj = function (encoder, value) {
|
|
1328
|
-
return this.
|
|
1331
|
+
return this.r2l(encoder, value instanceof GameErrorReason ? value : THROW_CCE());
|
|
1329
1332
|
};
|
|
1330
1333
|
var $serializer_instance_4;
|
|
1331
1334
|
function $serializer_getInstance_4() {
|
|
@@ -1335,7 +1338,7 @@
|
|
|
1335
1338
|
}
|
|
1336
1339
|
function GameErrorReason_init_$Init$(seen1, reason, serializationConstructorMarker, $this) {
|
|
1337
1340
|
if (!(1 === (1 & seen1))) {
|
|
1338
|
-
throwMissingFieldException(seen1, 1, $serializer_getInstance_4().
|
|
1341
|
+
throwMissingFieldException(seen1, 1, $serializer_getInstance_4().q2l_1);
|
|
1339
1342
|
}
|
|
1340
1343
|
TerminationGameReason_init_$Init$(seen1, serializationConstructorMarker, $this);
|
|
1341
1344
|
$this.reason = reason;
|
|
@@ -1348,18 +1351,18 @@
|
|
|
1348
1351
|
TerminationGameReason.call(this);
|
|
1349
1352
|
this.reason = reason;
|
|
1350
1353
|
}
|
|
1351
|
-
protoOf(GameErrorReason).
|
|
1354
|
+
protoOf(GameErrorReason).o2l = function () {
|
|
1352
1355
|
return this.reason;
|
|
1353
1356
|
};
|
|
1354
1357
|
protoOf(GameErrorReason).cd = function () {
|
|
1355
1358
|
return this.reason;
|
|
1356
1359
|
};
|
|
1357
|
-
protoOf(GameErrorReason).
|
|
1360
|
+
protoOf(GameErrorReason).h2l = function (reason) {
|
|
1358
1361
|
return new GameErrorReason(reason);
|
|
1359
1362
|
};
|
|
1360
1363
|
protoOf(GameErrorReason).copy = function (reason, $super) {
|
|
1361
1364
|
reason = reason === VOID ? this.reason : reason;
|
|
1362
|
-
return this.
|
|
1365
|
+
return this.h2l(reason);
|
|
1363
1366
|
};
|
|
1364
1367
|
protoOf(GameErrorReason).toString = function () {
|
|
1365
1368
|
return 'GameErrorReason(reason=' + this.reason + ')';
|
|
@@ -1378,7 +1381,7 @@
|
|
|
1378
1381
|
return true;
|
|
1379
1382
|
};
|
|
1380
1383
|
function _get_$cachedSerializer__te6jhj_3($this) {
|
|
1381
|
-
return $this.
|
|
1384
|
+
return $this.s2l_1.o2();
|
|
1382
1385
|
}
|
|
1383
1386
|
function WaitingForConnectionReason$_anonymous__v65n7d() {
|
|
1384
1387
|
var tmp = WaitingForConnectionReason_getInstance();
|
|
@@ -1393,7 +1396,7 @@
|
|
|
1393
1396
|
TerminationGameReason.call(this);
|
|
1394
1397
|
var tmp = this;
|
|
1395
1398
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1396
|
-
tmp.
|
|
1399
|
+
tmp.s2l_1 = lazy(tmp_0, WaitingForConnectionReason$_anonymous__v65n7d);
|
|
1397
1400
|
}
|
|
1398
1401
|
protoOf(WaitingForConnectionReason).toString = function () {
|
|
1399
1402
|
return 'WaitingForConnectionReason';
|
|
@@ -1411,7 +1414,7 @@
|
|
|
1411
1414
|
return WaitingForConnectionReason_instance;
|
|
1412
1415
|
}
|
|
1413
1416
|
function _get_$cachedSerializer__te6jhj_4($this) {
|
|
1414
|
-
return $this.
|
|
1417
|
+
return $this.t2l_1.o2();
|
|
1415
1418
|
}
|
|
1416
1419
|
function ProcessingReason$_anonymous__fvp7fk() {
|
|
1417
1420
|
var tmp = ProcessingReason_getInstance();
|
|
@@ -1426,7 +1429,7 @@
|
|
|
1426
1429
|
TerminationGameReason.call(this);
|
|
1427
1430
|
var tmp = this;
|
|
1428
1431
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1429
|
-
tmp.
|
|
1432
|
+
tmp.t2l_1 = lazy(tmp_0, ProcessingReason$_anonymous__fvp7fk);
|
|
1430
1433
|
}
|
|
1431
1434
|
protoOf(ProcessingReason).toString = function () {
|
|
1432
1435
|
return 'ProcessingReason';
|
|
@@ -1454,33 +1457,33 @@
|
|
|
1454
1457
|
isBot = isBot === VOID ? false : isBot;
|
|
1455
1458
|
initialLuckyFactor = initialLuckyFactor === VOID ? null : initialLuckyFactor;
|
|
1456
1459
|
payload = payload === VOID ? null : payload;
|
|
1457
|
-
this.
|
|
1460
|
+
this.u2l_1 = playerId;
|
|
1458
1461
|
this.name = name;
|
|
1459
1462
|
this.avatarUrl = avatarUrl;
|
|
1460
1463
|
this.isBot = isBot;
|
|
1461
1464
|
this.initialLuckyFactor = initialLuckyFactor;
|
|
1462
1465
|
this.payload = payload;
|
|
1463
1466
|
}
|
|
1464
|
-
protoOf(GameUserInfo).
|
|
1465
|
-
return this.
|
|
1467
|
+
protoOf(GameUserInfo).x2k = function () {
|
|
1468
|
+
return this.u2l_1;
|
|
1466
1469
|
};
|
|
1467
1470
|
protoOf(GameUserInfo).g9 = function () {
|
|
1468
1471
|
return this.name;
|
|
1469
1472
|
};
|
|
1470
|
-
protoOf(GameUserInfo).
|
|
1473
|
+
protoOf(GameUserInfo).v2l = function () {
|
|
1471
1474
|
return this.avatarUrl;
|
|
1472
1475
|
};
|
|
1473
|
-
protoOf(GameUserInfo).
|
|
1476
|
+
protoOf(GameUserInfo).w2l = function () {
|
|
1474
1477
|
return this.isBot;
|
|
1475
1478
|
};
|
|
1476
|
-
protoOf(GameUserInfo).
|
|
1479
|
+
protoOf(GameUserInfo).x2l = function () {
|
|
1477
1480
|
return this.initialLuckyFactor;
|
|
1478
1481
|
};
|
|
1479
|
-
protoOf(GameUserInfo).
|
|
1482
|
+
protoOf(GameUserInfo).y2l = function () {
|
|
1480
1483
|
return this.payload;
|
|
1481
1484
|
};
|
|
1482
1485
|
protoOf(GameUserInfo).toString = function () {
|
|
1483
|
-
var tmp = 'GameUserInfo(' + ("playerId='" + this.
|
|
1486
|
+
var tmp = 'GameUserInfo(' + ("playerId='" + this.u2l_1 + "', ") + ("name='" + this.name + "', ");
|
|
1484
1487
|
// Inline function 'kotlin.takeIf' call
|
|
1485
1488
|
var this_0 = 'avatarUrl=' + this.avatarUrl + ', ';
|
|
1486
1489
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -1527,7 +1530,7 @@
|
|
|
1527
1530
|
return tmp_5 + tmp_6 + ')';
|
|
1528
1531
|
};
|
|
1529
1532
|
protoOf(GameUserInfo).cd = function () {
|
|
1530
|
-
return this.
|
|
1533
|
+
return this.u2l_1;
|
|
1531
1534
|
};
|
|
1532
1535
|
protoOf(GameUserInfo).dd = function () {
|
|
1533
1536
|
return this.name;
|
|
@@ -1535,29 +1538,29 @@
|
|
|
1535
1538
|
protoOf(GameUserInfo).qh = function () {
|
|
1536
1539
|
return this.avatarUrl;
|
|
1537
1540
|
};
|
|
1538
|
-
protoOf(GameUserInfo).
|
|
1541
|
+
protoOf(GameUserInfo).q2k = function () {
|
|
1539
1542
|
return this.isBot;
|
|
1540
1543
|
};
|
|
1541
|
-
protoOf(GameUserInfo).
|
|
1544
|
+
protoOf(GameUserInfo).z2l = function () {
|
|
1542
1545
|
return this.initialLuckyFactor;
|
|
1543
1546
|
};
|
|
1544
|
-
protoOf(GameUserInfo).
|
|
1547
|
+
protoOf(GameUserInfo).a2m = function () {
|
|
1545
1548
|
return this.payload;
|
|
1546
1549
|
};
|
|
1547
|
-
protoOf(GameUserInfo).
|
|
1550
|
+
protoOf(GameUserInfo).b2m = function (playerId, name, avatarUrl, isBot, initialLuckyFactor, payload) {
|
|
1548
1551
|
return new GameUserInfo(playerId, name, avatarUrl, isBot, initialLuckyFactor, payload);
|
|
1549
1552
|
};
|
|
1550
1553
|
protoOf(GameUserInfo).copy = function (playerId, name, avatarUrl, isBot, initialLuckyFactor, payload, $super) {
|
|
1551
|
-
playerId = playerId === VOID ? this.
|
|
1554
|
+
playerId = playerId === VOID ? this.u2l_1 : playerId;
|
|
1552
1555
|
name = name === VOID ? this.name : name;
|
|
1553
1556
|
avatarUrl = avatarUrl === VOID ? this.avatarUrl : avatarUrl;
|
|
1554
1557
|
isBot = isBot === VOID ? this.isBot : isBot;
|
|
1555
1558
|
initialLuckyFactor = initialLuckyFactor === VOID ? this.initialLuckyFactor : initialLuckyFactor;
|
|
1556
1559
|
payload = payload === VOID ? this.payload : payload;
|
|
1557
|
-
return this.
|
|
1560
|
+
return this.b2m(playerId, name, avatarUrl, isBot, initialLuckyFactor, payload);
|
|
1558
1561
|
};
|
|
1559
1562
|
protoOf(GameUserInfo).hashCode = function () {
|
|
1560
|
-
var result = getStringHashCode(this.
|
|
1563
|
+
var result = getStringHashCode(this.u2l_1);
|
|
1561
1564
|
result = imul(result, 31) + getStringHashCode(this.name) | 0;
|
|
1562
1565
|
result = imul(result, 31) + (this.avatarUrl == null ? 0 : getStringHashCode(this.avatarUrl)) | 0;
|
|
1563
1566
|
result = imul(result, 31) + getBooleanHashCode(this.isBot) | 0;
|
|
@@ -1571,7 +1574,7 @@
|
|
|
1571
1574
|
if (!(other instanceof GameUserInfo))
|
|
1572
1575
|
return false;
|
|
1573
1576
|
var tmp0_other_with_cast = other instanceof GameUserInfo ? other : THROW_CCE();
|
|
1574
|
-
if (!(this.
|
|
1577
|
+
if (!(this.u2l_1 === tmp0_other_with_cast.u2l_1))
|
|
1575
1578
|
return false;
|
|
1576
1579
|
if (!(this.name === tmp0_other_with_cast.name))
|
|
1577
1580
|
return false;
|
|
@@ -1651,18 +1654,18 @@
|
|
|
1651
1654
|
return destination;
|
|
1652
1655
|
}
|
|
1653
1656
|
function PlayerIndex(playerId, index) {
|
|
1654
|
-
this.
|
|
1655
|
-
this.
|
|
1657
|
+
this.e2m_1 = playerId;
|
|
1658
|
+
this.f2m_1 = index;
|
|
1656
1659
|
}
|
|
1657
|
-
protoOf(PlayerIndex).
|
|
1658
|
-
return this.
|
|
1660
|
+
protoOf(PlayerIndex).x2k = function () {
|
|
1661
|
+
return this.e2m_1;
|
|
1659
1662
|
};
|
|
1660
1663
|
protoOf(PlayerIndex).toString = function () {
|
|
1661
|
-
return 'PlayerIndex(playerId=' + this.
|
|
1664
|
+
return 'PlayerIndex(playerId=' + this.e2m_1 + ', index=' + this.f2m_1 + ')';
|
|
1662
1665
|
};
|
|
1663
1666
|
protoOf(PlayerIndex).hashCode = function () {
|
|
1664
|
-
var result = getStringHashCode(this.
|
|
1665
|
-
result = imul(result, 31) + this.
|
|
1667
|
+
var result = getStringHashCode(this.e2m_1);
|
|
1668
|
+
result = imul(result, 31) + this.f2m_1 | 0;
|
|
1666
1669
|
return result;
|
|
1667
1670
|
};
|
|
1668
1671
|
protoOf(PlayerIndex).equals = function (other) {
|
|
@@ -1671,10 +1674,10 @@
|
|
|
1671
1674
|
if (!(other instanceof PlayerIndex))
|
|
1672
1675
|
return false;
|
|
1673
1676
|
var tmp0_other_with_cast = other instanceof PlayerIndex ? other : THROW_CCE();
|
|
1674
|
-
if (!(this.d2m_1 === tmp0_other_with_cast.d2m_1))
|
|
1675
|
-
return false;
|
|
1676
1677
|
if (!(this.e2m_1 === tmp0_other_with_cast.e2m_1))
|
|
1677
1678
|
return false;
|
|
1679
|
+
if (!(this.f2m_1 === tmp0_other_with_cast.f2m_1))
|
|
1680
|
+
return false;
|
|
1678
1681
|
return true;
|
|
1679
1682
|
};
|
|
1680
1683
|
function filterPlayerTurn(_this__u8e3s4) {
|
|
@@ -1697,16 +1700,16 @@
|
|
|
1697
1700
|
return nextTo_0(_this__u8e3s4, get_byIdPlayerPredicate()(playerId));
|
|
1698
1701
|
}
|
|
1699
1702
|
function PlayerIdContractOrderComparator(players) {
|
|
1700
|
-
this.
|
|
1703
|
+
this.g2m_1 = players;
|
|
1701
1704
|
}
|
|
1702
|
-
protoOf(PlayerIdContractOrderComparator).
|
|
1703
|
-
var indexA = this.
|
|
1704
|
-
var indexB = this.
|
|
1705
|
+
protoOf(PlayerIdContractOrderComparator).h2m = function (a, b) {
|
|
1706
|
+
var indexA = this.g2m_1.y1(a.playerId);
|
|
1707
|
+
var indexB = this.g2m_1.y1(b.playerId);
|
|
1705
1708
|
return compareTo(indexA, indexB);
|
|
1706
1709
|
};
|
|
1707
1710
|
protoOf(PlayerIdContractOrderComparator).compare = function (a, b) {
|
|
1708
1711
|
var tmp = (!(a == null) ? isInterface(a, PlayerIdContract) : false) ? a : THROW_CCE();
|
|
1709
|
-
return this.
|
|
1712
|
+
return this.h2m(tmp, (!(b == null) ? isInterface(b, PlayerIdContract) : false) ? b : THROW_CCE());
|
|
1710
1713
|
};
|
|
1711
1714
|
function byIdPlayerPredicate$lambda(id) {
|
|
1712
1715
|
_init_properties_Player_kt__qi83pd();
|
|
@@ -1719,7 +1722,7 @@
|
|
|
1719
1722
|
}
|
|
1720
1723
|
function playerTurnPredicate$lambda(p1) {
|
|
1721
1724
|
_init_properties_Player_kt__qi83pd();
|
|
1722
|
-
return p1.i1r().
|
|
1725
|
+
return p1.i1r().p2m();
|
|
1723
1726
|
}
|
|
1724
1727
|
var properties_initialized_Player_kt_56shkt;
|
|
1725
1728
|
function _init_properties_Player_kt__qi83pd() {
|
|
@@ -1730,14 +1733,14 @@
|
|
|
1730
1733
|
}
|
|
1731
1734
|
}
|
|
1732
1735
|
function Companion_8() {
|
|
1733
|
-
this.
|
|
1736
|
+
this.q2m_1 = 75;
|
|
1734
1737
|
}
|
|
1735
|
-
protoOf(Companion_8).
|
|
1736
|
-
var tmp1_elvis_lhs = _this__u8e3s4 == null ? null : _this__u8e3s4.
|
|
1738
|
+
protoOf(Companion_8).r2m = function (_this__u8e3s4) {
|
|
1739
|
+
var tmp1_elvis_lhs = _this__u8e3s4 == null ? null : _this__u8e3s4.w2m(PlayerConnectionState_LIVE_getInstance(), System_instance.q1m(), Duration__plus_impl_yu9v8f(_this__u8e3s4.u2m_1, _this__u8e3s4.v2m()));
|
|
1737
1740
|
return tmp1_elvis_lhs == null ? new PlayerConnection(PlayerConnectionState_LIVE_getInstance(), System_instance.q1m()) : tmp1_elvis_lhs;
|
|
1738
1741
|
};
|
|
1739
|
-
protoOf(Companion_8).
|
|
1740
|
-
var tmp1_elvis_lhs = _this__u8e3s4 == null ? null : _this__u8e3s4.
|
|
1742
|
+
protoOf(Companion_8).x2m = function (_this__u8e3s4, state) {
|
|
1743
|
+
var tmp1_elvis_lhs = _this__u8e3s4 == null ? null : _this__u8e3s4.y2m(state, System_instance.q1m());
|
|
1741
1744
|
return tmp1_elvis_lhs == null ? new PlayerConnection(state, System_instance.q1m()) : tmp1_elvis_lhs;
|
|
1742
1745
|
};
|
|
1743
1746
|
var Companion_instance_8;
|
|
@@ -1747,54 +1750,54 @@
|
|
|
1747
1750
|
function PlayerConnection(state, connectionChangedTime, notLiveDurationRecord) {
|
|
1748
1751
|
connectionChangedTime = connectionChangedTime === VOID ? System_instance.q1m() : connectionChangedTime;
|
|
1749
1752
|
notLiveDurationRecord = notLiveDurationRecord === VOID ? Companion_getInstance().tg_1 : notLiveDurationRecord;
|
|
1750
|
-
this.
|
|
1751
|
-
this.
|
|
1752
|
-
this.
|
|
1753
|
+
this.s2m_1 = state;
|
|
1754
|
+
this.t2m_1 = connectionChangedTime;
|
|
1755
|
+
this.u2m_1 = notLiveDurationRecord;
|
|
1753
1756
|
}
|
|
1754
|
-
protoOf(PlayerConnection).
|
|
1755
|
-
return System_instance.q1m().v1n(this.
|
|
1757
|
+
protoOf(PlayerConnection).v2m = function () {
|
|
1758
|
+
return System_instance.q1m().v1n(this.t2m_1);
|
|
1756
1759
|
};
|
|
1757
|
-
protoOf(PlayerConnection).
|
|
1760
|
+
protoOf(PlayerConnection).z2m = function () {
|
|
1758
1761
|
var tmp;
|
|
1759
|
-
if (this.
|
|
1760
|
-
tmp = this.
|
|
1762
|
+
if (this.s2m_1.isLive) {
|
|
1763
|
+
tmp = this.u2m_1;
|
|
1761
1764
|
} else {
|
|
1762
|
-
tmp = Duration__plus_impl_yu9v8f(this.
|
|
1765
|
+
tmp = Duration__plus_impl_yu9v8f(this.u2m_1, this.v2m());
|
|
1763
1766
|
}
|
|
1764
1767
|
return tmp;
|
|
1765
1768
|
};
|
|
1766
|
-
protoOf(PlayerConnection).
|
|
1769
|
+
protoOf(PlayerConnection).a2n = function (gameDuration) {
|
|
1767
1770
|
// Inline function 'kotlin.Long.div' call
|
|
1768
1771
|
var percent = _Duration___get_inWholeMilliseconds__impl__msfiry(gameDuration).da() / 100.0;
|
|
1769
1772
|
// Inline function 'kotlin.math.round' call
|
|
1770
1773
|
// Inline function 'kotlin.Long.div' call
|
|
1771
|
-
var x = _Duration___get_inWholeMilliseconds__impl__msfiry(this.
|
|
1774
|
+
var x = _Duration___get_inWholeMilliseconds__impl__msfiry(this.z2m()).da() / percent;
|
|
1772
1775
|
var tmp$ret$2 = round(x);
|
|
1773
1776
|
return numberToInt(tmp$ret$2);
|
|
1774
1777
|
};
|
|
1775
|
-
protoOf(PlayerConnection).a2n = function (gameDuration) {
|
|
1776
|
-
return 100 - this.z2m(gameDuration) | 0;
|
|
1777
|
-
};
|
|
1778
1778
|
protoOf(PlayerConnection).b2n = function (gameDuration) {
|
|
1779
|
-
|
|
1779
|
+
return 100 - this.a2n(gameDuration) | 0;
|
|
1780
|
+
};
|
|
1781
|
+
protoOf(PlayerConnection).c2n = function (gameDuration) {
|
|
1782
|
+
var percentage = this.b2n(gameDuration);
|
|
1780
1783
|
return percentage >= 75;
|
|
1781
1784
|
};
|
|
1782
|
-
protoOf(PlayerConnection).
|
|
1785
|
+
protoOf(PlayerConnection).w2m = function (state, connectionChangedTime, notLiveDurationRecord) {
|
|
1783
1786
|
return new PlayerConnection(state, connectionChangedTime, notLiveDurationRecord);
|
|
1784
1787
|
};
|
|
1785
|
-
protoOf(PlayerConnection).
|
|
1786
|
-
state = state === VOID ? this.
|
|
1787
|
-
connectionChangedTime = connectionChangedTime === VOID ? this.
|
|
1788
|
-
notLiveDurationRecord = notLiveDurationRecord === VOID ? this.
|
|
1789
|
-
return $super === VOID ? this.
|
|
1788
|
+
protoOf(PlayerConnection).y2m = function (state, connectionChangedTime, notLiveDurationRecord, $super) {
|
|
1789
|
+
state = state === VOID ? this.s2m_1 : state;
|
|
1790
|
+
connectionChangedTime = connectionChangedTime === VOID ? this.t2m_1 : connectionChangedTime;
|
|
1791
|
+
notLiveDurationRecord = notLiveDurationRecord === VOID ? this.u2m_1 : notLiveDurationRecord;
|
|
1792
|
+
return $super === VOID ? this.w2m(state, connectionChangedTime, notLiveDurationRecord) : $super.w2m.call(this, state, connectionChangedTime, new Duration(notLiveDurationRecord));
|
|
1790
1793
|
};
|
|
1791
1794
|
protoOf(PlayerConnection).toString = function () {
|
|
1792
|
-
return 'PlayerConnection(state=' + this.
|
|
1795
|
+
return 'PlayerConnection(state=' + this.s2m_1 + ', connectionChangedTime=' + this.t2m_1 + ', notLiveDurationRecord=' + new Duration(this.u2m_1) + ')';
|
|
1793
1796
|
};
|
|
1794
1797
|
protoOf(PlayerConnection).hashCode = function () {
|
|
1795
|
-
var result = this.
|
|
1796
|
-
result = imul(result, 31) + this.
|
|
1797
|
-
result = imul(result, 31) + Duration__hashCode_impl_u4exz6(this.
|
|
1798
|
+
var result = this.s2m_1.hashCode();
|
|
1799
|
+
result = imul(result, 31) + this.t2m_1.hashCode() | 0;
|
|
1800
|
+
result = imul(result, 31) + Duration__hashCode_impl_u4exz6(this.u2m_1) | 0;
|
|
1798
1801
|
return result;
|
|
1799
1802
|
};
|
|
1800
1803
|
protoOf(PlayerConnection).equals = function (other) {
|
|
@@ -1803,16 +1806,16 @@
|
|
|
1803
1806
|
if (!(other instanceof PlayerConnection))
|
|
1804
1807
|
return false;
|
|
1805
1808
|
var tmp0_other_with_cast = other instanceof PlayerConnection ? other : THROW_CCE();
|
|
1806
|
-
if (!this.r2m_1.equals(tmp0_other_with_cast.r2m_1))
|
|
1807
|
-
return false;
|
|
1808
1809
|
if (!this.s2m_1.equals(tmp0_other_with_cast.s2m_1))
|
|
1809
1810
|
return false;
|
|
1810
|
-
if (!
|
|
1811
|
+
if (!this.t2m_1.equals(tmp0_other_with_cast.t2m_1))
|
|
1812
|
+
return false;
|
|
1813
|
+
if (!equals(this.u2m_1, tmp0_other_with_cast.u2m_1))
|
|
1811
1814
|
return false;
|
|
1812
1815
|
return true;
|
|
1813
1816
|
};
|
|
1814
1817
|
function _get_$cachedSerializer__te6jhj_5($this) {
|
|
1815
|
-
return $this.
|
|
1818
|
+
return $this.d2n_1.o2();
|
|
1816
1819
|
}
|
|
1817
1820
|
function PlayerConnectionState$Companion$_anonymous__8wfaw3() {
|
|
1818
1821
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerConnectionState', values_0());
|
|
@@ -1827,7 +1830,7 @@
|
|
|
1827
1830
|
Companion_instance_9 = this;
|
|
1828
1831
|
var tmp = this;
|
|
1829
1832
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1830
|
-
tmp.
|
|
1833
|
+
tmp.d2n_1 = lazy(tmp_0, PlayerConnectionState$Companion$_anonymous__8wfaw3);
|
|
1831
1834
|
}
|
|
1832
1835
|
protoOf(Companion_9).t16 = function () {
|
|
1833
1836
|
return _get_$cachedSerializer__te6jhj_5(this);
|
|
@@ -1881,34 +1884,34 @@
|
|
|
1881
1884
|
function PlayerConnectionState(name, ordinal) {
|
|
1882
1885
|
Enum.call(this, name, ordinal);
|
|
1883
1886
|
}
|
|
1884
|
-
protoOf(PlayerConnectionState).
|
|
1887
|
+
protoOf(PlayerConnectionState).g2n = function () {
|
|
1885
1888
|
return this.equals(PlayerConnectionState_LIVE_getInstance());
|
|
1886
1889
|
};
|
|
1887
|
-
protoOf(PlayerConnectionState).
|
|
1890
|
+
protoOf(PlayerConnectionState).h2n = function () {
|
|
1888
1891
|
return this.equals(PlayerConnectionState_TIMEOUT_getInstance());
|
|
1889
1892
|
};
|
|
1890
|
-
protoOf(PlayerConnectionState).
|
|
1893
|
+
protoOf(PlayerConnectionState).i2n = function () {
|
|
1891
1894
|
return this.equals(PlayerConnectionState_LOST_CONNECTION_getInstance());
|
|
1892
1895
|
};
|
|
1893
|
-
protoOf(PlayerConnectionState).
|
|
1896
|
+
protoOf(PlayerConnectionState).j2n = function () {
|
|
1894
1897
|
return this.equals(PlayerConnectionState_LEFT_getInstance());
|
|
1895
1898
|
};
|
|
1896
|
-
protoOf(PlayerConnectionState).
|
|
1899
|
+
protoOf(PlayerConnectionState).k2n = function () {
|
|
1897
1900
|
return this.equals(PlayerConnectionState_DELETED_getInstance());
|
|
1898
1901
|
};
|
|
1899
|
-
protoOf(PlayerConnectionState).
|
|
1902
|
+
protoOf(PlayerConnectionState).l2n = function () {
|
|
1900
1903
|
return this.equals(PlayerConnectionState_DISCONNECTING_getInstance());
|
|
1901
1904
|
};
|
|
1902
|
-
protoOf(PlayerConnectionState).
|
|
1905
|
+
protoOf(PlayerConnectionState).m2n = function () {
|
|
1903
1906
|
return this.isDisconnected ? true : this.isDeleted;
|
|
1904
1907
|
};
|
|
1905
|
-
protoOf(PlayerConnectionState).
|
|
1908
|
+
protoOf(PlayerConnectionState).n2n = function () {
|
|
1906
1909
|
return (this.isTimeOut ? true : this.isLostConnection) ? true : this.isLeft;
|
|
1907
1910
|
};
|
|
1908
|
-
protoOf(PlayerConnectionState).
|
|
1911
|
+
protoOf(PlayerConnectionState).o2n = function () {
|
|
1909
1912
|
return (this.isTimeOut ? true : this.isLeft) ? true : this.isDeleted;
|
|
1910
1913
|
};
|
|
1911
|
-
protoOf(PlayerConnectionState).
|
|
1914
|
+
protoOf(PlayerConnectionState).p2n = function () {
|
|
1912
1915
|
return this.isLostConnection;
|
|
1913
1916
|
};
|
|
1914
1917
|
function PlayerConnectionState_LIVE_getInstance() {
|
|
@@ -1936,25 +1939,25 @@
|
|
|
1936
1939
|
return PlayerConnectionState_DELETED_instance;
|
|
1937
1940
|
}
|
|
1938
1941
|
function PlayerLuckyFactor(playerId, factor, wasLiveDuringGame, liveDurationPercentage) {
|
|
1939
|
-
this.
|
|
1942
|
+
this.q2n_1 = playerId;
|
|
1940
1943
|
this.factor = factor;
|
|
1941
1944
|
this.wasLiveDuringGame = wasLiveDuringGame;
|
|
1942
1945
|
this.liveDurationPercentage = liveDurationPercentage;
|
|
1943
1946
|
}
|
|
1944
|
-
protoOf(PlayerLuckyFactor).
|
|
1945
|
-
return this.
|
|
1947
|
+
protoOf(PlayerLuckyFactor).x2k = function () {
|
|
1948
|
+
return this.q2n_1;
|
|
1946
1949
|
};
|
|
1947
|
-
protoOf(PlayerLuckyFactor).
|
|
1950
|
+
protoOf(PlayerLuckyFactor).r2n = function () {
|
|
1948
1951
|
return this.factor;
|
|
1949
1952
|
};
|
|
1950
|
-
protoOf(PlayerLuckyFactor).
|
|
1953
|
+
protoOf(PlayerLuckyFactor).s2n = function () {
|
|
1951
1954
|
return this.wasLiveDuringGame;
|
|
1952
1955
|
};
|
|
1953
|
-
protoOf(PlayerLuckyFactor).
|
|
1956
|
+
protoOf(PlayerLuckyFactor).t2n = function () {
|
|
1954
1957
|
return this.liveDurationPercentage;
|
|
1955
1958
|
};
|
|
1956
1959
|
protoOf(PlayerLuckyFactor).cd = function () {
|
|
1957
|
-
return this.
|
|
1960
|
+
return this.q2n_1;
|
|
1958
1961
|
};
|
|
1959
1962
|
protoOf(PlayerLuckyFactor).dd = function () {
|
|
1960
1963
|
return this.factor;
|
|
@@ -1962,24 +1965,24 @@
|
|
|
1962
1965
|
protoOf(PlayerLuckyFactor).qh = function () {
|
|
1963
1966
|
return this.wasLiveDuringGame;
|
|
1964
1967
|
};
|
|
1965
|
-
protoOf(PlayerLuckyFactor).
|
|
1968
|
+
protoOf(PlayerLuckyFactor).q2k = function () {
|
|
1966
1969
|
return this.liveDurationPercentage;
|
|
1967
1970
|
};
|
|
1968
|
-
protoOf(PlayerLuckyFactor).
|
|
1971
|
+
protoOf(PlayerLuckyFactor).u2n = function (playerId, factor, wasLiveDuringGame, liveDurationPercentage) {
|
|
1969
1972
|
return new PlayerLuckyFactor(playerId, factor, wasLiveDuringGame, liveDurationPercentage);
|
|
1970
1973
|
};
|
|
1971
1974
|
protoOf(PlayerLuckyFactor).copy = function (playerId, factor, wasLiveDuringGame, liveDurationPercentage, $super) {
|
|
1972
|
-
playerId = playerId === VOID ? this.
|
|
1975
|
+
playerId = playerId === VOID ? this.q2n_1 : playerId;
|
|
1973
1976
|
factor = factor === VOID ? this.factor : factor;
|
|
1974
1977
|
wasLiveDuringGame = wasLiveDuringGame === VOID ? this.wasLiveDuringGame : wasLiveDuringGame;
|
|
1975
1978
|
liveDurationPercentage = liveDurationPercentage === VOID ? this.liveDurationPercentage : liveDurationPercentage;
|
|
1976
|
-
return this.
|
|
1979
|
+
return this.u2n(playerId, factor, wasLiveDuringGame, liveDurationPercentage);
|
|
1977
1980
|
};
|
|
1978
1981
|
protoOf(PlayerLuckyFactor).toString = function () {
|
|
1979
|
-
return 'PlayerLuckyFactor(playerId=' + this.
|
|
1982
|
+
return 'PlayerLuckyFactor(playerId=' + this.q2n_1 + ', factor=' + this.factor + ', wasLiveDuringGame=' + this.wasLiveDuringGame + ', liveDurationPercentage=' + this.liveDurationPercentage + ')';
|
|
1980
1983
|
};
|
|
1981
1984
|
protoOf(PlayerLuckyFactor).hashCode = function () {
|
|
1982
|
-
var result = getStringHashCode(this.
|
|
1985
|
+
var result = getStringHashCode(this.q2n_1);
|
|
1983
1986
|
result = imul(result, 31) + getNumberHashCode(this.factor) | 0;
|
|
1984
1987
|
result = imul(result, 31) + getBooleanHashCode(this.wasLiveDuringGame) | 0;
|
|
1985
1988
|
result = imul(result, 31) + (this.liveDurationPercentage == null ? 0 : this.liveDurationPercentage) | 0;
|
|
@@ -1991,7 +1994,7 @@
|
|
|
1991
1994
|
if (!(other instanceof PlayerLuckyFactor))
|
|
1992
1995
|
return false;
|
|
1993
1996
|
var tmp0_other_with_cast = other instanceof PlayerLuckyFactor ? other : THROW_CCE();
|
|
1994
|
-
if (!(this.
|
|
1997
|
+
if (!(this.q2n_1 === tmp0_other_with_cast.q2n_1))
|
|
1995
1998
|
return false;
|
|
1996
1999
|
if (!equals(this.factor, tmp0_other_with_cast.factor))
|
|
1997
2000
|
return false;
|
|
@@ -2002,7 +2005,7 @@
|
|
|
2002
2005
|
return true;
|
|
2003
2006
|
};
|
|
2004
2007
|
function _get_$cachedSerializer__te6jhj_6($this) {
|
|
2005
|
-
return $this.
|
|
2008
|
+
return $this.v2n_1.o2();
|
|
2006
2009
|
}
|
|
2007
2010
|
function PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2() {
|
|
2008
2011
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerState.PlayerWaitingState', values_1());
|
|
@@ -2014,7 +2017,7 @@
|
|
|
2014
2017
|
Companion_instance_10 = this;
|
|
2015
2018
|
var tmp = this;
|
|
2016
2019
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2017
|
-
tmp.
|
|
2020
|
+
tmp.v2n_1 = lazy(tmp_0, PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2);
|
|
2018
2021
|
}
|
|
2019
2022
|
protoOf(Companion_10).t16 = function () {
|
|
2020
2023
|
return _get_$cachedSerializer__te6jhj_6(this);
|
|
@@ -2045,25 +2048,25 @@
|
|
|
2045
2048
|
function PlayerWaitingState(name, ordinal) {
|
|
2046
2049
|
Enum.call(this, name, ordinal);
|
|
2047
2050
|
}
|
|
2048
|
-
protoOf(PlayerWaitingState).
|
|
2051
|
+
protoOf(PlayerWaitingState).y2n = function () {
|
|
2049
2052
|
return this.equals(PlayerWaitingState_IN_PROGRESS_getInstance());
|
|
2050
2053
|
};
|
|
2051
|
-
protoOf(PlayerWaitingState).
|
|
2054
|
+
protoOf(PlayerWaitingState).z2n = function () {
|
|
2052
2055
|
return this.equals(PlayerWaitingState_IN_PROGRESS_ATTENTION_MODE_getInstance());
|
|
2053
2056
|
};
|
|
2054
2057
|
function Companion_11() {
|
|
2055
2058
|
}
|
|
2056
|
-
protoOf(Companion_11).
|
|
2059
|
+
protoOf(Companion_11).a2o = function (connection) {
|
|
2057
2060
|
var tmp0_state = PlayerWaitingState_IDLE_getInstance();
|
|
2058
2061
|
return new PlayerState(null, null, null, tmp0_state, false, null, connection);
|
|
2059
2062
|
};
|
|
2060
|
-
protoOf(Companion_11).
|
|
2061
|
-
return _this__u8e3s4.
|
|
2063
|
+
protoOf(Companion_11).b2o = function (_this__u8e3s4) {
|
|
2064
|
+
return _this__u8e3s4.c2o(null, null, VOID, PlayerWaitingState_IDLE_getInstance(), VOID, null);
|
|
2062
2065
|
};
|
|
2063
|
-
protoOf(Companion_11).
|
|
2066
|
+
protoOf(Companion_11).d2o = function (_this__u8e3s4, playerTurnTimeout, tag) {
|
|
2064
2067
|
var tmp0_startFromTime = System_instance.q1m();
|
|
2065
2068
|
var tmp1_state = PlayerWaitingState_IN_PROGRESS_getInstance();
|
|
2066
|
-
return _this__u8e3s4.
|
|
2069
|
+
return _this__u8e3s4.c2o(tmp0_startFromTime, playerTurnTimeout, VOID, tmp1_state, false, tag);
|
|
2067
2070
|
};
|
|
2068
2071
|
var Companion_instance_11;
|
|
2069
2072
|
function Companion_getInstance_13() {
|
|
@@ -2084,17 +2087,17 @@
|
|
|
2084
2087
|
function PlayerState(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) {
|
|
2085
2088
|
tag = tag === VOID ? null : tag;
|
|
2086
2089
|
connection = connection === VOID ? null : connection;
|
|
2087
|
-
this.
|
|
2088
|
-
this.
|
|
2089
|
-
this.
|
|
2090
|
-
this.
|
|
2091
|
-
this.
|
|
2092
|
-
this.
|
|
2093
|
-
this.
|
|
2094
|
-
}
|
|
2095
|
-
protoOf(PlayerState).
|
|
2090
|
+
this.i2m_1 = startFromTime;
|
|
2091
|
+
this.j2m_1 = playerTurnTimeout;
|
|
2092
|
+
this.k2m_1 = waitPlayerUntilTime;
|
|
2093
|
+
this.l2m_1 = state;
|
|
2094
|
+
this.m2m_1 = ready;
|
|
2095
|
+
this.n2m_1 = tag;
|
|
2096
|
+
this.o2m_1 = connection;
|
|
2097
|
+
}
|
|
2098
|
+
protoOf(PlayerState).e2o = function () {
|
|
2096
2099
|
// Inline function 'kotlin.requireNotNull' call
|
|
2097
|
-
var value = this.
|
|
2100
|
+
var value = this.o2m_1;
|
|
2098
2101
|
// Inline function 'kotlin.contracts.contract' call
|
|
2099
2102
|
var tmp$ret$1;
|
|
2100
2103
|
$l$block: {
|
|
@@ -2111,9 +2114,9 @@
|
|
|
2111
2114
|
}
|
|
2112
2115
|
return tmp$ret$1;
|
|
2113
2116
|
};
|
|
2114
|
-
protoOf(PlayerState).
|
|
2117
|
+
protoOf(PlayerState).f2o = function () {
|
|
2115
2118
|
// Inline function 'kotlin.requireNotNull' call
|
|
2116
|
-
var value = this.
|
|
2119
|
+
var value = this.n2m_1;
|
|
2117
2120
|
// Inline function 'kotlin.contracts.contract' call
|
|
2118
2121
|
var tmp$ret$1;
|
|
2119
2122
|
$l$block: {
|
|
@@ -2130,102 +2133,102 @@
|
|
|
2130
2133
|
}
|
|
2131
2134
|
return tmp$ret$1;
|
|
2132
2135
|
};
|
|
2133
|
-
protoOf(PlayerState).
|
|
2134
|
-
var tmp0_elvis_lhs = this.
|
|
2136
|
+
protoOf(PlayerState).g2o = function () {
|
|
2137
|
+
var tmp0_elvis_lhs = this.n2m_1;
|
|
2135
2138
|
return tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
2136
2139
|
};
|
|
2137
2140
|
protoOf(PlayerState).toString = function () {
|
|
2138
2141
|
// Inline function 'kotlin.takeIf' call
|
|
2139
|
-
var this_0 = 'startFromTime=' + this.
|
|
2142
|
+
var this_0 = 'startFromTime=' + this.i2m_1 + ', ';
|
|
2140
2143
|
// Inline function 'kotlin.contracts.contract' call
|
|
2141
2144
|
var tmp;
|
|
2142
2145
|
// Inline function 'com.logic.data.models.player.PlayerState.toString.<anonymous>' call
|
|
2143
|
-
if (!(this.
|
|
2146
|
+
if (!(this.i2m_1 == null)) {
|
|
2144
2147
|
tmp = this_0;
|
|
2145
2148
|
} else {
|
|
2146
2149
|
tmp = null;
|
|
2147
2150
|
}
|
|
2148
2151
|
var tmp_0 = 'PlayerState(' + tmp;
|
|
2149
2152
|
// Inline function 'kotlin.takeIf' call
|
|
2150
|
-
var this_1 = 'playerTurnTimeout=' + this.
|
|
2153
|
+
var this_1 = 'playerTurnTimeout=' + this.j2m_1 + ', ';
|
|
2151
2154
|
// Inline function 'kotlin.contracts.contract' call
|
|
2152
2155
|
var tmp_1;
|
|
2153
2156
|
// Inline function 'com.logic.data.models.player.PlayerState.toString.<anonymous>' call
|
|
2154
|
-
if (!(this.
|
|
2157
|
+
if (!(this.j2m_1 == null)) {
|
|
2155
2158
|
tmp_1 = this_1;
|
|
2156
2159
|
} else {
|
|
2157
2160
|
tmp_1 = null;
|
|
2158
2161
|
}
|
|
2159
2162
|
var tmp_2 = tmp_0 + tmp_1;
|
|
2160
2163
|
// Inline function 'kotlin.takeIf' call
|
|
2161
|
-
var this_2 = 'waitPlayerUntilTime=' + this.
|
|
2164
|
+
var this_2 = 'waitPlayerUntilTime=' + this.k2m_1 + ', ';
|
|
2162
2165
|
// Inline function 'kotlin.contracts.contract' call
|
|
2163
2166
|
var tmp_3;
|
|
2164
2167
|
// Inline function 'com.logic.data.models.player.PlayerState.toString.<anonymous>' call
|
|
2165
|
-
if (!(this.
|
|
2168
|
+
if (!(this.k2m_1 == null)) {
|
|
2166
2169
|
tmp_3 = this_2;
|
|
2167
2170
|
} else {
|
|
2168
2171
|
tmp_3 = null;
|
|
2169
2172
|
}
|
|
2170
|
-
var tmp_4 = tmp_2 + tmp_3 + ('state=' + this.
|
|
2173
|
+
var tmp_4 = tmp_2 + tmp_3 + ('state=' + this.l2m_1 + ', ');
|
|
2171
2174
|
// Inline function 'kotlin.takeIf' call
|
|
2172
|
-
var this_3 = 'ready=' + this.
|
|
2175
|
+
var this_3 = 'ready=' + this.m2m_1 + ', ';
|
|
2173
2176
|
// Inline function 'kotlin.contracts.contract' call
|
|
2174
2177
|
var tmp_5;
|
|
2175
2178
|
// Inline function 'com.logic.data.models.player.PlayerState.toString.<anonymous>' call
|
|
2176
|
-
if (this.
|
|
2179
|
+
if (this.m2m_1) {
|
|
2177
2180
|
tmp_5 = this_3;
|
|
2178
2181
|
} else {
|
|
2179
2182
|
tmp_5 = null;
|
|
2180
2183
|
}
|
|
2181
2184
|
var tmp_6 = tmp_4 + tmp_5;
|
|
2182
2185
|
// Inline function 'kotlin.takeIf' call
|
|
2183
|
-
var this_4 = 'tag=' + this.
|
|
2186
|
+
var this_4 = 'tag=' + this.n2m_1 + ', ';
|
|
2184
2187
|
// Inline function 'kotlin.contracts.contract' call
|
|
2185
2188
|
var tmp_7;
|
|
2186
2189
|
// Inline function 'com.logic.data.models.player.PlayerState.toString.<anonymous>' call
|
|
2187
|
-
if (!(this.
|
|
2190
|
+
if (!(this.n2m_1 == null)) {
|
|
2188
2191
|
tmp_7 = this_4;
|
|
2189
2192
|
} else {
|
|
2190
2193
|
tmp_7 = null;
|
|
2191
2194
|
}
|
|
2192
2195
|
var tmp_8 = tmp_6 + tmp_7;
|
|
2193
2196
|
// Inline function 'kotlin.takeIf' call
|
|
2194
|
-
var this_5 = 'connection=' + this.
|
|
2197
|
+
var this_5 = 'connection=' + this.o2m_1;
|
|
2195
2198
|
// Inline function 'kotlin.contracts.contract' call
|
|
2196
2199
|
var tmp_9;
|
|
2197
2200
|
// Inline function 'com.logic.data.models.player.PlayerState.toString.<anonymous>' call
|
|
2198
|
-
if (!(this.
|
|
2201
|
+
if (!(this.o2m_1 == null)) {
|
|
2199
2202
|
tmp_9 = this_5;
|
|
2200
2203
|
} else {
|
|
2201
2204
|
tmp_9 = null;
|
|
2202
2205
|
}
|
|
2203
2206
|
return tmp_8 + tmp_9 + ')';
|
|
2204
2207
|
};
|
|
2205
|
-
protoOf(PlayerState).
|
|
2206
|
-
return this.
|
|
2208
|
+
protoOf(PlayerState).p2m = function () {
|
|
2209
|
+
return this.l2m_1.y2n() ? true : this.l2m_1.z2n();
|
|
2207
2210
|
};
|
|
2208
|
-
protoOf(PlayerState).
|
|
2211
|
+
protoOf(PlayerState).h2o = function (startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) {
|
|
2209
2212
|
return new PlayerState(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection);
|
|
2210
2213
|
};
|
|
2211
|
-
protoOf(PlayerState).
|
|
2212
|
-
startFromTime = startFromTime === VOID ? this.
|
|
2213
|
-
playerTurnTimeout = playerTurnTimeout === VOID ? this.
|
|
2214
|
-
waitPlayerUntilTime = waitPlayerUntilTime === VOID ? this.
|
|
2215
|
-
state = state === VOID ? this.
|
|
2216
|
-
ready = ready === VOID ? this.
|
|
2217
|
-
tag = tag === VOID ? this.
|
|
2218
|
-
connection = connection === VOID ? this.
|
|
2219
|
-
return $super === VOID ? this.
|
|
2214
|
+
protoOf(PlayerState).c2o = function (startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, $super) {
|
|
2215
|
+
startFromTime = startFromTime === VOID ? this.i2m_1 : startFromTime;
|
|
2216
|
+
playerTurnTimeout = playerTurnTimeout === VOID ? this.j2m_1 : playerTurnTimeout;
|
|
2217
|
+
waitPlayerUntilTime = waitPlayerUntilTime === VOID ? this.k2m_1 : waitPlayerUntilTime;
|
|
2218
|
+
state = state === VOID ? this.l2m_1 : state;
|
|
2219
|
+
ready = ready === VOID ? this.m2m_1 : ready;
|
|
2220
|
+
tag = tag === VOID ? this.n2m_1 : tag;
|
|
2221
|
+
connection = connection === VOID ? this.o2m_1 : connection;
|
|
2222
|
+
return $super === VOID ? this.h2o(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) : $super.h2o.call(this, startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection);
|
|
2220
2223
|
};
|
|
2221
2224
|
protoOf(PlayerState).hashCode = function () {
|
|
2222
|
-
var result = this.
|
|
2223
|
-
result = imul(result, 31) + (this.i2m_1 == null ? 0 : this.i2m_1.hashCode()) | 0;
|
|
2225
|
+
var result = this.i2m_1 == null ? 0 : this.i2m_1.hashCode();
|
|
2224
2226
|
result = imul(result, 31) + (this.j2m_1 == null ? 0 : this.j2m_1.hashCode()) | 0;
|
|
2225
|
-
result = imul(result, 31) + this.k2m_1.hashCode() | 0;
|
|
2226
|
-
result = imul(result, 31) +
|
|
2227
|
-
result = imul(result, 31) + (this.m2m_1
|
|
2228
|
-
result = imul(result, 31) + (this.n2m_1 == null ? 0 : this.n2m_1
|
|
2227
|
+
result = imul(result, 31) + (this.k2m_1 == null ? 0 : this.k2m_1.hashCode()) | 0;
|
|
2228
|
+
result = imul(result, 31) + this.l2m_1.hashCode() | 0;
|
|
2229
|
+
result = imul(result, 31) + getBooleanHashCode(this.m2m_1) | 0;
|
|
2230
|
+
result = imul(result, 31) + (this.n2m_1 == null ? 0 : getStringHashCode(this.n2m_1)) | 0;
|
|
2231
|
+
result = imul(result, 31) + (this.o2m_1 == null ? 0 : this.o2m_1.hashCode()) | 0;
|
|
2229
2232
|
return result;
|
|
2230
2233
|
};
|
|
2231
2234
|
protoOf(PlayerState).equals = function (other) {
|
|
@@ -2234,30 +2237,30 @@
|
|
|
2234
2237
|
if (!(other instanceof PlayerState))
|
|
2235
2238
|
return false;
|
|
2236
2239
|
var tmp0_other_with_cast = other instanceof PlayerState ? other : THROW_CCE();
|
|
2237
|
-
if (!equals(this.h2m_1, tmp0_other_with_cast.h2m_1))
|
|
2238
|
-
return false;
|
|
2239
2240
|
if (!equals(this.i2m_1, tmp0_other_with_cast.i2m_1))
|
|
2240
2241
|
return false;
|
|
2241
2242
|
if (!equals(this.j2m_1, tmp0_other_with_cast.j2m_1))
|
|
2242
2243
|
return false;
|
|
2243
|
-
if (!this.k2m_1
|
|
2244
|
+
if (!equals(this.k2m_1, tmp0_other_with_cast.k2m_1))
|
|
2245
|
+
return false;
|
|
2246
|
+
if (!this.l2m_1.equals(tmp0_other_with_cast.l2m_1))
|
|
2244
2247
|
return false;
|
|
2245
|
-
if (!(this.
|
|
2248
|
+
if (!(this.m2m_1 === tmp0_other_with_cast.m2m_1))
|
|
2246
2249
|
return false;
|
|
2247
|
-
if (!(this.
|
|
2250
|
+
if (!(this.n2m_1 == tmp0_other_with_cast.n2m_1))
|
|
2248
2251
|
return false;
|
|
2249
|
-
if (!equals(this.
|
|
2252
|
+
if (!equals(this.o2m_1, tmp0_other_with_cast.o2m_1))
|
|
2250
2253
|
return false;
|
|
2251
2254
|
return true;
|
|
2252
2255
|
};
|
|
2253
2256
|
function Team(playerIds) {
|
|
2254
|
-
this.
|
|
2257
|
+
this.i2o_1 = playerIds;
|
|
2255
2258
|
}
|
|
2256
2259
|
protoOf(Team).toString = function () {
|
|
2257
|
-
return 'Team(playerIds=' + this.
|
|
2260
|
+
return 'Team(playerIds=' + this.i2o_1 + ')';
|
|
2258
2261
|
};
|
|
2259
2262
|
protoOf(Team).hashCode = function () {
|
|
2260
|
-
return hashCode(this.
|
|
2263
|
+
return hashCode(this.i2o_1);
|
|
2261
2264
|
};
|
|
2262
2265
|
protoOf(Team).equals = function (other) {
|
|
2263
2266
|
if (this === other)
|
|
@@ -2265,7 +2268,7 @@
|
|
|
2265
2268
|
if (!(other instanceof Team))
|
|
2266
2269
|
return false;
|
|
2267
2270
|
var tmp0_other_with_cast = other instanceof Team ? other : THROW_CCE();
|
|
2268
|
-
if (!equals(this.
|
|
2271
|
+
if (!equals(this.i2o_1, tmp0_other_with_cast.i2o_1))
|
|
2269
2272
|
return false;
|
|
2270
2273
|
return true;
|
|
2271
2274
|
};
|
|
@@ -2274,6 +2277,9 @@
|
|
|
2274
2277
|
protoOf(Companion_12).kharkiv = function () {
|
|
2275
2278
|
return new Rules(true, true, true, false, false, true, true, true, false, false, false, true, 50, true, false, true, false);
|
|
2276
2279
|
};
|
|
2280
|
+
protoOf(Companion_12).saltivka = function () {
|
|
2281
|
+
return new Rules(true, true, true, false, false, true, true, false, false, false, false, true, 50, true, false, true, false);
|
|
2282
|
+
};
|
|
2277
2283
|
protoOf(Companion_12).klabor = function () {
|
|
2278
2284
|
return new Rules(true, false, true, false, true, true, false, true, false, false, true, true, 100, true, true, false, false);
|
|
2279
2285
|
};
|
|
@@ -2309,55 +2315,55 @@
|
|
|
2309
2315
|
this.checkOnlyTrumpDebertz = checkOnlyTrumpDebertz;
|
|
2310
2316
|
this.tenCardsInHand = tenCardsInHand;
|
|
2311
2317
|
}
|
|
2312
|
-
protoOf(Rules).
|
|
2318
|
+
protoOf(Rules).j2o = function () {
|
|
2313
2319
|
return this.needToPutHigherTrump;
|
|
2314
2320
|
};
|
|
2315
|
-
protoOf(Rules).
|
|
2321
|
+
protoOf(Rules).k2o = function () {
|
|
2316
2322
|
return this.distributePoints;
|
|
2317
2323
|
};
|
|
2318
|
-
protoOf(Rules).
|
|
2324
|
+
protoOf(Rules).l2o = function () {
|
|
2319
2325
|
return this.protectBella;
|
|
2320
2326
|
};
|
|
2321
|
-
protoOf(Rules).
|
|
2327
|
+
protoOf(Rules).m2o = function () {
|
|
2322
2328
|
return this.oneTryToProtectBella;
|
|
2323
2329
|
};
|
|
2324
|
-
protoOf(Rules).
|
|
2330
|
+
protoOf(Rules).n2o = function () {
|
|
2325
2331
|
return this.enableFourSevensCombination;
|
|
2326
2332
|
};
|
|
2327
|
-
protoOf(Rules).
|
|
2333
|
+
protoOf(Rules).o2o = function () {
|
|
2328
2334
|
return this.enableTrumpSevenCombination;
|
|
2329
2335
|
};
|
|
2330
|
-
protoOf(Rules).
|
|
2336
|
+
protoOf(Rules).p2o = function () {
|
|
2331
2337
|
return this.enableTrumpSevenCombinationAfterDistribution;
|
|
2332
2338
|
};
|
|
2333
|
-
protoOf(Rules).
|
|
2339
|
+
protoOf(Rules).q2o = function () {
|
|
2334
2340
|
return this.playerWhoChooseSuitGoFirst;
|
|
2335
2341
|
};
|
|
2336
|
-
protoOf(Rules).
|
|
2342
|
+
protoOf(Rules).r2o = function () {
|
|
2337
2343
|
return this.winnerShuffleCards;
|
|
2338
2344
|
};
|
|
2339
|
-
protoOf(Rules).
|
|
2345
|
+
protoOf(Rules).s2o = function () {
|
|
2340
2346
|
return this.playWithoutLiabilities;
|
|
2341
2347
|
};
|
|
2342
|
-
protoOf(Rules).
|
|
2348
|
+
protoOf(Rules).t2o = function () {
|
|
2343
2349
|
return this.trumpCardGoToPlayerWhoShuffleCards;
|
|
2344
2350
|
};
|
|
2345
|
-
protoOf(Rules).
|
|
2351
|
+
protoOf(Rules).u2o = function () {
|
|
2346
2352
|
return this.enableFineIfNoBribes;
|
|
2347
2353
|
};
|
|
2348
|
-
protoOf(Rules).
|
|
2354
|
+
protoOf(Rules).v2o = function () {
|
|
2349
2355
|
return this.fineIfNoBribes;
|
|
2350
2356
|
};
|
|
2351
|
-
protoOf(Rules).
|
|
2357
|
+
protoOf(Rules).w2o = function () {
|
|
2352
2358
|
return this.enableFineAfterThirdByte;
|
|
2353
2359
|
};
|
|
2354
|
-
protoOf(Rules).
|
|
2360
|
+
protoOf(Rules).x2o = function () {
|
|
2355
2361
|
return this.checkTrumpCombination;
|
|
2356
2362
|
};
|
|
2357
|
-
protoOf(Rules).
|
|
2363
|
+
protoOf(Rules).y2o = function () {
|
|
2358
2364
|
return this.checkOnlyTrumpDebertz;
|
|
2359
2365
|
};
|
|
2360
|
-
protoOf(Rules).
|
|
2366
|
+
protoOf(Rules).z2o = function () {
|
|
2361
2367
|
return this.tenCardsInHand;
|
|
2362
2368
|
};
|
|
2363
2369
|
protoOf(Rules).cd = function () {
|
|
@@ -2369,49 +2375,49 @@
|
|
|
2369
2375
|
protoOf(Rules).qh = function () {
|
|
2370
2376
|
return this.protectBella;
|
|
2371
2377
|
};
|
|
2372
|
-
protoOf(Rules).
|
|
2378
|
+
protoOf(Rules).q2k = function () {
|
|
2373
2379
|
return this.oneTryToProtectBella;
|
|
2374
2380
|
};
|
|
2375
|
-
protoOf(Rules).
|
|
2381
|
+
protoOf(Rules).z2l = function () {
|
|
2376
2382
|
return this.enableFourSevensCombination;
|
|
2377
2383
|
};
|
|
2378
|
-
protoOf(Rules).
|
|
2384
|
+
protoOf(Rules).a2m = function () {
|
|
2379
2385
|
return this.enableTrumpSevenCombination;
|
|
2380
2386
|
};
|
|
2381
|
-
protoOf(Rules).
|
|
2387
|
+
protoOf(Rules).a2p = function () {
|
|
2382
2388
|
return this.enableTrumpSevenCombinationAfterDistribution;
|
|
2383
2389
|
};
|
|
2384
|
-
protoOf(Rules).
|
|
2390
|
+
protoOf(Rules).b2p = function () {
|
|
2385
2391
|
return this.playerWhoChooseSuitGoFirst;
|
|
2386
2392
|
};
|
|
2387
|
-
protoOf(Rules).
|
|
2393
|
+
protoOf(Rules).c2p = function () {
|
|
2388
2394
|
return this.winnerShuffleCards;
|
|
2389
2395
|
};
|
|
2390
|
-
protoOf(Rules).
|
|
2396
|
+
protoOf(Rules).d2p = function () {
|
|
2391
2397
|
return this.playWithoutLiabilities;
|
|
2392
2398
|
};
|
|
2393
|
-
protoOf(Rules).
|
|
2399
|
+
protoOf(Rules).e2p = function () {
|
|
2394
2400
|
return this.trumpCardGoToPlayerWhoShuffleCards;
|
|
2395
2401
|
};
|
|
2396
|
-
protoOf(Rules).
|
|
2402
|
+
protoOf(Rules).f2p = function () {
|
|
2397
2403
|
return this.enableFineIfNoBribes;
|
|
2398
2404
|
};
|
|
2399
|
-
protoOf(Rules).
|
|
2405
|
+
protoOf(Rules).g2p = function () {
|
|
2400
2406
|
return this.fineIfNoBribes;
|
|
2401
2407
|
};
|
|
2402
|
-
protoOf(Rules).
|
|
2408
|
+
protoOf(Rules).h2p = function () {
|
|
2403
2409
|
return this.enableFineAfterThirdByte;
|
|
2404
2410
|
};
|
|
2405
|
-
protoOf(Rules).
|
|
2411
|
+
protoOf(Rules).i2p = function () {
|
|
2406
2412
|
return this.checkTrumpCombination;
|
|
2407
2413
|
};
|
|
2408
|
-
protoOf(Rules).
|
|
2414
|
+
protoOf(Rules).j2p = function () {
|
|
2409
2415
|
return this.checkOnlyTrumpDebertz;
|
|
2410
2416
|
};
|
|
2411
|
-
protoOf(Rules).
|
|
2417
|
+
protoOf(Rules).k2p = function () {
|
|
2412
2418
|
return this.tenCardsInHand;
|
|
2413
2419
|
};
|
|
2414
|
-
protoOf(Rules).
|
|
2420
|
+
protoOf(Rules).l2p = function (needToPutHigherTrump, distributePoints, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, checkTrumpCombination, checkOnlyTrumpDebertz, tenCardsInHand) {
|
|
2415
2421
|
return new Rules(needToPutHigherTrump, distributePoints, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, checkTrumpCombination, checkOnlyTrumpDebertz, tenCardsInHand);
|
|
2416
2422
|
};
|
|
2417
2423
|
protoOf(Rules).copy = function (needToPutHigherTrump, distributePoints, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, checkTrumpCombination, checkOnlyTrumpDebertz, tenCardsInHand, $super) {
|
|
@@ -2432,7 +2438,7 @@
|
|
|
2432
2438
|
checkTrumpCombination = checkTrumpCombination === VOID ? this.checkTrumpCombination : checkTrumpCombination;
|
|
2433
2439
|
checkOnlyTrumpDebertz = checkOnlyTrumpDebertz === VOID ? this.checkOnlyTrumpDebertz : checkOnlyTrumpDebertz;
|
|
2434
2440
|
tenCardsInHand = tenCardsInHand === VOID ? this.tenCardsInHand : tenCardsInHand;
|
|
2435
|
-
return this.
|
|
2441
|
+
return this.l2p(needToPutHigherTrump, distributePoints, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, checkTrumpCombination, checkOnlyTrumpDebertz, tenCardsInHand);
|
|
2436
2442
|
};
|
|
2437
2443
|
protoOf(Rules).toString = function () {
|
|
2438
2444
|
return 'Rules(needToPutHigherTrump=' + this.needToPutHigherTrump + ', distributePoints=' + this.distributePoints + ', protectBella=' + this.protectBella + ', oneTryToProtectBella=' + this.oneTryToProtectBella + ', enableFourSevensCombination=' + this.enableFourSevensCombination + ', enableTrumpSevenCombination=' + this.enableTrumpSevenCombination + ', enableTrumpSevenCombinationAfterDistribution=' + this.enableTrumpSevenCombinationAfterDistribution + ', playerWhoChooseSuitGoFirst=' + this.playerWhoChooseSuitGoFirst + ', winnerShuffleCards=' + this.winnerShuffleCards + ', playWithoutLiabilities=' + this.playWithoutLiabilities + ', trumpCardGoToPlayerWhoShuffleCards=' + this.trumpCardGoToPlayerWhoShuffleCards + ', enableFineIfNoBribes=' + this.enableFineIfNoBribes + ', fineIfNoBribes=' + this.fineIfNoBribes + ', enableFineAfterThirdByte=' + this.enableFineAfterThirdByte + ', checkTrumpCombination=' + this.checkTrumpCombination + ', checkOnlyTrumpDebertz=' + this.checkOnlyTrumpDebertz + ', tenCardsInHand=' + this.tenCardsInHand + ')';
|
|
@@ -2503,9 +2509,10 @@
|
|
|
2503
2509
|
var RulesSetType_klabor_instance;
|
|
2504
2510
|
var RulesSetType_debertzCommon_instance;
|
|
2505
2511
|
var RulesSetType_debertzKharkiv_instance;
|
|
2512
|
+
var RulesSetType_debertzSaltivka_instance;
|
|
2506
2513
|
var RulesSetType_custom_instance;
|
|
2507
2514
|
function values_2() {
|
|
2508
|
-
return [RulesSetType_belot_getInstance(), RulesSetType_klabor_getInstance(), RulesSetType_debertzCommon_getInstance(), RulesSetType_debertzKharkiv_getInstance(), RulesSetType_custom_getInstance()];
|
|
2515
|
+
return [RulesSetType_belot_getInstance(), RulesSetType_klabor_getInstance(), RulesSetType_debertzCommon_getInstance(), RulesSetType_debertzKharkiv_getInstance(), RulesSetType_debertzSaltivka_getInstance(), RulesSetType_custom_getInstance()];
|
|
2509
2516
|
}
|
|
2510
2517
|
function valueOf_1(value) {
|
|
2511
2518
|
switch (value) {
|
|
@@ -2517,6 +2524,8 @@
|
|
|
2517
2524
|
return RulesSetType_debertzCommon_getInstance();
|
|
2518
2525
|
case 'debertzKharkiv':
|
|
2519
2526
|
return RulesSetType_debertzKharkiv_getInstance();
|
|
2527
|
+
case 'debertzSaltivka':
|
|
2528
|
+
return RulesSetType_debertzSaltivka_getInstance();
|
|
2520
2529
|
case 'custom':
|
|
2521
2530
|
return RulesSetType_custom_getInstance();
|
|
2522
2531
|
default:
|
|
@@ -2534,7 +2543,8 @@
|
|
|
2534
2543
|
RulesSetType_klabor_instance = new RulesSetType('klabor', 1, 'klabor');
|
|
2535
2544
|
RulesSetType_debertzCommon_instance = new RulesSetType('debertzCommon', 2, 'debertzCommon');
|
|
2536
2545
|
RulesSetType_debertzKharkiv_instance = new RulesSetType('debertzKharkiv', 3, 'debertzKharkiv');
|
|
2537
|
-
|
|
2546
|
+
RulesSetType_debertzSaltivka_instance = new RulesSetType('debertzSaltivka', 4, 'debertzSaltivka');
|
|
2547
|
+
RulesSetType_custom_instance = new RulesSetType('custom', 5, 'custom');
|
|
2538
2548
|
}
|
|
2539
2549
|
function RulesSetType(name, ordinal, value) {
|
|
2540
2550
|
Enum.call(this, name, ordinal);
|
|
@@ -2559,6 +2569,9 @@
|
|
|
2559
2569
|
tmp = Companion_instance_12.kharkiv();
|
|
2560
2570
|
break;
|
|
2561
2571
|
case 4:
|
|
2572
|
+
tmp = Companion_instance_12.saltivka();
|
|
2573
|
+
break;
|
|
2574
|
+
case 5:
|
|
2562
2575
|
throw new MechanicException("RulesSetTyp.getRules: Can't support this rules");
|
|
2563
2576
|
default:
|
|
2564
2577
|
noWhenBranchMatchedException();
|
|
@@ -2566,7 +2579,7 @@
|
|
|
2566
2579
|
}
|
|
2567
2580
|
return tmp;
|
|
2568
2581
|
};
|
|
2569
|
-
protoOf(RulesSetType).
|
|
2582
|
+
protoOf(RulesSetType).o2p = function () {
|
|
2570
2583
|
return this.equals(RulesSetType_custom_getInstance());
|
|
2571
2584
|
};
|
|
2572
2585
|
function RulesSetType_belot_getInstance() {
|
|
@@ -2585,12 +2598,16 @@
|
|
|
2585
2598
|
RulesSetType_initEntries();
|
|
2586
2599
|
return RulesSetType_debertzKharkiv_instance;
|
|
2587
2600
|
}
|
|
2601
|
+
function RulesSetType_debertzSaltivka_getInstance() {
|
|
2602
|
+
RulesSetType_initEntries();
|
|
2603
|
+
return RulesSetType_debertzSaltivka_instance;
|
|
2604
|
+
}
|
|
2588
2605
|
function RulesSetType_custom_getInstance() {
|
|
2589
2606
|
RulesSetType_initEntries();
|
|
2590
2607
|
return RulesSetType_custom_instance;
|
|
2591
2608
|
}
|
|
2592
2609
|
function _get_$cachedSerializer__te6jhj_7($this) {
|
|
2593
|
-
return $this.
|
|
2610
|
+
return $this.p2p_1.o2();
|
|
2594
2611
|
}
|
|
2595
2612
|
function BufferedActionDto$Companion$_anonymous__7htcgr() {
|
|
2596
2613
|
var tmp = getKClass(BufferedActionDto);
|
|
@@ -2604,7 +2621,7 @@
|
|
|
2604
2621
|
Companion_instance_13 = this;
|
|
2605
2622
|
var tmp = this;
|
|
2606
2623
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2607
|
-
tmp.
|
|
2624
|
+
tmp.p2p_1 = lazy(tmp_0, BufferedActionDto$Companion$_anonymous__7htcgr);
|
|
2608
2625
|
}
|
|
2609
2626
|
protoOf(Companion_13).t16 = function () {
|
|
2610
2627
|
return _get_$cachedSerializer__te6jhj_7(this);
|
|
@@ -2625,15 +2642,12 @@
|
|
|
2625
2642
|
Companion_getInstance_15();
|
|
2626
2643
|
}
|
|
2627
2644
|
function mapToDto(_this__u8e3s4) {
|
|
2628
|
-
return _this__u8e3s4.
|
|
2645
|
+
return _this__u8e3s4.r2p_1;
|
|
2629
2646
|
}
|
|
2630
2647
|
function mapFromDto(_this__u8e3s4) {
|
|
2631
2648
|
return new GameCard(_this__u8e3s4);
|
|
2632
2649
|
}
|
|
2633
2650
|
function mapToDto_0(_this__u8e3s4) {
|
|
2634
|
-
if (!Toggles_instance.d2k()) {
|
|
2635
|
-
return new RulesDto(_this__u8e3s4.needToPutHigherTrump, _this__u8e3s4.distributePoints, _this__u8e3s4.protectBella, VOID, _this__u8e3s4.enableFourSevensCombination, _this__u8e3s4.enableTrumpSevenCombination, _this__u8e3s4.enableTrumpSevenCombinationAfterDistribution, _this__u8e3s4.playerWhoChooseSuitGoFirst, _this__u8e3s4.winnerShuffleCards, _this__u8e3s4.playWithoutLiabilities, _this__u8e3s4.trumpCardGoToPlayerWhoShuffleCards, _this__u8e3s4.enableFineIfNoBribes, _this__u8e3s4.fineIfNoBribes, _this__u8e3s4.enableFineAfterThirdByte, _this__u8e3s4.checkTrumpCombination, _this__u8e3s4.checkOnlyTrumpDebertz, _this__u8e3s4.tenCardsInHand);
|
|
2636
|
-
}
|
|
2637
2651
|
// Inline function 'kotlin.takeIf' call
|
|
2638
2652
|
var this_0 = _this__u8e3s4.needToPutHigherTrump;
|
|
2639
2653
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -2847,11 +2861,11 @@
|
|
|
2847
2861
|
tmp = null;
|
|
2848
2862
|
}
|
|
2849
2863
|
var tmp$ret$1 = tmp;
|
|
2850
|
-
return new GameUserInfoDto(_this__u8e3s4.
|
|
2864
|
+
return new GameUserInfoDto(_this__u8e3s4.u2l_1, _this__u8e3s4.name, _this__u8e3s4.avatarUrl, tmp$ret$1, _this__u8e3s4.initialLuckyFactor);
|
|
2851
2865
|
}
|
|
2852
2866
|
function mapFromDto_1(_this__u8e3s4) {
|
|
2853
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
2854
|
-
return new GameUserInfo(_this__u8e3s4.
|
|
2867
|
+
var tmp0_elvis_lhs = _this__u8e3s4.v2p_1;
|
|
2868
|
+
return new GameUserInfo(_this__u8e3s4.s2p_1, _this__u8e3s4.t2p_1, _this__u8e3s4.u2p_1, tmp0_elvis_lhs == null ? false : tmp0_elvis_lhs, _this__u8e3s4.w2p_1);
|
|
2855
2869
|
}
|
|
2856
2870
|
function Companion_14() {
|
|
2857
2871
|
}
|
|
@@ -2867,10 +2881,10 @@
|
|
|
2867
2881
|
tmp0_serialDesc.ku('avatarUrl', true);
|
|
2868
2882
|
tmp0_serialDesc.ku('isBot', true);
|
|
2869
2883
|
tmp0_serialDesc.ku('initialLuckyFactor', true);
|
|
2870
|
-
this.
|
|
2884
|
+
this.x2p_1 = tmp0_serialDesc;
|
|
2871
2885
|
}
|
|
2872
2886
|
protoOf($serializer_5).pj = function () {
|
|
2873
|
-
return this.
|
|
2887
|
+
return this.x2p_1;
|
|
2874
2888
|
};
|
|
2875
2889
|
protoOf($serializer_5).zu = function () {
|
|
2876
2890
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2879,7 +2893,7 @@
|
|
|
2879
2893
|
return [StringSerializer_getInstance(), StringSerializer_getInstance(), get_nullable(StringSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(FloatSerializer_getInstance())];
|
|
2880
2894
|
};
|
|
2881
2895
|
protoOf($serializer_5).rj = function (decoder) {
|
|
2882
|
-
var tmp0_desc = this.
|
|
2896
|
+
var tmp0_desc = this.x2p_1;
|
|
2883
2897
|
var tmp1_flag = true;
|
|
2884
2898
|
var tmp2_index = 0;
|
|
2885
2899
|
var tmp3_bitMask0 = 0;
|
|
@@ -2934,24 +2948,24 @@
|
|
|
2934
2948
|
tmp9_input.ym(tmp0_desc);
|
|
2935
2949
|
return GameUserInfoDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
2936
2950
|
};
|
|
2937
|
-
protoOf($serializer_5).
|
|
2938
|
-
var tmp0_desc = this.
|
|
2951
|
+
protoOf($serializer_5).y2p = function (encoder, value) {
|
|
2952
|
+
var tmp0_desc = this.x2p_1;
|
|
2939
2953
|
var tmp1_output = encoder.xm(tmp0_desc);
|
|
2940
|
-
tmp1_output.mo(tmp0_desc, 0, value.
|
|
2941
|
-
tmp1_output.mo(tmp0_desc, 1, value.
|
|
2942
|
-
if (tmp1_output.uo(tmp0_desc, 2) ? true : !(value.
|
|
2943
|
-
tmp1_output.qo(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
2954
|
+
tmp1_output.mo(tmp0_desc, 0, value.s2p_1);
|
|
2955
|
+
tmp1_output.mo(tmp0_desc, 1, value.t2p_1);
|
|
2956
|
+
if (tmp1_output.uo(tmp0_desc, 2) ? true : !(value.u2p_1 == null)) {
|
|
2957
|
+
tmp1_output.qo(tmp0_desc, 2, StringSerializer_getInstance(), value.u2p_1);
|
|
2944
2958
|
}
|
|
2945
|
-
if (tmp1_output.uo(tmp0_desc, 3) ? true : !(value.
|
|
2946
|
-
tmp1_output.qo(tmp0_desc, 3, BooleanSerializer_getInstance(), value.
|
|
2959
|
+
if (tmp1_output.uo(tmp0_desc, 3) ? true : !(value.v2p_1 == null)) {
|
|
2960
|
+
tmp1_output.qo(tmp0_desc, 3, BooleanSerializer_getInstance(), value.v2p_1);
|
|
2947
2961
|
}
|
|
2948
|
-
if (tmp1_output.uo(tmp0_desc, 4) ? true : !(value.
|
|
2949
|
-
tmp1_output.qo(tmp0_desc, 4, FloatSerializer_getInstance(), value.
|
|
2962
|
+
if (tmp1_output.uo(tmp0_desc, 4) ? true : !(value.w2p_1 == null)) {
|
|
2963
|
+
tmp1_output.qo(tmp0_desc, 4, FloatSerializer_getInstance(), value.w2p_1);
|
|
2950
2964
|
}
|
|
2951
2965
|
tmp1_output.ym(tmp0_desc);
|
|
2952
2966
|
};
|
|
2953
2967
|
protoOf($serializer_5).qj = function (encoder, value) {
|
|
2954
|
-
return this.
|
|
2968
|
+
return this.y2p(encoder, value instanceof GameUserInfoDto ? value : THROW_CCE());
|
|
2955
2969
|
};
|
|
2956
2970
|
var $serializer_instance_5;
|
|
2957
2971
|
function $serializer_getInstance_5() {
|
|
@@ -2961,22 +2975,22 @@
|
|
|
2961
2975
|
}
|
|
2962
2976
|
function GameUserInfoDto_init_$Init$(seen1, playerId, name, avatarUrl, isBot, initialLuckyFactor, serializationConstructorMarker, $this) {
|
|
2963
2977
|
if (!(3 === (3 & seen1))) {
|
|
2964
|
-
throwMissingFieldException(seen1, 3, $serializer_getInstance_5().
|
|
2978
|
+
throwMissingFieldException(seen1, 3, $serializer_getInstance_5().x2p_1);
|
|
2965
2979
|
}
|
|
2966
|
-
$this.
|
|
2967
|
-
$this.
|
|
2980
|
+
$this.s2p_1 = playerId;
|
|
2981
|
+
$this.t2p_1 = name;
|
|
2968
2982
|
if (0 === (seen1 & 4))
|
|
2969
|
-
$this.
|
|
2983
|
+
$this.u2p_1 = null;
|
|
2970
2984
|
else
|
|
2971
|
-
$this.
|
|
2985
|
+
$this.u2p_1 = avatarUrl;
|
|
2972
2986
|
if (0 === (seen1 & 8))
|
|
2973
|
-
$this.
|
|
2987
|
+
$this.v2p_1 = null;
|
|
2974
2988
|
else
|
|
2975
|
-
$this.
|
|
2989
|
+
$this.v2p_1 = isBot;
|
|
2976
2990
|
if (0 === (seen1 & 16))
|
|
2977
|
-
$this.
|
|
2991
|
+
$this.w2p_1 = null;
|
|
2978
2992
|
else
|
|
2979
|
-
$this.
|
|
2993
|
+
$this.w2p_1 = initialLuckyFactor;
|
|
2980
2994
|
return $this;
|
|
2981
2995
|
}
|
|
2982
2996
|
function GameUserInfoDto_init_$Create$(seen1, playerId, name, avatarUrl, isBot, initialLuckyFactor, serializationConstructorMarker) {
|
|
@@ -2986,35 +3000,35 @@
|
|
|
2986
3000
|
avatarUrl = avatarUrl === VOID ? null : avatarUrl;
|
|
2987
3001
|
isBot = isBot === VOID ? null : isBot;
|
|
2988
3002
|
initialLuckyFactor = initialLuckyFactor === VOID ? null : initialLuckyFactor;
|
|
2989
|
-
this.
|
|
2990
|
-
this.
|
|
2991
|
-
this.
|
|
2992
|
-
this.
|
|
2993
|
-
this.
|
|
3003
|
+
this.s2p_1 = playerId;
|
|
3004
|
+
this.t2p_1 = name;
|
|
3005
|
+
this.u2p_1 = avatarUrl;
|
|
3006
|
+
this.v2p_1 = isBot;
|
|
3007
|
+
this.w2p_1 = initialLuckyFactor;
|
|
2994
3008
|
}
|
|
2995
|
-
protoOf(GameUserInfoDto).
|
|
2996
|
-
return this.
|
|
3009
|
+
protoOf(GameUserInfoDto).z2p = function () {
|
|
3010
|
+
return this.a2q(VOID, VOID, VOID, null, null);
|
|
2997
3011
|
};
|
|
2998
|
-
protoOf(GameUserInfoDto).
|
|
3012
|
+
protoOf(GameUserInfoDto).b2q = function (playerId, name, avatarUrl, isBot, initialLuckyFactor) {
|
|
2999
3013
|
return new GameUserInfoDto(playerId, name, avatarUrl, isBot, initialLuckyFactor);
|
|
3000
3014
|
};
|
|
3001
|
-
protoOf(GameUserInfoDto).
|
|
3002
|
-
playerId = playerId === VOID ? this.
|
|
3003
|
-
name = name === VOID ? this.
|
|
3004
|
-
avatarUrl = avatarUrl === VOID ? this.
|
|
3005
|
-
isBot = isBot === VOID ? this.
|
|
3006
|
-
initialLuckyFactor = initialLuckyFactor === VOID ? this.
|
|
3007
|
-
return $super === VOID ? this.
|
|
3015
|
+
protoOf(GameUserInfoDto).a2q = function (playerId, name, avatarUrl, isBot, initialLuckyFactor, $super) {
|
|
3016
|
+
playerId = playerId === VOID ? this.s2p_1 : playerId;
|
|
3017
|
+
name = name === VOID ? this.t2p_1 : name;
|
|
3018
|
+
avatarUrl = avatarUrl === VOID ? this.u2p_1 : avatarUrl;
|
|
3019
|
+
isBot = isBot === VOID ? this.v2p_1 : isBot;
|
|
3020
|
+
initialLuckyFactor = initialLuckyFactor === VOID ? this.w2p_1 : initialLuckyFactor;
|
|
3021
|
+
return $super === VOID ? this.b2q(playerId, name, avatarUrl, isBot, initialLuckyFactor) : $super.b2q.call(this, playerId, name, avatarUrl, isBot, initialLuckyFactor);
|
|
3008
3022
|
};
|
|
3009
3023
|
protoOf(GameUserInfoDto).toString = function () {
|
|
3010
|
-
return 'GameUserInfoDto(playerId=' + this.
|
|
3024
|
+
return 'GameUserInfoDto(playerId=' + this.s2p_1 + ', name=' + this.t2p_1 + ', avatarUrl=' + this.u2p_1 + ', isBot=' + this.v2p_1 + ', initialLuckyFactor=' + this.w2p_1 + ')';
|
|
3011
3025
|
};
|
|
3012
3026
|
protoOf(GameUserInfoDto).hashCode = function () {
|
|
3013
|
-
var result = getStringHashCode(this.
|
|
3014
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
3015
|
-
result = imul(result, 31) + (this.
|
|
3016
|
-
result = imul(result, 31) + (this.
|
|
3017
|
-
result = imul(result, 31) + (this.
|
|
3027
|
+
var result = getStringHashCode(this.s2p_1);
|
|
3028
|
+
result = imul(result, 31) + getStringHashCode(this.t2p_1) | 0;
|
|
3029
|
+
result = imul(result, 31) + (this.u2p_1 == null ? 0 : getStringHashCode(this.u2p_1)) | 0;
|
|
3030
|
+
result = imul(result, 31) + (this.v2p_1 == null ? 0 : getBooleanHashCode(this.v2p_1)) | 0;
|
|
3031
|
+
result = imul(result, 31) + (this.w2p_1 == null ? 0 : getNumberHashCode(this.w2p_1)) | 0;
|
|
3018
3032
|
return result;
|
|
3019
3033
|
};
|
|
3020
3034
|
protoOf(GameUserInfoDto).equals = function (other) {
|
|
@@ -3023,15 +3037,15 @@
|
|
|
3023
3037
|
if (!(other instanceof GameUserInfoDto))
|
|
3024
3038
|
return false;
|
|
3025
3039
|
var tmp0_other_with_cast = other instanceof GameUserInfoDto ? other : THROW_CCE();
|
|
3026
|
-
if (!(this.r2p_1 === tmp0_other_with_cast.r2p_1))
|
|
3027
|
-
return false;
|
|
3028
3040
|
if (!(this.s2p_1 === tmp0_other_with_cast.s2p_1))
|
|
3029
3041
|
return false;
|
|
3030
|
-
if (!(this.t2p_1
|
|
3042
|
+
if (!(this.t2p_1 === tmp0_other_with_cast.t2p_1))
|
|
3031
3043
|
return false;
|
|
3032
3044
|
if (!(this.u2p_1 == tmp0_other_with_cast.u2p_1))
|
|
3033
3045
|
return false;
|
|
3034
|
-
if (!
|
|
3046
|
+
if (!(this.v2p_1 == tmp0_other_with_cast.v2p_1))
|
|
3047
|
+
return false;
|
|
3048
|
+
if (!equals(this.w2p_1, tmp0_other_with_cast.w2p_1))
|
|
3035
3049
|
return false;
|
|
3036
3050
|
return true;
|
|
3037
3051
|
};
|
|
@@ -3041,7 +3055,7 @@
|
|
|
3041
3055
|
// Inline function 'kotlin.arrayOf' call
|
|
3042
3056
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3043
3057
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3044
|
-
tmp.
|
|
3058
|
+
tmp.c2q_1 = [Companion_getInstance_11().t16(), null, null];
|
|
3045
3059
|
}
|
|
3046
3060
|
var Companion_instance_15;
|
|
3047
3061
|
function Companion_getInstance_17() {
|
|
@@ -3055,19 +3069,19 @@
|
|
|
3055
3069
|
tmp0_serialDesc.ku('state', false);
|
|
3056
3070
|
tmp0_serialDesc.ku('connectionChangedTime', false);
|
|
3057
3071
|
tmp0_serialDesc.ku('notLiveDurationRecord', false);
|
|
3058
|
-
this.
|
|
3072
|
+
this.d2q_1 = tmp0_serialDesc;
|
|
3059
3073
|
}
|
|
3060
3074
|
protoOf($serializer_6).pj = function () {
|
|
3061
|
-
return this.
|
|
3075
|
+
return this.d2q_1;
|
|
3062
3076
|
};
|
|
3063
3077
|
protoOf($serializer_6).zu = function () {
|
|
3064
3078
|
// Inline function 'kotlin.arrayOf' call
|
|
3065
3079
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3066
3080
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3067
|
-
return [Companion_getInstance_17().
|
|
3081
|
+
return [Companion_getInstance_17().c2q_1[0], StringSerializer_getInstance(), StringSerializer_getInstance()];
|
|
3068
3082
|
};
|
|
3069
3083
|
protoOf($serializer_6).rj = function (decoder) {
|
|
3070
|
-
var tmp0_desc = this.
|
|
3084
|
+
var tmp0_desc = this.d2q_1;
|
|
3071
3085
|
var tmp1_flag = true;
|
|
3072
3086
|
var tmp2_index = 0;
|
|
3073
3087
|
var tmp3_bitMask0 = 0;
|
|
@@ -3075,7 +3089,7 @@
|
|
|
3075
3089
|
var tmp5_local1 = null;
|
|
3076
3090
|
var tmp6_local2 = null;
|
|
3077
3091
|
var tmp7_input = decoder.xm(tmp0_desc);
|
|
3078
|
-
var tmp8_cached = Companion_getInstance_17().
|
|
3092
|
+
var tmp8_cached = Companion_getInstance_17().c2q_1;
|
|
3079
3093
|
if (tmp7_input.nn()) {
|
|
3080
3094
|
tmp4_local0 = tmp7_input.jn(tmp0_desc, 0, tmp8_cached[0], tmp4_local0);
|
|
3081
3095
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3109,17 +3123,17 @@
|
|
|
3109
3123
|
tmp7_input.ym(tmp0_desc);
|
|
3110
3124
|
return PlayerConnectionDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
3111
3125
|
};
|
|
3112
|
-
protoOf($serializer_6).
|
|
3113
|
-
var tmp0_desc = this.
|
|
3126
|
+
protoOf($serializer_6).e2q = function (encoder, value) {
|
|
3127
|
+
var tmp0_desc = this.d2q_1;
|
|
3114
3128
|
var tmp1_output = encoder.xm(tmp0_desc);
|
|
3115
|
-
var tmp2_cached = Companion_getInstance_17().
|
|
3116
|
-
tmp1_output.oo(tmp0_desc, 0, tmp2_cached[0], value.
|
|
3117
|
-
tmp1_output.mo(tmp0_desc, 1, value.
|
|
3118
|
-
tmp1_output.mo(tmp0_desc, 2, value.
|
|
3129
|
+
var tmp2_cached = Companion_getInstance_17().c2q_1;
|
|
3130
|
+
tmp1_output.oo(tmp0_desc, 0, tmp2_cached[0], value.f2q_1);
|
|
3131
|
+
tmp1_output.mo(tmp0_desc, 1, value.g2q_1);
|
|
3132
|
+
tmp1_output.mo(tmp0_desc, 2, value.h2q_1);
|
|
3119
3133
|
tmp1_output.ym(tmp0_desc);
|
|
3120
3134
|
};
|
|
3121
3135
|
protoOf($serializer_6).qj = function (encoder, value) {
|
|
3122
|
-
return this.
|
|
3136
|
+
return this.e2q(encoder, value instanceof PlayerConnectionDto ? value : THROW_CCE());
|
|
3123
3137
|
};
|
|
3124
3138
|
var $serializer_instance_6;
|
|
3125
3139
|
function $serializer_getInstance_6() {
|
|
@@ -3129,11 +3143,11 @@
|
|
|
3129
3143
|
}
|
|
3130
3144
|
function PlayerConnectionDto_init_$Init$(seen1, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker, $this) {
|
|
3131
3145
|
if (!(7 === (7 & seen1))) {
|
|
3132
|
-
throwMissingFieldException(seen1, 7, $serializer_getInstance_6().
|
|
3146
|
+
throwMissingFieldException(seen1, 7, $serializer_getInstance_6().d2q_1);
|
|
3133
3147
|
}
|
|
3134
|
-
$this.
|
|
3135
|
-
$this.
|
|
3136
|
-
$this.
|
|
3148
|
+
$this.f2q_1 = state;
|
|
3149
|
+
$this.g2q_1 = connectionChangedTime;
|
|
3150
|
+
$this.h2q_1 = notLiveDurationRecord;
|
|
3137
3151
|
return $this;
|
|
3138
3152
|
}
|
|
3139
3153
|
function PlayerConnectionDto_init_$Create$(seen1, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker) {
|
|
@@ -3142,12 +3156,12 @@
|
|
|
3142
3156
|
function PlayerConnectionDto() {
|
|
3143
3157
|
}
|
|
3144
3158
|
protoOf(PlayerConnectionDto).toString = function () {
|
|
3145
|
-
return 'PlayerConnectionDto(state=' + this.
|
|
3159
|
+
return 'PlayerConnectionDto(state=' + this.f2q_1 + ', connectionChangedTime=' + this.g2q_1 + ', notLiveDurationRecord=' + this.h2q_1 + ')';
|
|
3146
3160
|
};
|
|
3147
3161
|
protoOf(PlayerConnectionDto).hashCode = function () {
|
|
3148
|
-
var result = this.
|
|
3149
|
-
result = imul(result, 31) + getStringHashCode(this.f2q_1) | 0;
|
|
3162
|
+
var result = this.f2q_1.hashCode();
|
|
3150
3163
|
result = imul(result, 31) + getStringHashCode(this.g2q_1) | 0;
|
|
3164
|
+
result = imul(result, 31) + getStringHashCode(this.h2q_1) | 0;
|
|
3151
3165
|
return result;
|
|
3152
3166
|
};
|
|
3153
3167
|
protoOf(PlayerConnectionDto).equals = function (other) {
|
|
@@ -3156,12 +3170,12 @@
|
|
|
3156
3170
|
if (!(other instanceof PlayerConnectionDto))
|
|
3157
3171
|
return false;
|
|
3158
3172
|
var tmp0_other_with_cast = other instanceof PlayerConnectionDto ? other : THROW_CCE();
|
|
3159
|
-
if (!this.
|
|
3160
|
-
return false;
|
|
3161
|
-
if (!(this.f2q_1 === tmp0_other_with_cast.f2q_1))
|
|
3173
|
+
if (!this.f2q_1.equals(tmp0_other_with_cast.f2q_1))
|
|
3162
3174
|
return false;
|
|
3163
3175
|
if (!(this.g2q_1 === tmp0_other_with_cast.g2q_1))
|
|
3164
3176
|
return false;
|
|
3177
|
+
if (!(this.h2q_1 === tmp0_other_with_cast.h2q_1))
|
|
3178
|
+
return false;
|
|
3165
3179
|
return true;
|
|
3166
3180
|
};
|
|
3167
3181
|
function Companion_16() {
|
|
@@ -3170,7 +3184,7 @@
|
|
|
3170
3184
|
// Inline function 'kotlin.arrayOf' call
|
|
3171
3185
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3172
3186
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3173
|
-
tmp.
|
|
3187
|
+
tmp.i2q_1 = [null, null, null, null, Companion_getInstance_12().t16(), null, null, null];
|
|
3174
3188
|
}
|
|
3175
3189
|
var Companion_instance_16;
|
|
3176
3190
|
function Companion_getInstance_18() {
|
|
@@ -3189,20 +3203,20 @@
|
|
|
3189
3203
|
tmp0_serialDesc.ku('ready', false);
|
|
3190
3204
|
tmp0_serialDesc.ku('tag', true);
|
|
3191
3205
|
tmp0_serialDesc.ku('connection', true);
|
|
3192
|
-
this.
|
|
3206
|
+
this.j2q_1 = tmp0_serialDesc;
|
|
3193
3207
|
}
|
|
3194
3208
|
protoOf($serializer_7).pj = function () {
|
|
3195
|
-
return this.
|
|
3209
|
+
return this.j2q_1;
|
|
3196
3210
|
};
|
|
3197
3211
|
protoOf($serializer_7).zu = function () {
|
|
3198
|
-
var tmp0_cached = Companion_getInstance_18().
|
|
3212
|
+
var tmp0_cached = Companion_getInstance_18().i2q_1;
|
|
3199
3213
|
// Inline function 'kotlin.arrayOf' call
|
|
3200
3214
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3201
3215
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3202
3216
|
return [get_nullable(LongSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), tmp0_cached[4], BooleanSerializer_getInstance(), get_nullable(StringSerializer_getInstance()), get_nullable($serializer_getInstance_6())];
|
|
3203
3217
|
};
|
|
3204
3218
|
protoOf($serializer_7).rj = function (decoder) {
|
|
3205
|
-
var tmp0_desc = this.
|
|
3219
|
+
var tmp0_desc = this.j2q_1;
|
|
3206
3220
|
var tmp1_flag = true;
|
|
3207
3221
|
var tmp2_index = 0;
|
|
3208
3222
|
var tmp3_bitMask0 = 0;
|
|
@@ -3215,7 +3229,7 @@
|
|
|
3215
3229
|
var tmp10_local6 = null;
|
|
3216
3230
|
var tmp11_local7 = null;
|
|
3217
3231
|
var tmp12_input = decoder.xm(tmp0_desc);
|
|
3218
|
-
var tmp13_cached = Companion_getInstance_18().
|
|
3232
|
+
var tmp13_cached = Companion_getInstance_18().i2q_1;
|
|
3219
3233
|
if (tmp12_input.nn()) {
|
|
3220
3234
|
tmp4_local0 = tmp12_input.ln(tmp0_desc, 0, LongSerializer_getInstance(), tmp4_local0);
|
|
3221
3235
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3279,34 +3293,34 @@
|
|
|
3279
3293
|
tmp12_input.ym(tmp0_desc);
|
|
3280
3294
|
return PlayerStateDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, null);
|
|
3281
3295
|
};
|
|
3282
|
-
protoOf($serializer_7).
|
|
3283
|
-
var tmp0_desc = this.
|
|
3296
|
+
protoOf($serializer_7).k2q = function (encoder, value) {
|
|
3297
|
+
var tmp0_desc = this.j2q_1;
|
|
3284
3298
|
var tmp1_output = encoder.xm(tmp0_desc);
|
|
3285
|
-
var tmp2_cached = Companion_getInstance_18().
|
|
3286
|
-
if (tmp1_output.uo(tmp0_desc, 0) ? true : !(value.
|
|
3287
|
-
tmp1_output.qo(tmp0_desc, 0, LongSerializer_getInstance(), value.
|
|
3299
|
+
var tmp2_cached = Companion_getInstance_18().i2q_1;
|
|
3300
|
+
if (tmp1_output.uo(tmp0_desc, 0) ? true : !(value.l2q_1 == null)) {
|
|
3301
|
+
tmp1_output.qo(tmp0_desc, 0, LongSerializer_getInstance(), value.l2q_1);
|
|
3288
3302
|
}
|
|
3289
|
-
if (tmp1_output.uo(tmp0_desc, 1) ? true : !(value.
|
|
3290
|
-
tmp1_output.qo(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3303
|
+
if (tmp1_output.uo(tmp0_desc, 1) ? true : !(value.m2q_1 == null)) {
|
|
3304
|
+
tmp1_output.qo(tmp0_desc, 1, StringSerializer_getInstance(), value.m2q_1);
|
|
3291
3305
|
}
|
|
3292
|
-
if (tmp1_output.uo(tmp0_desc, 2) ? true : !(value.
|
|
3293
|
-
tmp1_output.qo(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3306
|
+
if (tmp1_output.uo(tmp0_desc, 2) ? true : !(value.n2q_1 == null)) {
|
|
3307
|
+
tmp1_output.qo(tmp0_desc, 2, StringSerializer_getInstance(), value.n2q_1);
|
|
3294
3308
|
}
|
|
3295
|
-
if (tmp1_output.uo(tmp0_desc, 3) ? true : !(value.
|
|
3296
|
-
tmp1_output.qo(tmp0_desc, 3, StringSerializer_getInstance(), value.
|
|
3309
|
+
if (tmp1_output.uo(tmp0_desc, 3) ? true : !(value.o2q_1 == null)) {
|
|
3310
|
+
tmp1_output.qo(tmp0_desc, 3, StringSerializer_getInstance(), value.o2q_1);
|
|
3297
3311
|
}
|
|
3298
|
-
tmp1_output.oo(tmp0_desc, 4, tmp2_cached[4], value.
|
|
3299
|
-
tmp1_output.eo(tmp0_desc, 5, value.
|
|
3300
|
-
if (tmp1_output.uo(tmp0_desc, 6) ? true : !(value.
|
|
3301
|
-
tmp1_output.qo(tmp0_desc, 6, StringSerializer_getInstance(), value.
|
|
3312
|
+
tmp1_output.oo(tmp0_desc, 4, tmp2_cached[4], value.p2q_1);
|
|
3313
|
+
tmp1_output.eo(tmp0_desc, 5, value.q2q_1);
|
|
3314
|
+
if (tmp1_output.uo(tmp0_desc, 6) ? true : !(value.r2q_1 == null)) {
|
|
3315
|
+
tmp1_output.qo(tmp0_desc, 6, StringSerializer_getInstance(), value.r2q_1);
|
|
3302
3316
|
}
|
|
3303
|
-
if (tmp1_output.uo(tmp0_desc, 7) ? true : !(value.
|
|
3304
|
-
tmp1_output.qo(tmp0_desc, 7, $serializer_getInstance_6(), value.
|
|
3317
|
+
if (tmp1_output.uo(tmp0_desc, 7) ? true : !(value.s2q_1 == null)) {
|
|
3318
|
+
tmp1_output.qo(tmp0_desc, 7, $serializer_getInstance_6(), value.s2q_1);
|
|
3305
3319
|
}
|
|
3306
3320
|
tmp1_output.ym(tmp0_desc);
|
|
3307
3321
|
};
|
|
3308
3322
|
protoOf($serializer_7).qj = function (encoder, value) {
|
|
3309
|
-
return this.
|
|
3323
|
+
return this.k2q(encoder, value instanceof PlayerStateDto ? value : THROW_CCE());
|
|
3310
3324
|
};
|
|
3311
3325
|
var $serializer_instance_7;
|
|
3312
3326
|
function $serializer_getInstance_7() {
|
|
@@ -3316,34 +3330,34 @@
|
|
|
3316
3330
|
}
|
|
3317
3331
|
function PlayerStateDto_init_$Init$(seen1, startFromTime, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker, $this) {
|
|
3318
3332
|
if (!(48 === (48 & seen1))) {
|
|
3319
|
-
throwMissingFieldException(seen1, 48, $serializer_getInstance_7().
|
|
3333
|
+
throwMissingFieldException(seen1, 48, $serializer_getInstance_7().j2q_1);
|
|
3320
3334
|
}
|
|
3321
3335
|
if (0 === (seen1 & 1))
|
|
3322
|
-
$this.
|
|
3336
|
+
$this.l2q_1 = null;
|
|
3323
3337
|
else
|
|
3324
|
-
$this.
|
|
3338
|
+
$this.l2q_1 = startFromTime;
|
|
3325
3339
|
if (0 === (seen1 & 2))
|
|
3326
|
-
$this.
|
|
3340
|
+
$this.m2q_1 = null;
|
|
3327
3341
|
else
|
|
3328
|
-
$this.
|
|
3342
|
+
$this.m2q_1 = startFrom;
|
|
3329
3343
|
if (0 === (seen1 & 4))
|
|
3330
|
-
$this.
|
|
3344
|
+
$this.n2q_1 = null;
|
|
3331
3345
|
else
|
|
3332
|
-
$this.
|
|
3346
|
+
$this.n2q_1 = playerTurnTimeout;
|
|
3333
3347
|
if (0 === (seen1 & 8))
|
|
3334
|
-
$this.
|
|
3348
|
+
$this.o2q_1 = null;
|
|
3335
3349
|
else
|
|
3336
|
-
$this.
|
|
3337
|
-
$this.
|
|
3338
|
-
$this.
|
|
3350
|
+
$this.o2q_1 = waitPlayerUntilTime;
|
|
3351
|
+
$this.p2q_1 = state;
|
|
3352
|
+
$this.q2q_1 = ready;
|
|
3339
3353
|
if (0 === (seen1 & 64))
|
|
3340
|
-
$this.
|
|
3354
|
+
$this.r2q_1 = null;
|
|
3341
3355
|
else
|
|
3342
|
-
$this.
|
|
3356
|
+
$this.r2q_1 = tag;
|
|
3343
3357
|
if (0 === (seen1 & 128))
|
|
3344
|
-
$this.
|
|
3358
|
+
$this.s2q_1 = null;
|
|
3345
3359
|
else
|
|
3346
|
-
$this.
|
|
3360
|
+
$this.s2q_1 = connection;
|
|
3347
3361
|
return $this;
|
|
3348
3362
|
}
|
|
3349
3363
|
function PlayerStateDto_init_$Create$(seen1, startFromTime, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker) {
|
|
@@ -3352,17 +3366,17 @@
|
|
|
3352
3366
|
function PlayerStateDto() {
|
|
3353
3367
|
}
|
|
3354
3368
|
protoOf(PlayerStateDto).toString = function () {
|
|
3355
|
-
return 'PlayerStateDto(startFromTime=' + toString(this.
|
|
3369
|
+
return 'PlayerStateDto(startFromTime=' + toString(this.l2q_1) + ', startFrom=' + this.m2q_1 + ', playerTurnTimeout=' + this.n2q_1 + ', waitPlayerUntilTime=' + this.o2q_1 + ', state=' + this.p2q_1 + ', ready=' + this.q2q_1 + ', tag=' + this.r2q_1 + ', connection=' + this.s2q_1 + ')';
|
|
3356
3370
|
};
|
|
3357
3371
|
protoOf(PlayerStateDto).hashCode = function () {
|
|
3358
|
-
var result = this.
|
|
3359
|
-
result = imul(result, 31) + (this.l2q_1 == null ? 0 : getStringHashCode(this.l2q_1)) | 0;
|
|
3372
|
+
var result = this.l2q_1 == null ? 0 : this.l2q_1.hashCode();
|
|
3360
3373
|
result = imul(result, 31) + (this.m2q_1 == null ? 0 : getStringHashCode(this.m2q_1)) | 0;
|
|
3361
3374
|
result = imul(result, 31) + (this.n2q_1 == null ? 0 : getStringHashCode(this.n2q_1)) | 0;
|
|
3362
|
-
result = imul(result, 31) + this.o2q_1.
|
|
3363
|
-
result = imul(result, 31) +
|
|
3364
|
-
result = imul(result, 31) + (this.q2q_1
|
|
3365
|
-
result = imul(result, 31) + (this.r2q_1 == null ? 0 : this.r2q_1
|
|
3375
|
+
result = imul(result, 31) + (this.o2q_1 == null ? 0 : getStringHashCode(this.o2q_1)) | 0;
|
|
3376
|
+
result = imul(result, 31) + this.p2q_1.hashCode() | 0;
|
|
3377
|
+
result = imul(result, 31) + getBooleanHashCode(this.q2q_1) | 0;
|
|
3378
|
+
result = imul(result, 31) + (this.r2q_1 == null ? 0 : getStringHashCode(this.r2q_1)) | 0;
|
|
3379
|
+
result = imul(result, 31) + (this.s2q_1 == null ? 0 : this.s2q_1.hashCode()) | 0;
|
|
3366
3380
|
return result;
|
|
3367
3381
|
};
|
|
3368
3382
|
protoOf(PlayerStateDto).equals = function (other) {
|
|
@@ -3371,21 +3385,21 @@
|
|
|
3371
3385
|
if (!(other instanceof PlayerStateDto))
|
|
3372
3386
|
return false;
|
|
3373
3387
|
var tmp0_other_with_cast = other instanceof PlayerStateDto ? other : THROW_CCE();
|
|
3374
|
-
if (!equals(this.
|
|
3375
|
-
return false;
|
|
3376
|
-
if (!(this.l2q_1 == tmp0_other_with_cast.l2q_1))
|
|
3388
|
+
if (!equals(this.l2q_1, tmp0_other_with_cast.l2q_1))
|
|
3377
3389
|
return false;
|
|
3378
3390
|
if (!(this.m2q_1 == tmp0_other_with_cast.m2q_1))
|
|
3379
3391
|
return false;
|
|
3380
3392
|
if (!(this.n2q_1 == tmp0_other_with_cast.n2q_1))
|
|
3381
3393
|
return false;
|
|
3382
|
-
if (!this.o2q_1
|
|
3394
|
+
if (!(this.o2q_1 == tmp0_other_with_cast.o2q_1))
|
|
3383
3395
|
return false;
|
|
3384
|
-
if (!
|
|
3396
|
+
if (!this.p2q_1.equals(tmp0_other_with_cast.p2q_1))
|
|
3385
3397
|
return false;
|
|
3386
|
-
if (!(this.q2q_1
|
|
3398
|
+
if (!(this.q2q_1 === tmp0_other_with_cast.q2q_1))
|
|
3387
3399
|
return false;
|
|
3388
|
-
if (!
|
|
3400
|
+
if (!(this.r2q_1 == tmp0_other_with_cast.r2q_1))
|
|
3401
|
+
return false;
|
|
3402
|
+
if (!equals(this.s2q_1, tmp0_other_with_cast.s2q_1))
|
|
3389
3403
|
return false;
|
|
3390
3404
|
return true;
|
|
3391
3405
|
};
|
|
@@ -3418,10 +3432,10 @@
|
|
|
3418
3432
|
tmp0_serialDesc.ku('checkTrumpCombination', true);
|
|
3419
3433
|
tmp0_serialDesc.ku('checkOnlyTrumpDebertz', true);
|
|
3420
3434
|
tmp0_serialDesc.ku('tenCardsInHand', true);
|
|
3421
|
-
this.
|
|
3435
|
+
this.t2q_1 = tmp0_serialDesc;
|
|
3422
3436
|
}
|
|
3423
3437
|
protoOf($serializer_8).pj = function () {
|
|
3424
|
-
return this.
|
|
3438
|
+
return this.t2q_1;
|
|
3425
3439
|
};
|
|
3426
3440
|
protoOf($serializer_8).zu = function () {
|
|
3427
3441
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3430,7 +3444,7 @@
|
|
|
3430
3444
|
return [get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), IntSerializer_getInstance(), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance())];
|
|
3431
3445
|
};
|
|
3432
3446
|
protoOf($serializer_8).rj = function (decoder) {
|
|
3433
|
-
var tmp0_desc = this.
|
|
3447
|
+
var tmp0_desc = this.t2q_1;
|
|
3434
3448
|
var tmp1_flag = true;
|
|
3435
3449
|
var tmp2_index = 0;
|
|
3436
3450
|
var tmp3_bitMask0 = 0;
|
|
@@ -3569,8 +3583,8 @@
|
|
|
3569
3583
|
tmp21_input.ym(tmp0_desc);
|
|
3570
3584
|
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, null);
|
|
3571
3585
|
};
|
|
3572
|
-
protoOf($serializer_8).
|
|
3573
|
-
var tmp0_desc = this.
|
|
3586
|
+
protoOf($serializer_8).u2q = function (encoder, value) {
|
|
3587
|
+
var tmp0_desc = this.t2q_1;
|
|
3574
3588
|
var tmp1_output = encoder.xm(tmp0_desc);
|
|
3575
3589
|
if (tmp1_output.uo(tmp0_desc, 0) ? true : !(value.needToPutHigherTrump == null)) {
|
|
3576
3590
|
tmp1_output.qo(tmp0_desc, 0, BooleanSerializer_getInstance(), value.needToPutHigherTrump);
|
|
@@ -3624,7 +3638,7 @@
|
|
|
3624
3638
|
tmp1_output.ym(tmp0_desc);
|
|
3625
3639
|
};
|
|
3626
3640
|
protoOf($serializer_8).qj = function (encoder, value) {
|
|
3627
|
-
return this.
|
|
3641
|
+
return this.u2q(encoder, value instanceof RulesDto ? value : THROW_CCE());
|
|
3628
3642
|
};
|
|
3629
3643
|
var $serializer_instance_8;
|
|
3630
3644
|
function $serializer_getInstance_8() {
|
|
@@ -3634,7 +3648,7 @@
|
|
|
3634
3648
|
}
|
|
3635
3649
|
function RulesDto_init_$Init$(seen1, needToPutHigherTrump, distributePoints, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, checkTrumpCombination, checkOnlyTrumpDebertz, tenCardsInHand, serializationConstructorMarker, $this) {
|
|
3636
3650
|
if (!(4096 === (4096 & seen1))) {
|
|
3637
|
-
throwMissingFieldException(seen1, 4096, $serializer_getInstance_8().
|
|
3651
|
+
throwMissingFieldException(seen1, 4096, $serializer_getInstance_8().t2q_1);
|
|
3638
3652
|
}
|
|
3639
3653
|
if (0 === (seen1 & 1))
|
|
3640
3654
|
$this.needToPutHigherTrump = null;
|
|
@@ -3741,55 +3755,55 @@
|
|
|
3741
3755
|
this.checkOnlyTrumpDebertz = checkOnlyTrumpDebertz;
|
|
3742
3756
|
this.tenCardsInHand = tenCardsInHand;
|
|
3743
3757
|
}
|
|
3744
|
-
protoOf(RulesDto).
|
|
3758
|
+
protoOf(RulesDto).j2o = function () {
|
|
3745
3759
|
return this.needToPutHigherTrump;
|
|
3746
3760
|
};
|
|
3747
|
-
protoOf(RulesDto).
|
|
3761
|
+
protoOf(RulesDto).k2o = function () {
|
|
3748
3762
|
return this.distributePoints;
|
|
3749
3763
|
};
|
|
3750
|
-
protoOf(RulesDto).
|
|
3764
|
+
protoOf(RulesDto).l2o = function () {
|
|
3751
3765
|
return this.protectBella;
|
|
3752
3766
|
};
|
|
3753
|
-
protoOf(RulesDto).
|
|
3767
|
+
protoOf(RulesDto).m2o = function () {
|
|
3754
3768
|
return this.oneTryToProtectBella;
|
|
3755
3769
|
};
|
|
3756
|
-
protoOf(RulesDto).
|
|
3770
|
+
protoOf(RulesDto).n2o = function () {
|
|
3757
3771
|
return this.enableFourSevensCombination;
|
|
3758
3772
|
};
|
|
3759
|
-
protoOf(RulesDto).
|
|
3773
|
+
protoOf(RulesDto).o2o = function () {
|
|
3760
3774
|
return this.enableTrumpSevenCombination;
|
|
3761
3775
|
};
|
|
3762
|
-
protoOf(RulesDto).
|
|
3776
|
+
protoOf(RulesDto).p2o = function () {
|
|
3763
3777
|
return this.enableTrumpSevenCombinationAfterDistribution;
|
|
3764
3778
|
};
|
|
3765
|
-
protoOf(RulesDto).
|
|
3779
|
+
protoOf(RulesDto).q2o = function () {
|
|
3766
3780
|
return this.playerWhoChooseSuitGoFirst;
|
|
3767
3781
|
};
|
|
3768
|
-
protoOf(RulesDto).
|
|
3782
|
+
protoOf(RulesDto).r2o = function () {
|
|
3769
3783
|
return this.winnerShuffleCards;
|
|
3770
3784
|
};
|
|
3771
|
-
protoOf(RulesDto).
|
|
3785
|
+
protoOf(RulesDto).s2o = function () {
|
|
3772
3786
|
return this.playWithoutLiabilities;
|
|
3773
3787
|
};
|
|
3774
|
-
protoOf(RulesDto).
|
|
3788
|
+
protoOf(RulesDto).t2o = function () {
|
|
3775
3789
|
return this.trumpCardGoToPlayerWhoShuffleCards;
|
|
3776
3790
|
};
|
|
3777
|
-
protoOf(RulesDto).
|
|
3791
|
+
protoOf(RulesDto).u2o = function () {
|
|
3778
3792
|
return this.enableFineIfNoBribes;
|
|
3779
3793
|
};
|
|
3780
|
-
protoOf(RulesDto).
|
|
3794
|
+
protoOf(RulesDto).v2o = function () {
|
|
3781
3795
|
return this.fineIfNoBribes;
|
|
3782
3796
|
};
|
|
3783
|
-
protoOf(RulesDto).
|
|
3797
|
+
protoOf(RulesDto).w2o = function () {
|
|
3784
3798
|
return this.enableFineAfterThirdByte;
|
|
3785
3799
|
};
|
|
3786
|
-
protoOf(RulesDto).
|
|
3800
|
+
protoOf(RulesDto).x2o = function () {
|
|
3787
3801
|
return this.checkTrumpCombination;
|
|
3788
3802
|
};
|
|
3789
|
-
protoOf(RulesDto).
|
|
3803
|
+
protoOf(RulesDto).y2o = function () {
|
|
3790
3804
|
return this.checkOnlyTrumpDebertz;
|
|
3791
3805
|
};
|
|
3792
|
-
protoOf(RulesDto).
|
|
3806
|
+
protoOf(RulesDto).z2o = function () {
|
|
3793
3807
|
return this.tenCardsInHand;
|
|
3794
3808
|
};
|
|
3795
3809
|
protoOf(RulesDto).cd = function () {
|
|
@@ -3801,49 +3815,49 @@
|
|
|
3801
3815
|
protoOf(RulesDto).qh = function () {
|
|
3802
3816
|
return this.protectBella;
|
|
3803
3817
|
};
|
|
3804
|
-
protoOf(RulesDto).
|
|
3818
|
+
protoOf(RulesDto).q2k = function () {
|
|
3805
3819
|
return this.oneTryToProtectBella;
|
|
3806
3820
|
};
|
|
3807
|
-
protoOf(RulesDto).
|
|
3821
|
+
protoOf(RulesDto).z2l = function () {
|
|
3808
3822
|
return this.enableFourSevensCombination;
|
|
3809
3823
|
};
|
|
3810
|
-
protoOf(RulesDto).
|
|
3824
|
+
protoOf(RulesDto).a2m = function () {
|
|
3811
3825
|
return this.enableTrumpSevenCombination;
|
|
3812
3826
|
};
|
|
3813
|
-
protoOf(RulesDto).
|
|
3827
|
+
protoOf(RulesDto).a2p = function () {
|
|
3814
3828
|
return this.enableTrumpSevenCombinationAfterDistribution;
|
|
3815
3829
|
};
|
|
3816
|
-
protoOf(RulesDto).
|
|
3830
|
+
protoOf(RulesDto).b2p = function () {
|
|
3817
3831
|
return this.playerWhoChooseSuitGoFirst;
|
|
3818
3832
|
};
|
|
3819
|
-
protoOf(RulesDto).
|
|
3833
|
+
protoOf(RulesDto).c2p = function () {
|
|
3820
3834
|
return this.winnerShuffleCards;
|
|
3821
3835
|
};
|
|
3822
|
-
protoOf(RulesDto).
|
|
3836
|
+
protoOf(RulesDto).d2p = function () {
|
|
3823
3837
|
return this.playWithoutLiabilities;
|
|
3824
3838
|
};
|
|
3825
|
-
protoOf(RulesDto).
|
|
3839
|
+
protoOf(RulesDto).e2p = function () {
|
|
3826
3840
|
return this.trumpCardGoToPlayerWhoShuffleCards;
|
|
3827
3841
|
};
|
|
3828
|
-
protoOf(RulesDto).
|
|
3842
|
+
protoOf(RulesDto).f2p = function () {
|
|
3829
3843
|
return this.enableFineIfNoBribes;
|
|
3830
3844
|
};
|
|
3831
|
-
protoOf(RulesDto).
|
|
3845
|
+
protoOf(RulesDto).g2p = function () {
|
|
3832
3846
|
return this.fineIfNoBribes;
|
|
3833
3847
|
};
|
|
3834
|
-
protoOf(RulesDto).
|
|
3848
|
+
protoOf(RulesDto).h2p = function () {
|
|
3835
3849
|
return this.enableFineAfterThirdByte;
|
|
3836
3850
|
};
|
|
3837
|
-
protoOf(RulesDto).
|
|
3851
|
+
protoOf(RulesDto).i2p = function () {
|
|
3838
3852
|
return this.checkTrumpCombination;
|
|
3839
3853
|
};
|
|
3840
|
-
protoOf(RulesDto).
|
|
3854
|
+
protoOf(RulesDto).j2p = function () {
|
|
3841
3855
|
return this.checkOnlyTrumpDebertz;
|
|
3842
3856
|
};
|
|
3843
|
-
protoOf(RulesDto).
|
|
3857
|
+
protoOf(RulesDto).k2p = function () {
|
|
3844
3858
|
return this.tenCardsInHand;
|
|
3845
3859
|
};
|
|
3846
|
-
protoOf(RulesDto).
|
|
3860
|
+
protoOf(RulesDto).v2q = function (needToPutHigherTrump, distributePoints, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, checkTrumpCombination, checkOnlyTrumpDebertz, tenCardsInHand) {
|
|
3847
3861
|
return new RulesDto(needToPutHigherTrump, distributePoints, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, checkTrumpCombination, checkOnlyTrumpDebertz, tenCardsInHand);
|
|
3848
3862
|
};
|
|
3849
3863
|
protoOf(RulesDto).copy = function (needToPutHigherTrump, distributePoints, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, checkTrumpCombination, checkOnlyTrumpDebertz, tenCardsInHand, $super) {
|
|
@@ -3864,7 +3878,7 @@
|
|
|
3864
3878
|
checkTrumpCombination = checkTrumpCombination === VOID ? this.checkTrumpCombination : checkTrumpCombination;
|
|
3865
3879
|
checkOnlyTrumpDebertz = checkOnlyTrumpDebertz === VOID ? this.checkOnlyTrumpDebertz : checkOnlyTrumpDebertz;
|
|
3866
3880
|
tenCardsInHand = tenCardsInHand === VOID ? this.tenCardsInHand : tenCardsInHand;
|
|
3867
|
-
return this.
|
|
3881
|
+
return this.v2q(needToPutHigherTrump, distributePoints, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, checkTrumpCombination, checkOnlyTrumpDebertz, tenCardsInHand);
|
|
3868
3882
|
};
|
|
3869
3883
|
protoOf(RulesDto).toString = function () {
|
|
3870
3884
|
return 'RulesDto(needToPutHigherTrump=' + this.needToPutHigherTrump + ', distributePoints=' + this.distributePoints + ', protectBella=' + this.protectBella + ', oneTryToProtectBella=' + this.oneTryToProtectBella + ', enableFourSevensCombination=' + this.enableFourSevensCombination + ', enableTrumpSevenCombination=' + this.enableTrumpSevenCombination + ', enableTrumpSevenCombinationAfterDistribution=' + this.enableTrumpSevenCombinationAfterDistribution + ', playerWhoChooseSuitGoFirst=' + this.playerWhoChooseSuitGoFirst + ', winnerShuffleCards=' + this.winnerShuffleCards + ', playWithoutLiabilities=' + this.playWithoutLiabilities + ', trumpCardGoToPlayerWhoShuffleCards=' + this.trumpCardGoToPlayerWhoShuffleCards + ', enableFineIfNoBribes=' + this.enableFineIfNoBribes + ', fineIfNoBribes=' + this.fineIfNoBribes + ', enableFineAfterThirdByte=' + this.enableFineAfterThirdByte + ', checkTrumpCombination=' + this.checkTrumpCombination + ', checkOnlyTrumpDebertz=' + this.checkOnlyTrumpDebertz + ', tenCardsInHand=' + this.tenCardsInHand + ')';
|
|
@@ -3933,27 +3947,27 @@
|
|
|
3933
3947
|
};
|
|
3934
3948
|
function CardIndexComparator() {
|
|
3935
3949
|
}
|
|
3936
|
-
protoOf(CardIndexComparator).
|
|
3937
|
-
return a.
|
|
3950
|
+
protoOf(CardIndexComparator).w2q = function (a, b) {
|
|
3951
|
+
return a.r2p_1 - b.r2p_1 | 0;
|
|
3938
3952
|
};
|
|
3939
3953
|
protoOf(CardIndexComparator).compare = function (a, b) {
|
|
3940
3954
|
var tmp = a instanceof GameCard ? a : THROW_CCE();
|
|
3941
|
-
return this.
|
|
3955
|
+
return this.w2q(tmp, b instanceof GameCard ? b : THROW_CCE());
|
|
3942
3956
|
};
|
|
3943
3957
|
var CardIndexComparator_instance;
|
|
3944
3958
|
function CardIndexComparator_getInstance() {
|
|
3945
3959
|
return CardIndexComparator_instance;
|
|
3946
3960
|
}
|
|
3947
3961
|
function CardGrowthComparator(trump, firstCardSuit) {
|
|
3948
|
-
this.
|
|
3949
|
-
this.
|
|
3962
|
+
this.x2q_1 = trump;
|
|
3963
|
+
this.y2q_1 = firstCardSuit;
|
|
3950
3964
|
}
|
|
3951
|
-
protoOf(CardGrowthComparator).
|
|
3952
|
-
return getGrowth(b, this.
|
|
3965
|
+
protoOf(CardGrowthComparator).w2q = function (a, b) {
|
|
3966
|
+
return getGrowth(b, this.x2q_1, this.y2q_1) - getGrowth(a, this.x2q_1, this.y2q_1) | 0;
|
|
3953
3967
|
};
|
|
3954
3968
|
protoOf(CardGrowthComparator).compare = function (a, b) {
|
|
3955
3969
|
var tmp = a instanceof GameCard ? a : THROW_CCE();
|
|
3956
|
-
return this.
|
|
3970
|
+
return this.w2q(tmp, b instanceof GameCard ? b : THROW_CCE());
|
|
3957
3971
|
};
|
|
3958
3972
|
function filterByCardName(_this__u8e3s4, name) {
|
|
3959
3973
|
// Inline function 'kotlin.collections.filter' call
|
|
@@ -3985,25 +3999,25 @@
|
|
|
3985
3999
|
}
|
|
3986
4000
|
function CardNumberComparator() {
|
|
3987
4001
|
}
|
|
3988
|
-
protoOf(CardNumberComparator).
|
|
3989
|
-
return b.
|
|
4002
|
+
protoOf(CardNumberComparator).w2q = function (a, b) {
|
|
4003
|
+
return b.z2q() - a.z2q() | 0;
|
|
3990
4004
|
};
|
|
3991
4005
|
protoOf(CardNumberComparator).compare = function (a, b) {
|
|
3992
4006
|
var tmp = a instanceof GameCard ? a : THROW_CCE();
|
|
3993
|
-
return this.
|
|
4007
|
+
return this.w2q(tmp, b instanceof GameCard ? b : THROW_CCE());
|
|
3994
4008
|
};
|
|
3995
4009
|
var CardNumberComparator_instance;
|
|
3996
4010
|
function CardNumberComparator_getInstance() {
|
|
3997
4011
|
return CardNumberComparator_instance;
|
|
3998
4012
|
}
|
|
3999
4013
|
function getPoint(_this__u8e3s4, trump) {
|
|
4000
|
-
var isTrump = trump.equals(_this__u8e3s4.
|
|
4014
|
+
var isTrump = trump.equals(_this__u8e3s4.a2r());
|
|
4001
4015
|
return getPoint_0(_this__u8e3s4, isTrump);
|
|
4002
4016
|
}
|
|
4003
4017
|
function getGrowth(_this__u8e3s4, trump, firstCardSuit) {
|
|
4004
4018
|
var minPoint = 0;
|
|
4005
|
-
var isTrump = trump.equals(_this__u8e3s4.
|
|
4006
|
-
var isCurrentSuit = firstCardSuit.equals(_this__u8e3s4.
|
|
4019
|
+
var isTrump = trump.equals(_this__u8e3s4.a2r());
|
|
4020
|
+
var isCurrentSuit = firstCardSuit.equals(_this__u8e3s4.a2r());
|
|
4007
4021
|
var minGrowth;
|
|
4008
4022
|
var maxGrowth;
|
|
4009
4023
|
switch (_this__u8e3s4.g9().g8_1) {
|
|
@@ -4093,7 +4107,7 @@
|
|
|
4093
4107
|
return tmp;
|
|
4094
4108
|
}
|
|
4095
4109
|
function getValueInHand(_this__u8e3s4, trump, allCards) {
|
|
4096
|
-
var isTrump = trump.equals(_this__u8e3s4.
|
|
4110
|
+
var isTrump = trump.equals(_this__u8e3s4.a2r());
|
|
4097
4111
|
return getValueInHand_0(_this__u8e3s4, isTrump, allCards);
|
|
4098
4112
|
}
|
|
4099
4113
|
function getValueInHand_0(_this__u8e3s4, isTrump, allCards) {
|
|
@@ -4177,7 +4191,7 @@
|
|
|
4177
4191
|
var element = indexedObject[inductionVariable];
|
|
4178
4192
|
inductionVariable = inductionVariable + 1 | 0;
|
|
4179
4193
|
// Inline function 'com.logic.data.models.table.cards.bySuitPredicate.<anonymous>.<anonymous>' call
|
|
4180
|
-
if (p1.
|
|
4194
|
+
if (p1.a2r().equals(element)) {
|
|
4181
4195
|
tmp$ret$1 = true;
|
|
4182
4196
|
break $l$block;
|
|
4183
4197
|
}
|
|
@@ -4274,10 +4288,10 @@
|
|
|
4274
4288
|
}
|
|
4275
4289
|
function Companion_18() {
|
|
4276
4290
|
}
|
|
4277
|
-
protoOf(Companion_18).
|
|
4291
|
+
protoOf(Companion_18).b2r = function (suit, cardNumber) {
|
|
4278
4292
|
return new GameCard(getNumber(Companion_instance_19, cardNumber, suit));
|
|
4279
4293
|
};
|
|
4280
|
-
protoOf(Companion_18).
|
|
4294
|
+
protoOf(Companion_18).c2r = function (position, playerIndex, previousStubCardWithMaxIndex, reverse) {
|
|
4281
4295
|
var tmp;
|
|
4282
4296
|
if (previousStubCardWithMaxIndex == null) {
|
|
4283
4297
|
tmp = null;
|
|
@@ -4286,7 +4300,7 @@
|
|
|
4286
4300
|
// Inline function 'kotlin.contracts.contract' call
|
|
4287
4301
|
var tmp_0;
|
|
4288
4302
|
// Inline function 'com.logic.data.models.table.cards.Companion.createUniqueStub.<anonymous>' call
|
|
4289
|
-
if (previousStubCardWithMaxIndex.
|
|
4303
|
+
if (previousStubCardWithMaxIndex.d2r()) {
|
|
4290
4304
|
tmp_0 = previousStubCardWithMaxIndex;
|
|
4291
4305
|
} else {
|
|
4292
4306
|
tmp_0 = null;
|
|
@@ -4294,8 +4308,8 @@
|
|
|
4294
4308
|
tmp = tmp_0;
|
|
4295
4309
|
}
|
|
4296
4310
|
var tmp1_safe_receiver = tmp;
|
|
4297
|
-
var tmp2_safe_receiver = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.
|
|
4298
|
-
var tmp3_safe_receiver = tmp2_safe_receiver == null ? null : Companion_instance_19.
|
|
4311
|
+
var tmp2_safe_receiver = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.r2p_1;
|
|
4312
|
+
var tmp3_safe_receiver = tmp2_safe_receiver == null ? null : Companion_instance_19.i2r(tmp2_safe_receiver, playerIndex, reverse);
|
|
4299
4313
|
var tmp_1;
|
|
4300
4314
|
if (tmp3_safe_receiver == null) {
|
|
4301
4315
|
tmp_1 = null;
|
|
@@ -4316,10 +4330,10 @@
|
|
|
4316
4330
|
var index = tmp_2;
|
|
4317
4331
|
return new GameCard(index);
|
|
4318
4332
|
};
|
|
4319
|
-
protoOf(Companion_18).
|
|
4333
|
+
protoOf(Companion_18).j2r = function (position, playerIndex, previousStubCardWithMaxIndex, reverse, $super) {
|
|
4320
4334
|
previousStubCardWithMaxIndex = previousStubCardWithMaxIndex === VOID ? null : previousStubCardWithMaxIndex;
|
|
4321
4335
|
reverse = reverse === VOID ? false : reverse;
|
|
4322
|
-
return $super === VOID ? this.
|
|
4336
|
+
return $super === VOID ? this.c2r(position, playerIndex, previousStubCardWithMaxIndex, reverse) : $super.c2r.call(this, position, playerIndex, previousStubCardWithMaxIndex, reverse);
|
|
4323
4337
|
};
|
|
4324
4338
|
var Companion_instance_18;
|
|
4325
4339
|
function Companion_getInstance_20() {
|
|
@@ -4423,7 +4437,7 @@
|
|
|
4423
4437
|
return tmp;
|
|
4424
4438
|
}
|
|
4425
4439
|
function _get_isShirt__vd98rp($this) {
|
|
4426
|
-
return $this.
|
|
4440
|
+
return $this.r2p_1 === 52;
|
|
4427
4441
|
}
|
|
4428
4442
|
function CardName(name, ordinal) {
|
|
4429
4443
|
Enum.call(this, name, ordinal);
|
|
@@ -4432,12 +4446,12 @@
|
|
|
4432
4446
|
return getShorName(this);
|
|
4433
4447
|
};
|
|
4434
4448
|
function Companion_19() {
|
|
4435
|
-
this.
|
|
4436
|
-
this.
|
|
4437
|
-
this.
|
|
4438
|
-
this.
|
|
4449
|
+
this.e2r_1 = -1;
|
|
4450
|
+
this.f2r_1 = 13;
|
|
4451
|
+
this.g2r_1 = 52;
|
|
4452
|
+
this.h2r_1 = 53;
|
|
4439
4453
|
}
|
|
4440
|
-
protoOf(Companion_19).
|
|
4454
|
+
protoOf(Companion_19).i2r = function (_this__u8e3s4, playerIndex, reverse) {
|
|
4441
4455
|
var tmp;
|
|
4442
4456
|
if (reverse) {
|
|
4443
4457
|
tmp = _this__u8e3s4 + (53 + imul(playerIndex, 14) | 0) | 0;
|
|
@@ -4507,56 +4521,56 @@
|
|
|
4507
4521
|
return CardName_STUB_instance;
|
|
4508
4522
|
}
|
|
4509
4523
|
function GameCard(index) {
|
|
4510
|
-
this.
|
|
4524
|
+
this.r2p_1 = index;
|
|
4511
4525
|
}
|
|
4512
|
-
protoOf(GameCard).
|
|
4526
|
+
protoOf(GameCard).a2r = function () {
|
|
4513
4527
|
var tmp;
|
|
4514
|
-
var containsArg = this.
|
|
4528
|
+
var containsArg = this.r2p_1;
|
|
4515
4529
|
if (0 <= containsArg ? containsArg <= 13 : false) {
|
|
4516
4530
|
tmp = Suit_DIAMOND_getInstance();
|
|
4517
4531
|
} else {
|
|
4518
|
-
if (this.
|
|
4532
|
+
if (this.r2p_1 <= 26) {
|
|
4519
4533
|
tmp = Suit_SPADE_getInstance();
|
|
4520
4534
|
} else {
|
|
4521
|
-
if (this.
|
|
4535
|
+
if (this.r2p_1 <= 39) {
|
|
4522
4536
|
tmp = Suit_HEART_getInstance();
|
|
4523
4537
|
} else {
|
|
4524
|
-
if (this.
|
|
4538
|
+
if (this.r2p_1 <= 52) {
|
|
4525
4539
|
tmp = Suit_CLUB_getInstance();
|
|
4526
4540
|
} else {
|
|
4527
|
-
throw IllegalStateException_init_$Create$('Invalid suitCard in Card.getValue() ' + this.
|
|
4541
|
+
throw IllegalStateException_init_$Create$('Invalid suitCard in Card.getValue() ' + this.r2p_1);
|
|
4528
4542
|
}
|
|
4529
4543
|
}
|
|
4530
4544
|
}
|
|
4531
4545
|
}
|
|
4532
4546
|
return tmp;
|
|
4533
4547
|
};
|
|
4534
|
-
protoOf(GameCard).
|
|
4548
|
+
protoOf(GameCard).z2q = function () {
|
|
4535
4549
|
var tmp;
|
|
4536
|
-
if (this.
|
|
4550
|
+
if (this.d2r()) {
|
|
4537
4551
|
tmp = -1;
|
|
4538
4552
|
} else {
|
|
4539
|
-
tmp = this.
|
|
4553
|
+
tmp = this.r2p_1 - imul(13, getIndex(this.a2r())) | 0;
|
|
4540
4554
|
}
|
|
4541
4555
|
return tmp;
|
|
4542
4556
|
};
|
|
4543
4557
|
protoOf(GameCard).g9 = function () {
|
|
4544
|
-
return this.
|
|
4558
|
+
return this.d2r() ? CardName_STUB_getInstance() : getName(Companion_instance_19, this.z2q());
|
|
4545
4559
|
};
|
|
4546
|
-
protoOf(GameCard).
|
|
4547
|
-
return this.
|
|
4560
|
+
protoOf(GameCard).d2r = function () {
|
|
4561
|
+
return this.r2p_1 >= 53;
|
|
4548
4562
|
};
|
|
4549
4563
|
protoOf(GameCard).toString = function () {
|
|
4550
4564
|
if (_get_isShirt__vd98rp(this)) {
|
|
4551
4565
|
return 'GameCard(SHIRT)';
|
|
4552
4566
|
}
|
|
4553
|
-
if (this.
|
|
4554
|
-
return 'GameCard(STUB, ' + this.
|
|
4567
|
+
if (this.d2r()) {
|
|
4568
|
+
return 'GameCard(STUB, ' + this.r2p_1 + ')';
|
|
4555
4569
|
}
|
|
4556
|
-
return 'GameCard(' + this.
|
|
4570
|
+
return 'GameCard(' + this.a2r() + this.g9() + ', ' + this.r2p_1 + ')';
|
|
4557
4571
|
};
|
|
4558
4572
|
protoOf(GameCard).hashCode = function () {
|
|
4559
|
-
return this.
|
|
4573
|
+
return this.r2p_1;
|
|
4560
4574
|
};
|
|
4561
4575
|
protoOf(GameCard).equals = function (other) {
|
|
4562
4576
|
if (this === other)
|
|
@@ -4564,20 +4578,20 @@
|
|
|
4564
4578
|
if (!(other instanceof GameCard))
|
|
4565
4579
|
return false;
|
|
4566
4580
|
var tmp0_other_with_cast = other instanceof GameCard ? other : THROW_CCE();
|
|
4567
|
-
if (!(this.
|
|
4581
|
+
if (!(this.r2p_1 === tmp0_other_with_cast.r2p_1))
|
|
4568
4582
|
return false;
|
|
4569
4583
|
return true;
|
|
4570
4584
|
};
|
|
4571
4585
|
function ProcessingCard(gameCard, payload) {
|
|
4572
|
-
this.
|
|
4573
|
-
this.
|
|
4586
|
+
this.k2r_1 = gameCard;
|
|
4587
|
+
this.l2r_1 = payload;
|
|
4574
4588
|
}
|
|
4575
4589
|
protoOf(ProcessingCard).toString = function () {
|
|
4576
|
-
return 'ProcessingCard(gameCard=' + this.
|
|
4590
|
+
return 'ProcessingCard(gameCard=' + this.k2r_1 + ', payload=' + this.l2r_1 + ')';
|
|
4577
4591
|
};
|
|
4578
4592
|
protoOf(ProcessingCard).hashCode = function () {
|
|
4579
|
-
var result = this.
|
|
4580
|
-
result = imul(result, 31) + (this.
|
|
4593
|
+
var result = this.k2r_1.hashCode();
|
|
4594
|
+
result = imul(result, 31) + (this.l2r_1 == null ? 0 : hashCode(this.l2r_1)) | 0;
|
|
4581
4595
|
return result;
|
|
4582
4596
|
};
|
|
4583
4597
|
protoOf(ProcessingCard).equals = function (other) {
|
|
@@ -4586,14 +4600,14 @@
|
|
|
4586
4600
|
if (!(other instanceof ProcessingCard))
|
|
4587
4601
|
return false;
|
|
4588
4602
|
var tmp0_other_with_cast = other instanceof ProcessingCard ? other : THROW_CCE();
|
|
4589
|
-
if (!this.
|
|
4603
|
+
if (!this.k2r_1.equals(tmp0_other_with_cast.k2r_1))
|
|
4590
4604
|
return false;
|
|
4591
|
-
if (!equals(this.
|
|
4605
|
+
if (!equals(this.l2r_1, tmp0_other_with_cast.l2r_1))
|
|
4592
4606
|
return false;
|
|
4593
4607
|
return true;
|
|
4594
4608
|
};
|
|
4595
4609
|
function _get_$cachedSerializer__te6jhj_8($this) {
|
|
4596
|
-
return $this.
|
|
4610
|
+
return $this.m2r_1.o2();
|
|
4597
4611
|
}
|
|
4598
4612
|
function Suit$Companion$_anonymous__cbm2iq() {
|
|
4599
4613
|
return createSimpleEnumSerializer('com.logic.data.models.table.cards.Suit', values_3());
|
|
@@ -4627,7 +4641,7 @@
|
|
|
4627
4641
|
Companion_instance_20 = this;
|
|
4628
4642
|
var tmp = this;
|
|
4629
4643
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
4630
|
-
tmp.
|
|
4644
|
+
tmp.m2r_1 = lazy(tmp_0, Suit$Companion$_anonymous__cbm2iq);
|
|
4631
4645
|
}
|
|
4632
4646
|
protoOf(Companion_20).t16 = function () {
|
|
4633
4647
|
return _get_$cachedSerializer__te6jhj_8(this);
|
|
@@ -4707,27 +4721,30 @@
|
|
|
4707
4721
|
}
|
|
4708
4722
|
function AsyncProvider() {
|
|
4709
4723
|
}
|
|
4710
|
-
function
|
|
4711
|
-
this.w2r_1
|
|
4724
|
+
function onError($this, message, error) {
|
|
4725
|
+
$this.w2r_1.e('AsyncErrorHandler', message + ': ' + error, error);
|
|
4726
|
+
}
|
|
4727
|
+
function _no_name_provided__qut3iv(this$0) {
|
|
4728
|
+
this.f2s_1 = this$0;
|
|
4712
4729
|
AbstractCoroutineContextElement.call(this, Key_instance);
|
|
4713
4730
|
}
|
|
4714
4731
|
protoOf(_no_name_provided__qut3iv).i1v = function (context, exception) {
|
|
4715
|
-
this.
|
|
4732
|
+
onError(this.f2s_1, 'CoroutineContext', exception);
|
|
4716
4733
|
return Unit_instance;
|
|
4717
4734
|
};
|
|
4718
4735
|
function AsyncProviderImpl$launchUnconfinedWithLock$slambda(this$0, $block, resultContinuation) {
|
|
4719
|
-
this.
|
|
4720
|
-
this.
|
|
4736
|
+
this.o2s_1 = this$0;
|
|
4737
|
+
this.p2s_1 = $block;
|
|
4721
4738
|
CoroutineImpl.call(this, resultContinuation);
|
|
4722
4739
|
}
|
|
4723
|
-
protoOf(AsyncProviderImpl$launchUnconfinedWithLock$slambda).
|
|
4724
|
-
var tmp = this.
|
|
4740
|
+
protoOf(AsyncProviderImpl$launchUnconfinedWithLock$slambda).d2b = function ($this$launch, $completion) {
|
|
4741
|
+
var tmp = this.e2b($this$launch, $completion);
|
|
4725
4742
|
tmp.na_1 = Unit_instance;
|
|
4726
4743
|
tmp.oa_1 = null;
|
|
4727
4744
|
return tmp.ya();
|
|
4728
4745
|
};
|
|
4729
4746
|
protoOf(AsyncProviderImpl$launchUnconfinedWithLock$slambda).lb = function (p1, $completion) {
|
|
4730
|
-
return this.
|
|
4747
|
+
return this.d2b((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
4731
4748
|
};
|
|
4732
4749
|
protoOf(AsyncProviderImpl$launchUnconfinedWithLock$slambda).ya = function () {
|
|
4733
4750
|
var suspendResult = this.na_1;
|
|
@@ -4741,11 +4758,11 @@
|
|
|
4741
4758
|
continue $sm;
|
|
4742
4759
|
case 1:
|
|
4743
4760
|
var tmp_0 = this;
|
|
4744
|
-
tmp_0.
|
|
4761
|
+
tmp_0.s2s_1 = this.o2s_1.z2r_1;
|
|
4745
4762
|
var tmp_1 = this;
|
|
4746
|
-
tmp_1.
|
|
4763
|
+
tmp_1.t2s_1 = null;
|
|
4747
4764
|
this.la_1 = 2;
|
|
4748
|
-
suspendResult = this.
|
|
4765
|
+
suspendResult = this.s2s_1.a2i(this.t2s_1, this);
|
|
4749
4766
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4750
4767
|
return suspendResult;
|
|
4751
4768
|
}
|
|
@@ -4760,14 +4777,14 @@
|
|
|
4760
4777
|
case 4:
|
|
4761
4778
|
this.ma_1 = 9;
|
|
4762
4779
|
this.la_1 = 5;
|
|
4763
|
-
suspendResult = this.
|
|
4780
|
+
suspendResult = this.p2s_1(this.q2s_1, this);
|
|
4764
4781
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4765
4782
|
return suspendResult;
|
|
4766
4783
|
}
|
|
4767
4784
|
|
|
4768
4785
|
continue $sm;
|
|
4769
4786
|
case 5:
|
|
4770
|
-
this.
|
|
4787
|
+
this.u2s_1 = suspendResult;
|
|
4771
4788
|
this.ma_1 = 10;
|
|
4772
4789
|
this.la_1 = 6;
|
|
4773
4790
|
var tmp_2 = this;
|
|
@@ -4775,13 +4792,13 @@
|
|
|
4775
4792
|
case 6:
|
|
4776
4793
|
this.ma_1 = 10;
|
|
4777
4794
|
var tmp_3 = this;
|
|
4778
|
-
this.
|
|
4779
|
-
tmp_3.
|
|
4795
|
+
this.s2s_1.l2h(this.t2s_1);
|
|
4796
|
+
tmp_3.r2s_1 = Unit_instance;
|
|
4780
4797
|
this.la_1 = 8;
|
|
4781
4798
|
continue $sm;
|
|
4782
4799
|
case 7:
|
|
4783
4800
|
this.ma_1 = 10;
|
|
4784
|
-
this.
|
|
4801
|
+
this.s2s_1.l2h(this.t2s_1);
|
|
4785
4802
|
if (false) {
|
|
4786
4803
|
this.la_1 = 1;
|
|
4787
4804
|
continue $sm;
|
|
@@ -4794,7 +4811,7 @@
|
|
|
4794
4811
|
case 9:
|
|
4795
4812
|
this.ma_1 = 10;
|
|
4796
4813
|
var t = this.oa_1;
|
|
4797
|
-
this.
|
|
4814
|
+
this.s2s_1.l2h(this.t2s_1);
|
|
4798
4815
|
throw t;
|
|
4799
4816
|
case 10:
|
|
4800
4817
|
throw this.oa_1;
|
|
@@ -4810,32 +4827,32 @@
|
|
|
4810
4827
|
}
|
|
4811
4828
|
while (true);
|
|
4812
4829
|
};
|
|
4813
|
-
protoOf(AsyncProviderImpl$launchUnconfinedWithLock$slambda).
|
|
4814
|
-
var i = new AsyncProviderImpl$launchUnconfinedWithLock$slambda(this.
|
|
4815
|
-
i.
|
|
4830
|
+
protoOf(AsyncProviderImpl$launchUnconfinedWithLock$slambda).e2b = function ($this$launch, completion) {
|
|
4831
|
+
var i = new AsyncProviderImpl$launchUnconfinedWithLock$slambda(this.o2s_1, this.p2s_1, completion);
|
|
4832
|
+
i.q2s_1 = $this$launch;
|
|
4816
4833
|
return i;
|
|
4817
4834
|
};
|
|
4818
4835
|
function AsyncProviderImpl$launchUnconfinedWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
4819
4836
|
var i = new AsyncProviderImpl$launchUnconfinedWithLock$slambda(this$0, $block, resultContinuation);
|
|
4820
4837
|
var l = function ($this$launch, $completion) {
|
|
4821
|
-
return i.
|
|
4838
|
+
return i.d2b($this$launch, $completion);
|
|
4822
4839
|
};
|
|
4823
4840
|
l.$arity = 1;
|
|
4824
4841
|
return l;
|
|
4825
4842
|
}
|
|
4826
4843
|
function AsyncProviderImpl$launchDefaultWithLock$slambda(this$0, $block, resultContinuation) {
|
|
4827
|
-
this.
|
|
4828
|
-
this.
|
|
4844
|
+
this.d2t_1 = this$0;
|
|
4845
|
+
this.e2t_1 = $block;
|
|
4829
4846
|
CoroutineImpl.call(this, resultContinuation);
|
|
4830
4847
|
}
|
|
4831
|
-
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).
|
|
4832
|
-
var tmp = this.
|
|
4848
|
+
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).d2b = function ($this$launch, $completion) {
|
|
4849
|
+
var tmp = this.e2b($this$launch, $completion);
|
|
4833
4850
|
tmp.na_1 = Unit_instance;
|
|
4834
4851
|
tmp.oa_1 = null;
|
|
4835
4852
|
return tmp.ya();
|
|
4836
4853
|
};
|
|
4837
4854
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).lb = function (p1, $completion) {
|
|
4838
|
-
return this.
|
|
4855
|
+
return this.d2b((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
4839
4856
|
};
|
|
4840
4857
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).ya = function () {
|
|
4841
4858
|
var suspendResult = this.na_1;
|
|
@@ -4849,11 +4866,11 @@
|
|
|
4849
4866
|
continue $sm;
|
|
4850
4867
|
case 1:
|
|
4851
4868
|
var tmp_0 = this;
|
|
4852
|
-
tmp_0.
|
|
4869
|
+
tmp_0.h2t_1 = this.d2t_1.y2r_1;
|
|
4853
4870
|
var tmp_1 = this;
|
|
4854
|
-
tmp_1.
|
|
4871
|
+
tmp_1.i2t_1 = null;
|
|
4855
4872
|
this.la_1 = 2;
|
|
4856
|
-
suspendResult = this.
|
|
4873
|
+
suspendResult = this.h2t_1.a2i(this.i2t_1, this);
|
|
4857
4874
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4858
4875
|
return suspendResult;
|
|
4859
4876
|
}
|
|
@@ -4868,14 +4885,14 @@
|
|
|
4868
4885
|
case 4:
|
|
4869
4886
|
this.ma_1 = 9;
|
|
4870
4887
|
this.la_1 = 5;
|
|
4871
|
-
suspendResult = this.
|
|
4888
|
+
suspendResult = this.e2t_1(this.f2t_1, this);
|
|
4872
4889
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4873
4890
|
return suspendResult;
|
|
4874
4891
|
}
|
|
4875
4892
|
|
|
4876
4893
|
continue $sm;
|
|
4877
4894
|
case 5:
|
|
4878
|
-
this.
|
|
4895
|
+
this.j2t_1 = suspendResult;
|
|
4879
4896
|
this.ma_1 = 10;
|
|
4880
4897
|
this.la_1 = 6;
|
|
4881
4898
|
var tmp_2 = this;
|
|
@@ -4883,13 +4900,13 @@
|
|
|
4883
4900
|
case 6:
|
|
4884
4901
|
this.ma_1 = 10;
|
|
4885
4902
|
var tmp_3 = this;
|
|
4886
|
-
this.
|
|
4887
|
-
tmp_3.
|
|
4903
|
+
this.h2t_1.l2h(this.i2t_1);
|
|
4904
|
+
tmp_3.g2t_1 = Unit_instance;
|
|
4888
4905
|
this.la_1 = 8;
|
|
4889
4906
|
continue $sm;
|
|
4890
4907
|
case 7:
|
|
4891
4908
|
this.ma_1 = 10;
|
|
4892
|
-
this.
|
|
4909
|
+
this.h2t_1.l2h(this.i2t_1);
|
|
4893
4910
|
if (false) {
|
|
4894
4911
|
this.la_1 = 1;
|
|
4895
4912
|
continue $sm;
|
|
@@ -4902,7 +4919,7 @@
|
|
|
4902
4919
|
case 9:
|
|
4903
4920
|
this.ma_1 = 10;
|
|
4904
4921
|
var t = this.oa_1;
|
|
4905
|
-
this.
|
|
4922
|
+
this.h2t_1.l2h(this.i2t_1);
|
|
4906
4923
|
throw t;
|
|
4907
4924
|
case 10:
|
|
4908
4925
|
throw this.oa_1;
|
|
@@ -4918,55 +4935,59 @@
|
|
|
4918
4935
|
}
|
|
4919
4936
|
while (true);
|
|
4920
4937
|
};
|
|
4921
|
-
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).
|
|
4922
|
-
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.
|
|
4923
|
-
i.
|
|
4938
|
+
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).e2b = function ($this$launch, completion) {
|
|
4939
|
+
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.d2t_1, this.e2t_1, completion);
|
|
4940
|
+
i.f2t_1 = $this$launch;
|
|
4924
4941
|
return i;
|
|
4925
4942
|
};
|
|
4926
4943
|
function AsyncProviderImpl$launchDefaultWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
4927
4944
|
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this$0, $block, resultContinuation);
|
|
4928
4945
|
var l = function ($this$launch, $completion) {
|
|
4929
|
-
return i.
|
|
4946
|
+
return i.d2b($this$launch, $completion);
|
|
4930
4947
|
};
|
|
4931
4948
|
l.$arity = 1;
|
|
4932
4949
|
return l;
|
|
4933
4950
|
}
|
|
4934
|
-
function AsyncProviderImpl(logger) {
|
|
4935
|
-
|
|
4936
|
-
|
|
4937
|
-
|
|
4951
|
+
function AsyncProviderImpl(logger, mainDispatcher, defaultDispatcher, unconfinedDispatcher) {
|
|
4952
|
+
mainDispatcher = mainDispatcher === VOID ? Dispatchers_getInstance().c1z() : mainDispatcher;
|
|
4953
|
+
defaultDispatcher = defaultDispatcher === VOID ? Dispatchers_getInstance().y1y_1 : defaultDispatcher;
|
|
4954
|
+
unconfinedDispatcher = unconfinedDispatcher === VOID ? Dispatchers_getInstance().z1y_1 : unconfinedDispatcher;
|
|
4955
|
+
this.w2r_1 = logger;
|
|
4956
|
+
this.x2r_1 = SupervisorJob();
|
|
4957
|
+
this.y2r_1 = Mutex();
|
|
4958
|
+
this.z2r_1 = Mutex();
|
|
4938
4959
|
var tmp = this;
|
|
4939
4960
|
// Inline function 'kotlinx.coroutines.CoroutineExceptionHandler' call
|
|
4940
|
-
tmp.
|
|
4941
|
-
this.
|
|
4942
|
-
this.
|
|
4943
|
-
this.
|
|
4961
|
+
tmp.a2s_1 = new _no_name_provided__qut3iv(this);
|
|
4962
|
+
this.b2s_1 = CoroutineScope_0(mainDispatcher.me(this.x2r_1));
|
|
4963
|
+
this.c2s_1 = CoroutineScope_0(defaultDispatcher.me(this.x2r_1));
|
|
4964
|
+
this.d2s_1 = CoroutineScope_0(unconfinedDispatcher.me(this.x2r_1));
|
|
4944
4965
|
}
|
|
4945
|
-
protoOf(AsyncProviderImpl).
|
|
4946
|
-
return this.
|
|
4966
|
+
protoOf(AsyncProviderImpl).n2r = function () {
|
|
4967
|
+
return this.a2s_1;
|
|
4947
4968
|
};
|
|
4948
|
-
protoOf(AsyncProviderImpl).
|
|
4949
|
-
return launch(this.
|
|
4969
|
+
protoOf(AsyncProviderImpl).u2r = function (context, block) {
|
|
4970
|
+
return launch(this.b2s_1, context, VOID, block);
|
|
4950
4971
|
};
|
|
4951
|
-
protoOf(AsyncProviderImpl).
|
|
4952
|
-
return launch(this.
|
|
4972
|
+
protoOf(AsyncProviderImpl).q2r = function (context, block) {
|
|
4973
|
+
return launch(this.c2s_1, context, VOID, block);
|
|
4953
4974
|
};
|
|
4954
|
-
protoOf(AsyncProviderImpl).
|
|
4955
|
-
return launch(this.
|
|
4975
|
+
protoOf(AsyncProviderImpl).o2r = function (context, block) {
|
|
4976
|
+
return launch(this.d2s_1, context, VOID, AsyncProviderImpl$launchUnconfinedWithLock$slambda_0(this, block, null));
|
|
4956
4977
|
};
|
|
4957
|
-
protoOf(AsyncProviderImpl).
|
|
4958
|
-
return launch(this.
|
|
4978
|
+
protoOf(AsyncProviderImpl).s2r = function (context, block) {
|
|
4979
|
+
return launch(this.c2s_1, context, VOID, AsyncProviderImpl$launchDefaultWithLock$slambda_0(this, block, null));
|
|
4959
4980
|
};
|
|
4960
4981
|
protoOf(AsyncProviderImpl).z1s = function () {
|
|
4961
|
-
if (!this.
|
|
4962
|
-
this.
|
|
4982
|
+
if (!this.x2r_1.k1r()) {
|
|
4983
|
+
this.x2r_1.x1r();
|
|
4963
4984
|
}
|
|
4964
4985
|
};
|
|
4965
4986
|
function IdsProvider() {
|
|
4966
4987
|
}
|
|
4967
4988
|
function UUIDIdsProvider() {
|
|
4968
4989
|
}
|
|
4969
|
-
protoOf(UUIDIdsProvider).
|
|
4990
|
+
protoOf(UUIDIdsProvider).k2t = function () {
|
|
4970
4991
|
return uuid4().toString();
|
|
4971
4992
|
};
|
|
4972
4993
|
var UUIDIdsProvider_instance;
|
|
@@ -4976,45 +4997,45 @@
|
|
|
4976
4997
|
function JobsProvider() {
|
|
4977
4998
|
}
|
|
4978
4999
|
function JobsProviderImpl(logger) {
|
|
4979
|
-
this.
|
|
5000
|
+
this.q2t_1 = logger;
|
|
4980
5001
|
var tmp = this;
|
|
4981
5002
|
// Inline function 'kotlin.collections.hashMapOf' call
|
|
4982
|
-
tmp.
|
|
5003
|
+
tmp.r2t_1 = HashMap_init_$Create$();
|
|
4983
5004
|
}
|
|
4984
|
-
protoOf(JobsProviderImpl).
|
|
4985
|
-
if (this.
|
|
4986
|
-
this.
|
|
5005
|
+
protoOf(JobsProviderImpl).l2t = function (timerTag, job) {
|
|
5006
|
+
if (this.p2t(timerTag)) {
|
|
5007
|
+
this.q2t_1.w(VOID, 'Timer already exists for that tag: ' + timerTag);
|
|
4987
5008
|
}
|
|
4988
5009
|
// Inline function 'kotlin.collections.set' call
|
|
4989
|
-
this.
|
|
5010
|
+
this.r2t_1.k2(timerTag, job);
|
|
4990
5011
|
};
|
|
4991
|
-
protoOf(JobsProviderImpl).
|
|
4992
|
-
return this.
|
|
5012
|
+
protoOf(JobsProviderImpl).p2t = function (timerTag) {
|
|
5013
|
+
return this.r2t_1.r2(timerTag);
|
|
4993
5014
|
};
|
|
4994
|
-
protoOf(JobsProviderImpl).
|
|
4995
|
-
if (!this.
|
|
4996
|
-
this.
|
|
5015
|
+
protoOf(JobsProviderImpl).n2t = function (timerTag) {
|
|
5016
|
+
if (!this.p2t(timerTag)) {
|
|
5017
|
+
this.q2t_1.w(VOID, "Can't find timer for that tag: " + timerTag);
|
|
4997
5018
|
}
|
|
4998
|
-
this.
|
|
5019
|
+
this.r2t_1.l2(timerTag);
|
|
4999
5020
|
};
|
|
5000
|
-
protoOf(JobsProviderImpl).
|
|
5021
|
+
protoOf(JobsProviderImpl).o2t = function (timers) {
|
|
5001
5022
|
// Inline function 'kotlin.collections.forEach' call
|
|
5002
5023
|
var tmp0_iterator = timers.v();
|
|
5003
5024
|
while (tmp0_iterator.w()) {
|
|
5004
5025
|
var element = tmp0_iterator.y();
|
|
5005
5026
|
// Inline function 'com.logic.data.providers.JobsProviderImpl.cancelJobs.<anonymous>' call
|
|
5006
|
-
var timer = this.
|
|
5027
|
+
var timer = this.r2t_1.t2(element);
|
|
5007
5028
|
if (timer == null)
|
|
5008
5029
|
null;
|
|
5009
5030
|
else {
|
|
5010
5031
|
timer.x1r();
|
|
5011
5032
|
}
|
|
5012
5033
|
}
|
|
5013
|
-
this.
|
|
5034
|
+
this.r2t_1.j2().a1(toSet(timers));
|
|
5014
5035
|
};
|
|
5015
|
-
protoOf(JobsProviderImpl).
|
|
5016
|
-
var timer = this.
|
|
5017
|
-
this.
|
|
5036
|
+
protoOf(JobsProviderImpl).m2t = function (timerTag) {
|
|
5037
|
+
var timer = this.r2t_1.t2(timerTag);
|
|
5038
|
+
this.r2t_1.l2(timerTag);
|
|
5018
5039
|
if (timer == null)
|
|
5019
5040
|
null;
|
|
5020
5041
|
else {
|
|
@@ -5036,13 +5057,13 @@
|
|
|
5036
5057
|
_init_properties_DI_kt__lm8vuj();
|
|
5037
5058
|
return Module_init_$Create$('Engine Logger Module', VOID, VOID, combinedLoggerModule$lambda(combinedLogger));
|
|
5038
5059
|
}
|
|
5039
|
-
function coreModule(config, asyncProvider, jobsProvider,
|
|
5060
|
+
function coreModule(config, asyncProvider, jobsProvider, idsProvider) {
|
|
5040
5061
|
config = config === VOID ? new CoreConfig() : config;
|
|
5041
5062
|
asyncProvider = asyncProvider === VOID ? null : asyncProvider;
|
|
5042
5063
|
jobsProvider = jobsProvider === VOID ? null : jobsProvider;
|
|
5043
|
-
|
|
5064
|
+
idsProvider = idsProvider === VOID ? null : idsProvider;
|
|
5044
5065
|
_init_properties_DI_kt__lm8vuj();
|
|
5045
|
-
return Module_init_$Create$('Core Module', VOID, VOID, coreModule$lambda(config, asyncProvider, jobsProvider,
|
|
5066
|
+
return Module_init_$Create$('Core Module', VOID, VOID, coreModule$lambda(config, asyncProvider, jobsProvider, idsProvider));
|
|
5046
5067
|
}
|
|
5047
5068
|
function coreLoggerModule$lambda($this$$receiver) {
|
|
5048
5069
|
_init_properties_DI_kt__lm8vuj();
|
|
@@ -5118,7 +5139,7 @@
|
|
|
5118
5139
|
function combinedLoggerModule$lambda$lambda($combinedLogger) {
|
|
5119
5140
|
return function ($this$singleton) {
|
|
5120
5141
|
var tmp0_elvis_lhs = $combinedLogger;
|
|
5121
|
-
return tmp0_elvis_lhs == null ?
|
|
5142
|
+
return tmp0_elvis_lhs == null ? Companion_instance_21.s2t() : tmp0_elvis_lhs;
|
|
5122
5143
|
};
|
|
5123
5144
|
}
|
|
5124
5145
|
function combinedLoggerModule$lambda$lambda_0($this$singleton) {
|
|
@@ -5206,13 +5227,13 @@
|
|
|
5206
5227
|
return tmp;
|
|
5207
5228
|
};
|
|
5208
5229
|
}
|
|
5209
|
-
function coreModule$lambda$lambda_2($
|
|
5230
|
+
function coreModule$lambda$lambda_2($idsProvider) {
|
|
5210
5231
|
return function ($this$singleton) {
|
|
5211
|
-
var tmp0_elvis_lhs = $
|
|
5232
|
+
var tmp0_elvis_lhs = $idsProvider;
|
|
5212
5233
|
return tmp0_elvis_lhs == null ? UUIDIdsProvider_instance : tmp0_elvis_lhs;
|
|
5213
5234
|
};
|
|
5214
5235
|
}
|
|
5215
|
-
function coreModule$lambda($config, $asyncProvider, $jobsProvider, $
|
|
5236
|
+
function coreModule$lambda($config, $asyncProvider, $jobsProvider, $idsProvider) {
|
|
5216
5237
|
return function ($this$$receiver) {
|
|
5217
5238
|
// Inline function 'org.kodein.di.bind' call
|
|
5218
5239
|
// Inline function 'org.kodein.type.generic' call
|
|
@@ -5265,12 +5286,12 @@
|
|
|
5265
5286
|
var tmp$ret$12 = isInterface(tmp_17, TypeToken) ? tmp_17 : THROW_CCE();
|
|
5266
5287
|
var tmp_18 = $this$$receiver.u1g(tmp$ret$12, null, null);
|
|
5267
5288
|
// Inline function 'org.kodein.di.singleton' call
|
|
5268
|
-
var creator_2 = coreModule$lambda$lambda_2($
|
|
5289
|
+
var creator_2 = coreModule$lambda$lambda_2($idsProvider);
|
|
5269
5290
|
var tmp_19 = $this$$receiver.z1g();
|
|
5270
5291
|
var tmp_20 = $this$$receiver.x1g();
|
|
5271
5292
|
var tmp_21 = $this$$receiver.y1g();
|
|
5272
5293
|
// Inline function 'org.kodein.type.generic' call
|
|
5273
|
-
var tmp_22 = typeToken(createKType(getKClass(
|
|
5294
|
+
var tmp_22 = typeToken(createKType(getKClass(IdsProvider), arrayOf([]), false));
|
|
5274
5295
|
var tmp$ret$14 = isInterface(tmp_22, TypeToken) ? tmp_22 : THROW_CCE();
|
|
5275
5296
|
var tmp$ret$15 = new Singleton(tmp_19, tmp_20, tmp_21, tmp$ret$14, null, true, creator_2);
|
|
5276
5297
|
tmp_18.r1k(tmp$ret$15);
|
|
@@ -5292,27 +5313,27 @@
|
|
|
5292
5313
|
function FileSystemImpl(directory, fileSystem) {
|
|
5293
5314
|
directory = directory === VOID ? get_SystemTemporaryDirectory() : directory;
|
|
5294
5315
|
fileSystem = fileSystem === VOID ? get_SystemFileSystem() : fileSystem;
|
|
5295
|
-
this.
|
|
5296
|
-
this.
|
|
5316
|
+
this.v2t_1 = directory;
|
|
5317
|
+
this.w2t_1 = fileSystem;
|
|
5297
5318
|
}
|
|
5298
|
-
protoOf(FileSystemImpl).
|
|
5299
|
-
var exists = this.
|
|
5319
|
+
protoOf(FileSystemImpl).t2t = function (filePath, append, $completion) {
|
|
5320
|
+
var exists = this.w2t_1.k1p(this.v2t_1);
|
|
5300
5321
|
if (!exists) {
|
|
5301
|
-
this.
|
|
5322
|
+
this.w2t_1.o1p(this.v2t_1);
|
|
5302
5323
|
}
|
|
5303
|
-
return buffered(this.
|
|
5324
|
+
return buffered(this.w2t_1.p1p(Path_0(this.v2t_1, [filePath]), append));
|
|
5304
5325
|
};
|
|
5305
|
-
protoOf(FileSystemImpl).
|
|
5306
|
-
this.
|
|
5326
|
+
protoOf(FileSystemImpl).u2t = function ($completion) {
|
|
5327
|
+
this.w2t_1.m1p(this.v2t_1);
|
|
5307
5328
|
return Unit_instance;
|
|
5308
5329
|
};
|
|
5309
5330
|
function LoggerFactoryImpl(coreConfig, fileSystem) {
|
|
5310
|
-
this.
|
|
5311
|
-
this.
|
|
5331
|
+
this.x2t_1 = coreConfig;
|
|
5332
|
+
this.y2t_1 = fileSystem;
|
|
5312
5333
|
}
|
|
5313
|
-
protoOf(LoggerFactoryImpl).
|
|
5314
|
-
var fileName = replace(this.
|
|
5315
|
-
return new LogsStorageControllerImpl(fileName, this.
|
|
5334
|
+
protoOf(LoggerFactoryImpl).z2t = function (key) {
|
|
5335
|
+
var fileName = replace(this.x2t_1.fileNameFormat, '%S', key);
|
|
5336
|
+
return new LogsStorageControllerImpl(fileName, this.y2t_1);
|
|
5316
5337
|
};
|
|
5317
5338
|
function LoggerFactory() {
|
|
5318
5339
|
}
|
|
@@ -5324,8 +5345,8 @@
|
|
|
5324
5345
|
}
|
|
5325
5346
|
function $appendToFileCOROUTINE$0(_this__u8e3s4, message, resultContinuation) {
|
|
5326
5347
|
CoroutineImpl.call(this, resultContinuation);
|
|
5327
|
-
this.
|
|
5328
|
-
this.
|
|
5348
|
+
this.i2u_1 = _this__u8e3s4;
|
|
5349
|
+
this.j2u_1 = message;
|
|
5329
5350
|
}
|
|
5330
5351
|
protoOf($appendToFileCOROUTINE$0).ya = function () {
|
|
5331
5352
|
var suspendResult = this.na_1;
|
|
@@ -5337,7 +5358,7 @@
|
|
|
5337
5358
|
this.ma_1 = 3;
|
|
5338
5359
|
this.ma_1 = 2;
|
|
5339
5360
|
this.la_1 = 1;
|
|
5340
|
-
suspendResult = this.
|
|
5361
|
+
suspendResult = this.i2u_1.l2u_1.t2t(this.i2u_1.k2u_1, true, this);
|
|
5341
5362
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5342
5363
|
return suspendResult;
|
|
5343
5364
|
}
|
|
@@ -5348,7 +5369,7 @@
|
|
|
5348
5369
|
var sink = buffered(ARGUMENT);
|
|
5349
5370
|
l$ret$1: do {
|
|
5350
5371
|
try {
|
|
5351
|
-
writeString(sink, this.
|
|
5372
|
+
writeString(sink, this.j2u_1 + '\n');
|
|
5352
5373
|
break l$ret$1;
|
|
5353
5374
|
} catch ($p) {
|
|
5354
5375
|
var t = $p;
|
|
@@ -5366,7 +5387,7 @@
|
|
|
5366
5387
|
var tmp_0 = this.oa_1;
|
|
5367
5388
|
if (tmp_0 instanceof Exception) {
|
|
5368
5389
|
var e = this.oa_1;
|
|
5369
|
-
Logger_getInstance().
|
|
5390
|
+
Logger_getInstance().p2u(VOID, 'Error writing to log file: ' + e.message, e);
|
|
5370
5391
|
this.la_1 = 4;
|
|
5371
5392
|
continue $sm;
|
|
5372
5393
|
} else {
|
|
@@ -5391,10 +5412,10 @@
|
|
|
5391
5412
|
while (true);
|
|
5392
5413
|
};
|
|
5393
5414
|
function LogsStorageControllerImpl(fileName, fileSystem) {
|
|
5394
|
-
this.
|
|
5395
|
-
this.
|
|
5415
|
+
this.k2u_1 = fileName;
|
|
5416
|
+
this.l2u_1 = fileSystem;
|
|
5396
5417
|
}
|
|
5397
|
-
protoOf(LogsStorageControllerImpl).
|
|
5418
|
+
protoOf(LogsStorageControllerImpl).q2u = function (log, $completion) {
|
|
5398
5419
|
return appendToFile(this, log, $completion);
|
|
5399
5420
|
};
|
|
5400
5421
|
function BufferedAction() {
|
|
@@ -5409,22 +5430,22 @@
|
|
|
5409
5430
|
initialDelay = initialDelay === VOID ? new Long(0, 0) : initialDelay;
|
|
5410
5431
|
type = type === VOID ? TimerType_DELAY_getInstance() : type;
|
|
5411
5432
|
TimerAction.call(this);
|
|
5412
|
-
this.
|
|
5413
|
-
this.
|
|
5414
|
-
this.
|
|
5415
|
-
this.
|
|
5433
|
+
this.v2u_1 = timerTag;
|
|
5434
|
+
this.w2u_1 = delayMillis;
|
|
5435
|
+
this.x2u_1 = initialDelay;
|
|
5436
|
+
this.y2u_1 = type;
|
|
5416
5437
|
}
|
|
5417
|
-
protoOf(StartTimerAction).
|
|
5418
|
-
return this.
|
|
5438
|
+
protoOf(StartTimerAction).z2u = function () {
|
|
5439
|
+
return this.v2u_1;
|
|
5419
5440
|
};
|
|
5420
5441
|
protoOf(StartTimerAction).toString = function () {
|
|
5421
|
-
return 'StartTimerAction(timerTag=' + this.
|
|
5442
|
+
return 'StartTimerAction(timerTag=' + this.v2u_1 + ', delayMillis=' + this.w2u_1.toString() + ', initialDelay=' + this.x2u_1.toString() + ', type=' + this.y2u_1 + ')';
|
|
5422
5443
|
};
|
|
5423
5444
|
protoOf(StartTimerAction).hashCode = function () {
|
|
5424
|
-
var result = hashCode(this.
|
|
5425
|
-
result = imul(result, 31) + this.
|
|
5426
|
-
result = imul(result, 31) + this.
|
|
5427
|
-
result = imul(result, 31) + this.
|
|
5445
|
+
var result = hashCode(this.v2u_1);
|
|
5446
|
+
result = imul(result, 31) + this.w2u_1.hashCode() | 0;
|
|
5447
|
+
result = imul(result, 31) + this.x2u_1.hashCode() | 0;
|
|
5448
|
+
result = imul(result, 31) + this.y2u_1.hashCode() | 0;
|
|
5428
5449
|
return result;
|
|
5429
5450
|
};
|
|
5430
5451
|
protoOf(StartTimerAction).equals = function (other) {
|
|
@@ -5433,13 +5454,13 @@
|
|
|
5433
5454
|
if (!(other instanceof StartTimerAction))
|
|
5434
5455
|
return false;
|
|
5435
5456
|
var tmp0_other_with_cast = other instanceof StartTimerAction ? other : THROW_CCE();
|
|
5436
|
-
if (!equals(this.
|
|
5457
|
+
if (!equals(this.v2u_1, tmp0_other_with_cast.v2u_1))
|
|
5437
5458
|
return false;
|
|
5438
|
-
if (!this.
|
|
5459
|
+
if (!this.w2u_1.equals(tmp0_other_with_cast.w2u_1))
|
|
5439
5460
|
return false;
|
|
5440
|
-
if (!this.
|
|
5461
|
+
if (!this.x2u_1.equals(tmp0_other_with_cast.x2u_1))
|
|
5441
5462
|
return false;
|
|
5442
|
-
if (!this.
|
|
5463
|
+
if (!this.y2u_1.equals(tmp0_other_with_cast.y2u_1))
|
|
5443
5464
|
return false;
|
|
5444
5465
|
return true;
|
|
5445
5466
|
};
|
|
@@ -5458,21 +5479,21 @@
|
|
|
5458
5479
|
}
|
|
5459
5480
|
function TimerTickAction(timerTag, type) {
|
|
5460
5481
|
TimerAction.call(this);
|
|
5461
|
-
this.
|
|
5462
|
-
this.
|
|
5482
|
+
this.a2v_1 = timerTag;
|
|
5483
|
+
this.b2v_1 = type;
|
|
5463
5484
|
}
|
|
5464
|
-
protoOf(TimerTickAction).
|
|
5465
|
-
return this.
|
|
5485
|
+
protoOf(TimerTickAction).z2u = function () {
|
|
5486
|
+
return this.a2v_1;
|
|
5466
5487
|
};
|
|
5467
5488
|
protoOf(TimerTickAction).notValidateWhenFinished = function () {
|
|
5468
|
-
return this.
|
|
5489
|
+
return this.a2v_1.notValidateWhenFinished();
|
|
5469
5490
|
};
|
|
5470
5491
|
protoOf(TimerTickAction).toString = function () {
|
|
5471
|
-
return 'TimerTickAction(timerTag=' + this.
|
|
5492
|
+
return 'TimerTickAction(timerTag=' + this.a2v_1 + ', type=' + this.b2v_1 + ')';
|
|
5472
5493
|
};
|
|
5473
5494
|
protoOf(TimerTickAction).hashCode = function () {
|
|
5474
|
-
var result = hashCode(this.
|
|
5475
|
-
result = imul(result, 31) + this.
|
|
5495
|
+
var result = hashCode(this.a2v_1);
|
|
5496
|
+
result = imul(result, 31) + this.b2v_1.hashCode() | 0;
|
|
5476
5497
|
return result;
|
|
5477
5498
|
};
|
|
5478
5499
|
protoOf(TimerTickAction).equals = function (other) {
|
|
@@ -5481,24 +5502,24 @@
|
|
|
5481
5502
|
if (!(other instanceof TimerTickAction))
|
|
5482
5503
|
return false;
|
|
5483
5504
|
var tmp0_other_with_cast = other instanceof TimerTickAction ? other : THROW_CCE();
|
|
5484
|
-
if (!equals(this.
|
|
5505
|
+
if (!equals(this.a2v_1, tmp0_other_with_cast.a2v_1))
|
|
5485
5506
|
return false;
|
|
5486
|
-
if (!this.
|
|
5507
|
+
if (!this.b2v_1.equals(tmp0_other_with_cast.b2v_1))
|
|
5487
5508
|
return false;
|
|
5488
5509
|
return true;
|
|
5489
5510
|
};
|
|
5490
5511
|
function StopTimerAction(timerTag) {
|
|
5491
5512
|
TimerAction.call(this);
|
|
5492
|
-
this.
|
|
5513
|
+
this.c2v_1 = timerTag;
|
|
5493
5514
|
}
|
|
5494
|
-
protoOf(StopTimerAction).
|
|
5495
|
-
return this.
|
|
5515
|
+
protoOf(StopTimerAction).z2u = function () {
|
|
5516
|
+
return this.c2v_1;
|
|
5496
5517
|
};
|
|
5497
5518
|
protoOf(StopTimerAction).toString = function () {
|
|
5498
|
-
return 'StopTimerAction(timerTag=' + this.
|
|
5519
|
+
return 'StopTimerAction(timerTag=' + this.c2v_1 + ')';
|
|
5499
5520
|
};
|
|
5500
5521
|
protoOf(StopTimerAction).hashCode = function () {
|
|
5501
|
-
return hashCode(this.
|
|
5522
|
+
return hashCode(this.c2v_1);
|
|
5502
5523
|
};
|
|
5503
5524
|
protoOf(StopTimerAction).equals = function (other) {
|
|
5504
5525
|
if (this === other)
|
|
@@ -5506,7 +5527,7 @@
|
|
|
5506
5527
|
if (!(other instanceof StopTimerAction))
|
|
5507
5528
|
return false;
|
|
5508
5529
|
var tmp0_other_with_cast = other instanceof StopTimerAction ? other : THROW_CCE();
|
|
5509
|
-
if (!equals(this.
|
|
5530
|
+
if (!equals(this.c2v_1, tmp0_other_with_cast.c2v_1))
|
|
5510
5531
|
return false;
|
|
5511
5532
|
return true;
|
|
5512
5533
|
};
|
|
@@ -5524,12 +5545,47 @@
|
|
|
5524
5545
|
}
|
|
5525
5546
|
function NotValidateIfGameFinishing() {
|
|
5526
5547
|
}
|
|
5548
|
+
function applyCatcher(logger) {
|
|
5549
|
+
return applyCatcher$lambda(logger);
|
|
5550
|
+
}
|
|
5551
|
+
function applyCatcher$lambda$lambda$lambda($origDispatch, $logger) {
|
|
5552
|
+
return function (action) {
|
|
5553
|
+
var tmp;
|
|
5554
|
+
try {
|
|
5555
|
+
tmp = $origDispatch(action);
|
|
5556
|
+
} catch ($p) {
|
|
5557
|
+
var tmp_0;
|
|
5558
|
+
if ($p instanceof Exception) {
|
|
5559
|
+
var error = $p;
|
|
5560
|
+
$logger.e('StoreEnhancer', 'applyCatcher error: ' + error, error, action);
|
|
5561
|
+
tmp_0 = Unit_instance;
|
|
5562
|
+
} else {
|
|
5563
|
+
throw $p;
|
|
5564
|
+
}
|
|
5565
|
+
tmp = tmp_0;
|
|
5566
|
+
}
|
|
5567
|
+
return Unit_instance;
|
|
5568
|
+
};
|
|
5569
|
+
}
|
|
5570
|
+
function applyCatcher$lambda$lambda($storeCreator, $logger) {
|
|
5571
|
+
return function (reducer, initialState, en) {
|
|
5572
|
+
var store = $storeCreator(reducer, initialState, en);
|
|
5573
|
+
var origDispatch = store.dispatch;
|
|
5574
|
+
store.dispatch = applyCatcher$lambda$lambda$lambda(origDispatch, $logger);
|
|
5575
|
+
return store;
|
|
5576
|
+
};
|
|
5577
|
+
}
|
|
5578
|
+
function applyCatcher$lambda($logger) {
|
|
5579
|
+
return function (storeCreator) {
|
|
5580
|
+
return applyCatcher$lambda$lambda(storeCreator, $logger);
|
|
5581
|
+
};
|
|
5582
|
+
}
|
|
5527
5583
|
function applyMiddleware(middlewares) {
|
|
5528
5584
|
return applyMiddleware$lambda(middlewares);
|
|
5529
5585
|
}
|
|
5530
5586
|
function applyMiddleware$lambda$lambda$lambda$lambda($middleware, $store, $dispatcher) {
|
|
5531
5587
|
return function (action) {
|
|
5532
|
-
$middleware.
|
|
5588
|
+
$middleware.d2v($store, $dispatcher, action);
|
|
5533
5589
|
return Unit_instance;
|
|
5534
5590
|
};
|
|
5535
5591
|
}
|
|
@@ -5545,7 +5601,7 @@
|
|
|
5545
5601
|
var element = this_0[inductionVariable];
|
|
5546
5602
|
inductionVariable = inductionVariable + 1 | 0;
|
|
5547
5603
|
// Inline function 'com.logic.redux.enhancers.applyMiddleware.<anonymous>.<anonymous>.<anonymous>.<anonymous>' call
|
|
5548
|
-
if (element.
|
|
5604
|
+
if (element.e2v(action)) {
|
|
5549
5605
|
destination.s(element);
|
|
5550
5606
|
}
|
|
5551
5607
|
}
|
|
@@ -5583,18 +5639,18 @@
|
|
|
5583
5639
|
return applyThread$lambda(asyncProvider);
|
|
5584
5640
|
}
|
|
5585
5641
|
function applyThread$lambda$lambda$lambda$slambda($origDispatch, $action, resultContinuation) {
|
|
5586
|
-
this.
|
|
5587
|
-
this.
|
|
5642
|
+
this.n2v_1 = $origDispatch;
|
|
5643
|
+
this.o2v_1 = $action;
|
|
5588
5644
|
CoroutineImpl.call(this, resultContinuation);
|
|
5589
5645
|
}
|
|
5590
|
-
protoOf(applyThread$lambda$lambda$lambda$slambda).
|
|
5591
|
-
var tmp = this.
|
|
5646
|
+
protoOf(applyThread$lambda$lambda$lambda$slambda).d2b = function ($this$launchUnconfinedWithLock, $completion) {
|
|
5647
|
+
var tmp = this.e2b($this$launchUnconfinedWithLock, $completion);
|
|
5592
5648
|
tmp.na_1 = Unit_instance;
|
|
5593
5649
|
tmp.oa_1 = null;
|
|
5594
5650
|
return tmp.ya();
|
|
5595
5651
|
};
|
|
5596
5652
|
protoOf(applyThread$lambda$lambda$lambda$slambda).lb = function (p1, $completion) {
|
|
5597
|
-
return this.
|
|
5653
|
+
return this.d2b((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
5598
5654
|
};
|
|
5599
5655
|
protoOf(applyThread$lambda$lambda$lambda$slambda).ya = function () {
|
|
5600
5656
|
var suspendResult = this.na_1;
|
|
@@ -5603,7 +5659,7 @@
|
|
|
5603
5659
|
var tmp = this.la_1;
|
|
5604
5660
|
if (tmp === 0) {
|
|
5605
5661
|
this.ma_1 = 1;
|
|
5606
|
-
this.
|
|
5662
|
+
this.n2v_1(this.o2v_1);
|
|
5607
5663
|
return Unit_instance;
|
|
5608
5664
|
} else if (tmp === 1) {
|
|
5609
5665
|
throw this.oa_1;
|
|
@@ -5614,22 +5670,22 @@
|
|
|
5614
5670
|
}
|
|
5615
5671
|
while (true);
|
|
5616
5672
|
};
|
|
5617
|
-
protoOf(applyThread$lambda$lambda$lambda$slambda).
|
|
5618
|
-
var i = new applyThread$lambda$lambda$lambda$slambda(this.
|
|
5619
|
-
i.
|
|
5673
|
+
protoOf(applyThread$lambda$lambda$lambda$slambda).e2b = function ($this$launchUnconfinedWithLock, completion) {
|
|
5674
|
+
var i = new applyThread$lambda$lambda$lambda$slambda(this.n2v_1, this.o2v_1, completion);
|
|
5675
|
+
i.p2v_1 = $this$launchUnconfinedWithLock;
|
|
5620
5676
|
return i;
|
|
5621
5677
|
};
|
|
5622
5678
|
function applyThread$lambda$lambda$lambda$slambda_0($origDispatch, $action, resultContinuation) {
|
|
5623
5679
|
var i = new applyThread$lambda$lambda$lambda$slambda($origDispatch, $action, resultContinuation);
|
|
5624
5680
|
var l = function ($this$launchUnconfinedWithLock, $completion) {
|
|
5625
|
-
return i.
|
|
5681
|
+
return i.d2b($this$launchUnconfinedWithLock, $completion);
|
|
5626
5682
|
};
|
|
5627
5683
|
l.$arity = 1;
|
|
5628
5684
|
return l;
|
|
5629
5685
|
}
|
|
5630
5686
|
function applyThread$lambda$lambda$lambda($asyncProvider, $origDispatch) {
|
|
5631
5687
|
return function (action) {
|
|
5632
|
-
$asyncProvider.
|
|
5688
|
+
$asyncProvider.p2r(VOID, applyThread$lambda$lambda$lambda$slambda_0($origDispatch, action, null));
|
|
5633
5689
|
return Unit_instance;
|
|
5634
5690
|
};
|
|
5635
5691
|
}
|
|
@@ -5651,19 +5707,19 @@
|
|
|
5651
5707
|
return new _no_name_provided__qut3iv_0(asyncProvider, jobsProvider);
|
|
5652
5708
|
}
|
|
5653
5709
|
function timerMiddleware$o$handle$slambda$slambda($jobsProvider, $action, $store, resultContinuation) {
|
|
5654
|
-
this.
|
|
5655
|
-
this.
|
|
5656
|
-
this.
|
|
5710
|
+
this.y2v_1 = $jobsProvider;
|
|
5711
|
+
this.z2v_1 = $action;
|
|
5712
|
+
this.a2w_1 = $store;
|
|
5657
5713
|
CoroutineImpl.call(this, resultContinuation);
|
|
5658
5714
|
}
|
|
5659
|
-
protoOf(timerMiddleware$o$handle$slambda$slambda).
|
|
5660
|
-
var tmp = this.
|
|
5715
|
+
protoOf(timerMiddleware$o$handle$slambda$slambda).d2b = function ($this$launchMain, $completion) {
|
|
5716
|
+
var tmp = this.e2b($this$launchMain, $completion);
|
|
5661
5717
|
tmp.na_1 = Unit_instance;
|
|
5662
5718
|
tmp.oa_1 = null;
|
|
5663
5719
|
return tmp.ya();
|
|
5664
5720
|
};
|
|
5665
5721
|
protoOf(timerMiddleware$o$handle$slambda$slambda).lb = function (p1, $completion) {
|
|
5666
|
-
return this.
|
|
5722
|
+
return this.d2b((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
5667
5723
|
};
|
|
5668
5724
|
protoOf(timerMiddleware$o$handle$slambda$slambda).ya = function () {
|
|
5669
5725
|
var suspendResult = this.na_1;
|
|
@@ -5672,8 +5728,8 @@
|
|
|
5672
5728
|
var tmp = this.la_1;
|
|
5673
5729
|
if (tmp === 0) {
|
|
5674
5730
|
this.ma_1 = 1;
|
|
5675
|
-
if (this.
|
|
5676
|
-
this.
|
|
5731
|
+
if (this.y2v_1.p2t(this.z2v_1.z2u())) {
|
|
5732
|
+
this.a2w_1.dispatch(new TimerTickAction(this.z2v_1.z2u(), TimerType_DELAY_getInstance()));
|
|
5677
5733
|
}
|
|
5678
5734
|
return Unit_instance;
|
|
5679
5735
|
} else if (tmp === 1) {
|
|
@@ -5685,33 +5741,33 @@
|
|
|
5685
5741
|
}
|
|
5686
5742
|
while (true);
|
|
5687
5743
|
};
|
|
5688
|
-
protoOf(timerMiddleware$o$handle$slambda$slambda).
|
|
5689
|
-
var i = new timerMiddleware$o$handle$slambda$slambda(this.
|
|
5690
|
-
i.
|
|
5744
|
+
protoOf(timerMiddleware$o$handle$slambda$slambda).e2b = function ($this$launchMain, completion) {
|
|
5745
|
+
var i = new timerMiddleware$o$handle$slambda$slambda(this.y2v_1, this.z2v_1, this.a2w_1, completion);
|
|
5746
|
+
i.b2w_1 = $this$launchMain;
|
|
5691
5747
|
return i;
|
|
5692
5748
|
};
|
|
5693
5749
|
function timerMiddleware$o$handle$slambda$slambda_0($jobsProvider, $action, $store, resultContinuation) {
|
|
5694
5750
|
var i = new timerMiddleware$o$handle$slambda$slambda($jobsProvider, $action, $store, resultContinuation);
|
|
5695
5751
|
var l = function ($this$launchMain, $completion) {
|
|
5696
|
-
return i.
|
|
5752
|
+
return i.d2b($this$launchMain, $completion);
|
|
5697
5753
|
};
|
|
5698
5754
|
l.$arity = 1;
|
|
5699
5755
|
return l;
|
|
5700
5756
|
}
|
|
5701
5757
|
function timerMiddleware$o$handle$slambda$slambda_1($jobsProvider, $action, $store, resultContinuation) {
|
|
5702
|
-
this.
|
|
5703
|
-
this.
|
|
5704
|
-
this.
|
|
5758
|
+
this.k2w_1 = $jobsProvider;
|
|
5759
|
+
this.l2w_1 = $action;
|
|
5760
|
+
this.m2w_1 = $store;
|
|
5705
5761
|
CoroutineImpl.call(this, resultContinuation);
|
|
5706
5762
|
}
|
|
5707
|
-
protoOf(timerMiddleware$o$handle$slambda$slambda_1).
|
|
5708
|
-
var tmp = this.
|
|
5763
|
+
protoOf(timerMiddleware$o$handle$slambda$slambda_1).d2b = function ($this$launchMain, $completion) {
|
|
5764
|
+
var tmp = this.e2b($this$launchMain, $completion);
|
|
5709
5765
|
tmp.na_1 = Unit_instance;
|
|
5710
5766
|
tmp.oa_1 = null;
|
|
5711
5767
|
return tmp.ya();
|
|
5712
5768
|
};
|
|
5713
5769
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).lb = function (p1, $completion) {
|
|
5714
|
-
return this.
|
|
5770
|
+
return this.d2b((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
5715
5771
|
};
|
|
5716
5772
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).ya = function () {
|
|
5717
5773
|
var suspendResult = this.na_1;
|
|
@@ -5720,8 +5776,8 @@
|
|
|
5720
5776
|
var tmp = this.la_1;
|
|
5721
5777
|
if (tmp === 0) {
|
|
5722
5778
|
this.ma_1 = 1;
|
|
5723
|
-
if (this.
|
|
5724
|
-
this.
|
|
5779
|
+
if (this.k2w_1.p2t(this.l2w_1.z2u())) {
|
|
5780
|
+
this.m2w_1.dispatch(new TimerTickAction(this.l2w_1.z2u(), TimerType_INTERVAL_getInstance()));
|
|
5725
5781
|
}
|
|
5726
5782
|
return Unit_instance;
|
|
5727
5783
|
} else if (tmp === 1) {
|
|
@@ -5733,34 +5789,34 @@
|
|
|
5733
5789
|
}
|
|
5734
5790
|
while (true);
|
|
5735
5791
|
};
|
|
5736
|
-
protoOf(timerMiddleware$o$handle$slambda$slambda_1).
|
|
5737
|
-
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.
|
|
5738
|
-
i.
|
|
5792
|
+
protoOf(timerMiddleware$o$handle$slambda$slambda_1).e2b = function ($this$launchMain, completion) {
|
|
5793
|
+
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.k2w_1, this.l2w_1, this.m2w_1, completion);
|
|
5794
|
+
i.n2w_1 = $this$launchMain;
|
|
5739
5795
|
return i;
|
|
5740
5796
|
};
|
|
5741
5797
|
function timerMiddleware$o$handle$slambda$slambda_2($jobsProvider, $action, $store, resultContinuation) {
|
|
5742
5798
|
var i = new timerMiddleware$o$handle$slambda$slambda_1($jobsProvider, $action, $store, resultContinuation);
|
|
5743
5799
|
var l = function ($this$launchMain, $completion) {
|
|
5744
|
-
return i.
|
|
5800
|
+
return i.d2b($this$launchMain, $completion);
|
|
5745
5801
|
};
|
|
5746
5802
|
l.$arity = 1;
|
|
5747
5803
|
return l;
|
|
5748
5804
|
}
|
|
5749
5805
|
function timerMiddleware$o$handle$slambda($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
5750
|
-
this.
|
|
5751
|
-
this.
|
|
5752
|
-
this.
|
|
5753
|
-
this.
|
|
5806
|
+
this.w2w_1 = $action;
|
|
5807
|
+
this.x2w_1 = $asyncProvider;
|
|
5808
|
+
this.y2w_1 = $jobsProvider;
|
|
5809
|
+
this.z2w_1 = $store;
|
|
5754
5810
|
CoroutineImpl.call(this, resultContinuation);
|
|
5755
5811
|
}
|
|
5756
|
-
protoOf(timerMiddleware$o$handle$slambda).
|
|
5757
|
-
var tmp = this.
|
|
5812
|
+
protoOf(timerMiddleware$o$handle$slambda).d2b = function ($this$launchDefault, $completion) {
|
|
5813
|
+
var tmp = this.e2b($this$launchDefault, $completion);
|
|
5758
5814
|
tmp.na_1 = Unit_instance;
|
|
5759
5815
|
tmp.oa_1 = null;
|
|
5760
5816
|
return tmp.ya();
|
|
5761
5817
|
};
|
|
5762
5818
|
protoOf(timerMiddleware$o$handle$slambda).lb = function (p1, $completion) {
|
|
5763
|
-
return this.
|
|
5819
|
+
return this.d2b((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
5764
5820
|
};
|
|
5765
5821
|
protoOf(timerMiddleware$o$handle$slambda).ya = function () {
|
|
5766
5822
|
var suspendResult = this.na_1;
|
|
@@ -5770,9 +5826,9 @@
|
|
|
5770
5826
|
switch (tmp) {
|
|
5771
5827
|
case 0:
|
|
5772
5828
|
this.ma_1 = 10;
|
|
5773
|
-
if (!this.
|
|
5829
|
+
if (!this.w2w_1.x2u_1.equals(new Long(0, 0)) ? this.w2w_1.y2u_1.equals(TimerType_INTERVAL_getInstance()) : false) {
|
|
5774
5830
|
this.la_1 = 1;
|
|
5775
|
-
suspendResult = delay(this.
|
|
5831
|
+
suspendResult = delay(this.w2w_1.x2u_1, this);
|
|
5776
5832
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5777
5833
|
return suspendResult;
|
|
5778
5834
|
}
|
|
@@ -5786,20 +5842,20 @@
|
|
|
5786
5842
|
this.la_1 = 2;
|
|
5787
5843
|
continue $sm;
|
|
5788
5844
|
case 2:
|
|
5789
|
-
this.
|
|
5790
|
-
this.
|
|
5791
|
-
if (this.
|
|
5845
|
+
this.b2x_1 = this.w2w_1.y2u_1;
|
|
5846
|
+
this.c2x_1 = this.b2x_1.g8_1;
|
|
5847
|
+
if (this.c2x_1 === 0) {
|
|
5792
5848
|
this.la_1 = 8;
|
|
5793
|
-
suspendResult = delay(this.
|
|
5849
|
+
suspendResult = delay(this.w2w_1.w2u_1, this);
|
|
5794
5850
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5795
5851
|
return suspendResult;
|
|
5796
5852
|
}
|
|
5797
5853
|
continue $sm;
|
|
5798
5854
|
} else {
|
|
5799
|
-
if (this.
|
|
5800
|
-
if (!this.
|
|
5855
|
+
if (this.c2x_1 === 1) {
|
|
5856
|
+
if (!this.w2w_1.x2u_1.equals(new Long(0, 0))) {
|
|
5801
5857
|
this.la_1 = 3;
|
|
5802
|
-
suspendResult = delay(this.
|
|
5858
|
+
suspendResult = delay(this.w2w_1.x2u_1, this);
|
|
5803
5859
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5804
5860
|
return suspendResult;
|
|
5805
5861
|
}
|
|
@@ -5821,14 +5877,14 @@
|
|
|
5821
5877
|
this.la_1 = 5;
|
|
5822
5878
|
continue $sm;
|
|
5823
5879
|
case 5:
|
|
5824
|
-
if (!get_isActive(this.
|
|
5880
|
+
if (!get_isActive(this.a2x_1)) {
|
|
5825
5881
|
this.la_1 = 7;
|
|
5826
5882
|
continue $sm;
|
|
5827
5883
|
}
|
|
5828
5884
|
|
|
5829
|
-
this.
|
|
5885
|
+
this.x2w_1.v2r(VOID, timerMiddleware$o$handle$slambda$slambda_2(this.y2w_1, this.w2w_1, this.z2w_1, null));
|
|
5830
5886
|
this.la_1 = 6;
|
|
5831
|
-
suspendResult = delay(this.
|
|
5887
|
+
suspendResult = delay(this.w2w_1.x2u_1, this);
|
|
5832
5888
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5833
5889
|
return suspendResult;
|
|
5834
5890
|
}
|
|
@@ -5841,7 +5897,7 @@
|
|
|
5841
5897
|
this.la_1 = 9;
|
|
5842
5898
|
continue $sm;
|
|
5843
5899
|
case 8:
|
|
5844
|
-
this.
|
|
5900
|
+
this.x2w_1.v2r(VOID, timerMiddleware$o$handle$slambda$slambda_0(this.y2w_1, this.w2w_1, this.z2w_1, null));
|
|
5845
5901
|
this.la_1 = 9;
|
|
5846
5902
|
continue $sm;
|
|
5847
5903
|
case 9:
|
|
@@ -5860,47 +5916,47 @@
|
|
|
5860
5916
|
}
|
|
5861
5917
|
while (true);
|
|
5862
5918
|
};
|
|
5863
|
-
protoOf(timerMiddleware$o$handle$slambda).
|
|
5864
|
-
var i = new timerMiddleware$o$handle$slambda(this.
|
|
5865
|
-
i.
|
|
5919
|
+
protoOf(timerMiddleware$o$handle$slambda).e2b = function ($this$launchDefault, completion) {
|
|
5920
|
+
var i = new timerMiddleware$o$handle$slambda(this.w2w_1, this.x2w_1, this.y2w_1, this.z2w_1, completion);
|
|
5921
|
+
i.a2x_1 = $this$launchDefault;
|
|
5866
5922
|
return i;
|
|
5867
5923
|
};
|
|
5868
5924
|
function timerMiddleware$o$handle$slambda_0($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
5869
5925
|
var i = new timerMiddleware$o$handle$slambda($action, $asyncProvider, $jobsProvider, $store, resultContinuation);
|
|
5870
5926
|
var l = function ($this$launchDefault, $completion) {
|
|
5871
|
-
return i.
|
|
5927
|
+
return i.d2b($this$launchDefault, $completion);
|
|
5872
5928
|
};
|
|
5873
5929
|
l.$arity = 1;
|
|
5874
5930
|
return l;
|
|
5875
5931
|
}
|
|
5876
5932
|
function _no_name_provided__qut3iv_0($asyncProvider, $jobsProvider) {
|
|
5877
|
-
this.
|
|
5878
|
-
this.
|
|
5933
|
+
this.d2x_1 = $asyncProvider;
|
|
5934
|
+
this.e2x_1 = $jobsProvider;
|
|
5879
5935
|
}
|
|
5880
|
-
protoOf(_no_name_provided__qut3iv_0).
|
|
5936
|
+
protoOf(_no_name_provided__qut3iv_0).e2v = function (action) {
|
|
5881
5937
|
return action instanceof TimerAction;
|
|
5882
5938
|
};
|
|
5883
|
-
protoOf(_no_name_provided__qut3iv_0).
|
|
5939
|
+
protoOf(_no_name_provided__qut3iv_0).f2x = function (store, next, action) {
|
|
5884
5940
|
// Inline function 'com.logic.redux.middlewares.timers.timerMiddleware.<anonymous>' call
|
|
5885
5941
|
var action_0 = action instanceof TimerAction ? action : THROW_CCE();
|
|
5886
5942
|
if (action_0 instanceof StartTimerAction) {
|
|
5887
|
-
var job = this.
|
|
5888
|
-
this.
|
|
5943
|
+
var job = this.d2x_1.r2r(VOID, timerMiddleware$o$handle$slambda_0(action_0, this.d2x_1, this.e2x_1, store, null));
|
|
5944
|
+
this.e2x_1.l2t(action_0.z2u(), job);
|
|
5889
5945
|
} else {
|
|
5890
5946
|
if (action_0 instanceof StopTimerAction) {
|
|
5891
|
-
this.
|
|
5947
|
+
this.e2x_1.m2t(action_0.z2u());
|
|
5892
5948
|
} else {
|
|
5893
5949
|
if (action_0 instanceof TimerTickAction) {
|
|
5894
|
-
if (action_0.
|
|
5895
|
-
this.
|
|
5950
|
+
if (action_0.b2v_1.equals(TimerType_DELAY_getInstance())) {
|
|
5951
|
+
this.e2x_1.n2t(action_0.z2u());
|
|
5896
5952
|
}
|
|
5897
5953
|
}
|
|
5898
5954
|
}
|
|
5899
5955
|
}
|
|
5900
5956
|
next(action_0);
|
|
5901
5957
|
};
|
|
5902
|
-
protoOf(_no_name_provided__qut3iv_0).
|
|
5903
|
-
return this.
|
|
5958
|
+
protoOf(_no_name_provided__qut3iv_0).d2v = function (store, next, action) {
|
|
5959
|
+
return this.f2x(store, next, action);
|
|
5904
5960
|
};
|
|
5905
5961
|
function compose(functions) {
|
|
5906
5962
|
return compose$lambda(functions);
|
|
@@ -5936,7 +5992,7 @@
|
|
|
5936
5992
|
}
|
|
5937
5993
|
function createStore$dispatch(currentState, currentReducer, $logger, stateTrigger, action) {
|
|
5938
5994
|
try {
|
|
5939
|
-
currentState._v = currentReducer._v.
|
|
5995
|
+
currentState._v = currentReducer._v.g2x(currentState._v, action);
|
|
5940
5996
|
} catch ($p) {
|
|
5941
5997
|
if ($p instanceof Exception) {
|
|
5942
5998
|
var exception = $p;
|
|
@@ -5945,7 +6001,7 @@
|
|
|
5945
6001
|
throw $p;
|
|
5946
6002
|
}
|
|
5947
6003
|
}
|
|
5948
|
-
stateTrigger.
|
|
6004
|
+
stateTrigger.z27(Unit_instance);
|
|
5949
6005
|
}
|
|
5950
6006
|
function createStore$replaceReducer(currentReducer, currentState, $logger, stateTrigger, nextReducer) {
|
|
5951
6007
|
currentReducer._v = nextReducer;
|
|
@@ -5957,18 +6013,18 @@
|
|
|
5957
6013
|
};
|
|
5958
6014
|
}
|
|
5959
6015
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug($$this$unsafeFlow, this$0, resultContinuation) {
|
|
5960
|
-
this.
|
|
5961
|
-
this.
|
|
6016
|
+
this.p2x_1 = $$this$unsafeFlow;
|
|
6017
|
+
this.q2x_1 = this$0;
|
|
5962
6018
|
CoroutineImpl.call(this, resultContinuation);
|
|
5963
6019
|
}
|
|
5964
|
-
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).
|
|
5965
|
-
var tmp = this.
|
|
6020
|
+
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).u2x = function (value, $completion) {
|
|
6021
|
+
var tmp = this.v2x(value, $completion);
|
|
5966
6022
|
tmp.na_1 = Unit_instance;
|
|
5967
6023
|
tmp.oa_1 = null;
|
|
5968
6024
|
return tmp.ya();
|
|
5969
6025
|
};
|
|
5970
6026
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).lb = function (p1, $completion) {
|
|
5971
|
-
return this.
|
|
6027
|
+
return this.u2x(p1 instanceof Unit ? p1 : THROW_CCE(), $completion);
|
|
5972
6028
|
};
|
|
5973
6029
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).ya = function () {
|
|
5974
6030
|
var suspendResult = this.na_1;
|
|
@@ -5979,12 +6035,12 @@
|
|
|
5979
6035
|
case 0:
|
|
5980
6036
|
this.ma_1 = 2;
|
|
5981
6037
|
var tmp_0 = this;
|
|
5982
|
-
tmp_0.
|
|
6038
|
+
tmp_0.s2x_1 = this.p2x_1;
|
|
5983
6039
|
var tmp_1 = this;
|
|
5984
|
-
tmp_1.
|
|
6040
|
+
tmp_1.t2x_1 = this.r2x_1;
|
|
5985
6041
|
this.la_1 = 1;
|
|
5986
|
-
this.
|
|
5987
|
-
suspendResult = this.
|
|
6042
|
+
this.t2x_1;
|
|
6043
|
+
suspendResult = this.s2x_1.g26(this.q2x_1.state, this);
|
|
5988
6044
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5989
6045
|
return suspendResult;
|
|
5990
6046
|
}
|
|
@@ -6006,23 +6062,23 @@
|
|
|
6006
6062
|
}
|
|
6007
6063
|
while (true);
|
|
6008
6064
|
};
|
|
6009
|
-
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).
|
|
6010
|
-
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.
|
|
6011
|
-
i.
|
|
6065
|
+
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).v2x = function (value, completion) {
|
|
6066
|
+
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.p2x_1, this.q2x_1, completion);
|
|
6067
|
+
i.r2x_1 = value;
|
|
6012
6068
|
return i;
|
|
6013
6069
|
};
|
|
6014
6070
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug_0($$this$unsafeFlow, this$0, resultContinuation) {
|
|
6015
6071
|
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug($$this$unsafeFlow, this$0, resultContinuation);
|
|
6016
6072
|
var l = function (value, $completion) {
|
|
6017
|
-
return i.
|
|
6073
|
+
return i.u2x(value, $completion);
|
|
6018
6074
|
};
|
|
6019
6075
|
l.$arity = 1;
|
|
6020
6076
|
return l;
|
|
6021
6077
|
}
|
|
6022
6078
|
function $collectCOROUTINE$1(_this__u8e3s4, collector, resultContinuation) {
|
|
6023
6079
|
CoroutineImpl.call(this, resultContinuation);
|
|
6024
|
-
this.
|
|
6025
|
-
this.
|
|
6080
|
+
this.e2y_1 = _this__u8e3s4;
|
|
6081
|
+
this.f2y_1 = collector;
|
|
6026
6082
|
}
|
|
6027
6083
|
protoOf($collectCOROUTINE$1).ya = function () {
|
|
6028
6084
|
var suspendResult = this.na_1;
|
|
@@ -6033,10 +6089,10 @@
|
|
|
6033
6089
|
case 0:
|
|
6034
6090
|
this.ma_1 = 2;
|
|
6035
6091
|
var tmp_0 = this;
|
|
6036
|
-
tmp_0.
|
|
6092
|
+
tmp_0.g2y_1 = this.f2y_1;
|
|
6037
6093
|
this.la_1 = 1;
|
|
6038
|
-
var tmp_1 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0(this.
|
|
6039
|
-
suspendResult = this.
|
|
6094
|
+
var tmp_1 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0(this.g2y_1, this.e2y_1.i2y_1, null);
|
|
6095
|
+
suspendResult = this.e2y_1.h2y_1.q25(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_1), this);
|
|
6040
6096
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6041
6097
|
return suspendResult;
|
|
6042
6098
|
}
|
|
@@ -6059,10 +6115,10 @@
|
|
|
6059
6115
|
while (true);
|
|
6060
6116
|
};
|
|
6061
6117
|
function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
|
|
6062
|
-
this.
|
|
6118
|
+
this.j2y_1 = function_0;
|
|
6063
6119
|
}
|
|
6064
|
-
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).
|
|
6065
|
-
return this.
|
|
6120
|
+
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).g26 = function (value, $completion) {
|
|
6121
|
+
return this.j2y_1(value, $completion);
|
|
6066
6122
|
};
|
|
6067
6123
|
function createStore$o$dispatch$lambda($currentState, $currentReducer, $logger, $stateTrigger) {
|
|
6068
6124
|
return function (action) {
|
|
@@ -6077,46 +6133,46 @@
|
|
|
6077
6133
|
};
|
|
6078
6134
|
}
|
|
6079
6135
|
function _no_name_provided__qut3iv_1($this, this$0) {
|
|
6080
|
-
this.
|
|
6081
|
-
this.
|
|
6136
|
+
this.h2y_1 = $this;
|
|
6137
|
+
this.i2y_1 = this$0;
|
|
6082
6138
|
}
|
|
6083
|
-
protoOf(_no_name_provided__qut3iv_1).
|
|
6139
|
+
protoOf(_no_name_provided__qut3iv_1).k2y = function (collector, $completion) {
|
|
6084
6140
|
var tmp = new $collectCOROUTINE$1(this, collector, $completion);
|
|
6085
6141
|
tmp.na_1 = Unit_instance;
|
|
6086
6142
|
tmp.oa_1 = null;
|
|
6087
6143
|
return tmp.ya();
|
|
6088
6144
|
};
|
|
6089
|
-
protoOf(_no_name_provided__qut3iv_1).
|
|
6090
|
-
return this.
|
|
6145
|
+
protoOf(_no_name_provided__qut3iv_1).q25 = function (collector, $completion) {
|
|
6146
|
+
return this.k2y(collector, $completion);
|
|
6091
6147
|
};
|
|
6092
6148
|
function createStore$2($currentState, $currentReducer, $logger, $stateTrigger) {
|
|
6093
|
-
this.
|
|
6094
|
-
this.
|
|
6095
|
-
this.
|
|
6149
|
+
this.o2y_1 = $currentState;
|
|
6150
|
+
this.p2y_1 = $stateTrigger;
|
|
6151
|
+
this.l2y_1 = this;
|
|
6096
6152
|
var tmp = this;
|
|
6097
|
-
tmp.
|
|
6153
|
+
tmp.m2y_1 = createStore$o$dispatch$lambda($currentState, $currentReducer, $logger, $stateTrigger);
|
|
6098
6154
|
var tmp_0 = this;
|
|
6099
|
-
tmp_0.
|
|
6155
|
+
tmp_0.n2y_1 = createStore$o$replaceReducer$lambda($currentReducer, $currentState, $logger, $stateTrigger);
|
|
6100
6156
|
}
|
|
6101
|
-
protoOf(createStore$2).
|
|
6102
|
-
return this.
|
|
6157
|
+
protoOf(createStore$2).q2y = function () {
|
|
6158
|
+
return this.l2y_1;
|
|
6103
6159
|
};
|
|
6104
6160
|
protoOf(createStore$2).i1r = function () {
|
|
6105
|
-
return createStore$getState(this.
|
|
6161
|
+
return createStore$getState(this.o2y_1);
|
|
6106
6162
|
};
|
|
6107
|
-
protoOf(createStore$2).
|
|
6108
|
-
this.
|
|
6163
|
+
protoOf(createStore$2).r2y = function (_set____db54di) {
|
|
6164
|
+
this.m2y_1 = _set____db54di;
|
|
6109
6165
|
};
|
|
6110
|
-
protoOf(createStore$2).
|
|
6111
|
-
return this.
|
|
6166
|
+
protoOf(createStore$2).s2y = function () {
|
|
6167
|
+
return this.m2y_1;
|
|
6112
6168
|
};
|
|
6113
|
-
protoOf(createStore$2).
|
|
6114
|
-
return this.
|
|
6169
|
+
protoOf(createStore$2).t2y = function () {
|
|
6170
|
+
return this.n2y_1;
|
|
6115
6171
|
};
|
|
6116
|
-
protoOf(createStore$2).
|
|
6172
|
+
protoOf(createStore$2).u2y = function () {
|
|
6117
6173
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
6118
6174
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
6119
|
-
var this_0 = this.
|
|
6175
|
+
var this_0 = this.p2y_1;
|
|
6120
6176
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
6121
6177
|
return new _no_name_provided__qut3iv_1(this_0, this);
|
|
6122
6178
|
};
|
|
@@ -6194,10 +6250,10 @@
|
|
|
6194
6250
|
return new middleware$1(dispatch);
|
|
6195
6251
|
}
|
|
6196
6252
|
function middleware$1($dispatch) {
|
|
6197
|
-
this.
|
|
6253
|
+
this.v2y_1 = $dispatch;
|
|
6198
6254
|
}
|
|
6199
|
-
protoOf(middleware$1).
|
|
6200
|
-
this.
|
|
6255
|
+
protoOf(middleware$1).d2v = function (store, next, action) {
|
|
6256
|
+
this.v2y_1(store, next, action);
|
|
6201
6257
|
};
|
|
6202
6258
|
function Reducer() {
|
|
6203
6259
|
}
|
|
@@ -6205,13 +6261,13 @@
|
|
|
6205
6261
|
return new combineReducers$1(reducers);
|
|
6206
6262
|
}
|
|
6207
6263
|
function combineReducers$1($reducers) {
|
|
6208
|
-
this.
|
|
6264
|
+
this.w2y_1 = $reducers;
|
|
6209
6265
|
}
|
|
6210
|
-
protoOf(combineReducers$1).
|
|
6266
|
+
protoOf(combineReducers$1).x2y = function (state, action) {
|
|
6211
6267
|
// Inline function 'kotlin.collections.fold' call
|
|
6212
6268
|
// Inline function 'kotlin.collections.filter' call
|
|
6213
6269
|
// Inline function 'kotlin.collections.filterTo' call
|
|
6214
|
-
var this_0 = this.
|
|
6270
|
+
var this_0 = this.w2y_1;
|
|
6215
6271
|
var destination = ArrayList_init_$Create$();
|
|
6216
6272
|
var inductionVariable = 0;
|
|
6217
6273
|
var last = this_0.length;
|
|
@@ -6219,7 +6275,7 @@
|
|
|
6219
6275
|
var element = this_0[inductionVariable];
|
|
6220
6276
|
inductionVariable = inductionVariable + 1 | 0;
|
|
6221
6277
|
// Inline function 'com.logic.redux.store.definitions.<no name provided>.reduce.<anonymous>' call
|
|
6222
|
-
if (element.
|
|
6278
|
+
if (element.e2v(action)) {
|
|
6223
6279
|
destination.s(element);
|
|
6224
6280
|
}
|
|
6225
6281
|
}
|
|
@@ -6229,12 +6285,12 @@
|
|
|
6229
6285
|
var element_0 = tmp0_iterator.y();
|
|
6230
6286
|
// Inline function 'com.logic.redux.store.definitions.<no name provided>.reduce.<anonymous>' call
|
|
6231
6287
|
var s = accumulator;
|
|
6232
|
-
accumulator = element_0.
|
|
6288
|
+
accumulator = element_0.g2x(s, action);
|
|
6233
6289
|
}
|
|
6234
6290
|
return accumulator;
|
|
6235
6291
|
};
|
|
6236
|
-
protoOf(combineReducers$1).
|
|
6237
|
-
return this.
|
|
6292
|
+
protoOf(combineReducers$1).g2x = function (state, action) {
|
|
6293
|
+
return this.x2y((state == null ? true : !(state == null)) ? state : THROW_CCE(), action);
|
|
6238
6294
|
};
|
|
6239
6295
|
function Store() {
|
|
6240
6296
|
}
|
|
@@ -6381,23 +6437,23 @@
|
|
|
6381
6437
|
Category_NONE_instance = new Category('NONE', 1, true);
|
|
6382
6438
|
}
|
|
6383
6439
|
function generateTag($this, tag) {
|
|
6384
|
-
return (!($this.
|
|
6440
|
+
return (!($this.o2u_1 == null) ? !(tag == null) : false) ? '' + $this.o2u_1 + ':' + tag : tag;
|
|
6385
6441
|
}
|
|
6386
6442
|
function Category(name, ordinal, isEnabled) {
|
|
6387
6443
|
Enum.call(this, name, ordinal);
|
|
6388
|
-
this.
|
|
6444
|
+
this.a2z_1 = isEnabled;
|
|
6389
6445
|
}
|
|
6390
6446
|
function Logger$loggerSource$1() {
|
|
6391
|
-
this.
|
|
6447
|
+
this.b2z_1 = new PlatformLogger();
|
|
6392
6448
|
}
|
|
6393
|
-
protoOf(Logger$loggerSource$1).
|
|
6394
|
-
this.
|
|
6449
|
+
protoOf(Logger$loggerSource$1).c2z = function (tag, msg) {
|
|
6450
|
+
this.b2z_1.c2z(tag, msg);
|
|
6395
6451
|
};
|
|
6396
|
-
protoOf(Logger$loggerSource$1).
|
|
6397
|
-
this.
|
|
6452
|
+
protoOf(Logger$loggerSource$1).d2z = function (tag, msg, exception) {
|
|
6453
|
+
this.b2z_1.d2z(tag, msg, exception);
|
|
6398
6454
|
};
|
|
6399
|
-
protoOf(Logger$loggerSource$1).
|
|
6400
|
-
this.
|
|
6455
|
+
protoOf(Logger$loggerSource$1).e2z = function (tag, msg) {
|
|
6456
|
+
this.b2z_1.e2z(tag, msg);
|
|
6401
6457
|
};
|
|
6402
6458
|
function Category_NONE_getInstance() {
|
|
6403
6459
|
Category_initEntries();
|
|
@@ -6406,56 +6462,56 @@
|
|
|
6406
6462
|
function Logger() {
|
|
6407
6463
|
Logger_instance = this;
|
|
6408
6464
|
var tmp = this;
|
|
6409
|
-
tmp.
|
|
6410
|
-
this.
|
|
6411
|
-
this.
|
|
6465
|
+
tmp.m2u_1 = new Logger$loggerSource$1();
|
|
6466
|
+
this.n2u_1 = true;
|
|
6467
|
+
this.o2u_1 = null;
|
|
6412
6468
|
}
|
|
6413
|
-
protoOf(Logger).
|
|
6414
|
-
this.
|
|
6469
|
+
protoOf(Logger).f2z = function (tag, message) {
|
|
6470
|
+
this.g2z(tag, message, Category_NONE_getInstance());
|
|
6415
6471
|
};
|
|
6416
|
-
protoOf(Logger).
|
|
6417
|
-
if (this.
|
|
6418
|
-
this.
|
|
6472
|
+
protoOf(Logger).h2z = function (tag, message, category) {
|
|
6473
|
+
if (this.n2u_1 ? category.a2z_1 : false) {
|
|
6474
|
+
this.m2u_1.e2z(generateTag(this, tag), message);
|
|
6419
6475
|
}
|
|
6420
6476
|
};
|
|
6421
|
-
protoOf(Logger).
|
|
6477
|
+
protoOf(Logger).i2z = function (tag, message, category, $super) {
|
|
6422
6478
|
tag = tag === VOID ? null : tag;
|
|
6423
6479
|
category = category === VOID ? Category_NONE_getInstance() : category;
|
|
6424
6480
|
var tmp;
|
|
6425
6481
|
if ($super === VOID) {
|
|
6426
|
-
this.
|
|
6482
|
+
this.h2z(tag, message, category);
|
|
6427
6483
|
tmp = Unit_instance;
|
|
6428
6484
|
} else {
|
|
6429
|
-
tmp = $super.
|
|
6485
|
+
tmp = $super.h2z.call(this, tag, message, category);
|
|
6430
6486
|
}
|
|
6431
6487
|
return tmp;
|
|
6432
6488
|
};
|
|
6433
|
-
protoOf(Logger).
|
|
6434
|
-
if (this.
|
|
6435
|
-
this.
|
|
6489
|
+
protoOf(Logger).g2z = function (tag, message, category) {
|
|
6490
|
+
if (this.n2u_1 ? category.a2z_1 : false) {
|
|
6491
|
+
this.m2u_1.c2z(generateTag(this, tag), message);
|
|
6436
6492
|
}
|
|
6437
6493
|
};
|
|
6438
|
-
protoOf(Logger).
|
|
6439
|
-
if (this.
|
|
6494
|
+
protoOf(Logger).j2z = function (tag, message, exception, category) {
|
|
6495
|
+
if (this.n2u_1 ? category.a2z_1 : false) {
|
|
6440
6496
|
if (exception == null)
|
|
6441
6497
|
null;
|
|
6442
6498
|
else {
|
|
6443
6499
|
printStackTrace(exception);
|
|
6444
6500
|
}
|
|
6445
|
-
this.
|
|
6501
|
+
this.m2u_1.d2z(generateTag(this, tag), generateMsg(message, exception), exception);
|
|
6446
6502
|
}
|
|
6447
6503
|
};
|
|
6448
|
-
protoOf(Logger).
|
|
6504
|
+
protoOf(Logger).p2u = function (tag, message, exception, category, $super) {
|
|
6449
6505
|
tag = tag === VOID ? null : tag;
|
|
6450
6506
|
message = message === VOID ? null : message;
|
|
6451
6507
|
exception = exception === VOID ? null : exception;
|
|
6452
6508
|
category = category === VOID ? Category_NONE_getInstance() : category;
|
|
6453
6509
|
var tmp;
|
|
6454
6510
|
if ($super === VOID) {
|
|
6455
|
-
this.
|
|
6511
|
+
this.j2z(tag, message, exception, category);
|
|
6456
6512
|
tmp = Unit_instance;
|
|
6457
6513
|
} else {
|
|
6458
|
-
tmp = $super.
|
|
6514
|
+
tmp = $super.j2z.call(this, tag, message, exception, category);
|
|
6459
6515
|
}
|
|
6460
6516
|
return tmp;
|
|
6461
6517
|
};
|
|
@@ -6488,6 +6544,9 @@
|
|
|
6488
6544
|
}
|
|
6489
6545
|
function Companion_21() {
|
|
6490
6546
|
}
|
|
6547
|
+
protoOf(Companion_21).s2t = function () {
|
|
6548
|
+
return new CombinedGameLogger(mutableListOf([new PlatformGameLogger()]));
|
|
6549
|
+
};
|
|
6491
6550
|
protoOf(Companion_21).ss = function () {
|
|
6492
6551
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
6493
6552
|
var tmp$ret$0 = ArrayList_init_$Create$();
|
|
@@ -6498,32 +6557,32 @@
|
|
|
6498
6557
|
return Companion_instance_21;
|
|
6499
6558
|
}
|
|
6500
6559
|
function CombinedGameLogger(logOutputs) {
|
|
6501
|
-
this.
|
|
6560
|
+
this.k2z_1 = logOutputs;
|
|
6502
6561
|
}
|
|
6503
|
-
protoOf(CombinedGameLogger).
|
|
6504
|
-
this.
|
|
6562
|
+
protoOf(CombinedGameLogger).l2z = function (output) {
|
|
6563
|
+
this.k2z_1.s(output);
|
|
6505
6564
|
};
|
|
6506
|
-
protoOf(CombinedGameLogger).
|
|
6565
|
+
protoOf(CombinedGameLogger).m2z = function (tag, message, payload) {
|
|
6507
6566
|
// Inline function 'kotlin.collections.forEach' call
|
|
6508
|
-
var tmp0_iterator = this.
|
|
6567
|
+
var tmp0_iterator = this.k2z_1.v();
|
|
6509
6568
|
while (tmp0_iterator.w()) {
|
|
6510
6569
|
var element = tmp0_iterator.y();
|
|
6511
6570
|
// Inline function 'com.logic.utils.logger.game.CombinedGameLogger.d.<anonymous>' call
|
|
6512
6571
|
element.d(tag, message, payload);
|
|
6513
6572
|
}
|
|
6514
6573
|
};
|
|
6515
|
-
protoOf(CombinedGameLogger).
|
|
6574
|
+
protoOf(CombinedGameLogger).n2z = function (tag, message, exception, payload) {
|
|
6516
6575
|
// Inline function 'kotlin.collections.forEach' call
|
|
6517
|
-
var tmp0_iterator = this.
|
|
6576
|
+
var tmp0_iterator = this.k2z_1.v();
|
|
6518
6577
|
while (tmp0_iterator.w()) {
|
|
6519
6578
|
var element = tmp0_iterator.y();
|
|
6520
6579
|
// Inline function 'com.logic.utils.logger.game.CombinedGameLogger.e.<anonymous>' call
|
|
6521
6580
|
element.e(tag, message, exception, payload);
|
|
6522
6581
|
}
|
|
6523
6582
|
};
|
|
6524
|
-
protoOf(CombinedGameLogger).
|
|
6583
|
+
protoOf(CombinedGameLogger).o2z = function (tag, message, payload) {
|
|
6525
6584
|
// Inline function 'kotlin.collections.forEach' call
|
|
6526
|
-
var tmp0_iterator = this.
|
|
6585
|
+
var tmp0_iterator = this.k2z_1.v();
|
|
6527
6586
|
while (tmp0_iterator.w()) {
|
|
6528
6587
|
var element = tmp0_iterator.y();
|
|
6529
6588
|
// Inline function 'com.logic.utils.logger.game.CombinedGameLogger.w.<anonymous>' call
|
|
@@ -6536,31 +6595,31 @@
|
|
|
6536
6595
|
}
|
|
6537
6596
|
function PlatformGameLogger(enabled) {
|
|
6538
6597
|
enabled = enabled === VOID ? true : enabled;
|
|
6539
|
-
this.
|
|
6598
|
+
this.p2z_1 = enabled;
|
|
6540
6599
|
}
|
|
6541
|
-
protoOf(PlatformGameLogger).
|
|
6542
|
-
this.
|
|
6600
|
+
protoOf(PlatformGameLogger).q2z = function (_set____db54di) {
|
|
6601
|
+
this.p2z_1 = _set____db54di;
|
|
6543
6602
|
};
|
|
6544
|
-
protoOf(PlatformGameLogger).
|
|
6545
|
-
return this.
|
|
6603
|
+
protoOf(PlatformGameLogger).r2z = function () {
|
|
6604
|
+
return this.p2z_1;
|
|
6546
6605
|
};
|
|
6547
|
-
protoOf(PlatformGameLogger).
|
|
6548
|
-
if (!this.
|
|
6606
|
+
protoOf(PlatformGameLogger).m2z = function (tag, message, payload) {
|
|
6607
|
+
if (!this.p2z_1)
|
|
6549
6608
|
return Unit_instance;
|
|
6550
|
-
Logger_getInstance().
|
|
6609
|
+
Logger_getInstance().f2z(tag, message);
|
|
6551
6610
|
};
|
|
6552
|
-
protoOf(PlatformGameLogger).
|
|
6553
|
-
if (!this.
|
|
6611
|
+
protoOf(PlatformGameLogger).n2z = function (tag, message, exception, payload) {
|
|
6612
|
+
if (!this.p2z_1)
|
|
6554
6613
|
return Unit_instance;
|
|
6555
|
-
Logger_getInstance().
|
|
6614
|
+
Logger_getInstance().p2u(tag, message, exception);
|
|
6556
6615
|
};
|
|
6557
|
-
protoOf(PlatformGameLogger).
|
|
6558
|
-
if (!this.
|
|
6616
|
+
protoOf(PlatformGameLogger).o2z = function (tag, message, payload) {
|
|
6617
|
+
if (!this.p2z_1)
|
|
6559
6618
|
return Unit_instance;
|
|
6560
|
-
Logger_getInstance().
|
|
6619
|
+
Logger_getInstance().i2z(tag, message);
|
|
6561
6620
|
};
|
|
6562
6621
|
function _get_$cachedSerializer__te6jhj_9($this) {
|
|
6563
|
-
return $this.
|
|
6622
|
+
return $this.s2z_1.o2();
|
|
6564
6623
|
}
|
|
6565
6624
|
function LogType$Companion$_anonymous__d4fjnz() {
|
|
6566
6625
|
return createSimpleEnumSerializer('com.logic.utils.logger.outputs.LogType', values_4());
|
|
@@ -6572,7 +6631,7 @@
|
|
|
6572
6631
|
Companion_instance_22 = this;
|
|
6573
6632
|
var tmp = this;
|
|
6574
6633
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
6575
|
-
tmp.
|
|
6634
|
+
tmp.s2z_1 = lazy(tmp_0, LogType$Companion$_anonymous__d4fjnz);
|
|
6576
6635
|
}
|
|
6577
6636
|
protoOf(Companion_22).t16 = function () {
|
|
6578
6637
|
return _get_$cachedSerializer__te6jhj_9(this);
|
|
@@ -6647,7 +6706,7 @@
|
|
|
6647
6706
|
// Inline function 'kotlin.arrayOf' call
|
|
6648
6707
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
6649
6708
|
// Inline function 'kotlin.js.asDynamic' call
|
|
6650
|
-
tmp.
|
|
6709
|
+
tmp.w2z_1 = [Companion_getInstance_24().t16(), null, null, null];
|
|
6651
6710
|
}
|
|
6652
6711
|
protoOf(Companion_23).t16 = function () {
|
|
6653
6712
|
return $serializer_getInstance_9();
|
|
@@ -6665,19 +6724,19 @@
|
|
|
6665
6724
|
tmp0_serialDesc.ku('tag', false);
|
|
6666
6725
|
tmp0_serialDesc.ku('message', false);
|
|
6667
6726
|
tmp0_serialDesc.ku('stackTrace', false);
|
|
6668
|
-
this.
|
|
6727
|
+
this.x2z_1 = tmp0_serialDesc;
|
|
6669
6728
|
}
|
|
6670
6729
|
protoOf($serializer_9).pj = function () {
|
|
6671
|
-
return this.
|
|
6730
|
+
return this.x2z_1;
|
|
6672
6731
|
};
|
|
6673
6732
|
protoOf($serializer_9).zu = function () {
|
|
6674
6733
|
// Inline function 'kotlin.arrayOf' call
|
|
6675
6734
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
6676
6735
|
// Inline function 'kotlin.js.asDynamic' call
|
|
6677
|
-
return [Companion_getInstance_25().
|
|
6736
|
+
return [Companion_getInstance_25().w2z_1[0], get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
|
|
6678
6737
|
};
|
|
6679
6738
|
protoOf($serializer_9).rj = function (decoder) {
|
|
6680
|
-
var tmp0_desc = this.
|
|
6739
|
+
var tmp0_desc = this.x2z_1;
|
|
6681
6740
|
var tmp1_flag = true;
|
|
6682
6741
|
var tmp2_index = 0;
|
|
6683
6742
|
var tmp3_bitMask0 = 0;
|
|
@@ -6686,7 +6745,7 @@
|
|
|
6686
6745
|
var tmp6_local2 = null;
|
|
6687
6746
|
var tmp7_local3 = null;
|
|
6688
6747
|
var tmp8_input = decoder.xm(tmp0_desc);
|
|
6689
|
-
var tmp9_cached = Companion_getInstance_25().
|
|
6748
|
+
var tmp9_cached = Companion_getInstance_25().w2z_1;
|
|
6690
6749
|
if (tmp8_input.nn()) {
|
|
6691
6750
|
tmp4_local0 = tmp8_input.jn(tmp0_desc, 0, tmp9_cached[0], tmp4_local0);
|
|
6692
6751
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -6726,10 +6785,10 @@
|
|
|
6726
6785
|
tmp8_input.ym(tmp0_desc);
|
|
6727
6786
|
return LoggerOutputDataDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, null);
|
|
6728
6787
|
};
|
|
6729
|
-
protoOf($serializer_9).
|
|
6730
|
-
var tmp0_desc = this.
|
|
6788
|
+
protoOf($serializer_9).y2z = function (encoder, value) {
|
|
6789
|
+
var tmp0_desc = this.x2z_1;
|
|
6731
6790
|
var tmp1_output = encoder.xm(tmp0_desc);
|
|
6732
|
-
var tmp2_cached = Companion_getInstance_25().
|
|
6791
|
+
var tmp2_cached = Companion_getInstance_25().w2z_1;
|
|
6733
6792
|
tmp1_output.oo(tmp0_desc, 0, tmp2_cached[0], value.type);
|
|
6734
6793
|
tmp1_output.qo(tmp0_desc, 1, StringSerializer_getInstance(), value.tag);
|
|
6735
6794
|
tmp1_output.qo(tmp0_desc, 2, StringSerializer_getInstance(), value.message);
|
|
@@ -6737,7 +6796,7 @@
|
|
|
6737
6796
|
tmp1_output.ym(tmp0_desc);
|
|
6738
6797
|
};
|
|
6739
6798
|
protoOf($serializer_9).qj = function (encoder, value) {
|
|
6740
|
-
return this.
|
|
6799
|
+
return this.y2z(encoder, value instanceof LoggerOutputDataDto ? value : THROW_CCE());
|
|
6741
6800
|
};
|
|
6742
6801
|
var $serializer_instance_9;
|
|
6743
6802
|
function $serializer_getInstance_9() {
|
|
@@ -6747,7 +6806,7 @@
|
|
|
6747
6806
|
}
|
|
6748
6807
|
function LoggerOutputDataDto_init_$Init$(seen1, type, tag, message, stackTrace, serializationConstructorMarker, $this) {
|
|
6749
6808
|
if (!(15 === (15 & seen1))) {
|
|
6750
|
-
throwMissingFieldException(seen1, 15, $serializer_getInstance_9().
|
|
6809
|
+
throwMissingFieldException(seen1, 15, $serializer_getInstance_9().x2z_1);
|
|
6751
6810
|
}
|
|
6752
6811
|
$this.type = type;
|
|
6753
6812
|
$this.tag = tag;
|
|
@@ -6768,18 +6827,46 @@
|
|
|
6768
6827
|
protoOf(LoggerOutputDataDto).k1h = function () {
|
|
6769
6828
|
return this.type;
|
|
6770
6829
|
};
|
|
6771
|
-
protoOf(LoggerOutputDataDto).
|
|
6830
|
+
protoOf(LoggerOutputDataDto).y2k = function () {
|
|
6772
6831
|
return this.tag;
|
|
6773
6832
|
};
|
|
6774
6833
|
protoOf(LoggerOutputDataDto).q5 = function () {
|
|
6775
6834
|
return this.message;
|
|
6776
6835
|
};
|
|
6777
|
-
protoOf(LoggerOutputDataDto).
|
|
6836
|
+
protoOf(LoggerOutputDataDto).z2z = function () {
|
|
6778
6837
|
return this.stackTrace;
|
|
6779
6838
|
};
|
|
6780
6839
|
protoOf(LoggerOutputDataDto).toMessageLog = function () {
|
|
6781
6840
|
var time = toLocalDateTime(System_instance.q1m(), Companion_getInstance_0().z1n());
|
|
6782
|
-
|
|
6841
|
+
var tmp = '' + time + ' ' + ('' + this.type + ' ') + ('' + this.tag + ' ');
|
|
6842
|
+
// Inline function 'kotlin.takeUnless' call
|
|
6843
|
+
var this_0 = '' + this.message + ' ';
|
|
6844
|
+
// Inline function 'kotlin.contracts.contract' call
|
|
6845
|
+
var tmp_0;
|
|
6846
|
+
// Inline function 'com.logic.utils.logger.outputs.LoggerOutputDataDto.toMessageLog.<anonymous>' call
|
|
6847
|
+
// Inline function 'kotlin.text.isNullOrEmpty' call
|
|
6848
|
+
var this_1 = this.message;
|
|
6849
|
+
// Inline function 'kotlin.contracts.contract' call
|
|
6850
|
+
if (!(this_1 == null ? true : charSequenceLength(this_1) === 0)) {
|
|
6851
|
+
tmp_0 = this_0;
|
|
6852
|
+
} else {
|
|
6853
|
+
tmp_0 = null;
|
|
6854
|
+
}
|
|
6855
|
+
var tmp_1 = tmp + tmp_0;
|
|
6856
|
+
// Inline function 'kotlin.takeUnless' call
|
|
6857
|
+
var this_2 = '' + this.stackTrace;
|
|
6858
|
+
// Inline function 'kotlin.contracts.contract' call
|
|
6859
|
+
var tmp_2;
|
|
6860
|
+
// Inline function 'com.logic.utils.logger.outputs.LoggerOutputDataDto.toMessageLog.<anonymous>' call
|
|
6861
|
+
// Inline function 'kotlin.text.isNullOrEmpty' call
|
|
6862
|
+
var this_3 = this.stackTrace;
|
|
6863
|
+
// Inline function 'kotlin.contracts.contract' call
|
|
6864
|
+
if (!(this_3 == null ? true : charSequenceLength(this_3) === 0)) {
|
|
6865
|
+
tmp_2 = this_2;
|
|
6866
|
+
} else {
|
|
6867
|
+
tmp_2 = null;
|
|
6868
|
+
}
|
|
6869
|
+
return tmp_1 + tmp_2;
|
|
6783
6870
|
};
|
|
6784
6871
|
protoOf(LoggerOutputDataDto).cd = function () {
|
|
6785
6872
|
return this.type;
|
|
@@ -6790,10 +6877,10 @@
|
|
|
6790
6877
|
protoOf(LoggerOutputDataDto).qh = function () {
|
|
6791
6878
|
return this.message;
|
|
6792
6879
|
};
|
|
6793
|
-
protoOf(LoggerOutputDataDto).
|
|
6880
|
+
protoOf(LoggerOutputDataDto).q2k = function () {
|
|
6794
6881
|
return this.stackTrace;
|
|
6795
6882
|
};
|
|
6796
|
-
protoOf(LoggerOutputDataDto).
|
|
6883
|
+
protoOf(LoggerOutputDataDto).a30 = function (type, tag, message, stackTrace) {
|
|
6797
6884
|
return new LoggerOutputDataDto(type, tag, message, stackTrace);
|
|
6798
6885
|
};
|
|
6799
6886
|
protoOf(LoggerOutputDataDto).copy = function (type, tag, message, stackTrace, $super) {
|
|
@@ -6801,7 +6888,7 @@
|
|
|
6801
6888
|
tag = tag === VOID ? this.tag : tag;
|
|
6802
6889
|
message = message === VOID ? this.message : message;
|
|
6803
6890
|
stackTrace = stackTrace === VOID ? this.stackTrace : stackTrace;
|
|
6804
|
-
return this.
|
|
6891
|
+
return this.a30(type, tag, message, stackTrace);
|
|
6805
6892
|
};
|
|
6806
6893
|
protoOf(LoggerOutputDataDto).toString = function () {
|
|
6807
6894
|
return 'LoggerOutputDataDto(type=' + this.type + ', tag=' + this.tag + ', message=' + this.message + ', stackTrace=' + this.stackTrace + ')';
|
|
@@ -6831,17 +6918,17 @@
|
|
|
6831
6918
|
};
|
|
6832
6919
|
function PlatformLogger() {
|
|
6833
6920
|
}
|
|
6834
|
-
protoOf(PlatformLogger).
|
|
6921
|
+
protoOf(PlatformLogger).c2z = function (tag, msg) {
|
|
6835
6922
|
console.log(getLogTag(tag) + ': ' + msg);
|
|
6836
6923
|
};
|
|
6837
|
-
protoOf(PlatformLogger).
|
|
6924
|
+
protoOf(PlatformLogger).d2z = function (tag, msg, exception) {
|
|
6838
6925
|
if (!(exception == null)) {
|
|
6839
6926
|
console.error(getLogTag(tag) + ': ' + msg + ', exception: ' + exception);
|
|
6840
6927
|
} else {
|
|
6841
6928
|
console.error(getLogTag(tag) + ': ' + msg);
|
|
6842
6929
|
}
|
|
6843
6930
|
};
|
|
6844
|
-
protoOf(PlatformLogger).
|
|
6931
|
+
protoOf(PlatformLogger).e2z = function (tag, msg) {
|
|
6845
6932
|
console.warn(getLogTag(tag) + ': ' + msg);
|
|
6846
6933
|
};
|
|
6847
6934
|
//region block: post-declaration
|
|
@@ -6854,85 +6941,85 @@
|
|
|
6854
6941
|
protoOf($serializer_3).av = typeParametersSerializers;
|
|
6855
6942
|
protoOf($serializer_4).av = typeParametersSerializers;
|
|
6856
6943
|
defineProp(protoOf(GameUserInfo), 'playerId', function () {
|
|
6857
|
-
return this.
|
|
6944
|
+
return this.x2k();
|
|
6858
6945
|
});
|
|
6859
6946
|
defineProp(protoOf(PlayerIndex), 'playerId', function () {
|
|
6860
|
-
return this.
|
|
6947
|
+
return this.x2k();
|
|
6861
6948
|
});
|
|
6862
|
-
defineProp(protoOf(PlayerConnectionState), 'isLive', protoOf(PlayerConnectionState).
|
|
6863
|
-
defineProp(protoOf(PlayerConnectionState), 'isTimeOut', protoOf(PlayerConnectionState).
|
|
6864
|
-
defineProp(protoOf(PlayerConnectionState), 'isLostConnection', protoOf(PlayerConnectionState).
|
|
6865
|
-
defineProp(protoOf(PlayerConnectionState), 'isLeft', protoOf(PlayerConnectionState).
|
|
6866
|
-
defineProp(protoOf(PlayerConnectionState), 'isDeleted', protoOf(PlayerConnectionState).
|
|
6867
|
-
defineProp(protoOf(PlayerConnectionState), 'isDisconnecting', protoOf(PlayerConnectionState).
|
|
6868
|
-
defineProp(protoOf(PlayerConnectionState), 'isNotAlive', protoOf(PlayerConnectionState).
|
|
6869
|
-
defineProp(protoOf(PlayerConnectionState), 'isDisconnected', protoOf(PlayerConnectionState).
|
|
6870
|
-
defineProp(protoOf(PlayerConnectionState), 'isClientDisconnectReason', protoOf(PlayerConnectionState).
|
|
6871
|
-
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).
|
|
6949
|
+
defineProp(protoOf(PlayerConnectionState), 'isLive', protoOf(PlayerConnectionState).g2n);
|
|
6950
|
+
defineProp(protoOf(PlayerConnectionState), 'isTimeOut', protoOf(PlayerConnectionState).h2n);
|
|
6951
|
+
defineProp(protoOf(PlayerConnectionState), 'isLostConnection', protoOf(PlayerConnectionState).i2n);
|
|
6952
|
+
defineProp(protoOf(PlayerConnectionState), 'isLeft', protoOf(PlayerConnectionState).j2n);
|
|
6953
|
+
defineProp(protoOf(PlayerConnectionState), 'isDeleted', protoOf(PlayerConnectionState).k2n);
|
|
6954
|
+
defineProp(protoOf(PlayerConnectionState), 'isDisconnecting', protoOf(PlayerConnectionState).l2n);
|
|
6955
|
+
defineProp(protoOf(PlayerConnectionState), 'isNotAlive', protoOf(PlayerConnectionState).m2n);
|
|
6956
|
+
defineProp(protoOf(PlayerConnectionState), 'isDisconnected', protoOf(PlayerConnectionState).n2n);
|
|
6957
|
+
defineProp(protoOf(PlayerConnectionState), 'isClientDisconnectReason', protoOf(PlayerConnectionState).o2n);
|
|
6958
|
+
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).p2n);
|
|
6872
6959
|
defineProp(protoOf(PlayerConnectionState), 'name', protoOf(PlayerConnectionState).g9);
|
|
6873
6960
|
defineProp(protoOf(PlayerConnectionState), 'ordinal', protoOf(PlayerConnectionState).h9);
|
|
6874
6961
|
defineProp(protoOf(PlayerLuckyFactor), 'playerId', function () {
|
|
6875
|
-
return this.
|
|
6962
|
+
return this.x2k();
|
|
6876
6963
|
});
|
|
6877
|
-
defineProp(protoOf(RulesSetType), 'isCustom', protoOf(RulesSetType).
|
|
6964
|
+
defineProp(protoOf(RulesSetType), 'isCustom', protoOf(RulesSetType).o2p);
|
|
6878
6965
|
defineProp(protoOf(RulesSetType), 'name', protoOf(RulesSetType).g9);
|
|
6879
6966
|
defineProp(protoOf(RulesSetType), 'ordinal', protoOf(RulesSetType).h9);
|
|
6880
|
-
protoOf(BufferedActionDto).
|
|
6967
|
+
protoOf(BufferedActionDto).q2p = get_actionTag;
|
|
6881
6968
|
defineProp(protoOf(BufferedActionDto), 'actionTag', function () {
|
|
6882
|
-
return this.
|
|
6969
|
+
return this.q2p();
|
|
6883
6970
|
});
|
|
6884
6971
|
protoOf($serializer_5).av = typeParametersSerializers;
|
|
6885
6972
|
protoOf($serializer_6).av = typeParametersSerializers;
|
|
6886
6973
|
protoOf($serializer_7).av = typeParametersSerializers;
|
|
6887
6974
|
protoOf($serializer_8).av = typeParametersSerializers;
|
|
6888
|
-
protoOf(AsyncProviderImpl).
|
|
6889
|
-
protoOf(AsyncProviderImpl).
|
|
6890
|
-
protoOf(AsyncProviderImpl).
|
|
6891
|
-
protoOf(AsyncProviderImpl).
|
|
6892
|
-
protoOf(TimerAction).
|
|
6975
|
+
protoOf(AsyncProviderImpl).v2r = launchMain$default;
|
|
6976
|
+
protoOf(AsyncProviderImpl).r2r = launchDefault$default;
|
|
6977
|
+
protoOf(AsyncProviderImpl).p2r = launchUnconfinedWithLock$default;
|
|
6978
|
+
protoOf(AsyncProviderImpl).t2r = launchDefaultWithLock$default;
|
|
6979
|
+
protoOf(TimerAction).q2p = get_actionTag;
|
|
6893
6980
|
defineProp(protoOf(TimerAction), 'actionTag', function () {
|
|
6894
|
-
return this.
|
|
6981
|
+
return this.q2p();
|
|
6895
6982
|
});
|
|
6896
6983
|
defineProp(protoOf(StartTimerAction), 'actionTag', function () {
|
|
6897
|
-
return this.
|
|
6984
|
+
return this.q2p();
|
|
6898
6985
|
});
|
|
6899
6986
|
defineProp(protoOf(TimerTickAction), 'actionTag', function () {
|
|
6900
|
-
return this.
|
|
6987
|
+
return this.q2p();
|
|
6901
6988
|
});
|
|
6902
6989
|
protoOf(StopTimerAction).notValidateWhenFinishing = notValidateWhenFinishing;
|
|
6903
6990
|
protoOf(StopTimerAction).notValidateWhenFinished = notValidateWhenFinished;
|
|
6904
6991
|
defineProp(protoOf(StopTimerAction), 'actionTag', function () {
|
|
6905
|
-
return this.
|
|
6992
|
+
return this.q2p();
|
|
6906
6993
|
});
|
|
6907
6994
|
defineProp(protoOf(createStore$2), 'store', function () {
|
|
6908
|
-
return this.
|
|
6995
|
+
return this.q2y();
|
|
6909
6996
|
});
|
|
6910
6997
|
defineProp(protoOf(createStore$2), 'state', function () {
|
|
6911
6998
|
return this.i1r();
|
|
6912
6999
|
});
|
|
6913
7000
|
defineProp(protoOf(createStore$2), 'dispatch', function () {
|
|
6914
|
-
return this.
|
|
7001
|
+
return this.s2y();
|
|
6915
7002
|
}, function (value) {
|
|
6916
|
-
this.
|
|
7003
|
+
this.r2y(value);
|
|
6917
7004
|
});
|
|
6918
7005
|
defineProp(protoOf(createStore$2), 'replaceReducer', function () {
|
|
6919
|
-
return this.
|
|
7006
|
+
return this.t2y();
|
|
6920
7007
|
});
|
|
6921
7008
|
defineProp(protoOf(createStore$2), 'observe', function () {
|
|
6922
|
-
return this.
|
|
7009
|
+
return this.u2y();
|
|
6923
7010
|
});
|
|
6924
|
-
protoOf(ActionTypes).
|
|
7011
|
+
protoOf(ActionTypes).q2p = get_actionTag;
|
|
6925
7012
|
defineProp(protoOf(ActionTypes), 'actionTag', function () {
|
|
6926
|
-
return this.
|
|
7013
|
+
return this.q2p();
|
|
6927
7014
|
});
|
|
6928
7015
|
defineProp(protoOf(INIT), 'actionTag', function () {
|
|
6929
|
-
return this.
|
|
7016
|
+
return this.q2p();
|
|
6930
7017
|
});
|
|
6931
7018
|
defineProp(protoOf(REPLACE), 'actionTag', function () {
|
|
6932
|
-
return this.
|
|
7019
|
+
return this.q2p();
|
|
6933
7020
|
});
|
|
6934
|
-
protoOf(middleware$1).
|
|
6935
|
-
protoOf(combineReducers$1).
|
|
7021
|
+
protoOf(middleware$1).e2v = canHandle;
|
|
7022
|
+
protoOf(combineReducers$1).e2v = canHandle_0;
|
|
6936
7023
|
protoOf(CombinedGameLogger).d = d;
|
|
6937
7024
|
protoOf(CombinedGameLogger).e = e;
|
|
6938
7025
|
protoOf(CombinedGameLogger).w = w;
|
|
@@ -6940,9 +7027,9 @@
|
|
|
6940
7027
|
protoOf(PlatformGameLogger).e = e;
|
|
6941
7028
|
protoOf(PlatformGameLogger).w = w;
|
|
6942
7029
|
defineProp(protoOf(PlatformGameLogger), 'enabled', function () {
|
|
6943
|
-
return this.
|
|
7030
|
+
return this.r2z();
|
|
6944
7031
|
}, function (value) {
|
|
6945
|
-
this.
|
|
7032
|
+
this.q2z(value);
|
|
6946
7033
|
});
|
|
6947
7034
|
defineProp(protoOf(LogType), 'name', protoOf(LogType).g9);
|
|
6948
7035
|
defineProp(protoOf(LogType), 'ordinal', protoOf(LogType).h9);
|
|
@@ -7057,6 +7144,7 @@
|
|
|
7057
7144
|
defineProp($com$logic$data$models$rules.RulesSetType, 'klabor', RulesSetType_klabor_getInstance);
|
|
7058
7145
|
defineProp($com$logic$data$models$rules.RulesSetType, 'debertzCommon', RulesSetType_debertzCommon_getInstance);
|
|
7059
7146
|
defineProp($com$logic$data$models$rules.RulesSetType, 'debertzKharkiv', RulesSetType_debertzKharkiv_getInstance);
|
|
7147
|
+
defineProp($com$logic$data$models$rules.RulesSetType, 'debertzSaltivka', RulesSetType_debertzSaltivka_getInstance);
|
|
7060
7148
|
defineProp($com$logic$data$models$rules.RulesSetType, 'custom', RulesSetType_custom_getInstance);
|
|
7061
7149
|
var $com = _.com || (_.com = {});
|
|
7062
7150
|
var $com$logic = $com.logic || ($com.logic = {});
|
|
@@ -7197,73 +7285,74 @@
|
|
|
7197
7285
|
_.$_$.j2 = StopTimerAction;
|
|
7198
7286
|
_.$_$.k2 = TimerAction;
|
|
7199
7287
|
_.$_$.l2 = TimerTickAction;
|
|
7200
|
-
_.$_$.m2 =
|
|
7201
|
-
_.$_$.n2 =
|
|
7202
|
-
_.$_$.o2 =
|
|
7203
|
-
_.$_$.p2 =
|
|
7204
|
-
_.$_$.q2 =
|
|
7205
|
-
_.$_$.r2 =
|
|
7206
|
-
_.$_$.s2 =
|
|
7207
|
-
_.$_$.t2 =
|
|
7208
|
-
_.$_$.u2 =
|
|
7209
|
-
_.$_$.v2 =
|
|
7210
|
-
_.$_$.w2 =
|
|
7211
|
-
_.$_$.x2 =
|
|
7212
|
-
_.$_$.y2 =
|
|
7213
|
-
_.$_$.z2 =
|
|
7214
|
-
_.$_$.a3 =
|
|
7215
|
-
_.$_$.b3 =
|
|
7216
|
-
_.$_$.c3 =
|
|
7217
|
-
_.$_$.d3 =
|
|
7218
|
-
_.$_$.e3 =
|
|
7219
|
-
_.$_$.f3 =
|
|
7220
|
-
_.$_$.g3 =
|
|
7221
|
-
_.$_$.h3 =
|
|
7222
|
-
_.$_$.i3 =
|
|
7223
|
-
_.$_$.j3 =
|
|
7224
|
-
_.$_$.k3 =
|
|
7225
|
-
_.$_$.l3 =
|
|
7226
|
-
_.$_$.m3 =
|
|
7227
|
-
_.$_$.n3 =
|
|
7228
|
-
_.$_$.o3 =
|
|
7229
|
-
_.$_$.p3 =
|
|
7230
|
-
_.$_$.q3 =
|
|
7231
|
-
_.$_$.r3 =
|
|
7232
|
-
_.$_$.s3 =
|
|
7233
|
-
_.$_$.t3 =
|
|
7234
|
-
_.$_$.u3 =
|
|
7235
|
-
_.$_$.v3 =
|
|
7236
|
-
_.$_$.w3 =
|
|
7237
|
-
_.$_$.x3 =
|
|
7238
|
-
_.$_$.y3 =
|
|
7239
|
-
_.$_$.z3 =
|
|
7240
|
-
_.$_$.a4 =
|
|
7241
|
-
_.$_$.b4 =
|
|
7242
|
-
_.$_$.c4 =
|
|
7243
|
-
_.$_$.d4 =
|
|
7244
|
-
_.$_$.e4 =
|
|
7245
|
-
_.$_$.f4 =
|
|
7246
|
-
_.$_$.g4 =
|
|
7247
|
-
_.$_$.h4 =
|
|
7248
|
-
_.$_$.i4 =
|
|
7249
|
-
_.$_$.j4 =
|
|
7250
|
-
_.$_$.k4 =
|
|
7251
|
-
_.$_$.l4 =
|
|
7252
|
-
_.$_$.m4 =
|
|
7253
|
-
_.$_$.n4 =
|
|
7254
|
-
_.$_$.o4 = $
|
|
7255
|
-
_.$_$.p4 = $
|
|
7256
|
-
_.$_$.q4 =
|
|
7257
|
-
_.$_$.r4 =
|
|
7258
|
-
_.$_$.s4 =
|
|
7259
|
-
_.$_$.t4 =
|
|
7260
|
-
_.$_$.u4 =
|
|
7261
|
-
_.$_$.v4 =
|
|
7262
|
-
_.$_$.w4 =
|
|
7263
|
-
_.$_$.x4 =
|
|
7264
|
-
_.$_$.y4 =
|
|
7265
|
-
_.$_$.z4 =
|
|
7266
|
-
_.$_$.a5 =
|
|
7288
|
+
_.$_$.m2 = applyCatcher;
|
|
7289
|
+
_.$_$.n2 = applyMiddleware;
|
|
7290
|
+
_.$_$.o2 = applyThread;
|
|
7291
|
+
_.$_$.p2 = timerMiddleware;
|
|
7292
|
+
_.$_$.q2 = get_actionTag;
|
|
7293
|
+
_.$_$.r2 = Action;
|
|
7294
|
+
_.$_$.s2 = Middleware;
|
|
7295
|
+
_.$_$.t2 = Reducer;
|
|
7296
|
+
_.$_$.u2 = combineReducers;
|
|
7297
|
+
_.$_$.v2 = middleware;
|
|
7298
|
+
_.$_$.w2 = parseActionName;
|
|
7299
|
+
_.$_$.x2 = compose;
|
|
7300
|
+
_.$_$.y2 = createStore;
|
|
7301
|
+
_.$_$.z2 = GameLogger;
|
|
7302
|
+
_.$_$.a3 = LoggerPayload;
|
|
7303
|
+
_.$_$.b3 = get_entries_0;
|
|
7304
|
+
_.$_$.c3 = LoggerEnabledTrigger;
|
|
7305
|
+
_.$_$.d3 = LoggerOutputDataDto;
|
|
7306
|
+
_.$_$.e3 = LoggerOutput;
|
|
7307
|
+
_.$_$.f3 = generateMsg;
|
|
7308
|
+
_.$_$.g3 = enumToString;
|
|
7309
|
+
_.$_$.h3 = getDataClassName;
|
|
7310
|
+
_.$_$.i3 = nextTo;
|
|
7311
|
+
_.$_$.j3 = toDomainEnumSafe;
|
|
7312
|
+
_.$_$.k3 = updateItem;
|
|
7313
|
+
_.$_$.l3 = updateLastItem;
|
|
7314
|
+
_.$_$.m3 = updated;
|
|
7315
|
+
_.$_$.n3 = PlayerConnectionState_LEFT_getInstance;
|
|
7316
|
+
_.$_$.o3 = PlayerConnectionState_LIVE_getInstance;
|
|
7317
|
+
_.$_$.p3 = RulesSetType_belot_getInstance;
|
|
7318
|
+
_.$_$.q3 = RulesSetType_custom_getInstance;
|
|
7319
|
+
_.$_$.r3 = RulesSetType_debertzCommon_getInstance;
|
|
7320
|
+
_.$_$.s3 = RulesSetType_debertzKharkiv_getInstance;
|
|
7321
|
+
_.$_$.t3 = RulesSetType_klabor_getInstance;
|
|
7322
|
+
_.$_$.u3 = CardName_ACE_getInstance;
|
|
7323
|
+
_.$_$.v3 = CardName_DAME_getInstance;
|
|
7324
|
+
_.$_$.w3 = CardName_EIGHT_getInstance;
|
|
7325
|
+
_.$_$.x3 = CardName_JACK_getInstance;
|
|
7326
|
+
_.$_$.y3 = CardName_KING_getInstance;
|
|
7327
|
+
_.$_$.z3 = CardName_NINE_getInstance;
|
|
7328
|
+
_.$_$.a4 = CardName_SEVEN_getInstance;
|
|
7329
|
+
_.$_$.b4 = CardName_TEN_getInstance;
|
|
7330
|
+
_.$_$.c4 = TimerType_DELAY_getInstance;
|
|
7331
|
+
_.$_$.d4 = LogType_DEBUG_getInstance;
|
|
7332
|
+
_.$_$.e4 = LogType_ERROR_getInstance;
|
|
7333
|
+
_.$_$.f4 = LogType_WARN_getInstance;
|
|
7334
|
+
_.$_$.g4 = d;
|
|
7335
|
+
_.$_$.h4 = e;
|
|
7336
|
+
_.$_$.i4 = w;
|
|
7337
|
+
_.$_$.j4 = BufferedActionDto_init_$Init$;
|
|
7338
|
+
_.$_$.k4 = Companion_instance_8;
|
|
7339
|
+
_.$_$.l4 = Companion_getInstance_11;
|
|
7340
|
+
_.$_$.m4 = Companion_instance_11;
|
|
7341
|
+
_.$_$.n4 = Companion_getInstance_12;
|
|
7342
|
+
_.$_$.o4 = $serializer_getInstance_5;
|
|
7343
|
+
_.$_$.p4 = $serializer_getInstance_7;
|
|
7344
|
+
_.$_$.q4 = $serializer_getInstance_8;
|
|
7345
|
+
_.$_$.r4 = CardIndexComparator_instance;
|
|
7346
|
+
_.$_$.s4 = CardNumberComparator_instance;
|
|
7347
|
+
_.$_$.t4 = Companion_instance_18;
|
|
7348
|
+
_.$_$.u4 = Companion_getInstance_22;
|
|
7349
|
+
_.$_$.v4 = Companion_getInstance_2;
|
|
7350
|
+
_.$_$.w4 = ProcessingReason_getInstance;
|
|
7351
|
+
_.$_$.x4 = RestartGameReason_getInstance;
|
|
7352
|
+
_.$_$.y4 = Companion_getInstance_3;
|
|
7353
|
+
_.$_$.z4 = Companion_instance_21;
|
|
7354
|
+
_.$_$.a5 = Logger_getInstance;
|
|
7355
|
+
_.$_$.b5 = Toggles_instance;
|
|
7267
7356
|
//endregion
|
|
7268
7357
|
return _;
|
|
7269
7358
|
}));
|