client_plugin_logic_deb 1.8.436 → 1.8.437
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-ai_module.js +277 -277
- package/Logic_Debertz-client_plugin.d.ts +3 -2
- package/Logic_Debertz-client_plugin.js +2001 -2001
- package/Logic_Debertz-core.js +906 -899
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +12001 -11862
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +6783 -6789
- package/Logic_Debertz-game_client.js.map +1 -1
- package/Logic_Debertz-game_server.js +1026 -1038
- package/Logic_Debertz-game_server.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +4 -4
- package/kotlinx-coroutines-core.js +1 -1
- package/package.json +1 -1
package/Logic_Debertz-core.js
CHANGED
|
@@ -98,15 +98,15 @@
|
|
|
98
98
|
var compareTo = kotlin_kotlin.$_$.hc;
|
|
99
99
|
var Comparator = kotlin_kotlin.$_$.gh;
|
|
100
100
|
var isInterface = kotlin_kotlin.$_$.ed;
|
|
101
|
-
var System_instance = kotlin_kotlin.$_$.v4;
|
|
102
101
|
var Companion_getInstance = kotlin_kotlin.$_$.w4;
|
|
103
|
-
var
|
|
102
|
+
var System_instance = kotlin_kotlin.$_$.v4;
|
|
104
103
|
var Duration__plus_impl_yu9v8f = kotlin_kotlin.$_$.i2;
|
|
105
104
|
var Duration__compareTo_impl_pchp0f = kotlin_kotlin.$_$.f2;
|
|
106
105
|
var _Duration___get_inWholeMilliseconds__impl__msfiry = kotlin_kotlin.$_$.h2;
|
|
107
106
|
var toNumber = kotlin_kotlin.$_$.vb;
|
|
108
107
|
var round = kotlin_kotlin.$_$.wd;
|
|
109
108
|
var numberToInt = kotlin_kotlin.$_$.od;
|
|
109
|
+
var Duration = kotlin_kotlin.$_$.xg;
|
|
110
110
|
var Duration__toString_impl_8d916b = kotlin_kotlin.$_$.l2;
|
|
111
111
|
var Duration__hashCode_impl_u4exz6 = kotlin_kotlin.$_$.g2;
|
|
112
112
|
var noWhenBranchMatchedException = kotlin_kotlin.$_$.si;
|
|
@@ -298,20 +298,20 @@
|
|
|
298
298
|
initMetadataForClass(CardGrowthComparator, 'CardGrowthComparator', VOID, VOID, [Comparator]);
|
|
299
299
|
initMetadataForClass(ProcessingCard, 'ProcessingCard');
|
|
300
300
|
function launchDefault$default(context, block, $super) {
|
|
301
|
-
context = context === VOID ? this.
|
|
302
|
-
return $super === VOID ? this.
|
|
301
|
+
context = context === VOID ? this.g6l() : context;
|
|
302
|
+
return $super === VOID ? this.h6l(context, block) : $super.h6l.call(this, context, block);
|
|
303
303
|
}
|
|
304
304
|
function launchDefaultWithLock$default(context, block, $super) {
|
|
305
|
-
context = context === VOID ? this.
|
|
306
|
-
return $super === VOID ? this.
|
|
305
|
+
context = context === VOID ? this.g6l() : context;
|
|
306
|
+
return $super === VOID ? this.j6l(context, block) : $super.j6l.call(this, context, block);
|
|
307
307
|
}
|
|
308
308
|
function launchMain$default(context, block, $super) {
|
|
309
|
-
context = context === VOID ? this.
|
|
310
|
-
return $super === VOID ? this.
|
|
309
|
+
context = context === VOID ? this.g6l() : context;
|
|
310
|
+
return $super === VOID ? this.l6l(context, block) : $super.l6l.call(this, context, block);
|
|
311
311
|
}
|
|
312
312
|
function awaitDefaultWithLock$default(context, block, $super) {
|
|
313
|
-
context = context === VOID ? this.
|
|
314
|
-
return $super === VOID ? this.
|
|
313
|
+
context = context === VOID ? this.g6l() : context;
|
|
314
|
+
return $super === VOID ? this.n6l(context, block) : $super.n6l.call(this, context, block);
|
|
315
315
|
}
|
|
316
316
|
initMetadataForInterface(AsyncProvider, 'AsyncProvider');
|
|
317
317
|
initMetadataForCompanion(Companion_22);
|
|
@@ -351,7 +351,7 @@
|
|
|
351
351
|
return false;
|
|
352
352
|
}
|
|
353
353
|
function get_isAutoStartTimer() {
|
|
354
|
-
return !this.
|
|
354
|
+
return !this.t6o() && !this.u6o();
|
|
355
355
|
}
|
|
356
356
|
initMetadataForInterface(InterceptableAction, 'InterceptableAction', VOID, VOID, [BufferedAction]);
|
|
357
357
|
initMetadataForClass(TimerAction, 'TimerAction', VOID, VOID, [Action]);
|
|
@@ -411,7 +411,7 @@
|
|
|
411
411
|
tmp = types;
|
|
412
412
|
}
|
|
413
413
|
types = tmp;
|
|
414
|
-
return $super === VOID ? this.
|
|
414
|
+
return $super === VOID ? this.x6u(types) : $super.x6u.call(this, types);
|
|
415
415
|
}
|
|
416
416
|
initMetadataForInterface(ObservableLoggerOutput, 'ObservableLoggerOutput', VOID, VOID, [LoggerOutput, LoggerEnabledTrigger]);
|
|
417
417
|
initMetadataForCompanion(Companion_24);
|
|
@@ -427,7 +427,7 @@
|
|
|
427
427
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
428
428
|
//endregion
|
|
429
429
|
function GameEngineConfig() {
|
|
430
|
-
this.version = '1.8.
|
|
430
|
+
this.version = '1.8.437';
|
|
431
431
|
}
|
|
432
432
|
protoOf(GameEngineConfig).h3z = function () {
|
|
433
433
|
return this.version;
|
|
@@ -1634,94 +1634,101 @@
|
|
|
1634
1634
|
playerTurnPredicate = playerTurnPredicate$lambda;
|
|
1635
1635
|
}
|
|
1636
1636
|
}
|
|
1637
|
+
function _get_lastConnectionStateDuration__9l9kps($this) {
|
|
1638
|
+
if ($this.a6g_1 == null) {
|
|
1639
|
+
return Companion_getInstance().ek_1;
|
|
1640
|
+
}
|
|
1641
|
+
var now = System_instance.dk();
|
|
1642
|
+
return now.uk($this.a6g_1);
|
|
1643
|
+
}
|
|
1637
1644
|
function Companion_6() {
|
|
1638
|
-
this.
|
|
1645
|
+
this.c6g_1 = 70;
|
|
1639
1646
|
}
|
|
1640
|
-
protoOf(Companion_6).
|
|
1641
|
-
return new PlayerConnection(state,
|
|
1647
|
+
protoOf(Companion_6).d6g = function (state, connectionChangedTime) {
|
|
1648
|
+
return new PlayerConnection(state, connectionChangedTime);
|
|
1642
1649
|
};
|
|
1643
|
-
protoOf(Companion_6).
|
|
1644
|
-
|
|
1645
|
-
return $super === VOID ? this.
|
|
1650
|
+
protoOf(Companion_6).e6g = function (state, connectionChangedTime, $super) {
|
|
1651
|
+
connectionChangedTime = connectionChangedTime === VOID ? null : connectionChangedTime;
|
|
1652
|
+
return $super === VOID ? this.d6g(state, connectionChangedTime) : $super.d6g.call(this, state, connectionChangedTime);
|
|
1646
1653
|
};
|
|
1647
|
-
protoOf(Companion_6).
|
|
1654
|
+
protoOf(Companion_6).f6g = function (_this__u8e3s4) {
|
|
1648
1655
|
if (_this__u8e3s4 == null) {
|
|
1649
1656
|
return new PlayerConnection(PlayerConnectionState_LIVE_getInstance(), System_instance.dk());
|
|
1650
1657
|
}
|
|
1651
1658
|
var tmp;
|
|
1652
|
-
if (_this__u8e3s4.
|
|
1653
|
-
tmp = _this__u8e3s4.
|
|
1659
|
+
if (_this__u8e3s4.z6f_1.isLive) {
|
|
1660
|
+
tmp = _this__u8e3s4.h6g(VOID, System_instance.dk());
|
|
1654
1661
|
} else {
|
|
1655
|
-
tmp = _this__u8e3s4.
|
|
1662
|
+
tmp = _this__u8e3s4.g6g(PlayerConnectionState_LIVE_getInstance(), System_instance.dk(), Duration__plus_impl_yu9v8f(_this__u8e3s4.b6g_1, _get_lastConnectionStateDuration__9l9kps(_this__u8e3s4)));
|
|
1656
1663
|
}
|
|
1657
1664
|
return tmp;
|
|
1658
1665
|
};
|
|
1659
|
-
protoOf(Companion_6).
|
|
1666
|
+
protoOf(Companion_6).i6g = function (_this__u8e3s4, state) {
|
|
1660
1667
|
if (_this__u8e3s4 == null) {
|
|
1661
1668
|
return new PlayerConnection(state, System_instance.dk());
|
|
1662
1669
|
}
|
|
1663
|
-
return _this__u8e3s4.
|
|
1670
|
+
return _this__u8e3s4.h6g(state, System_instance.dk());
|
|
1664
1671
|
};
|
|
1665
1672
|
var Companion_instance_8;
|
|
1666
1673
|
function Companion_getInstance_9() {
|
|
1667
1674
|
return Companion_instance_8;
|
|
1668
1675
|
}
|
|
1669
1676
|
function PlayerConnection(state, connectionChangedTime, notLiveDurationRecord) {
|
|
1670
|
-
connectionChangedTime = connectionChangedTime === VOID ?
|
|
1677
|
+
connectionChangedTime = connectionChangedTime === VOID ? null : connectionChangedTime;
|
|
1671
1678
|
notLiveDurationRecord = notLiveDurationRecord === VOID ? Companion_getInstance().ek_1 : notLiveDurationRecord;
|
|
1672
|
-
this.
|
|
1673
|
-
this.
|
|
1674
|
-
this.
|
|
1679
|
+
this.z6f_1 = state;
|
|
1680
|
+
this.a6g_1 = connectionChangedTime;
|
|
1681
|
+
this.b6g_1 = notLiveDurationRecord;
|
|
1675
1682
|
}
|
|
1676
|
-
protoOf(PlayerConnection).
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
return Duration__compareTo_impl_pchp0f(this
|
|
1683
|
+
protoOf(PlayerConnection).j6g = function (duration) {
|
|
1684
|
+
if (this.a6g_1 == null) {
|
|
1685
|
+
return false;
|
|
1686
|
+
}
|
|
1687
|
+
return Duration__compareTo_impl_pchp0f(_get_lastConnectionStateDuration__9l9kps(this), duration) > 0;
|
|
1681
1688
|
};
|
|
1682
|
-
protoOf(PlayerConnection).
|
|
1689
|
+
protoOf(PlayerConnection).k6g = function () {
|
|
1683
1690
|
var tmp;
|
|
1684
|
-
if (this.
|
|
1685
|
-
tmp = this.
|
|
1691
|
+
if (this.z6f_1.isLive) {
|
|
1692
|
+
tmp = this.b6g_1;
|
|
1686
1693
|
} else {
|
|
1687
|
-
tmp = Duration__plus_impl_yu9v8f(this.
|
|
1694
|
+
tmp = Duration__plus_impl_yu9v8f(this.b6g_1, _get_lastConnectionStateDuration__9l9kps(this));
|
|
1688
1695
|
}
|
|
1689
1696
|
return tmp;
|
|
1690
1697
|
};
|
|
1691
|
-
protoOf(PlayerConnection).
|
|
1698
|
+
protoOf(PlayerConnection).l6g = function (gameDuration) {
|
|
1692
1699
|
// Inline function 'kotlin.Long.div' call
|
|
1693
1700
|
var this_0 = _Duration___get_inWholeMilliseconds__impl__msfiry(gameDuration);
|
|
1694
1701
|
var percent = toNumber(this_0) / 100.0;
|
|
1695
1702
|
// Inline function 'kotlin.Long.div' call
|
|
1696
|
-
var this_1 = _Duration___get_inWholeMilliseconds__impl__msfiry(this.
|
|
1703
|
+
var this_1 = _Duration___get_inWholeMilliseconds__impl__msfiry(this.k6g());
|
|
1697
1704
|
// Inline function 'kotlin.math.round' call
|
|
1698
1705
|
var x = toNumber(this_1) / percent;
|
|
1699
1706
|
var tmp$ret$2 = round(x);
|
|
1700
1707
|
return numberToInt(tmp$ret$2);
|
|
1701
1708
|
};
|
|
1702
|
-
protoOf(PlayerConnection).
|
|
1703
|
-
return 100 - this.
|
|
1709
|
+
protoOf(PlayerConnection).m6g = function (gameDuration) {
|
|
1710
|
+
return 100 - this.l6g(gameDuration) | 0;
|
|
1704
1711
|
};
|
|
1705
|
-
protoOf(PlayerConnection).
|
|
1706
|
-
var percentage = this.
|
|
1712
|
+
protoOf(PlayerConnection).n6g = function (gameDuration) {
|
|
1713
|
+
var percentage = this.m6g(gameDuration);
|
|
1707
1714
|
return percentage >= 70;
|
|
1708
1715
|
};
|
|
1709
|
-
protoOf(PlayerConnection).
|
|
1716
|
+
protoOf(PlayerConnection).g6g = function (state, connectionChangedTime, notLiveDurationRecord) {
|
|
1710
1717
|
return new PlayerConnection(state, connectionChangedTime, notLiveDurationRecord);
|
|
1711
1718
|
};
|
|
1712
|
-
protoOf(PlayerConnection).
|
|
1713
|
-
state = state === VOID ? this.
|
|
1714
|
-
connectionChangedTime = connectionChangedTime === VOID ? this.
|
|
1715
|
-
notLiveDurationRecord = notLiveDurationRecord === VOID ? this.
|
|
1716
|
-
return $super === VOID ? this.
|
|
1719
|
+
protoOf(PlayerConnection).h6g = function (state, connectionChangedTime, notLiveDurationRecord, $super) {
|
|
1720
|
+
state = state === VOID ? this.z6f_1 : state;
|
|
1721
|
+
connectionChangedTime = connectionChangedTime === VOID ? this.a6g_1 : connectionChangedTime;
|
|
1722
|
+
notLiveDurationRecord = notLiveDurationRecord === VOID ? this.b6g_1 : notLiveDurationRecord;
|
|
1723
|
+
return $super === VOID ? this.g6g(state, connectionChangedTime, notLiveDurationRecord) : $super.g6g.call(this, state, connectionChangedTime, new Duration(notLiveDurationRecord));
|
|
1717
1724
|
};
|
|
1718
1725
|
protoOf(PlayerConnection).toString = function () {
|
|
1719
|
-
return 'PlayerConnection(state=' + this.
|
|
1726
|
+
return 'PlayerConnection(state=' + this.z6f_1.toString() + ', connectionChangedTime=' + toString(this.a6g_1) + ', notLiveDurationRecord=' + Duration__toString_impl_8d916b(this.b6g_1) + ')';
|
|
1720
1727
|
};
|
|
1721
1728
|
protoOf(PlayerConnection).hashCode = function () {
|
|
1722
|
-
var result = this.
|
|
1723
|
-
result = imul(result, 31) + this.
|
|
1724
|
-
result = imul(result, 31) + Duration__hashCode_impl_u4exz6(this.
|
|
1729
|
+
var result = this.z6f_1.hashCode();
|
|
1730
|
+
result = imul(result, 31) + (this.a6g_1 == null ? 0 : this.a6g_1.hashCode()) | 0;
|
|
1731
|
+
result = imul(result, 31) + Duration__hashCode_impl_u4exz6(this.b6g_1) | 0;
|
|
1725
1732
|
return result;
|
|
1726
1733
|
};
|
|
1727
1734
|
protoOf(PlayerConnection).equals = function (other) {
|
|
@@ -1729,16 +1736,16 @@
|
|
|
1729
1736
|
return true;
|
|
1730
1737
|
if (!(other instanceof PlayerConnection))
|
|
1731
1738
|
return false;
|
|
1732
|
-
if (!this.
|
|
1739
|
+
if (!this.z6f_1.equals(other.z6f_1))
|
|
1733
1740
|
return false;
|
|
1734
|
-
if (!this.
|
|
1741
|
+
if (!equals(this.a6g_1, other.a6g_1))
|
|
1735
1742
|
return false;
|
|
1736
|
-
if (!equals(this.
|
|
1743
|
+
if (!equals(this.b6g_1, other.b6g_1))
|
|
1737
1744
|
return false;
|
|
1738
1745
|
return true;
|
|
1739
1746
|
};
|
|
1740
1747
|
function _get_$cachedSerializer__te6jhj_3($this) {
|
|
1741
|
-
return $this.
|
|
1748
|
+
return $this.o6g_1.x();
|
|
1742
1749
|
}
|
|
1743
1750
|
function PlayerConnectionState$Companion$_anonymous__8wfaw3() {
|
|
1744
1751
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerConnectionState', values_2());
|
|
@@ -1782,7 +1789,7 @@
|
|
|
1782
1789
|
Companion_instance_9 = this;
|
|
1783
1790
|
var tmp = this;
|
|
1784
1791
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1785
|
-
tmp.
|
|
1792
|
+
tmp.o6g_1 = lazy(tmp_0, PlayerConnectionState$Companion$_anonymous__8wfaw3);
|
|
1786
1793
|
}
|
|
1787
1794
|
protoOf(Companion_7).r4t = function () {
|
|
1788
1795
|
return _get_$cachedSerializer__te6jhj_3(this);
|
|
@@ -1815,28 +1822,28 @@
|
|
|
1815
1822
|
function PlayerConnectionState(name, ordinal) {
|
|
1816
1823
|
Enum.call(this, name, ordinal);
|
|
1817
1824
|
}
|
|
1818
|
-
protoOf(PlayerConnectionState).
|
|
1825
|
+
protoOf(PlayerConnectionState).r6g = function () {
|
|
1819
1826
|
return this.equals(PlayerConnectionState_LIVE_getInstance());
|
|
1820
1827
|
};
|
|
1821
|
-
protoOf(PlayerConnectionState).
|
|
1828
|
+
protoOf(PlayerConnectionState).s6g = function () {
|
|
1822
1829
|
return this.equals(PlayerConnectionState_TIMEOUT_getInstance());
|
|
1823
1830
|
};
|
|
1824
|
-
protoOf(PlayerConnectionState).
|
|
1831
|
+
protoOf(PlayerConnectionState).t6g = function () {
|
|
1825
1832
|
return this.equals(PlayerConnectionState_LOST_CONNECTION_getInstance());
|
|
1826
1833
|
};
|
|
1827
|
-
protoOf(PlayerConnectionState).
|
|
1834
|
+
protoOf(PlayerConnectionState).u6g = function () {
|
|
1828
1835
|
return this.equals(PlayerConnectionState_LEFT_getInstance());
|
|
1829
1836
|
};
|
|
1830
|
-
protoOf(PlayerConnectionState).
|
|
1837
|
+
protoOf(PlayerConnectionState).v6g = function () {
|
|
1831
1838
|
return this.equals(PlayerConnectionState_LEFT_PERMANENTLY_getInstance());
|
|
1832
1839
|
};
|
|
1833
|
-
protoOf(PlayerConnectionState).
|
|
1840
|
+
protoOf(PlayerConnectionState).w6g = function () {
|
|
1834
1841
|
return this.equals(PlayerConnectionState_DELETED_getInstance());
|
|
1835
1842
|
};
|
|
1836
|
-
protoOf(PlayerConnectionState).
|
|
1843
|
+
protoOf(PlayerConnectionState).x6g = function () {
|
|
1837
1844
|
return this.equals(PlayerConnectionState_DISCONNECTING_getInstance());
|
|
1838
1845
|
};
|
|
1839
|
-
protoOf(PlayerConnectionState).
|
|
1846
|
+
protoOf(PlayerConnectionState).y6g = function () {
|
|
1840
1847
|
var tmp;
|
|
1841
1848
|
switch (this.q2_1) {
|
|
1842
1849
|
case 3:
|
|
@@ -1857,7 +1864,7 @@
|
|
|
1857
1864
|
}
|
|
1858
1865
|
return tmp;
|
|
1859
1866
|
};
|
|
1860
|
-
protoOf(PlayerConnectionState).
|
|
1867
|
+
protoOf(PlayerConnectionState).z6g = function () {
|
|
1861
1868
|
var tmp;
|
|
1862
1869
|
switch (this.q2_1) {
|
|
1863
1870
|
case 3:
|
|
@@ -1878,7 +1885,7 @@
|
|
|
1878
1885
|
}
|
|
1879
1886
|
return tmp;
|
|
1880
1887
|
};
|
|
1881
|
-
protoOf(PlayerConnectionState).
|
|
1888
|
+
protoOf(PlayerConnectionState).a6h = function () {
|
|
1882
1889
|
var tmp;
|
|
1883
1890
|
switch (this.q2_1) {
|
|
1884
1891
|
case 3:
|
|
@@ -1903,7 +1910,7 @@
|
|
|
1903
1910
|
}
|
|
1904
1911
|
return tmp;
|
|
1905
1912
|
};
|
|
1906
|
-
protoOf(PlayerConnectionState).
|
|
1913
|
+
protoOf(PlayerConnectionState).b6h = function () {
|
|
1907
1914
|
var tmp;
|
|
1908
1915
|
switch (this.q2_1) {
|
|
1909
1916
|
case 3:
|
|
@@ -1928,7 +1935,7 @@
|
|
|
1928
1935
|
}
|
|
1929
1936
|
return tmp;
|
|
1930
1937
|
};
|
|
1931
|
-
protoOf(PlayerConnectionState).
|
|
1938
|
+
protoOf(PlayerConnectionState).c6h = function () {
|
|
1932
1939
|
var tmp;
|
|
1933
1940
|
switch (this.q2_1) {
|
|
1934
1941
|
case 3:
|
|
@@ -1951,7 +1958,7 @@
|
|
|
1951
1958
|
}
|
|
1952
1959
|
return tmp;
|
|
1953
1960
|
};
|
|
1954
|
-
protoOf(PlayerConnectionState).
|
|
1961
|
+
protoOf(PlayerConnectionState).d6h = function () {
|
|
1955
1962
|
var tmp;
|
|
1956
1963
|
switch (this.q2_1) {
|
|
1957
1964
|
case 2:
|
|
@@ -1974,7 +1981,7 @@
|
|
|
1974
1981
|
}
|
|
1975
1982
|
return tmp;
|
|
1976
1983
|
};
|
|
1977
|
-
protoOf(PlayerConnectionState).
|
|
1984
|
+
protoOf(PlayerConnectionState).e6h = function () {
|
|
1978
1985
|
var tmp;
|
|
1979
1986
|
switch (this.q2_1) {
|
|
1980
1987
|
case 5:
|
|
@@ -1999,10 +2006,10 @@
|
|
|
1999
2006
|
var tmp;
|
|
2000
2007
|
switch (_this__u8e3s4.q2_1) {
|
|
2001
2008
|
case 3:
|
|
2002
|
-
tmp = new PlayerLostConnectionReason(player.playerId, player.l6f().
|
|
2009
|
+
tmp = new PlayerLostConnectionReason(player.playerId, player.l6f().f6h());
|
|
2003
2010
|
break;
|
|
2004
2011
|
case 2:
|
|
2005
|
-
tmp = new PlayerTimeoutReason(player.playerId, player.l6f().
|
|
2012
|
+
tmp = new PlayerTimeoutReason(player.playerId, player.l6f().f6h());
|
|
2006
2013
|
break;
|
|
2007
2014
|
case 4:
|
|
2008
2015
|
case 5:
|
|
@@ -2080,7 +2087,7 @@
|
|
|
2080
2087
|
return PlayerConnectionState_DELETED_instance;
|
|
2081
2088
|
}
|
|
2082
2089
|
function _get_$cachedSerializer__te6jhj_4($this) {
|
|
2083
|
-
return $this.
|
|
2090
|
+
return $this.g6h_1.x();
|
|
2084
2091
|
}
|
|
2085
2092
|
function PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2() {
|
|
2086
2093
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerState.PlayerWaitingState', values_3());
|
|
@@ -2095,7 +2102,7 @@
|
|
|
2095
2102
|
Companion_instance_10 = this;
|
|
2096
2103
|
var tmp = this;
|
|
2097
2104
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2098
|
-
tmp.
|
|
2105
|
+
tmp.g6h_1 = lazy(tmp_0, PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2);
|
|
2099
2106
|
}
|
|
2100
2107
|
protoOf(Companion_8).r4t = function () {
|
|
2101
2108
|
return _get_$cachedSerializer__te6jhj_4(this);
|
|
@@ -2124,27 +2131,27 @@
|
|
|
2124
2131
|
Enum.call(this, name, ordinal);
|
|
2125
2132
|
}
|
|
2126
2133
|
protoOf(PlayerWaitingState).y6f = function () {
|
|
2127
|
-
return this.
|
|
2134
|
+
return this.j6h() || this.k6h();
|
|
2128
2135
|
};
|
|
2129
|
-
protoOf(PlayerWaitingState).
|
|
2136
|
+
protoOf(PlayerWaitingState).j6h = function () {
|
|
2130
2137
|
return this.equals(PlayerWaitingState_IN_PROGRESS_getInstance());
|
|
2131
2138
|
};
|
|
2132
|
-
protoOf(PlayerWaitingState).
|
|
2139
|
+
protoOf(PlayerWaitingState).k6h = function () {
|
|
2133
2140
|
return this.equals(PlayerWaitingState_IN_PROGRESS_ATTENTION_MODE_getInstance());
|
|
2134
2141
|
};
|
|
2135
2142
|
function Companion_9() {
|
|
2136
2143
|
}
|
|
2137
|
-
protoOf(Companion_9).
|
|
2144
|
+
protoOf(Companion_9).l6h = function (connection) {
|
|
2138
2145
|
var tmp0_state = PlayerWaitingState_IDLE_getInstance();
|
|
2139
2146
|
return new PlayerState(null, null, null, tmp0_state, false, null, connection);
|
|
2140
2147
|
};
|
|
2141
|
-
protoOf(Companion_9).
|
|
2142
|
-
return _this__u8e3s4.
|
|
2148
|
+
protoOf(Companion_9).m6h = function (_this__u8e3s4) {
|
|
2149
|
+
return _this__u8e3s4.n6h(null, null, VOID, PlayerWaitingState_IDLE_getInstance(), VOID, null);
|
|
2143
2150
|
};
|
|
2144
|
-
protoOf(Companion_9).
|
|
2151
|
+
protoOf(Companion_9).o6h = function (_this__u8e3s4, playerTurnTimeout, tag) {
|
|
2145
2152
|
var tmp0_startFromTime = System_instance.dk();
|
|
2146
2153
|
var tmp1_state = PlayerWaitingState_IN_PROGRESS_getInstance();
|
|
2147
|
-
return _this__u8e3s4.
|
|
2154
|
+
return _this__u8e3s4.n6h(tmp0_startFromTime, playerTurnTimeout, VOID, tmp1_state, false, tag);
|
|
2148
2155
|
};
|
|
2149
2156
|
var Companion_instance_11;
|
|
2150
2157
|
function Companion_getInstance_12() {
|
|
@@ -2173,7 +2180,7 @@
|
|
|
2173
2180
|
this.w6f_1 = tag;
|
|
2174
2181
|
this.x6f_1 = connection;
|
|
2175
2182
|
}
|
|
2176
|
-
protoOf(PlayerState).
|
|
2183
|
+
protoOf(PlayerState).p6h = function () {
|
|
2177
2184
|
// Inline function 'kotlin.requireNotNull' call
|
|
2178
2185
|
var tmp0 = this.x6f_1;
|
|
2179
2186
|
var tmp$ret$1;
|
|
@@ -2189,7 +2196,7 @@
|
|
|
2189
2196
|
}
|
|
2190
2197
|
return tmp$ret$1;
|
|
2191
2198
|
};
|
|
2192
|
-
protoOf(PlayerState).
|
|
2199
|
+
protoOf(PlayerState).q6h = function () {
|
|
2193
2200
|
// Inline function 'kotlin.requireNotNull' call
|
|
2194
2201
|
var tmp0 = this.w6f_1;
|
|
2195
2202
|
var tmp$ret$1;
|
|
@@ -2205,7 +2212,7 @@
|
|
|
2205
2212
|
}
|
|
2206
2213
|
return tmp$ret$1;
|
|
2207
2214
|
};
|
|
2208
|
-
protoOf(PlayerState).
|
|
2215
|
+
protoOf(PlayerState).f6h = function () {
|
|
2209
2216
|
var tmp0_elvis_lhs = this.w6f_1;
|
|
2210
2217
|
return tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
2211
2218
|
};
|
|
@@ -2270,10 +2277,10 @@
|
|
|
2270
2277
|
protoOf(PlayerState).y6f = function () {
|
|
2271
2278
|
return this.u6f_1.y6f();
|
|
2272
2279
|
};
|
|
2273
|
-
protoOf(PlayerState).
|
|
2280
|
+
protoOf(PlayerState).r6h = function (startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) {
|
|
2274
2281
|
return new PlayerState(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection);
|
|
2275
2282
|
};
|
|
2276
|
-
protoOf(PlayerState).
|
|
2283
|
+
protoOf(PlayerState).n6h = function (startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, $super) {
|
|
2277
2284
|
startFromTime = startFromTime === VOID ? this.r6f_1 : startFromTime;
|
|
2278
2285
|
playerTurnTimeout = playerTurnTimeout === VOID ? this.s6f_1 : playerTurnTimeout;
|
|
2279
2286
|
waitPlayerUntilTime = waitPlayerUntilTime === VOID ? this.t6f_1 : waitPlayerUntilTime;
|
|
@@ -2281,7 +2288,7 @@
|
|
|
2281
2288
|
ready = ready === VOID ? this.v6f_1 : ready;
|
|
2282
2289
|
tag = tag === VOID ? this.w6f_1 : tag;
|
|
2283
2290
|
connection = connection === VOID ? this.x6f_1 : connection;
|
|
2284
|
-
return $super === VOID ? this.
|
|
2291
|
+
return $super === VOID ? this.r6h(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) : $super.r6h.call(this, startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection);
|
|
2285
2292
|
};
|
|
2286
2293
|
protoOf(PlayerState).hashCode = function () {
|
|
2287
2294
|
var result = this.r6f_1 == null ? 0 : this.r6f_1.hashCode();
|
|
@@ -2316,7 +2323,7 @@
|
|
|
2316
2323
|
};
|
|
2317
2324
|
function getProgress(_this__u8e3s4, playerTurnTimeout, logger) {
|
|
2318
2325
|
var tmp;
|
|
2319
|
-
if (_this__u8e3s4.
|
|
2326
|
+
if (_this__u8e3s4.j6h() || _this__u8e3s4.k6h()) {
|
|
2320
2327
|
var tmp_0;
|
|
2321
2328
|
if (playerTurnTimeout == null) {
|
|
2322
2329
|
tmp_0 = Companion_getInstance().ek_1;
|
|
@@ -2337,13 +2344,13 @@
|
|
|
2337
2344
|
function Team(playerIds) {
|
|
2338
2345
|
this.playerIds = playerIds;
|
|
2339
2346
|
}
|
|
2340
|
-
protoOf(Team).
|
|
2347
|
+
protoOf(Team).s6h = function () {
|
|
2341
2348
|
return this.playerIds;
|
|
2342
2349
|
};
|
|
2343
2350
|
protoOf(Team).containsPlayer = function (playerId) {
|
|
2344
2351
|
return this.playerIds.u1(playerId);
|
|
2345
2352
|
};
|
|
2346
|
-
protoOf(Team).
|
|
2353
|
+
protoOf(Team).t6h = function () {
|
|
2347
2354
|
return this.playerIds.p(0);
|
|
2348
2355
|
};
|
|
2349
2356
|
protoOf(Team).r61 = function () {
|
|
@@ -2352,12 +2359,12 @@
|
|
|
2352
2359
|
protoOf(Team).oe = function () {
|
|
2353
2360
|
return this.playerIds;
|
|
2354
2361
|
};
|
|
2355
|
-
protoOf(Team).
|
|
2362
|
+
protoOf(Team).u6h = function (playerIds) {
|
|
2356
2363
|
return new Team(playerIds);
|
|
2357
2364
|
};
|
|
2358
2365
|
protoOf(Team).copy = function (playerIds, $super) {
|
|
2359
2366
|
playerIds = playerIds === VOID ? this.playerIds : playerIds;
|
|
2360
|
-
return $super === VOID ? this.
|
|
2367
|
+
return $super === VOID ? this.u6h(playerIds) : $super.u6h.call(this, playerIds);
|
|
2361
2368
|
};
|
|
2362
2369
|
protoOf(Team).toString = function () {
|
|
2363
2370
|
return 'Team(playerIds=' + toString_0(this.playerIds) + ')';
|
|
@@ -2387,30 +2394,30 @@
|
|
|
2387
2394
|
tmp0_serialDesc.hz('deleteFilesOnClear', true);
|
|
2388
2395
|
tmp0_serialDesc.hz('logsDirectoryPath', true);
|
|
2389
2396
|
tmp0_serialDesc.hz('fileNameFormat', true);
|
|
2390
|
-
this.
|
|
2397
|
+
this.v6h_1 = tmp0_serialDesc;
|
|
2391
2398
|
}
|
|
2392
|
-
protoOf($serializer_1).
|
|
2393
|
-
var tmp0_desc = this.
|
|
2399
|
+
protoOf($serializer_1).w6h = function (encoder, value) {
|
|
2400
|
+
var tmp0_desc = this.v6h_1;
|
|
2394
2401
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
2395
|
-
if (tmp1_output.mt(tmp0_desc, 0) ? true : !(value.
|
|
2396
|
-
tmp1_output.ws(tmp0_desc, 0, value.
|
|
2402
|
+
if (tmp1_output.mt(tmp0_desc, 0) ? true : !(value.x6h_1 === false)) {
|
|
2403
|
+
tmp1_output.ws(tmp0_desc, 0, value.x6h_1);
|
|
2397
2404
|
}
|
|
2398
|
-
if (tmp1_output.mt(tmp0_desc, 1) ? true : !(value.
|
|
2399
|
-
tmp1_output.ws(tmp0_desc, 1, value.
|
|
2405
|
+
if (tmp1_output.mt(tmp0_desc, 1) ? true : !(value.y6h_1 === false)) {
|
|
2406
|
+
tmp1_output.ws(tmp0_desc, 1, value.y6h_1);
|
|
2400
2407
|
}
|
|
2401
|
-
if (tmp1_output.mt(tmp0_desc, 2) ? true : !(value.
|
|
2402
|
-
tmp1_output.it(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
2408
|
+
if (tmp1_output.mt(tmp0_desc, 2) ? true : !(value.z6h_1 == null)) {
|
|
2409
|
+
tmp1_output.it(tmp0_desc, 2, StringSerializer_getInstance(), value.z6h_1);
|
|
2403
2410
|
}
|
|
2404
|
-
if (tmp1_output.mt(tmp0_desc, 3) ? true : !(value.
|
|
2405
|
-
tmp1_output.et(tmp0_desc, 3, value.
|
|
2411
|
+
if (tmp1_output.mt(tmp0_desc, 3) ? true : !(value.a6i_1 === '%S_logs.txt')) {
|
|
2412
|
+
tmp1_output.et(tmp0_desc, 3, value.a6i_1);
|
|
2406
2413
|
}
|
|
2407
2414
|
tmp1_output.qr(tmp0_desc);
|
|
2408
2415
|
};
|
|
2409
2416
|
protoOf($serializer_1).do = function (encoder, value) {
|
|
2410
|
-
return this.
|
|
2417
|
+
return this.w6h(encoder, value instanceof CoreConfigDto ? value : THROW_CCE());
|
|
2411
2418
|
};
|
|
2412
2419
|
protoOf($serializer_1).eo = function (decoder) {
|
|
2413
|
-
var tmp0_desc = this.
|
|
2420
|
+
var tmp0_desc = this.v6h_1;
|
|
2414
2421
|
var tmp1_flag = true;
|
|
2415
2422
|
var tmp2_index = 0;
|
|
2416
2423
|
var tmp3_bitMask0 = 0;
|
|
@@ -2459,7 +2466,7 @@
|
|
|
2459
2466
|
return CoreConfigDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, null);
|
|
2460
2467
|
};
|
|
2461
2468
|
protoOf($serializer_1).co = function () {
|
|
2462
|
-
return this.
|
|
2469
|
+
return this.v6h_1;
|
|
2463
2470
|
};
|
|
2464
2471
|
protoOf($serializer_1).wz = function () {
|
|
2465
2472
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2475,24 +2482,24 @@
|
|
|
2475
2482
|
}
|
|
2476
2483
|
function CoreConfigDto_init_$Init$(seen0, fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat, serializationConstructorMarker, $this) {
|
|
2477
2484
|
if (!(0 === (0 & seen0))) {
|
|
2478
|
-
throwMissingFieldException(seen0, 0, $serializer_getInstance_1().
|
|
2485
|
+
throwMissingFieldException(seen0, 0, $serializer_getInstance_1().v6h_1);
|
|
2479
2486
|
}
|
|
2480
2487
|
if (0 === (seen0 & 1))
|
|
2481
|
-
$this.
|
|
2488
|
+
$this.x6h_1 = false;
|
|
2482
2489
|
else
|
|
2483
|
-
$this.
|
|
2490
|
+
$this.x6h_1 = fileLogsEnabled;
|
|
2484
2491
|
if (0 === (seen0 & 2))
|
|
2485
|
-
$this.
|
|
2492
|
+
$this.y6h_1 = false;
|
|
2486
2493
|
else
|
|
2487
|
-
$this.
|
|
2494
|
+
$this.y6h_1 = deleteFilesOnClear;
|
|
2488
2495
|
if (0 === (seen0 & 4))
|
|
2489
|
-
$this.
|
|
2496
|
+
$this.z6h_1 = null;
|
|
2490
2497
|
else
|
|
2491
|
-
$this.
|
|
2498
|
+
$this.z6h_1 = logsDirectoryPath;
|
|
2492
2499
|
if (0 === (seen0 & 8))
|
|
2493
|
-
$this.
|
|
2500
|
+
$this.a6i_1 = '%S_logs.txt';
|
|
2494
2501
|
else
|
|
2495
|
-
$this.
|
|
2502
|
+
$this.a6i_1 = fileNameFormat;
|
|
2496
2503
|
return $this;
|
|
2497
2504
|
}
|
|
2498
2505
|
function CoreConfigDto_init_$Create$(seen0, fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat, serializationConstructorMarker) {
|
|
@@ -2503,19 +2510,19 @@
|
|
|
2503
2510
|
deleteFilesOnClear = deleteFilesOnClear === VOID ? false : deleteFilesOnClear;
|
|
2504
2511
|
logsDirectoryPath = logsDirectoryPath === VOID ? null : logsDirectoryPath;
|
|
2505
2512
|
fileNameFormat = fileNameFormat === VOID ? '%S_logs.txt' : fileNameFormat;
|
|
2506
|
-
this.
|
|
2507
|
-
this.
|
|
2508
|
-
this.
|
|
2509
|
-
this.
|
|
2513
|
+
this.x6h_1 = fileLogsEnabled;
|
|
2514
|
+
this.y6h_1 = deleteFilesOnClear;
|
|
2515
|
+
this.z6h_1 = logsDirectoryPath;
|
|
2516
|
+
this.a6i_1 = fileNameFormat;
|
|
2510
2517
|
}
|
|
2511
2518
|
protoOf(CoreConfigDto).toString = function () {
|
|
2512
|
-
return 'CoreConfigDto(fileLogsEnabled=' + this.
|
|
2519
|
+
return 'CoreConfigDto(fileLogsEnabled=' + this.x6h_1 + ', deleteFilesOnClear=' + this.y6h_1 + ', logsDirectoryPath=' + this.z6h_1 + ', fileNameFormat=' + this.a6i_1 + ')';
|
|
2513
2520
|
};
|
|
2514
2521
|
protoOf(CoreConfigDto).hashCode = function () {
|
|
2515
|
-
var result = getBooleanHashCode(this.
|
|
2516
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
2517
|
-
result = imul(result, 31) + (this.
|
|
2518
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
2522
|
+
var result = getBooleanHashCode(this.x6h_1);
|
|
2523
|
+
result = imul(result, 31) + getBooleanHashCode(this.y6h_1) | 0;
|
|
2524
|
+
result = imul(result, 31) + (this.z6h_1 == null ? 0 : getStringHashCode(this.z6h_1)) | 0;
|
|
2525
|
+
result = imul(result, 31) + getStringHashCode(this.a6i_1) | 0;
|
|
2519
2526
|
return result;
|
|
2520
2527
|
};
|
|
2521
2528
|
protoOf(CoreConfigDto).equals = function (other) {
|
|
@@ -2523,18 +2530,18 @@
|
|
|
2523
2530
|
return true;
|
|
2524
2531
|
if (!(other instanceof CoreConfigDto))
|
|
2525
2532
|
return false;
|
|
2526
|
-
if (!(this.
|
|
2533
|
+
if (!(this.x6h_1 === other.x6h_1))
|
|
2527
2534
|
return false;
|
|
2528
|
-
if (!(this.
|
|
2535
|
+
if (!(this.y6h_1 === other.y6h_1))
|
|
2529
2536
|
return false;
|
|
2530
|
-
if (!(this.
|
|
2537
|
+
if (!(this.z6h_1 == other.z6h_1))
|
|
2531
2538
|
return false;
|
|
2532
|
-
if (!(this.
|
|
2539
|
+
if (!(this.a6i_1 === other.a6i_1))
|
|
2533
2540
|
return false;
|
|
2534
2541
|
return true;
|
|
2535
2542
|
};
|
|
2536
2543
|
function _get_$cachedSerializer__te6jhj_5($this) {
|
|
2537
|
-
return $this.
|
|
2544
|
+
return $this.b6i_1.x();
|
|
2538
2545
|
}
|
|
2539
2546
|
function TerminationGameReasonDto$Companion$_anonymous__30ivuy() {
|
|
2540
2547
|
var tmp = getKClass(TerminationGameReasonDto);
|
|
@@ -2572,7 +2579,7 @@
|
|
|
2572
2579
|
Companion_instance_13 = this;
|
|
2573
2580
|
var tmp = this;
|
|
2574
2581
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2575
|
-
tmp.
|
|
2582
|
+
tmp.b6i_1 = lazy(tmp_0, TerminationGameReasonDto$Companion$_anonymous__30ivuy);
|
|
2576
2583
|
}
|
|
2577
2584
|
protoOf(Companion_11).r4t = function () {
|
|
2578
2585
|
return _get_$cachedSerializer__te6jhj_5(this);
|
|
@@ -2593,7 +2600,7 @@
|
|
|
2593
2600
|
Companion_getInstance_14();
|
|
2594
2601
|
}
|
|
2595
2602
|
function _get_$cachedSerializer__te6jhj_6($this) {
|
|
2596
|
-
return $this.
|
|
2603
|
+
return $this.c6i_1.x();
|
|
2597
2604
|
}
|
|
2598
2605
|
function ProcessingReasonDto$_anonymous__78na4x() {
|
|
2599
2606
|
var tmp = ProcessingReasonDto_getInstance();
|
|
@@ -2608,7 +2615,7 @@
|
|
|
2608
2615
|
TerminationGameReasonDto.call(this);
|
|
2609
2616
|
var tmp = this;
|
|
2610
2617
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2611
|
-
tmp.
|
|
2618
|
+
tmp.c6i_1 = lazy(tmp_0, ProcessingReasonDto$_anonymous__78na4x);
|
|
2612
2619
|
}
|
|
2613
2620
|
protoOf(ProcessingReasonDto).r4t = function () {
|
|
2614
2621
|
return _get_$cachedSerializer__te6jhj_6(this);
|
|
@@ -2645,19 +2652,19 @@
|
|
|
2645
2652
|
$serializer_instance_2 = this;
|
|
2646
2653
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_ERROR_TYPE', this, 1);
|
|
2647
2654
|
tmp0_serialDesc.hz('reason', false);
|
|
2648
|
-
this.
|
|
2655
|
+
this.d6i_1 = tmp0_serialDesc;
|
|
2649
2656
|
}
|
|
2650
|
-
protoOf($serializer_2).
|
|
2651
|
-
var tmp0_desc = this.
|
|
2657
|
+
protoOf($serializer_2).e6i = function (encoder, value) {
|
|
2658
|
+
var tmp0_desc = this.d6i_1;
|
|
2652
2659
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
2653
2660
|
tmp1_output.et(tmp0_desc, 0, value.reason);
|
|
2654
2661
|
tmp1_output.qr(tmp0_desc);
|
|
2655
2662
|
};
|
|
2656
2663
|
protoOf($serializer_2).do = function (encoder, value) {
|
|
2657
|
-
return this.
|
|
2664
|
+
return this.e6i(encoder, value instanceof GameErrorReasonDto ? value : THROW_CCE());
|
|
2658
2665
|
};
|
|
2659
2666
|
protoOf($serializer_2).eo = function (decoder) {
|
|
2660
|
-
var tmp0_desc = this.
|
|
2667
|
+
var tmp0_desc = this.d6i_1;
|
|
2661
2668
|
var tmp1_flag = true;
|
|
2662
2669
|
var tmp2_index = 0;
|
|
2663
2670
|
var tmp3_bitMask0 = 0;
|
|
@@ -2685,7 +2692,7 @@
|
|
|
2685
2692
|
return GameErrorReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2686
2693
|
};
|
|
2687
2694
|
protoOf($serializer_2).co = function () {
|
|
2688
|
-
return this.
|
|
2695
|
+
return this.d6i_1;
|
|
2689
2696
|
};
|
|
2690
2697
|
protoOf($serializer_2).wz = function () {
|
|
2691
2698
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2701,7 +2708,7 @@
|
|
|
2701
2708
|
}
|
|
2702
2709
|
function GameErrorReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2703
2710
|
if (!(1 === (1 & seen0))) {
|
|
2704
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().
|
|
2711
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().d6i_1);
|
|
2705
2712
|
}
|
|
2706
2713
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2707
2714
|
$this.reason = reason;
|
|
@@ -2742,19 +2749,19 @@
|
|
|
2742
2749
|
$serializer_instance_3 = this;
|
|
2743
2750
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_FINISHED_TYPE', this, 1);
|
|
2744
2751
|
tmp0_serialDesc.hz('reason', false);
|
|
2745
|
-
this.
|
|
2752
|
+
this.f6i_1 = tmp0_serialDesc;
|
|
2746
2753
|
}
|
|
2747
|
-
protoOf($serializer_3).
|
|
2748
|
-
var tmp0_desc = this.
|
|
2754
|
+
protoOf($serializer_3).g6i = function (encoder, value) {
|
|
2755
|
+
var tmp0_desc = this.f6i_1;
|
|
2749
2756
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
2750
2757
|
tmp1_output.et(tmp0_desc, 0, value.reason);
|
|
2751
2758
|
tmp1_output.qr(tmp0_desc);
|
|
2752
2759
|
};
|
|
2753
2760
|
protoOf($serializer_3).do = function (encoder, value) {
|
|
2754
|
-
return this.
|
|
2761
|
+
return this.g6i(encoder, value instanceof GameFinishedReasonDto ? value : THROW_CCE());
|
|
2755
2762
|
};
|
|
2756
2763
|
protoOf($serializer_3).eo = function (decoder) {
|
|
2757
|
-
var tmp0_desc = this.
|
|
2764
|
+
var tmp0_desc = this.f6i_1;
|
|
2758
2765
|
var tmp1_flag = true;
|
|
2759
2766
|
var tmp2_index = 0;
|
|
2760
2767
|
var tmp3_bitMask0 = 0;
|
|
@@ -2782,7 +2789,7 @@
|
|
|
2782
2789
|
return GameFinishedReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2783
2790
|
};
|
|
2784
2791
|
protoOf($serializer_3).co = function () {
|
|
2785
|
-
return this.
|
|
2792
|
+
return this.f6i_1;
|
|
2786
2793
|
};
|
|
2787
2794
|
protoOf($serializer_3).wz = function () {
|
|
2788
2795
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2798,7 +2805,7 @@
|
|
|
2798
2805
|
}
|
|
2799
2806
|
function GameFinishedReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2800
2807
|
if (!(1 === (1 & seen0))) {
|
|
2801
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().
|
|
2808
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().f6i_1);
|
|
2802
2809
|
}
|
|
2803
2810
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2804
2811
|
$this.reason = reason;
|
|
@@ -2839,19 +2846,19 @@
|
|
|
2839
2846
|
$serializer_instance_4 = this;
|
|
2840
2847
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_EXIT', this, 1);
|
|
2841
2848
|
tmp0_serialDesc.hz('playerId', false);
|
|
2842
|
-
this.
|
|
2849
|
+
this.h6i_1 = tmp0_serialDesc;
|
|
2843
2850
|
}
|
|
2844
|
-
protoOf($serializer_4).
|
|
2845
|
-
var tmp0_desc = this.
|
|
2851
|
+
protoOf($serializer_4).i6i = function (encoder, value) {
|
|
2852
|
+
var tmp0_desc = this.h6i_1;
|
|
2846
2853
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
2847
|
-
tmp1_output.et(tmp0_desc, 0, value.
|
|
2854
|
+
tmp1_output.et(tmp0_desc, 0, value.j6i_1);
|
|
2848
2855
|
tmp1_output.qr(tmp0_desc);
|
|
2849
2856
|
};
|
|
2850
2857
|
protoOf($serializer_4).do = function (encoder, value) {
|
|
2851
|
-
return this.
|
|
2858
|
+
return this.i6i(encoder, value instanceof PlayerExitReasonDto ? value : THROW_CCE());
|
|
2852
2859
|
};
|
|
2853
2860
|
protoOf($serializer_4).eo = function (decoder) {
|
|
2854
|
-
var tmp0_desc = this.
|
|
2861
|
+
var tmp0_desc = this.h6i_1;
|
|
2855
2862
|
var tmp1_flag = true;
|
|
2856
2863
|
var tmp2_index = 0;
|
|
2857
2864
|
var tmp3_bitMask0 = 0;
|
|
@@ -2879,7 +2886,7 @@
|
|
|
2879
2886
|
return PlayerExitReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2880
2887
|
};
|
|
2881
2888
|
protoOf($serializer_4).co = function () {
|
|
2882
|
-
return this.
|
|
2889
|
+
return this.h6i_1;
|
|
2883
2890
|
};
|
|
2884
2891
|
protoOf($serializer_4).wz = function () {
|
|
2885
2892
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2895,10 +2902,10 @@
|
|
|
2895
2902
|
}
|
|
2896
2903
|
function PlayerExitReasonDto_init_$Init$(seen0, playerId, serializationConstructorMarker, $this) {
|
|
2897
2904
|
if (!(1 === (1 & seen0))) {
|
|
2898
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_4().
|
|
2905
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_4().h6i_1);
|
|
2899
2906
|
}
|
|
2900
2907
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2901
|
-
$this.
|
|
2908
|
+
$this.j6i_1 = playerId;
|
|
2902
2909
|
return $this;
|
|
2903
2910
|
}
|
|
2904
2911
|
function PlayerExitReasonDto_init_$Create$(seen0, playerId, serializationConstructorMarker) {
|
|
@@ -2906,20 +2913,20 @@
|
|
|
2906
2913
|
}
|
|
2907
2914
|
function PlayerExitReasonDto(playerId) {
|
|
2908
2915
|
TerminationGameReasonDto.call(this);
|
|
2909
|
-
this.
|
|
2916
|
+
this.j6i_1 = playerId;
|
|
2910
2917
|
}
|
|
2911
2918
|
protoOf(PlayerExitReasonDto).toString = function () {
|
|
2912
|
-
return 'PlayerExitReasonDto(playerId=' + this.
|
|
2919
|
+
return 'PlayerExitReasonDto(playerId=' + this.j6i_1 + ')';
|
|
2913
2920
|
};
|
|
2914
2921
|
protoOf(PlayerExitReasonDto).hashCode = function () {
|
|
2915
|
-
return getStringHashCode(this.
|
|
2922
|
+
return getStringHashCode(this.j6i_1);
|
|
2916
2923
|
};
|
|
2917
2924
|
protoOf(PlayerExitReasonDto).equals = function (other) {
|
|
2918
2925
|
if (this === other)
|
|
2919
2926
|
return true;
|
|
2920
2927
|
if (!(other instanceof PlayerExitReasonDto))
|
|
2921
2928
|
return false;
|
|
2922
|
-
if (!(this.
|
|
2929
|
+
if (!(this.j6i_1 === other.j6i_1))
|
|
2923
2930
|
return false;
|
|
2924
2931
|
return true;
|
|
2925
2932
|
};
|
|
@@ -2934,20 +2941,20 @@
|
|
|
2934
2941
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_LOST_CONNECTION', this, 2);
|
|
2935
2942
|
tmp0_serialDesc.hz('playerId', false);
|
|
2936
2943
|
tmp0_serialDesc.hz('tag', false);
|
|
2937
|
-
this.
|
|
2944
|
+
this.k6i_1 = tmp0_serialDesc;
|
|
2938
2945
|
}
|
|
2939
|
-
protoOf($serializer_5).
|
|
2940
|
-
var tmp0_desc = this.
|
|
2946
|
+
protoOf($serializer_5).l6i = function (encoder, value) {
|
|
2947
|
+
var tmp0_desc = this.k6i_1;
|
|
2941
2948
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
2942
|
-
tmp1_output.et(tmp0_desc, 0, value.
|
|
2943
|
-
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2949
|
+
tmp1_output.et(tmp0_desc, 0, value.m6i_1);
|
|
2950
|
+
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.n6i_1);
|
|
2944
2951
|
tmp1_output.qr(tmp0_desc);
|
|
2945
2952
|
};
|
|
2946
2953
|
protoOf($serializer_5).do = function (encoder, value) {
|
|
2947
|
-
return this.
|
|
2954
|
+
return this.l6i(encoder, value instanceof PlayerLostConnectionReasonDto ? value : THROW_CCE());
|
|
2948
2955
|
};
|
|
2949
2956
|
protoOf($serializer_5).eo = function (decoder) {
|
|
2950
|
-
var tmp0_desc = this.
|
|
2957
|
+
var tmp0_desc = this.k6i_1;
|
|
2951
2958
|
var tmp1_flag = true;
|
|
2952
2959
|
var tmp2_index = 0;
|
|
2953
2960
|
var tmp3_bitMask0 = 0;
|
|
@@ -2982,7 +2989,7 @@
|
|
|
2982
2989
|
return PlayerLostConnectionReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2983
2990
|
};
|
|
2984
2991
|
protoOf($serializer_5).co = function () {
|
|
2985
|
-
return this.
|
|
2992
|
+
return this.k6i_1;
|
|
2986
2993
|
};
|
|
2987
2994
|
protoOf($serializer_5).wz = function () {
|
|
2988
2995
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2998,11 +3005,11 @@
|
|
|
2998
3005
|
}
|
|
2999
3006
|
function PlayerLostConnectionReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
3000
3007
|
if (!(3 === (3 & seen0))) {
|
|
3001
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().
|
|
3008
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().k6i_1);
|
|
3002
3009
|
}
|
|
3003
3010
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
3004
|
-
$this.
|
|
3005
|
-
$this.
|
|
3011
|
+
$this.m6i_1 = playerId;
|
|
3012
|
+
$this.n6i_1 = tag;
|
|
3006
3013
|
return $this;
|
|
3007
3014
|
}
|
|
3008
3015
|
function PlayerLostConnectionReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -3010,15 +3017,15 @@
|
|
|
3010
3017
|
}
|
|
3011
3018
|
function PlayerLostConnectionReasonDto(playerId, tag) {
|
|
3012
3019
|
TerminationGameReasonDto.call(this);
|
|
3013
|
-
this.
|
|
3014
|
-
this.
|
|
3020
|
+
this.m6i_1 = playerId;
|
|
3021
|
+
this.n6i_1 = tag;
|
|
3015
3022
|
}
|
|
3016
3023
|
protoOf(PlayerLostConnectionReasonDto).toString = function () {
|
|
3017
|
-
return 'PlayerLostConnectionReasonDto(playerId=' + this.
|
|
3024
|
+
return 'PlayerLostConnectionReasonDto(playerId=' + this.m6i_1 + ', tag=' + this.n6i_1 + ')';
|
|
3018
3025
|
};
|
|
3019
3026
|
protoOf(PlayerLostConnectionReasonDto).hashCode = function () {
|
|
3020
|
-
var result = getStringHashCode(this.
|
|
3021
|
-
result = imul(result, 31) + (this.
|
|
3027
|
+
var result = getStringHashCode(this.m6i_1);
|
|
3028
|
+
result = imul(result, 31) + (this.n6i_1 == null ? 0 : getStringHashCode(this.n6i_1)) | 0;
|
|
3022
3029
|
return result;
|
|
3023
3030
|
};
|
|
3024
3031
|
protoOf(PlayerLostConnectionReasonDto).equals = function (other) {
|
|
@@ -3026,9 +3033,9 @@
|
|
|
3026
3033
|
return true;
|
|
3027
3034
|
if (!(other instanceof PlayerLostConnectionReasonDto))
|
|
3028
3035
|
return false;
|
|
3029
|
-
if (!(this.
|
|
3036
|
+
if (!(this.m6i_1 === other.m6i_1))
|
|
3030
3037
|
return false;
|
|
3031
|
-
if (!(this.
|
|
3038
|
+
if (!(this.n6i_1 == other.n6i_1))
|
|
3032
3039
|
return false;
|
|
3033
3040
|
return true;
|
|
3034
3041
|
};
|
|
@@ -3043,20 +3050,20 @@
|
|
|
3043
3050
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_TIMEOUT', this, 2);
|
|
3044
3051
|
tmp0_serialDesc.hz('playerId', false);
|
|
3045
3052
|
tmp0_serialDesc.hz('tag', false);
|
|
3046
|
-
this.
|
|
3053
|
+
this.o6i_1 = tmp0_serialDesc;
|
|
3047
3054
|
}
|
|
3048
|
-
protoOf($serializer_6).
|
|
3049
|
-
var tmp0_desc = this.
|
|
3055
|
+
protoOf($serializer_6).p6i = function (encoder, value) {
|
|
3056
|
+
var tmp0_desc = this.o6i_1;
|
|
3050
3057
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
3051
|
-
tmp1_output.et(tmp0_desc, 0, value.
|
|
3052
|
-
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3058
|
+
tmp1_output.et(tmp0_desc, 0, value.q6i_1);
|
|
3059
|
+
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.r6i_1);
|
|
3053
3060
|
tmp1_output.qr(tmp0_desc);
|
|
3054
3061
|
};
|
|
3055
3062
|
protoOf($serializer_6).do = function (encoder, value) {
|
|
3056
|
-
return this.
|
|
3063
|
+
return this.p6i(encoder, value instanceof PlayerTimeoutReasonDto ? value : THROW_CCE());
|
|
3057
3064
|
};
|
|
3058
3065
|
protoOf($serializer_6).eo = function (decoder) {
|
|
3059
|
-
var tmp0_desc = this.
|
|
3066
|
+
var tmp0_desc = this.o6i_1;
|
|
3060
3067
|
var tmp1_flag = true;
|
|
3061
3068
|
var tmp2_index = 0;
|
|
3062
3069
|
var tmp3_bitMask0 = 0;
|
|
@@ -3091,7 +3098,7 @@
|
|
|
3091
3098
|
return PlayerTimeoutReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
3092
3099
|
};
|
|
3093
3100
|
protoOf($serializer_6).co = function () {
|
|
3094
|
-
return this.
|
|
3101
|
+
return this.o6i_1;
|
|
3095
3102
|
};
|
|
3096
3103
|
protoOf($serializer_6).wz = function () {
|
|
3097
3104
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3107,11 +3114,11 @@
|
|
|
3107
3114
|
}
|
|
3108
3115
|
function PlayerTimeoutReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
3109
3116
|
if (!(3 === (3 & seen0))) {
|
|
3110
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_6().
|
|
3117
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_6().o6i_1);
|
|
3111
3118
|
}
|
|
3112
3119
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
3113
|
-
$this.
|
|
3114
|
-
$this.
|
|
3120
|
+
$this.q6i_1 = playerId;
|
|
3121
|
+
$this.r6i_1 = tag;
|
|
3115
3122
|
return $this;
|
|
3116
3123
|
}
|
|
3117
3124
|
function PlayerTimeoutReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -3119,15 +3126,15 @@
|
|
|
3119
3126
|
}
|
|
3120
3127
|
function PlayerTimeoutReasonDto(playerId, tag) {
|
|
3121
3128
|
TerminationGameReasonDto.call(this);
|
|
3122
|
-
this.
|
|
3123
|
-
this.
|
|
3129
|
+
this.q6i_1 = playerId;
|
|
3130
|
+
this.r6i_1 = tag;
|
|
3124
3131
|
}
|
|
3125
3132
|
protoOf(PlayerTimeoutReasonDto).toString = function () {
|
|
3126
|
-
return 'PlayerTimeoutReasonDto(playerId=' + this.
|
|
3133
|
+
return 'PlayerTimeoutReasonDto(playerId=' + this.q6i_1 + ', tag=' + this.r6i_1 + ')';
|
|
3127
3134
|
};
|
|
3128
3135
|
protoOf(PlayerTimeoutReasonDto).hashCode = function () {
|
|
3129
|
-
var result = getStringHashCode(this.
|
|
3130
|
-
result = imul(result, 31) + (this.
|
|
3136
|
+
var result = getStringHashCode(this.q6i_1);
|
|
3137
|
+
result = imul(result, 31) + (this.r6i_1 == null ? 0 : getStringHashCode(this.r6i_1)) | 0;
|
|
3131
3138
|
return result;
|
|
3132
3139
|
};
|
|
3133
3140
|
protoOf(PlayerTimeoutReasonDto).equals = function (other) {
|
|
@@ -3135,14 +3142,14 @@
|
|
|
3135
3142
|
return true;
|
|
3136
3143
|
if (!(other instanceof PlayerTimeoutReasonDto))
|
|
3137
3144
|
return false;
|
|
3138
|
-
if (!(this.
|
|
3145
|
+
if (!(this.q6i_1 === other.q6i_1))
|
|
3139
3146
|
return false;
|
|
3140
|
-
if (!(this.
|
|
3147
|
+
if (!(this.r6i_1 == other.r6i_1))
|
|
3141
3148
|
return false;
|
|
3142
3149
|
return true;
|
|
3143
3150
|
};
|
|
3144
3151
|
function _get_$cachedSerializer__te6jhj_7($this) {
|
|
3145
|
-
return $this.
|
|
3152
|
+
return $this.s6i_1.x();
|
|
3146
3153
|
}
|
|
3147
3154
|
function WaitingForConnectionReasonDto$_anonymous__hgbgp6() {
|
|
3148
3155
|
var tmp = WaitingForConnectionReasonDto_getInstance();
|
|
@@ -3157,7 +3164,7 @@
|
|
|
3157
3164
|
TerminationGameReasonDto.call(this);
|
|
3158
3165
|
var tmp = this;
|
|
3159
3166
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
3160
|
-
tmp.
|
|
3167
|
+
tmp.s6i_1 = lazy(tmp_0, WaitingForConnectionReasonDto$_anonymous__hgbgp6);
|
|
3161
3168
|
}
|
|
3162
3169
|
protoOf(WaitingForConnectionReasonDto).r4t = function () {
|
|
3163
3170
|
return _get_$cachedSerializer__te6jhj_7(this);
|
|
@@ -3194,19 +3201,19 @@
|
|
|
3194
3201
|
$serializer_instance_7 = this;
|
|
3195
3202
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.logic.data.models.serializable.cards.ProcessingCardDto', this, 1);
|
|
3196
3203
|
tmp0_serialDesc.hz('gameCard', false);
|
|
3197
|
-
this.
|
|
3204
|
+
this.t6i_1 = tmp0_serialDesc;
|
|
3198
3205
|
}
|
|
3199
|
-
protoOf($serializer_7).
|
|
3200
|
-
var tmp0_desc = this.
|
|
3206
|
+
protoOf($serializer_7).u6i = function (encoder, value) {
|
|
3207
|
+
var tmp0_desc = this.t6i_1;
|
|
3201
3208
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
3202
|
-
tmp1_output.zs(tmp0_desc, 0, value.
|
|
3209
|
+
tmp1_output.zs(tmp0_desc, 0, value.v6i_1);
|
|
3203
3210
|
tmp1_output.qr(tmp0_desc);
|
|
3204
3211
|
};
|
|
3205
3212
|
protoOf($serializer_7).do = function (encoder, value) {
|
|
3206
|
-
return this.
|
|
3213
|
+
return this.u6i(encoder, value instanceof ProcessingCardDto ? value : THROW_CCE());
|
|
3207
3214
|
};
|
|
3208
3215
|
protoOf($serializer_7).eo = function (decoder) {
|
|
3209
|
-
var tmp0_desc = this.
|
|
3216
|
+
var tmp0_desc = this.t6i_1;
|
|
3210
3217
|
var tmp1_flag = true;
|
|
3211
3218
|
var tmp2_index = 0;
|
|
3212
3219
|
var tmp3_bitMask0 = 0;
|
|
@@ -3234,7 +3241,7 @@
|
|
|
3234
3241
|
return ProcessingCardDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
3235
3242
|
};
|
|
3236
3243
|
protoOf($serializer_7).co = function () {
|
|
3237
|
-
return this.
|
|
3244
|
+
return this.t6i_1;
|
|
3238
3245
|
};
|
|
3239
3246
|
protoOf($serializer_7).wz = function () {
|
|
3240
3247
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3250,37 +3257,37 @@
|
|
|
3250
3257
|
}
|
|
3251
3258
|
function ProcessingCardDto_init_$Init$(seen0, gameCard, serializationConstructorMarker, $this) {
|
|
3252
3259
|
if (!(1 === (1 & seen0))) {
|
|
3253
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_7().
|
|
3260
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_7().t6i_1);
|
|
3254
3261
|
}
|
|
3255
|
-
$this.
|
|
3262
|
+
$this.v6i_1 = gameCard;
|
|
3256
3263
|
return $this;
|
|
3257
3264
|
}
|
|
3258
3265
|
function ProcessingCardDto_init_$Create$(seen0, gameCard, serializationConstructorMarker) {
|
|
3259
3266
|
return ProcessingCardDto_init_$Init$(seen0, gameCard, serializationConstructorMarker, objectCreate(protoOf(ProcessingCardDto)));
|
|
3260
3267
|
}
|
|
3261
3268
|
function ProcessingCardDto(gameCard) {
|
|
3262
|
-
this.
|
|
3269
|
+
this.v6i_1 = gameCard;
|
|
3263
3270
|
}
|
|
3264
3271
|
protoOf(ProcessingCardDto).toString = function () {
|
|
3265
|
-
return 'ProcessingCardDto(gameCard=' + this.
|
|
3272
|
+
return 'ProcessingCardDto(gameCard=' + this.v6i_1 + ')';
|
|
3266
3273
|
};
|
|
3267
3274
|
protoOf(ProcessingCardDto).hashCode = function () {
|
|
3268
|
-
return this.
|
|
3275
|
+
return this.v6i_1;
|
|
3269
3276
|
};
|
|
3270
3277
|
protoOf(ProcessingCardDto).equals = function (other) {
|
|
3271
3278
|
if (this === other)
|
|
3272
3279
|
return true;
|
|
3273
3280
|
if (!(other instanceof ProcessingCardDto))
|
|
3274
3281
|
return false;
|
|
3275
|
-
if (!(this.
|
|
3282
|
+
if (!(this.v6i_1 === other.v6i_1))
|
|
3276
3283
|
return false;
|
|
3277
3284
|
return true;
|
|
3278
3285
|
};
|
|
3279
3286
|
function mapToDto(_this__u8e3s4) {
|
|
3280
|
-
return new ProcessingCardDto(mapToDto_0(_this__u8e3s4.
|
|
3287
|
+
return new ProcessingCardDto(mapToDto_0(_this__u8e3s4.w6i_1));
|
|
3281
3288
|
}
|
|
3282
3289
|
function mapFromDto(_this__u8e3s4) {
|
|
3283
|
-
return new ProcessingCard(mapFromDto_0(_this__u8e3s4.
|
|
3290
|
+
return new ProcessingCard(mapFromDto_0(_this__u8e3s4.v6i_1));
|
|
3284
3291
|
}
|
|
3285
3292
|
function mapToDto_0(_this__u8e3s4) {
|
|
3286
3293
|
return _this__u8e3s4.p5t_1;
|
|
@@ -3289,7 +3296,7 @@
|
|
|
3289
3296
|
return new GameCard(_this__u8e3s4);
|
|
3290
3297
|
}
|
|
3291
3298
|
function mapFromDto_1(_this__u8e3s4) {
|
|
3292
|
-
return new CoreConfig(_this__u8e3s4.
|
|
3299
|
+
return new CoreConfig(_this__u8e3s4.x6h_1, _this__u8e3s4.y6h_1, _this__u8e3s4.z6h_1, _this__u8e3s4.a6i_1);
|
|
3293
3300
|
}
|
|
3294
3301
|
function mapFromDto_2(_this__u8e3s4) {
|
|
3295
3302
|
return new Team(_this__u8e3s4);
|
|
@@ -3415,15 +3422,15 @@
|
|
|
3415
3422
|
}
|
|
3416
3423
|
function mapFromDto_6(_this__u8e3s4) {
|
|
3417
3424
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3418
|
-
return new PlayerExitReason(_this__u8e3s4.
|
|
3425
|
+
return new PlayerExitReason(_this__u8e3s4.j6i_1);
|
|
3419
3426
|
}
|
|
3420
3427
|
function mapFromDto_7(_this__u8e3s4) {
|
|
3421
3428
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3422
|
-
return new PlayerLostConnectionReason(_this__u8e3s4.
|
|
3429
|
+
return new PlayerLostConnectionReason(_this__u8e3s4.m6i_1, _this__u8e3s4.n6i_1);
|
|
3423
3430
|
}
|
|
3424
3431
|
function mapFromDto_8(_this__u8e3s4) {
|
|
3425
3432
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3426
|
-
return new PlayerTimeoutReason(_this__u8e3s4.
|
|
3433
|
+
return new PlayerTimeoutReason(_this__u8e3s4.q6i_1, _this__u8e3s4.r6i_1);
|
|
3427
3434
|
}
|
|
3428
3435
|
function mapFromDto_9(_this__u8e3s4) {
|
|
3429
3436
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
@@ -3484,14 +3491,14 @@
|
|
|
3484
3491
|
return new GameUserInfoDto(tmp0_playerId, tmp1_uid, tmp3_name, tmp2_nickname, tmp5_avatarUrl, tmp4_photo, tmp8_rating, tmp6_isBot, tmp7_initialLuckyFactor);
|
|
3485
3492
|
}
|
|
3486
3493
|
function mapFromDto_11(_this__u8e3s4) {
|
|
3487
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
3488
|
-
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
3489
|
-
var tmp1_elvis_lhs = _this__u8e3s4.
|
|
3490
|
-
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
3491
|
-
var tmp2_elvis_lhs = _this__u8e3s4.
|
|
3492
|
-
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.
|
|
3493
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
3494
|
-
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.
|
|
3494
|
+
var tmp0_elvis_lhs = _this__u8e3s4.x6i_1;
|
|
3495
|
+
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.y6i_1) : tmp0_elvis_lhs;
|
|
3496
|
+
var tmp1_elvis_lhs = _this__u8e3s4.z6i_1;
|
|
3497
|
+
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.a6j_1) : tmp1_elvis_lhs;
|
|
3498
|
+
var tmp2_elvis_lhs = _this__u8e3s4.b6j_1;
|
|
3499
|
+
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.c6j_1 : tmp2_elvis_lhs;
|
|
3500
|
+
var tmp3_elvis_lhs = _this__u8e3s4.e6j_1;
|
|
3501
|
+
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.f6j_1, _this__u8e3s4.d6j_1);
|
|
3495
3502
|
}
|
|
3496
3503
|
function mapToDto_11(_this__u8e3s4) {
|
|
3497
3504
|
var tmp0_safe_receiver = _this__u8e3s4.r6f_1;
|
|
@@ -3508,7 +3515,7 @@
|
|
|
3508
3515
|
return new PlayerStateDto(tmp4_startFrom, tmp6_playerTurnTimeout, tmp5_waitPlayerUntilTime, tmp7_state, tmp9_ready, tmp8_tag, tmp10_connection);
|
|
3509
3516
|
}
|
|
3510
3517
|
function mapFromDto_12(_this__u8e3s4) {
|
|
3511
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
3518
|
+
var tmp0_safe_receiver = _this__u8e3s4.g6j_1;
|
|
3512
3519
|
var tmp;
|
|
3513
3520
|
if (tmp0_safe_receiver == null) {
|
|
3514
3521
|
tmp = null;
|
|
@@ -3517,7 +3524,7 @@
|
|
|
3517
3524
|
tmp = Companion_getInstance_0().nk(tmp0_safe_receiver);
|
|
3518
3525
|
}
|
|
3519
3526
|
var tmp5_startFromTime = tmp;
|
|
3520
|
-
var tmp1_safe_receiver = _this__u8e3s4.
|
|
3527
|
+
var tmp1_safe_receiver = _this__u8e3s4.i6j_1;
|
|
3521
3528
|
var tmp_0;
|
|
3522
3529
|
if (tmp1_safe_receiver == null) {
|
|
3523
3530
|
tmp_0 = null;
|
|
@@ -3526,7 +3533,7 @@
|
|
|
3526
3533
|
tmp_0 = Companion_getInstance_0().nk(tmp1_safe_receiver);
|
|
3527
3534
|
}
|
|
3528
3535
|
var tmp6_waitPlayerUntilTime = tmp_0;
|
|
3529
|
-
var tmp2_safe_receiver = _this__u8e3s4.
|
|
3536
|
+
var tmp2_safe_receiver = _this__u8e3s4.h6j_1;
|
|
3530
3537
|
var tmp_1;
|
|
3531
3538
|
if (tmp2_safe_receiver == null) {
|
|
3532
3539
|
tmp_1 = null;
|
|
@@ -3535,19 +3542,19 @@
|
|
|
3535
3542
|
tmp_1 = Companion_getInstance_0().nk(tmp2_safe_receiver);
|
|
3536
3543
|
}
|
|
3537
3544
|
var tmp7_playerTurnTimeout = tmp_1;
|
|
3538
|
-
var tmp8_state = _this__u8e3s4.
|
|
3539
|
-
var tmp9_tag = _this__u8e3s4.
|
|
3540
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
3545
|
+
var tmp8_state = _this__u8e3s4.j6j_1;
|
|
3546
|
+
var tmp9_tag = _this__u8e3s4.l6j_1;
|
|
3547
|
+
var tmp3_elvis_lhs = _this__u8e3s4.k6j_1;
|
|
3541
3548
|
var tmp10_ready = tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs;
|
|
3542
|
-
var tmp4_safe_receiver = _this__u8e3s4.
|
|
3549
|
+
var tmp4_safe_receiver = _this__u8e3s4.m6j_1;
|
|
3543
3550
|
var tmp11_connection = tmp4_safe_receiver == null ? null : mapFromDto_13(tmp4_safe_receiver);
|
|
3544
3551
|
return new PlayerState(tmp5_startFromTime, tmp7_playerTurnTimeout, tmp6_waitPlayerUntilTime, tmp8_state, tmp10_ready, tmp9_tag, tmp11_connection);
|
|
3545
3552
|
}
|
|
3546
3553
|
function mapToDto_12(_this__u8e3s4) {
|
|
3547
|
-
return new PlayerConnectionDto(_this__u8e3s4.
|
|
3554
|
+
return new PlayerConnectionDto(_this__u8e3s4.z6f_1, toString(_this__u8e3s4.a6g_1), Duration__toIsoString_impl_9h6wsm(_this__u8e3s4.b6g_1));
|
|
3548
3555
|
}
|
|
3549
3556
|
function mapFromDto_13(_this__u8e3s4) {
|
|
3550
|
-
return new PlayerConnection(_this__u8e3s4.
|
|
3557
|
+
return new PlayerConnection(_this__u8e3s4.n6j_1, Companion_getInstance_0().nk(_this__u8e3s4.o6j_1), Companion_getInstance().hk(_this__u8e3s4.p6j_1));
|
|
3551
3558
|
}
|
|
3552
3559
|
function Companion_18() {
|
|
3553
3560
|
}
|
|
@@ -3567,39 +3574,39 @@
|
|
|
3567
3574
|
tmp0_serialDesc.hz('rating', false);
|
|
3568
3575
|
tmp0_serialDesc.hz('is_bot', false);
|
|
3569
3576
|
tmp0_serialDesc.hz('lucky_factor', false);
|
|
3570
|
-
this.
|
|
3577
|
+
this.q6j_1 = tmp0_serialDesc;
|
|
3571
3578
|
}
|
|
3572
|
-
protoOf($serializer_8).
|
|
3573
|
-
var tmp0_desc = this.
|
|
3579
|
+
protoOf($serializer_8).r6j = function (encoder, value) {
|
|
3580
|
+
var tmp0_desc = this.q6j_1;
|
|
3574
3581
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
3575
|
-
if (tmp1_output.mt(tmp0_desc, 0) ? true : !(value.
|
|
3576
|
-
tmp1_output.it(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3582
|
+
if (tmp1_output.mt(tmp0_desc, 0) ? true : !(value.x6i_1 == null)) {
|
|
3583
|
+
tmp1_output.it(tmp0_desc, 0, StringSerializer_getInstance(), value.x6i_1);
|
|
3577
3584
|
}
|
|
3578
|
-
if (tmp1_output.mt(tmp0_desc, 1) ? true : !(value.
|
|
3579
|
-
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3585
|
+
if (tmp1_output.mt(tmp0_desc, 1) ? true : !(value.y6i_1 == null)) {
|
|
3586
|
+
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.y6i_1);
|
|
3580
3587
|
}
|
|
3581
|
-
if (tmp1_output.mt(tmp0_desc, 2) ? true : !(value.
|
|
3582
|
-
tmp1_output.it(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3588
|
+
if (tmp1_output.mt(tmp0_desc, 2) ? true : !(value.z6i_1 == null)) {
|
|
3589
|
+
tmp1_output.it(tmp0_desc, 2, StringSerializer_getInstance(), value.z6i_1);
|
|
3583
3590
|
}
|
|
3584
|
-
if (tmp1_output.mt(tmp0_desc, 3) ? true : !(value.
|
|
3585
|
-
tmp1_output.it(tmp0_desc, 3, StringSerializer_getInstance(), value.
|
|
3591
|
+
if (tmp1_output.mt(tmp0_desc, 3) ? true : !(value.a6j_1 == null)) {
|
|
3592
|
+
tmp1_output.it(tmp0_desc, 3, StringSerializer_getInstance(), value.a6j_1);
|
|
3586
3593
|
}
|
|
3587
|
-
if (tmp1_output.mt(tmp0_desc, 4) ? true : !(value.
|
|
3588
|
-
tmp1_output.it(tmp0_desc, 4, StringSerializer_getInstance(), value.
|
|
3594
|
+
if (tmp1_output.mt(tmp0_desc, 4) ? true : !(value.b6j_1 == null)) {
|
|
3595
|
+
tmp1_output.it(tmp0_desc, 4, StringSerializer_getInstance(), value.b6j_1);
|
|
3589
3596
|
}
|
|
3590
|
-
if (tmp1_output.mt(tmp0_desc, 5) ? true : !(value.
|
|
3591
|
-
tmp1_output.it(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3597
|
+
if (tmp1_output.mt(tmp0_desc, 5) ? true : !(value.c6j_1 == null)) {
|
|
3598
|
+
tmp1_output.it(tmp0_desc, 5, StringSerializer_getInstance(), value.c6j_1);
|
|
3592
3599
|
}
|
|
3593
|
-
tmp1_output.it(tmp0_desc, 6, DoubleSerializer_getInstance(), value.
|
|
3594
|
-
tmp1_output.it(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
3595
|
-
tmp1_output.it(tmp0_desc, 8, FloatSerializer_getInstance(), value.
|
|
3600
|
+
tmp1_output.it(tmp0_desc, 6, DoubleSerializer_getInstance(), value.d6j_1);
|
|
3601
|
+
tmp1_output.it(tmp0_desc, 7, BooleanSerializer_getInstance(), value.e6j_1);
|
|
3602
|
+
tmp1_output.it(tmp0_desc, 8, FloatSerializer_getInstance(), value.f6j_1);
|
|
3596
3603
|
tmp1_output.qr(tmp0_desc);
|
|
3597
3604
|
};
|
|
3598
3605
|
protoOf($serializer_8).do = function (encoder, value) {
|
|
3599
|
-
return this.
|
|
3606
|
+
return this.r6j(encoder, value instanceof GameUserInfoDto ? value : THROW_CCE());
|
|
3600
3607
|
};
|
|
3601
3608
|
protoOf($serializer_8).eo = function (decoder) {
|
|
3602
|
-
var tmp0_desc = this.
|
|
3609
|
+
var tmp0_desc = this.q6j_1;
|
|
3603
3610
|
var tmp1_flag = true;
|
|
3604
3611
|
var tmp2_index = 0;
|
|
3605
3612
|
var tmp3_bitMask0 = 0;
|
|
@@ -3683,7 +3690,7 @@
|
|
|
3683
3690
|
return GameUserInfoDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, null);
|
|
3684
3691
|
};
|
|
3685
3692
|
protoOf($serializer_8).co = function () {
|
|
3686
|
-
return this.
|
|
3693
|
+
return this.q6j_1;
|
|
3687
3694
|
};
|
|
3688
3695
|
protoOf($serializer_8).wz = function () {
|
|
3689
3696
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3699,35 +3706,35 @@
|
|
|
3699
3706
|
}
|
|
3700
3707
|
function GameUserInfoDto_init_$Init$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker, $this) {
|
|
3701
3708
|
if (!(448 === (448 & seen0))) {
|
|
3702
|
-
throwMissingFieldException(seen0, 448, $serializer_getInstance_8().
|
|
3709
|
+
throwMissingFieldException(seen0, 448, $serializer_getInstance_8().q6j_1);
|
|
3703
3710
|
}
|
|
3704
3711
|
if (0 === (seen0 & 1))
|
|
3705
|
-
$this.
|
|
3712
|
+
$this.x6i_1 = null;
|
|
3706
3713
|
else
|
|
3707
|
-
$this.
|
|
3714
|
+
$this.x6i_1 = playerId;
|
|
3708
3715
|
if (0 === (seen0 & 2))
|
|
3709
|
-
$this.
|
|
3716
|
+
$this.y6i_1 = null;
|
|
3710
3717
|
else
|
|
3711
|
-
$this.
|
|
3718
|
+
$this.y6i_1 = uid;
|
|
3712
3719
|
if (0 === (seen0 & 4))
|
|
3713
|
-
$this.
|
|
3720
|
+
$this.z6i_1 = null;
|
|
3714
3721
|
else
|
|
3715
|
-
$this.
|
|
3722
|
+
$this.z6i_1 = name;
|
|
3716
3723
|
if (0 === (seen0 & 8))
|
|
3717
|
-
$this.
|
|
3724
|
+
$this.a6j_1 = null;
|
|
3718
3725
|
else
|
|
3719
|
-
$this.
|
|
3726
|
+
$this.a6j_1 = nickname;
|
|
3720
3727
|
if (0 === (seen0 & 16))
|
|
3721
|
-
$this.
|
|
3728
|
+
$this.b6j_1 = null;
|
|
3722
3729
|
else
|
|
3723
|
-
$this.
|
|
3730
|
+
$this.b6j_1 = avatarUrl;
|
|
3724
3731
|
if (0 === (seen0 & 32))
|
|
3725
|
-
$this.
|
|
3732
|
+
$this.c6j_1 = null;
|
|
3726
3733
|
else
|
|
3727
|
-
$this.
|
|
3728
|
-
$this.
|
|
3729
|
-
$this.
|
|
3730
|
-
$this.
|
|
3734
|
+
$this.c6j_1 = photo;
|
|
3735
|
+
$this.d6j_1 = rating;
|
|
3736
|
+
$this.e6j_1 = isBot;
|
|
3737
|
+
$this.f6j_1 = initialLuckyFactor;
|
|
3731
3738
|
return $this;
|
|
3732
3739
|
}
|
|
3733
3740
|
function GameUserInfoDto_init_$Create$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker) {
|
|
@@ -3740,47 +3747,47 @@
|
|
|
3740
3747
|
nickname = nickname === VOID ? null : nickname;
|
|
3741
3748
|
avatarUrl = avatarUrl === VOID ? null : avatarUrl;
|
|
3742
3749
|
photo = photo === VOID ? null : photo;
|
|
3743
|
-
this.
|
|
3744
|
-
this.
|
|
3745
|
-
this.
|
|
3746
|
-
this.
|
|
3747
|
-
this.
|
|
3748
|
-
this.
|
|
3749
|
-
this.
|
|
3750
|
-
this.
|
|
3751
|
-
this.
|
|
3752
|
-
}
|
|
3753
|
-
protoOf(GameUserInfoDto).
|
|
3754
|
-
return this.
|
|
3755
|
-
};
|
|
3756
|
-
protoOf(GameUserInfoDto).
|
|
3750
|
+
this.x6i_1 = playerId;
|
|
3751
|
+
this.y6i_1 = uid;
|
|
3752
|
+
this.z6i_1 = name;
|
|
3753
|
+
this.a6j_1 = nickname;
|
|
3754
|
+
this.b6j_1 = avatarUrl;
|
|
3755
|
+
this.c6j_1 = photo;
|
|
3756
|
+
this.d6j_1 = rating;
|
|
3757
|
+
this.e6j_1 = isBot;
|
|
3758
|
+
this.f6j_1 = initialLuckyFactor;
|
|
3759
|
+
}
|
|
3760
|
+
protoOf(GameUserInfoDto).s6j = function () {
|
|
3761
|
+
return this.t6j(VOID, VOID, VOID, VOID, VOID, VOID, VOID, null, null);
|
|
3762
|
+
};
|
|
3763
|
+
protoOf(GameUserInfoDto).u6j = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) {
|
|
3757
3764
|
return new GameUserInfoDto(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3758
3765
|
};
|
|
3759
|
-
protoOf(GameUserInfoDto).
|
|
3760
|
-
playerId = playerId === VOID ? this.
|
|
3761
|
-
uid = uid === VOID ? this.
|
|
3762
|
-
name = name === VOID ? this.
|
|
3763
|
-
nickname = nickname === VOID ? this.
|
|
3764
|
-
avatarUrl = avatarUrl === VOID ? this.
|
|
3765
|
-
photo = photo === VOID ? this.
|
|
3766
|
-
rating = rating === VOID ? this.
|
|
3767
|
-
isBot = isBot === VOID ? this.
|
|
3768
|
-
initialLuckyFactor = initialLuckyFactor === VOID ? this.
|
|
3769
|
-
return $super === VOID ? this.
|
|
3766
|
+
protoOf(GameUserInfoDto).t6j = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, $super) {
|
|
3767
|
+
playerId = playerId === VOID ? this.x6i_1 : playerId;
|
|
3768
|
+
uid = uid === VOID ? this.y6i_1 : uid;
|
|
3769
|
+
name = name === VOID ? this.z6i_1 : name;
|
|
3770
|
+
nickname = nickname === VOID ? this.a6j_1 : nickname;
|
|
3771
|
+
avatarUrl = avatarUrl === VOID ? this.b6j_1 : avatarUrl;
|
|
3772
|
+
photo = photo === VOID ? this.c6j_1 : photo;
|
|
3773
|
+
rating = rating === VOID ? this.d6j_1 : rating;
|
|
3774
|
+
isBot = isBot === VOID ? this.e6j_1 : isBot;
|
|
3775
|
+
initialLuckyFactor = initialLuckyFactor === VOID ? this.f6j_1 : initialLuckyFactor;
|
|
3776
|
+
return $super === VOID ? this.u6j(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) : $super.u6j.call(this, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3770
3777
|
};
|
|
3771
3778
|
protoOf(GameUserInfoDto).toString = function () {
|
|
3772
|
-
return 'GameUserInfoDto(playerId=' + this.
|
|
3779
|
+
return 'GameUserInfoDto(playerId=' + this.x6i_1 + ', uid=' + this.y6i_1 + ', name=' + this.z6i_1 + ', nickname=' + this.a6j_1 + ', avatarUrl=' + this.b6j_1 + ', photo=' + this.c6j_1 + ', rating=' + this.d6j_1 + ', isBot=' + this.e6j_1 + ', initialLuckyFactor=' + this.f6j_1 + ')';
|
|
3773
3780
|
};
|
|
3774
3781
|
protoOf(GameUserInfoDto).hashCode = function () {
|
|
3775
|
-
var result = this.
|
|
3782
|
+
var result = this.x6i_1 == null ? 0 : getStringHashCode(this.x6i_1);
|
|
3783
|
+
result = imul(result, 31) + (this.y6i_1 == null ? 0 : getStringHashCode(this.y6i_1)) | 0;
|
|
3776
3784
|
result = imul(result, 31) + (this.z6i_1 == null ? 0 : getStringHashCode(this.z6i_1)) | 0;
|
|
3777
3785
|
result = imul(result, 31) + (this.a6j_1 == null ? 0 : getStringHashCode(this.a6j_1)) | 0;
|
|
3778
3786
|
result = imul(result, 31) + (this.b6j_1 == null ? 0 : getStringHashCode(this.b6j_1)) | 0;
|
|
3779
3787
|
result = imul(result, 31) + (this.c6j_1 == null ? 0 : getStringHashCode(this.c6j_1)) | 0;
|
|
3780
|
-
result = imul(result, 31) + (this.d6j_1 == null ? 0 :
|
|
3781
|
-
result = imul(result, 31) + (this.e6j_1 == null ? 0 :
|
|
3782
|
-
result = imul(result, 31) + (this.f6j_1 == null ? 0 :
|
|
3783
|
-
result = imul(result, 31) + (this.g6j_1 == null ? 0 : getNumberHashCode(this.g6j_1)) | 0;
|
|
3788
|
+
result = imul(result, 31) + (this.d6j_1 == null ? 0 : getNumberHashCode(this.d6j_1)) | 0;
|
|
3789
|
+
result = imul(result, 31) + (this.e6j_1 == null ? 0 : getBooleanHashCode(this.e6j_1)) | 0;
|
|
3790
|
+
result = imul(result, 31) + (this.f6j_1 == null ? 0 : getNumberHashCode(this.f6j_1)) | 0;
|
|
3784
3791
|
return result;
|
|
3785
3792
|
};
|
|
3786
3793
|
protoOf(GameUserInfoDto).equals = function (other) {
|
|
@@ -3788,6 +3795,8 @@
|
|
|
3788
3795
|
return true;
|
|
3789
3796
|
if (!(other instanceof GameUserInfoDto))
|
|
3790
3797
|
return false;
|
|
3798
|
+
if (!(this.x6i_1 == other.x6i_1))
|
|
3799
|
+
return false;
|
|
3791
3800
|
if (!(this.y6i_1 == other.y6i_1))
|
|
3792
3801
|
return false;
|
|
3793
3802
|
if (!(this.z6i_1 == other.z6i_1))
|
|
@@ -3798,13 +3807,11 @@
|
|
|
3798
3807
|
return false;
|
|
3799
3808
|
if (!(this.c6j_1 == other.c6j_1))
|
|
3800
3809
|
return false;
|
|
3801
|
-
if (!(this.d6j_1
|
|
3810
|
+
if (!equals(this.d6j_1, other.d6j_1))
|
|
3802
3811
|
return false;
|
|
3803
|
-
if (!
|
|
3812
|
+
if (!(this.e6j_1 == other.e6j_1))
|
|
3804
3813
|
return false;
|
|
3805
|
-
if (!(this.f6j_1
|
|
3806
|
-
return false;
|
|
3807
|
-
if (!equals(this.g6j_1, other.g6j_1))
|
|
3814
|
+
if (!equals(this.f6j_1, other.f6j_1))
|
|
3808
3815
|
return false;
|
|
3809
3816
|
return true;
|
|
3810
3817
|
};
|
|
@@ -3818,7 +3825,7 @@
|
|
|
3818
3825
|
// Inline function 'kotlin.arrayOf' call
|
|
3819
3826
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3820
3827
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3821
|
-
tmp.
|
|
3828
|
+
tmp.v6j_1 = [lazy(tmp_0, PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2), null, null];
|
|
3822
3829
|
}
|
|
3823
3830
|
var Companion_instance_21;
|
|
3824
3831
|
function Companion_getInstance_22() {
|
|
@@ -3832,22 +3839,22 @@
|
|
|
3832
3839
|
tmp0_serialDesc.hz('state', false);
|
|
3833
3840
|
tmp0_serialDesc.hz('connectionChangedTime', false);
|
|
3834
3841
|
tmp0_serialDesc.hz('notLiveDurationRecord', false);
|
|
3835
|
-
this.
|
|
3842
|
+
this.w6j_1 = tmp0_serialDesc;
|
|
3836
3843
|
}
|
|
3837
|
-
protoOf($serializer_9).
|
|
3838
|
-
var tmp0_desc = this.
|
|
3844
|
+
protoOf($serializer_9).x6j = function (encoder, value) {
|
|
3845
|
+
var tmp0_desc = this.w6j_1;
|
|
3839
3846
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
3840
|
-
var tmp2_cached = Companion_getInstance_22().
|
|
3841
|
-
tmp1_output.gt(tmp0_desc, 0, tmp2_cached[0].x(), value.
|
|
3842
|
-
tmp1_output.et(tmp0_desc, 1, value.
|
|
3843
|
-
tmp1_output.et(tmp0_desc, 2, value.
|
|
3847
|
+
var tmp2_cached = Companion_getInstance_22().v6j_1;
|
|
3848
|
+
tmp1_output.gt(tmp0_desc, 0, tmp2_cached[0].x(), value.n6j_1);
|
|
3849
|
+
tmp1_output.et(tmp0_desc, 1, value.o6j_1);
|
|
3850
|
+
tmp1_output.et(tmp0_desc, 2, value.p6j_1);
|
|
3844
3851
|
tmp1_output.qr(tmp0_desc);
|
|
3845
3852
|
};
|
|
3846
3853
|
protoOf($serializer_9).do = function (encoder, value) {
|
|
3847
|
-
return this.
|
|
3854
|
+
return this.x6j(encoder, value instanceof PlayerConnectionDto ? value : THROW_CCE());
|
|
3848
3855
|
};
|
|
3849
3856
|
protoOf($serializer_9).eo = function (decoder) {
|
|
3850
|
-
var tmp0_desc = this.
|
|
3857
|
+
var tmp0_desc = this.w6j_1;
|
|
3851
3858
|
var tmp1_flag = true;
|
|
3852
3859
|
var tmp2_index = 0;
|
|
3853
3860
|
var tmp3_bitMask0 = 0;
|
|
@@ -3855,7 +3862,7 @@
|
|
|
3855
3862
|
var tmp5_local1 = null;
|
|
3856
3863
|
var tmp6_local2 = null;
|
|
3857
3864
|
var tmp7_input = decoder.pr(tmp0_desc);
|
|
3858
|
-
var tmp8_cached = Companion_getInstance_22().
|
|
3865
|
+
var tmp8_cached = Companion_getInstance_22().v6j_1;
|
|
3859
3866
|
if (tmp7_input.fs()) {
|
|
3860
3867
|
tmp4_local0 = tmp7_input.bs(tmp0_desc, 0, tmp8_cached[0].x(), tmp4_local0);
|
|
3861
3868
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3890,13 +3897,13 @@
|
|
|
3890
3897
|
return PlayerConnectionDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
3891
3898
|
};
|
|
3892
3899
|
protoOf($serializer_9).co = function () {
|
|
3893
|
-
return this.
|
|
3900
|
+
return this.w6j_1;
|
|
3894
3901
|
};
|
|
3895
3902
|
protoOf($serializer_9).wz = function () {
|
|
3896
3903
|
// Inline function 'kotlin.arrayOf' call
|
|
3897
3904
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3898
3905
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3899
|
-
return [Companion_getInstance_22().
|
|
3906
|
+
return [Companion_getInstance_22().v6j_1[0].x(), StringSerializer_getInstance(), StringSerializer_getInstance()];
|
|
3900
3907
|
};
|
|
3901
3908
|
var $serializer_instance_9;
|
|
3902
3909
|
function $serializer_getInstance_9() {
|
|
@@ -3906,11 +3913,11 @@
|
|
|
3906
3913
|
}
|
|
3907
3914
|
function PlayerConnectionDto_init_$Init$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker, $this) {
|
|
3908
3915
|
if (!(7 === (7 & seen0))) {
|
|
3909
|
-
throwMissingFieldException(seen0, 7, $serializer_getInstance_9().
|
|
3916
|
+
throwMissingFieldException(seen0, 7, $serializer_getInstance_9().w6j_1);
|
|
3910
3917
|
}
|
|
3911
|
-
$this.
|
|
3912
|
-
$this.
|
|
3913
|
-
$this.
|
|
3918
|
+
$this.n6j_1 = state;
|
|
3919
|
+
$this.o6j_1 = connectionChangedTime;
|
|
3920
|
+
$this.p6j_1 = notLiveDurationRecord;
|
|
3914
3921
|
return $this;
|
|
3915
3922
|
}
|
|
3916
3923
|
function PlayerConnectionDto_init_$Create$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker) {
|
|
@@ -3918,17 +3925,17 @@
|
|
|
3918
3925
|
}
|
|
3919
3926
|
function PlayerConnectionDto(state, connectionChangedTime, notLiveDurationRecord) {
|
|
3920
3927
|
Companion_getInstance_22();
|
|
3921
|
-
this.
|
|
3922
|
-
this.
|
|
3923
|
-
this.
|
|
3928
|
+
this.n6j_1 = state;
|
|
3929
|
+
this.o6j_1 = connectionChangedTime;
|
|
3930
|
+
this.p6j_1 = notLiveDurationRecord;
|
|
3924
3931
|
}
|
|
3925
3932
|
protoOf(PlayerConnectionDto).toString = function () {
|
|
3926
|
-
return 'PlayerConnectionDto(state=' + this.
|
|
3933
|
+
return 'PlayerConnectionDto(state=' + this.n6j_1.toString() + ', connectionChangedTime=' + this.o6j_1 + ', notLiveDurationRecord=' + this.p6j_1 + ')';
|
|
3927
3934
|
};
|
|
3928
3935
|
protoOf(PlayerConnectionDto).hashCode = function () {
|
|
3929
|
-
var result = this.
|
|
3936
|
+
var result = this.n6j_1.hashCode();
|
|
3937
|
+
result = imul(result, 31) + getStringHashCode(this.o6j_1) | 0;
|
|
3930
3938
|
result = imul(result, 31) + getStringHashCode(this.p6j_1) | 0;
|
|
3931
|
-
result = imul(result, 31) + getStringHashCode(this.q6j_1) | 0;
|
|
3932
3939
|
return result;
|
|
3933
3940
|
};
|
|
3934
3941
|
protoOf(PlayerConnectionDto).equals = function (other) {
|
|
@@ -3936,11 +3943,11 @@
|
|
|
3936
3943
|
return true;
|
|
3937
3944
|
if (!(other instanceof PlayerConnectionDto))
|
|
3938
3945
|
return false;
|
|
3939
|
-
if (!this.
|
|
3946
|
+
if (!this.n6j_1.equals(other.n6j_1))
|
|
3940
3947
|
return false;
|
|
3941
|
-
if (!(this.
|
|
3948
|
+
if (!(this.o6j_1 === other.o6j_1))
|
|
3942
3949
|
return false;
|
|
3943
|
-
if (!(this.
|
|
3950
|
+
if (!(this.p6j_1 === other.p6j_1))
|
|
3944
3951
|
return false;
|
|
3945
3952
|
return true;
|
|
3946
3953
|
};
|
|
@@ -3954,7 +3961,7 @@
|
|
|
3954
3961
|
// Inline function 'kotlin.arrayOf' call
|
|
3955
3962
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3956
3963
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3957
|
-
tmp.
|
|
3964
|
+
tmp.y6j_1 = [null, null, null, lazy(tmp_0, PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl), null, null, null];
|
|
3958
3965
|
}
|
|
3959
3966
|
var Companion_instance_22;
|
|
3960
3967
|
function Companion_getInstance_23() {
|
|
@@ -3972,38 +3979,38 @@
|
|
|
3972
3979
|
tmp0_serialDesc.hz('ready', true);
|
|
3973
3980
|
tmp0_serialDesc.hz('tag', true);
|
|
3974
3981
|
tmp0_serialDesc.hz('connection', true);
|
|
3975
|
-
this.
|
|
3982
|
+
this.z6j_1 = tmp0_serialDesc;
|
|
3976
3983
|
}
|
|
3977
|
-
protoOf($serializer_10).
|
|
3978
|
-
var tmp0_desc = this.
|
|
3984
|
+
protoOf($serializer_10).a6k = function (encoder, value) {
|
|
3985
|
+
var tmp0_desc = this.z6j_1;
|
|
3979
3986
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
3980
|
-
var tmp2_cached = Companion_getInstance_23().
|
|
3981
|
-
if (tmp1_output.mt(tmp0_desc, 0) ? true : !(value.
|
|
3982
|
-
tmp1_output.it(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3987
|
+
var tmp2_cached = Companion_getInstance_23().y6j_1;
|
|
3988
|
+
if (tmp1_output.mt(tmp0_desc, 0) ? true : !(value.g6j_1 == null)) {
|
|
3989
|
+
tmp1_output.it(tmp0_desc, 0, StringSerializer_getInstance(), value.g6j_1);
|
|
3983
3990
|
}
|
|
3984
|
-
if (tmp1_output.mt(tmp0_desc, 1) ? true : !(value.
|
|
3985
|
-
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3991
|
+
if (tmp1_output.mt(tmp0_desc, 1) ? true : !(value.h6j_1 == null)) {
|
|
3992
|
+
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.h6j_1);
|
|
3986
3993
|
}
|
|
3987
|
-
if (tmp1_output.mt(tmp0_desc, 2) ? true : !(value.
|
|
3988
|
-
tmp1_output.it(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3994
|
+
if (tmp1_output.mt(tmp0_desc, 2) ? true : !(value.i6j_1 == null)) {
|
|
3995
|
+
tmp1_output.it(tmp0_desc, 2, StringSerializer_getInstance(), value.i6j_1);
|
|
3989
3996
|
}
|
|
3990
|
-
tmp1_output.gt(tmp0_desc, 3, tmp2_cached[3].x(), value.
|
|
3991
|
-
if (tmp1_output.mt(tmp0_desc, 4) ? true : !(value.
|
|
3992
|
-
tmp1_output.it(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
3997
|
+
tmp1_output.gt(tmp0_desc, 3, tmp2_cached[3].x(), value.j6j_1);
|
|
3998
|
+
if (tmp1_output.mt(tmp0_desc, 4) ? true : !(value.k6j_1 == null)) {
|
|
3999
|
+
tmp1_output.it(tmp0_desc, 4, BooleanSerializer_getInstance(), value.k6j_1);
|
|
3993
4000
|
}
|
|
3994
|
-
if (tmp1_output.mt(tmp0_desc, 5) ? true : !(value.
|
|
3995
|
-
tmp1_output.it(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
4001
|
+
if (tmp1_output.mt(tmp0_desc, 5) ? true : !(value.l6j_1 == null)) {
|
|
4002
|
+
tmp1_output.it(tmp0_desc, 5, StringSerializer_getInstance(), value.l6j_1);
|
|
3996
4003
|
}
|
|
3997
|
-
if (tmp1_output.mt(tmp0_desc, 6) ? true : !(value.
|
|
3998
|
-
tmp1_output.it(tmp0_desc, 6, $serializer_getInstance_9(), value.
|
|
4004
|
+
if (tmp1_output.mt(tmp0_desc, 6) ? true : !(value.m6j_1 == null)) {
|
|
4005
|
+
tmp1_output.it(tmp0_desc, 6, $serializer_getInstance_9(), value.m6j_1);
|
|
3999
4006
|
}
|
|
4000
4007
|
tmp1_output.qr(tmp0_desc);
|
|
4001
4008
|
};
|
|
4002
4009
|
protoOf($serializer_10).do = function (encoder, value) {
|
|
4003
|
-
return this.
|
|
4010
|
+
return this.a6k(encoder, value instanceof PlayerStateDto ? value : THROW_CCE());
|
|
4004
4011
|
};
|
|
4005
4012
|
protoOf($serializer_10).eo = function (decoder) {
|
|
4006
|
-
var tmp0_desc = this.
|
|
4013
|
+
var tmp0_desc = this.z6j_1;
|
|
4007
4014
|
var tmp1_flag = true;
|
|
4008
4015
|
var tmp2_index = 0;
|
|
4009
4016
|
var tmp3_bitMask0 = 0;
|
|
@@ -4015,7 +4022,7 @@
|
|
|
4015
4022
|
var tmp9_local5 = null;
|
|
4016
4023
|
var tmp10_local6 = null;
|
|
4017
4024
|
var tmp11_input = decoder.pr(tmp0_desc);
|
|
4018
|
-
var tmp12_cached = Companion_getInstance_23().
|
|
4025
|
+
var tmp12_cached = Companion_getInstance_23().y6j_1;
|
|
4019
4026
|
if (tmp11_input.fs()) {
|
|
4020
4027
|
tmp4_local0 = tmp11_input.ds(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
4021
4028
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -4074,10 +4081,10 @@
|
|
|
4074
4081
|
return PlayerStateDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, null);
|
|
4075
4082
|
};
|
|
4076
4083
|
protoOf($serializer_10).co = function () {
|
|
4077
|
-
return this.
|
|
4084
|
+
return this.z6j_1;
|
|
4078
4085
|
};
|
|
4079
4086
|
protoOf($serializer_10).wz = function () {
|
|
4080
|
-
var tmp0_cached = Companion_getInstance_23().
|
|
4087
|
+
var tmp0_cached = Companion_getInstance_23().y6j_1;
|
|
4081
4088
|
// Inline function 'kotlin.arrayOf' call
|
|
4082
4089
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4083
4090
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -4091,33 +4098,33 @@
|
|
|
4091
4098
|
}
|
|
4092
4099
|
function PlayerStateDto_init_$Init$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker, $this) {
|
|
4093
4100
|
if (!(8 === (8 & seen0))) {
|
|
4094
|
-
throwMissingFieldException(seen0, 8, $serializer_getInstance_10().
|
|
4101
|
+
throwMissingFieldException(seen0, 8, $serializer_getInstance_10().z6j_1);
|
|
4095
4102
|
}
|
|
4096
4103
|
if (0 === (seen0 & 1))
|
|
4097
|
-
$this.
|
|
4104
|
+
$this.g6j_1 = null;
|
|
4098
4105
|
else
|
|
4099
|
-
$this.
|
|
4106
|
+
$this.g6j_1 = startFrom;
|
|
4100
4107
|
if (0 === (seen0 & 2))
|
|
4101
|
-
$this.
|
|
4108
|
+
$this.h6j_1 = null;
|
|
4102
4109
|
else
|
|
4103
|
-
$this.
|
|
4110
|
+
$this.h6j_1 = playerTurnTimeout;
|
|
4104
4111
|
if (0 === (seen0 & 4))
|
|
4105
|
-
$this.
|
|
4112
|
+
$this.i6j_1 = null;
|
|
4106
4113
|
else
|
|
4107
|
-
$this.
|
|
4108
|
-
$this.
|
|
4114
|
+
$this.i6j_1 = waitPlayerUntilTime;
|
|
4115
|
+
$this.j6j_1 = state;
|
|
4109
4116
|
if (0 === (seen0 & 16))
|
|
4110
|
-
$this.
|
|
4117
|
+
$this.k6j_1 = null;
|
|
4111
4118
|
else
|
|
4112
|
-
$this.
|
|
4119
|
+
$this.k6j_1 = ready;
|
|
4113
4120
|
if (0 === (seen0 & 32))
|
|
4114
|
-
$this.
|
|
4121
|
+
$this.l6j_1 = null;
|
|
4115
4122
|
else
|
|
4116
|
-
$this.
|
|
4123
|
+
$this.l6j_1 = tag;
|
|
4117
4124
|
if (0 === (seen0 & 64))
|
|
4118
|
-
$this.
|
|
4125
|
+
$this.m6j_1 = null;
|
|
4119
4126
|
else
|
|
4120
|
-
$this.
|
|
4127
|
+
$this.m6j_1 = connection;
|
|
4121
4128
|
return $this;
|
|
4122
4129
|
}
|
|
4123
4130
|
function PlayerStateDto_init_$Create$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker) {
|
|
@@ -4131,25 +4138,25 @@
|
|
|
4131
4138
|
ready = ready === VOID ? null : ready;
|
|
4132
4139
|
tag = tag === VOID ? null : tag;
|
|
4133
4140
|
connection = connection === VOID ? null : connection;
|
|
4134
|
-
this.
|
|
4135
|
-
this.
|
|
4136
|
-
this.
|
|
4137
|
-
this.
|
|
4138
|
-
this.
|
|
4139
|
-
this.
|
|
4140
|
-
this.
|
|
4141
|
+
this.g6j_1 = startFrom;
|
|
4142
|
+
this.h6j_1 = playerTurnTimeout;
|
|
4143
|
+
this.i6j_1 = waitPlayerUntilTime;
|
|
4144
|
+
this.j6j_1 = state;
|
|
4145
|
+
this.k6j_1 = ready;
|
|
4146
|
+
this.l6j_1 = tag;
|
|
4147
|
+
this.m6j_1 = connection;
|
|
4141
4148
|
}
|
|
4142
4149
|
protoOf(PlayerStateDto).toString = function () {
|
|
4143
|
-
return 'PlayerStateDto(startFrom=' + this.
|
|
4150
|
+
return 'PlayerStateDto(startFrom=' + this.g6j_1 + ', playerTurnTimeout=' + this.h6j_1 + ', waitPlayerUntilTime=' + this.i6j_1 + ', state=' + this.j6j_1.toString() + ', ready=' + this.k6j_1 + ', tag=' + this.l6j_1 + ', connection=' + toString(this.m6j_1) + ')';
|
|
4144
4151
|
};
|
|
4145
4152
|
protoOf(PlayerStateDto).hashCode = function () {
|
|
4146
|
-
var result = this.
|
|
4153
|
+
var result = this.g6j_1 == null ? 0 : getStringHashCode(this.g6j_1);
|
|
4154
|
+
result = imul(result, 31) + (this.h6j_1 == null ? 0 : getStringHashCode(this.h6j_1)) | 0;
|
|
4147
4155
|
result = imul(result, 31) + (this.i6j_1 == null ? 0 : getStringHashCode(this.i6j_1)) | 0;
|
|
4148
|
-
result = imul(result, 31) +
|
|
4149
|
-
result = imul(result, 31) + this.k6j_1.
|
|
4150
|
-
result = imul(result, 31) + (this.l6j_1 == null ? 0 :
|
|
4151
|
-
result = imul(result, 31) + (this.m6j_1 == null ? 0 :
|
|
4152
|
-
result = imul(result, 31) + (this.n6j_1 == null ? 0 : this.n6j_1.hashCode()) | 0;
|
|
4156
|
+
result = imul(result, 31) + this.j6j_1.hashCode() | 0;
|
|
4157
|
+
result = imul(result, 31) + (this.k6j_1 == null ? 0 : getBooleanHashCode(this.k6j_1)) | 0;
|
|
4158
|
+
result = imul(result, 31) + (this.l6j_1 == null ? 0 : getStringHashCode(this.l6j_1)) | 0;
|
|
4159
|
+
result = imul(result, 31) + (this.m6j_1 == null ? 0 : this.m6j_1.hashCode()) | 0;
|
|
4153
4160
|
return result;
|
|
4154
4161
|
};
|
|
4155
4162
|
protoOf(PlayerStateDto).equals = function (other) {
|
|
@@ -4157,19 +4164,19 @@
|
|
|
4157
4164
|
return true;
|
|
4158
4165
|
if (!(other instanceof PlayerStateDto))
|
|
4159
4166
|
return false;
|
|
4167
|
+
if (!(this.g6j_1 == other.g6j_1))
|
|
4168
|
+
return false;
|
|
4160
4169
|
if (!(this.h6j_1 == other.h6j_1))
|
|
4161
4170
|
return false;
|
|
4162
4171
|
if (!(this.i6j_1 == other.i6j_1))
|
|
4163
4172
|
return false;
|
|
4164
|
-
if (!
|
|
4173
|
+
if (!this.j6j_1.equals(other.j6j_1))
|
|
4165
4174
|
return false;
|
|
4166
|
-
if (!this.k6j_1
|
|
4175
|
+
if (!(this.k6j_1 == other.k6j_1))
|
|
4167
4176
|
return false;
|
|
4168
4177
|
if (!(this.l6j_1 == other.l6j_1))
|
|
4169
4178
|
return false;
|
|
4170
|
-
if (!(this.m6j_1
|
|
4171
|
-
return false;
|
|
4172
|
-
if (!equals(this.n6j_1, other.n6j_1))
|
|
4179
|
+
if (!equals(this.m6j_1, other.m6j_1))
|
|
4173
4180
|
return false;
|
|
4174
4181
|
return true;
|
|
4175
4182
|
};
|
|
@@ -4193,7 +4200,7 @@
|
|
|
4193
4200
|
// Inline function 'kotlin.arrayOf' call
|
|
4194
4201
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4195
4202
|
// Inline function 'kotlin.js.asDynamic' call
|
|
4196
|
-
tmp.
|
|
4203
|
+
tmp.b6k_1 = [null, null, null, null, null, null, null, null, tmp_1, tmp_3, null, null, null, lazy(tmp_4, RulesDto$Companion$$childSerializers$_anonymous__7e0mv6_1), null, null, null, null, null, null, null, null, null, null, null, null];
|
|
4197
4204
|
}
|
|
4198
4205
|
var Companion_instance_23;
|
|
4199
4206
|
function Companion_getInstance_24() {
|
|
@@ -4230,45 +4237,45 @@
|
|
|
4230
4237
|
tmp0_serialDesc.hz('fineIfNoBribes', false);
|
|
4231
4238
|
tmp0_serialDesc.hz('enableFineAfterThirdByte', false);
|
|
4232
4239
|
tmp0_serialDesc.hz('fineAfterThirdFailedContract', false);
|
|
4233
|
-
this.
|
|
4240
|
+
this.c6k_1 = tmp0_serialDesc;
|
|
4234
4241
|
}
|
|
4235
|
-
protoOf($serializer_11).
|
|
4236
|
-
var tmp0_desc = this.
|
|
4242
|
+
protoOf($serializer_11).d6k = function (encoder, value) {
|
|
4243
|
+
var tmp0_desc = this.c6k_1;
|
|
4237
4244
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
4238
|
-
var tmp2_cached = Companion_getInstance_24().
|
|
4239
|
-
tmp1_output.it(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
4240
|
-
tmp1_output.it(tmp0_desc, 1, BooleanSerializer_getInstance(), value.
|
|
4241
|
-
tmp1_output.it(tmp0_desc, 2, BooleanSerializer_getInstance(), value.
|
|
4242
|
-
tmp1_output.it(tmp0_desc, 3, BooleanSerializer_getInstance(), value.
|
|
4243
|
-
tmp1_output.it(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
4244
|
-
tmp1_output.it(tmp0_desc, 5, IntSerializer_getInstance(), value.
|
|
4245
|
-
tmp1_output.it(tmp0_desc, 6, IntSerializer_getInstance(), value.
|
|
4246
|
-
tmp1_output.it(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
4247
|
-
tmp1_output.it(tmp0_desc, 8, tmp2_cached[8].x(), value.
|
|
4248
|
-
tmp1_output.it(tmp0_desc, 9, tmp2_cached[9].x(), value.
|
|
4249
|
-
tmp1_output.it(tmp0_desc, 10, BooleanSerializer_getInstance(), value.
|
|
4250
|
-
tmp1_output.it(tmp0_desc, 11, StringSerializer_getInstance(), value.
|
|
4251
|
-
tmp1_output.it(tmp0_desc, 12, StringSerializer_getInstance(), value.
|
|
4252
|
-
tmp1_output.it(tmp0_desc, 13, tmp2_cached[13].x(), value.
|
|
4253
|
-
tmp1_output.it(tmp0_desc, 14, BooleanSerializer_getInstance(), value.
|
|
4254
|
-
tmp1_output.it(tmp0_desc, 15, BooleanSerializer_getInstance(), value.
|
|
4255
|
-
tmp1_output.it(tmp0_desc, 16, BooleanSerializer_getInstance(), value.
|
|
4256
|
-
tmp1_output.it(tmp0_desc, 17, BooleanSerializer_getInstance(), value.
|
|
4257
|
-
tmp1_output.it(tmp0_desc, 18, BooleanSerializer_getInstance(), value.
|
|
4258
|
-
tmp1_output.it(tmp0_desc, 19, BooleanSerializer_getInstance(), value.
|
|
4259
|
-
tmp1_output.it(tmp0_desc, 20, BooleanSerializer_getInstance(), value.
|
|
4260
|
-
tmp1_output.et(tmp0_desc, 21, value.
|
|
4261
|
-
tmp1_output.it(tmp0_desc, 22, BooleanSerializer_getInstance(), value.
|
|
4262
|
-
tmp1_output.it(tmp0_desc, 23, IntSerializer_getInstance(), value.
|
|
4263
|
-
tmp1_output.it(tmp0_desc, 24, BooleanSerializer_getInstance(), value.
|
|
4264
|
-
tmp1_output.it(tmp0_desc, 25, IntSerializer_getInstance(), value.
|
|
4245
|
+
var tmp2_cached = Companion_getInstance_24().b6k_1;
|
|
4246
|
+
tmp1_output.it(tmp0_desc, 0, StringSerializer_getInstance(), value.e6k_1);
|
|
4247
|
+
tmp1_output.it(tmp0_desc, 1, BooleanSerializer_getInstance(), value.f6k_1);
|
|
4248
|
+
tmp1_output.it(tmp0_desc, 2, BooleanSerializer_getInstance(), value.g6k_1);
|
|
4249
|
+
tmp1_output.it(tmp0_desc, 3, BooleanSerializer_getInstance(), value.h6k_1);
|
|
4250
|
+
tmp1_output.it(tmp0_desc, 4, BooleanSerializer_getInstance(), value.i6k_1);
|
|
4251
|
+
tmp1_output.it(tmp0_desc, 5, IntSerializer_getInstance(), value.j6k_1);
|
|
4252
|
+
tmp1_output.it(tmp0_desc, 6, IntSerializer_getInstance(), value.k6k_1);
|
|
4253
|
+
tmp1_output.it(tmp0_desc, 7, BooleanSerializer_getInstance(), value.l6k_1);
|
|
4254
|
+
tmp1_output.it(tmp0_desc, 8, tmp2_cached[8].x(), value.m6k_1);
|
|
4255
|
+
tmp1_output.it(tmp0_desc, 9, tmp2_cached[9].x(), value.n6k_1);
|
|
4256
|
+
tmp1_output.it(tmp0_desc, 10, BooleanSerializer_getInstance(), value.o6k_1);
|
|
4257
|
+
tmp1_output.it(tmp0_desc, 11, StringSerializer_getInstance(), value.p6k_1);
|
|
4258
|
+
tmp1_output.it(tmp0_desc, 12, StringSerializer_getInstance(), value.q6k_1);
|
|
4259
|
+
tmp1_output.it(tmp0_desc, 13, tmp2_cached[13].x(), value.r6k_1);
|
|
4260
|
+
tmp1_output.it(tmp0_desc, 14, BooleanSerializer_getInstance(), value.s6k_1);
|
|
4261
|
+
tmp1_output.it(tmp0_desc, 15, BooleanSerializer_getInstance(), value.t6k_1);
|
|
4262
|
+
tmp1_output.it(tmp0_desc, 16, BooleanSerializer_getInstance(), value.u6k_1);
|
|
4263
|
+
tmp1_output.it(tmp0_desc, 17, BooleanSerializer_getInstance(), value.v6k_1);
|
|
4264
|
+
tmp1_output.it(tmp0_desc, 18, BooleanSerializer_getInstance(), value.w6k_1);
|
|
4265
|
+
tmp1_output.it(tmp0_desc, 19, BooleanSerializer_getInstance(), value.x6k_1);
|
|
4266
|
+
tmp1_output.it(tmp0_desc, 20, BooleanSerializer_getInstance(), value.y6k_1);
|
|
4267
|
+
tmp1_output.et(tmp0_desc, 21, value.z6k_1);
|
|
4268
|
+
tmp1_output.it(tmp0_desc, 22, BooleanSerializer_getInstance(), value.a6l_1);
|
|
4269
|
+
tmp1_output.it(tmp0_desc, 23, IntSerializer_getInstance(), value.b6l_1);
|
|
4270
|
+
tmp1_output.it(tmp0_desc, 24, BooleanSerializer_getInstance(), value.c6l_1);
|
|
4271
|
+
tmp1_output.it(tmp0_desc, 25, IntSerializer_getInstance(), value.d6l_1);
|
|
4265
4272
|
tmp1_output.qr(tmp0_desc);
|
|
4266
4273
|
};
|
|
4267
4274
|
protoOf($serializer_11).do = function (encoder, value) {
|
|
4268
|
-
return this.
|
|
4275
|
+
return this.d6k(encoder, value instanceof RulesDto ? value : THROW_CCE());
|
|
4269
4276
|
};
|
|
4270
4277
|
protoOf($serializer_11).eo = function (decoder) {
|
|
4271
|
-
var tmp0_desc = this.
|
|
4278
|
+
var tmp0_desc = this.c6k_1;
|
|
4272
4279
|
var tmp1_flag = true;
|
|
4273
4280
|
var tmp2_index = 0;
|
|
4274
4281
|
var tmp3_bitMask0 = 0;
|
|
@@ -4299,7 +4306,7 @@
|
|
|
4299
4306
|
var tmp28_local24 = null;
|
|
4300
4307
|
var tmp29_local25 = null;
|
|
4301
4308
|
var tmp30_input = decoder.pr(tmp0_desc);
|
|
4302
|
-
var tmp31_cached = Companion_getInstance_24().
|
|
4309
|
+
var tmp31_cached = Companion_getInstance_24().b6k_1;
|
|
4303
4310
|
if (tmp30_input.fs()) {
|
|
4304
4311
|
tmp4_local0 = tmp30_input.ds(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
4305
4312
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -4472,10 +4479,10 @@
|
|
|
4472
4479
|
return RulesDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, tmp13_local9, tmp14_local10, tmp15_local11, tmp16_local12, tmp17_local13, tmp18_local14, tmp19_local15, tmp20_local16, tmp21_local17, tmp22_local18, tmp23_local19, tmp24_local20, tmp25_local21, tmp26_local22, tmp27_local23, tmp28_local24, tmp29_local25, null);
|
|
4473
4480
|
};
|
|
4474
4481
|
protoOf($serializer_11).co = function () {
|
|
4475
|
-
return this.
|
|
4482
|
+
return this.c6k_1;
|
|
4476
4483
|
};
|
|
4477
4484
|
protoOf($serializer_11).wz = function () {
|
|
4478
|
-
var tmp0_cached = Companion_getInstance_24().
|
|
4485
|
+
var tmp0_cached = Companion_getInstance_24().b6k_1;
|
|
4479
4486
|
// Inline function 'kotlin.arrayOf' call
|
|
4480
4487
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4481
4488
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -4489,34 +4496,34 @@
|
|
|
4489
4496
|
}
|
|
4490
4497
|
function RulesDto_init_$Init$(seen0, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker, $this) {
|
|
4491
4498
|
if (!(67108863 === (67108863 & seen0))) {
|
|
4492
|
-
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_11().
|
|
4493
|
-
}
|
|
4494
|
-
$this.
|
|
4495
|
-
$this.
|
|
4496
|
-
$this.
|
|
4497
|
-
$this.
|
|
4498
|
-
$this.
|
|
4499
|
-
$this.
|
|
4500
|
-
$this.
|
|
4501
|
-
$this.
|
|
4502
|
-
$this.
|
|
4503
|
-
$this.
|
|
4504
|
-
$this.
|
|
4505
|
-
$this.
|
|
4506
|
-
$this.
|
|
4507
|
-
$this.
|
|
4508
|
-
$this.
|
|
4509
|
-
$this.
|
|
4510
|
-
$this.
|
|
4511
|
-
$this.
|
|
4512
|
-
$this.
|
|
4513
|
-
$this.
|
|
4514
|
-
$this.
|
|
4515
|
-
$this.
|
|
4516
|
-
$this.
|
|
4517
|
-
$this.
|
|
4518
|
-
$this.
|
|
4519
|
-
$this.
|
|
4499
|
+
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_11().c6k_1);
|
|
4500
|
+
}
|
|
4501
|
+
$this.e6k_1 = name;
|
|
4502
|
+
$this.f6k_1 = playerWhoChooseSuitGoFirst;
|
|
4503
|
+
$this.g6k_1 = winnerShuffleCards;
|
|
4504
|
+
$this.h6k_1 = playWithoutLiabilities;
|
|
4505
|
+
$this.i6k_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
4506
|
+
$this.j6k_1 = dealerInitialCardsCount;
|
|
4507
|
+
$this.k6k_1 = dealerFinalCardsCount;
|
|
4508
|
+
$this.l6k_1 = dealerCounterClockwise;
|
|
4509
|
+
$this.m6k_1 = contractTypes;
|
|
4510
|
+
$this.n6k_1 = bidTypes;
|
|
4511
|
+
$this.o6k_1 = needToPutHigherTrump;
|
|
4512
|
+
$this.p6k_1 = trumpCardStepMode;
|
|
4513
|
+
$this.q6k_1 = trumpCardStepPartnerMode;
|
|
4514
|
+
$this.r6k_1 = combinationsWithFirstCard;
|
|
4515
|
+
$this.s6k_1 = protectBella;
|
|
4516
|
+
$this.t6k_1 = oneTryToProtectBella;
|
|
4517
|
+
$this.u6k_1 = enableFourSevensCombination;
|
|
4518
|
+
$this.v6k_1 = enableTrumpSevenCombination;
|
|
4519
|
+
$this.w6k_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
4520
|
+
$this.x6k_1 = checkTrumpCombination;
|
|
4521
|
+
$this.y6k_1 = checkOnlyTrumpDebertz;
|
|
4522
|
+
$this.z6k_1 = pointsDistributeMode;
|
|
4523
|
+
$this.a6l_1 = enableFineIfNoBribes;
|
|
4524
|
+
$this.b6l_1 = fineIfNoBribes;
|
|
4525
|
+
$this.c6l_1 = enableFineAfterThirdByte;
|
|
4526
|
+
$this.d6l_1 = fineAfterThirdFailedContract;
|
|
4520
4527
|
return $this;
|
|
4521
4528
|
}
|
|
4522
4529
|
function RulesDto_init_$Create$(seen0, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker) {
|
|
@@ -4524,63 +4531,63 @@
|
|
|
4524
4531
|
}
|
|
4525
4532
|
function RulesDto(name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract) {
|
|
4526
4533
|
Companion_getInstance_24();
|
|
4527
|
-
this.
|
|
4528
|
-
this.
|
|
4529
|
-
this.
|
|
4530
|
-
this.
|
|
4531
|
-
this.
|
|
4532
|
-
this.
|
|
4533
|
-
this.
|
|
4534
|
-
this.
|
|
4535
|
-
this.
|
|
4536
|
-
this.
|
|
4537
|
-
this.
|
|
4538
|
-
this.
|
|
4539
|
-
this.
|
|
4540
|
-
this.
|
|
4541
|
-
this.
|
|
4542
|
-
this.
|
|
4543
|
-
this.
|
|
4544
|
-
this.
|
|
4545
|
-
this.
|
|
4546
|
-
this.
|
|
4547
|
-
this.
|
|
4548
|
-
this.
|
|
4549
|
-
this.
|
|
4550
|
-
this.
|
|
4551
|
-
this.
|
|
4552
|
-
this.
|
|
4534
|
+
this.e6k_1 = name;
|
|
4535
|
+
this.f6k_1 = playerWhoChooseSuitGoFirst;
|
|
4536
|
+
this.g6k_1 = winnerShuffleCards;
|
|
4537
|
+
this.h6k_1 = playWithoutLiabilities;
|
|
4538
|
+
this.i6k_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
4539
|
+
this.j6k_1 = dealerInitialCardsCount;
|
|
4540
|
+
this.k6k_1 = dealerFinalCardsCount;
|
|
4541
|
+
this.l6k_1 = dealerCounterClockwise;
|
|
4542
|
+
this.m6k_1 = contractTypes;
|
|
4543
|
+
this.n6k_1 = bidTypes;
|
|
4544
|
+
this.o6k_1 = needToPutHigherTrump;
|
|
4545
|
+
this.p6k_1 = trumpCardStepMode;
|
|
4546
|
+
this.q6k_1 = trumpCardStepPartnerMode;
|
|
4547
|
+
this.r6k_1 = combinationsWithFirstCard;
|
|
4548
|
+
this.s6k_1 = protectBella;
|
|
4549
|
+
this.t6k_1 = oneTryToProtectBella;
|
|
4550
|
+
this.u6k_1 = enableFourSevensCombination;
|
|
4551
|
+
this.v6k_1 = enableTrumpSevenCombination;
|
|
4552
|
+
this.w6k_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
4553
|
+
this.x6k_1 = checkTrumpCombination;
|
|
4554
|
+
this.y6k_1 = checkOnlyTrumpDebertz;
|
|
4555
|
+
this.z6k_1 = pointsDistributeMode;
|
|
4556
|
+
this.a6l_1 = enableFineIfNoBribes;
|
|
4557
|
+
this.b6l_1 = fineIfNoBribes;
|
|
4558
|
+
this.c6l_1 = enableFineAfterThirdByte;
|
|
4559
|
+
this.d6l_1 = fineAfterThirdFailedContract;
|
|
4553
4560
|
}
|
|
4554
4561
|
protoOf(RulesDto).toString = function () {
|
|
4555
|
-
return 'RulesDto(name=' + this.
|
|
4562
|
+
return 'RulesDto(name=' + this.e6k_1 + ', playerWhoChooseSuitGoFirst=' + this.f6k_1 + ', winnerShuffleCards=' + this.g6k_1 + ', playWithoutLiabilities=' + this.h6k_1 + ', trumpCardGoToPlayerWhoShuffleCards=' + this.i6k_1 + ', dealerInitialCardsCount=' + this.j6k_1 + ', dealerFinalCardsCount=' + this.k6k_1 + ', dealerCounterClockwise=' + this.l6k_1 + ', contractTypes=' + toString(this.m6k_1) + ', bidTypes=' + toString(this.n6k_1) + ', needToPutHigherTrump=' + this.o6k_1 + ', trumpCardStepMode=' + this.p6k_1 + ', trumpCardStepPartnerMode=' + this.q6k_1 + ', combinationsWithFirstCard=' + toString(this.r6k_1) + ', protectBella=' + this.s6k_1 + ', oneTryToProtectBella=' + this.t6k_1 + ', enableFourSevensCombination=' + this.u6k_1 + ', enableTrumpSevenCombination=' + this.v6k_1 + ', enableTrumpSevenCombinationAfterDistribution=' + this.w6k_1 + ', checkTrumpCombination=' + this.x6k_1 + ', checkOnlyTrumpDebertz=' + this.y6k_1 + ', pointsDistributeMode=' + this.z6k_1 + ', enableFineIfNoBribes=' + this.a6l_1 + ', fineIfNoBribes=' + this.b6l_1 + ', enableFineAfterThirdByte=' + this.c6l_1 + ', fineAfterThirdFailedContract=' + this.d6l_1 + ')';
|
|
4556
4563
|
};
|
|
4557
4564
|
protoOf(RulesDto).hashCode = function () {
|
|
4558
|
-
var result = this.
|
|
4565
|
+
var result = this.e6k_1 == null ? 0 : getStringHashCode(this.e6k_1);
|
|
4566
|
+
result = imul(result, 31) + (this.f6k_1 == null ? 0 : getBooleanHashCode(this.f6k_1)) | 0;
|
|
4559
4567
|
result = imul(result, 31) + (this.g6k_1 == null ? 0 : getBooleanHashCode(this.g6k_1)) | 0;
|
|
4560
4568
|
result = imul(result, 31) + (this.h6k_1 == null ? 0 : getBooleanHashCode(this.h6k_1)) | 0;
|
|
4561
4569
|
result = imul(result, 31) + (this.i6k_1 == null ? 0 : getBooleanHashCode(this.i6k_1)) | 0;
|
|
4562
|
-
result = imul(result, 31) + (this.j6k_1 == null ? 0 :
|
|
4570
|
+
result = imul(result, 31) + (this.j6k_1 == null ? 0 : this.j6k_1) | 0;
|
|
4563
4571
|
result = imul(result, 31) + (this.k6k_1 == null ? 0 : this.k6k_1) | 0;
|
|
4564
|
-
result = imul(result, 31) + (this.l6k_1 == null ? 0 : this.l6k_1) | 0;
|
|
4565
|
-
result = imul(result, 31) + (this.m6k_1 == null ? 0 :
|
|
4572
|
+
result = imul(result, 31) + (this.l6k_1 == null ? 0 : getBooleanHashCode(this.l6k_1)) | 0;
|
|
4573
|
+
result = imul(result, 31) + (this.m6k_1 == null ? 0 : hashCode(this.m6k_1)) | 0;
|
|
4566
4574
|
result = imul(result, 31) + (this.n6k_1 == null ? 0 : hashCode(this.n6k_1)) | 0;
|
|
4567
|
-
result = imul(result, 31) + (this.o6k_1 == null ? 0 :
|
|
4568
|
-
result = imul(result, 31) + (this.p6k_1 == null ? 0 :
|
|
4575
|
+
result = imul(result, 31) + (this.o6k_1 == null ? 0 : getBooleanHashCode(this.o6k_1)) | 0;
|
|
4576
|
+
result = imul(result, 31) + (this.p6k_1 == null ? 0 : getStringHashCode(this.p6k_1)) | 0;
|
|
4569
4577
|
result = imul(result, 31) + (this.q6k_1 == null ? 0 : getStringHashCode(this.q6k_1)) | 0;
|
|
4570
|
-
result = imul(result, 31) + (this.r6k_1 == null ? 0 :
|
|
4571
|
-
result = imul(result, 31) + (this.s6k_1 == null ? 0 :
|
|
4578
|
+
result = imul(result, 31) + (this.r6k_1 == null ? 0 : hashCode(this.r6k_1)) | 0;
|
|
4579
|
+
result = imul(result, 31) + (this.s6k_1 == null ? 0 : getBooleanHashCode(this.s6k_1)) | 0;
|
|
4572
4580
|
result = imul(result, 31) + (this.t6k_1 == null ? 0 : getBooleanHashCode(this.t6k_1)) | 0;
|
|
4573
4581
|
result = imul(result, 31) + (this.u6k_1 == null ? 0 : getBooleanHashCode(this.u6k_1)) | 0;
|
|
4574
4582
|
result = imul(result, 31) + (this.v6k_1 == null ? 0 : getBooleanHashCode(this.v6k_1)) | 0;
|
|
4575
4583
|
result = imul(result, 31) + (this.w6k_1 == null ? 0 : getBooleanHashCode(this.w6k_1)) | 0;
|
|
4576
4584
|
result = imul(result, 31) + (this.x6k_1 == null ? 0 : getBooleanHashCode(this.x6k_1)) | 0;
|
|
4577
4585
|
result = imul(result, 31) + (this.y6k_1 == null ? 0 : getBooleanHashCode(this.y6k_1)) | 0;
|
|
4578
|
-
result = imul(result, 31) + (this.z6k_1
|
|
4579
|
-
result = imul(result, 31) +
|
|
4580
|
-
result = imul(result, 31) + (this.b6l_1 == null ? 0 :
|
|
4581
|
-
result = imul(result, 31) + (this.c6l_1 == null ? 0 : this.c6l_1) | 0;
|
|
4582
|
-
result = imul(result, 31) + (this.d6l_1 == null ? 0 :
|
|
4583
|
-
result = imul(result, 31) + (this.e6l_1 == null ? 0 : this.e6l_1) | 0;
|
|
4586
|
+
result = imul(result, 31) + getStringHashCode(this.z6k_1) | 0;
|
|
4587
|
+
result = imul(result, 31) + (this.a6l_1 == null ? 0 : getBooleanHashCode(this.a6l_1)) | 0;
|
|
4588
|
+
result = imul(result, 31) + (this.b6l_1 == null ? 0 : this.b6l_1) | 0;
|
|
4589
|
+
result = imul(result, 31) + (this.c6l_1 == null ? 0 : getBooleanHashCode(this.c6l_1)) | 0;
|
|
4590
|
+
result = imul(result, 31) + (this.d6l_1 == null ? 0 : this.d6l_1) | 0;
|
|
4584
4591
|
return result;
|
|
4585
4592
|
};
|
|
4586
4593
|
protoOf(RulesDto).equals = function (other) {
|
|
@@ -4588,6 +4595,8 @@
|
|
|
4588
4595
|
return true;
|
|
4589
4596
|
if (!(other instanceof RulesDto))
|
|
4590
4597
|
return false;
|
|
4598
|
+
if (!(this.e6k_1 == other.e6k_1))
|
|
4599
|
+
return false;
|
|
4591
4600
|
if (!(this.f6k_1 == other.f6k_1))
|
|
4592
4601
|
return false;
|
|
4593
4602
|
if (!(this.g6k_1 == other.g6k_1))
|
|
@@ -4602,19 +4611,19 @@
|
|
|
4602
4611
|
return false;
|
|
4603
4612
|
if (!(this.l6k_1 == other.l6k_1))
|
|
4604
4613
|
return false;
|
|
4605
|
-
if (!(this.m6k_1
|
|
4614
|
+
if (!equals(this.m6k_1, other.m6k_1))
|
|
4606
4615
|
return false;
|
|
4607
4616
|
if (!equals(this.n6k_1, other.n6k_1))
|
|
4608
4617
|
return false;
|
|
4609
|
-
if (!
|
|
4618
|
+
if (!(this.o6k_1 == other.o6k_1))
|
|
4610
4619
|
return false;
|
|
4611
4620
|
if (!(this.p6k_1 == other.p6k_1))
|
|
4612
4621
|
return false;
|
|
4613
4622
|
if (!(this.q6k_1 == other.q6k_1))
|
|
4614
4623
|
return false;
|
|
4615
|
-
if (!(this.r6k_1
|
|
4624
|
+
if (!equals(this.r6k_1, other.r6k_1))
|
|
4616
4625
|
return false;
|
|
4617
|
-
if (!
|
|
4626
|
+
if (!(this.s6k_1 == other.s6k_1))
|
|
4618
4627
|
return false;
|
|
4619
4628
|
if (!(this.t6k_1 == other.t6k_1))
|
|
4620
4629
|
return false;
|
|
@@ -4628,9 +4637,9 @@
|
|
|
4628
4637
|
return false;
|
|
4629
4638
|
if (!(this.y6k_1 == other.y6k_1))
|
|
4630
4639
|
return false;
|
|
4631
|
-
if (!(this.z6k_1
|
|
4640
|
+
if (!(this.z6k_1 === other.z6k_1))
|
|
4632
4641
|
return false;
|
|
4633
|
-
if (!(this.a6l_1
|
|
4642
|
+
if (!(this.a6l_1 == other.a6l_1))
|
|
4634
4643
|
return false;
|
|
4635
4644
|
if (!(this.b6l_1 == other.b6l_1))
|
|
4636
4645
|
return false;
|
|
@@ -4638,8 +4647,6 @@
|
|
|
4638
4647
|
return false;
|
|
4639
4648
|
if (!(this.d6l_1 == other.d6l_1))
|
|
4640
4649
|
return false;
|
|
4641
|
-
if (!(this.e6l_1 == other.e6l_1))
|
|
4642
|
-
return false;
|
|
4643
4650
|
return true;
|
|
4644
4651
|
};
|
|
4645
4652
|
function getGrowth(_this__u8e3s4, trump, firstCardSuit) {
|
|
@@ -4703,11 +4710,11 @@
|
|
|
4703
4710
|
return getPoint_0(_this__u8e3s4, isTrump);
|
|
4704
4711
|
}
|
|
4705
4712
|
function CardGrowthComparator(trump, firstCardSuit) {
|
|
4706
|
-
this.
|
|
4707
|
-
this.
|
|
4713
|
+
this.e6l_1 = trump;
|
|
4714
|
+
this.f6l_1 = firstCardSuit;
|
|
4708
4715
|
}
|
|
4709
4716
|
protoOf(CardGrowthComparator).o5t = function (a, b) {
|
|
4710
|
-
return getGrowth(b, this.
|
|
4717
|
+
return getGrowth(b, this.e6l_1, this.f6l_1) - getGrowth(a, this.e6l_1, this.f6l_1) | 0;
|
|
4711
4718
|
};
|
|
4712
4719
|
protoOf(CardGrowthComparator).compare = function (a, b) {
|
|
4713
4720
|
var tmp = a instanceof GameCard ? a : THROW_CCE();
|
|
@@ -4795,56 +4802,56 @@
|
|
|
4795
4802
|
return tmp;
|
|
4796
4803
|
}
|
|
4797
4804
|
function ProcessingCard(card) {
|
|
4798
|
-
this.
|
|
4805
|
+
this.w6i_1 = card;
|
|
4799
4806
|
}
|
|
4800
4807
|
protoOf(ProcessingCard).toString = function () {
|
|
4801
|
-
return 'ProcessingCard(card=' + this.
|
|
4808
|
+
return 'ProcessingCard(card=' + this.w6i_1.toString() + ')';
|
|
4802
4809
|
};
|
|
4803
4810
|
protoOf(ProcessingCard).hashCode = function () {
|
|
4804
|
-
return this.
|
|
4811
|
+
return this.w6i_1.hashCode();
|
|
4805
4812
|
};
|
|
4806
4813
|
protoOf(ProcessingCard).equals = function (other) {
|
|
4807
4814
|
if (this === other)
|
|
4808
4815
|
return true;
|
|
4809
4816
|
if (!(other instanceof ProcessingCard))
|
|
4810
4817
|
return false;
|
|
4811
|
-
if (!this.
|
|
4818
|
+
if (!this.w6i_1.equals(other.w6i_1))
|
|
4812
4819
|
return false;
|
|
4813
4820
|
return true;
|
|
4814
4821
|
};
|
|
4815
4822
|
function AsyncProvider() {
|
|
4816
4823
|
}
|
|
4817
4824
|
function onError($this, message, error) {
|
|
4818
|
-
$this.
|
|
4825
|
+
$this.p6l_1.e('AsyncErrorHandler', message + ': ' + error.toString(), error);
|
|
4819
4826
|
}
|
|
4820
4827
|
function Companion_22() {
|
|
4821
|
-
this.
|
|
4828
|
+
this.x6l_1 = 'AsyncProvider';
|
|
4822
4829
|
}
|
|
4823
4830
|
var Companion_instance_24;
|
|
4824
4831
|
function Companion_getInstance_25() {
|
|
4825
4832
|
return Companion_instance_24;
|
|
4826
4833
|
}
|
|
4827
4834
|
function AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1(this$0) {
|
|
4828
|
-
this.
|
|
4835
|
+
this.z6l_1 = this$0;
|
|
4829
4836
|
AbstractCoroutineContextElement.call(this, Key_instance);
|
|
4830
4837
|
}
|
|
4831
4838
|
protoOf(AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1).p1s = function (context, exception) {
|
|
4832
|
-
onError(this.
|
|
4839
|
+
onError(this.z6l_1, 'CoroutineContext', exception);
|
|
4833
4840
|
return Unit_instance;
|
|
4834
4841
|
};
|
|
4835
4842
|
function AsyncProviderImpl$awaitDefaultWithLock$slambda(this$0, $block, resultContinuation) {
|
|
4836
|
-
this.
|
|
4837
|
-
this.
|
|
4843
|
+
this.i6m_1 = this$0;
|
|
4844
|
+
this.j6m_1 = $block;
|
|
4838
4845
|
CoroutineImpl.call(this, resultContinuation);
|
|
4839
4846
|
}
|
|
4840
|
-
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).
|
|
4847
|
+
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).o6m = function ($this$async, $completion) {
|
|
4841
4848
|
var tmp = this.l29($this$async, $completion);
|
|
4842
4849
|
tmp.u8_1 = Unit_instance;
|
|
4843
4850
|
tmp.v8_1 = null;
|
|
4844
4851
|
return tmp.a9();
|
|
4845
4852
|
};
|
|
4846
4853
|
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).i9 = function (p1, $completion) {
|
|
4847
|
-
return this.
|
|
4854
|
+
return this.o6m((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
4848
4855
|
};
|
|
4849
4856
|
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).a9 = function () {
|
|
4850
4857
|
var suspendResult = this.u8_1;
|
|
@@ -4854,43 +4861,43 @@
|
|
|
4854
4861
|
switch (tmp) {
|
|
4855
4862
|
case 0:
|
|
4856
4863
|
this.t8_1 = 6;
|
|
4857
|
-
this.
|
|
4864
|
+
this.m6m_1 = this.i6m_1.r6l_1;
|
|
4858
4865
|
var tmp_0 = this;
|
|
4859
|
-
tmp_0.
|
|
4866
|
+
tmp_0.l6m_1 = null;
|
|
4860
4867
|
this.s8_1 = 1;
|
|
4861
|
-
suspendResult = this.
|
|
4868
|
+
suspendResult = this.m6m_1.j2p(this.l6m_1, this);
|
|
4862
4869
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4863
4870
|
return suspendResult;
|
|
4864
4871
|
}
|
|
4865
4872
|
|
|
4866
4873
|
continue $sm;
|
|
4867
4874
|
case 1:
|
|
4868
|
-
this.
|
|
4875
|
+
this.n6m_1 = Unit_instance;
|
|
4869
4876
|
this.s8_1 = 2;
|
|
4870
4877
|
continue $sm;
|
|
4871
4878
|
case 2:
|
|
4872
4879
|
this.t8_1 = 5;
|
|
4873
4880
|
this.s8_1 = 3;
|
|
4874
|
-
suspendResult = this.
|
|
4881
|
+
suspendResult = this.j6m_1(this.k6m_1, this);
|
|
4875
4882
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4876
4883
|
return suspendResult;
|
|
4877
4884
|
}
|
|
4878
4885
|
|
|
4879
4886
|
continue $sm;
|
|
4880
4887
|
case 3:
|
|
4881
|
-
this.
|
|
4888
|
+
this.n6m_1 = suspendResult;
|
|
4882
4889
|
this.t8_1 = 6;
|
|
4883
4890
|
this.s8_1 = 4;
|
|
4884
4891
|
continue $sm;
|
|
4885
4892
|
case 4:
|
|
4886
|
-
var tmp_1 = this.
|
|
4893
|
+
var tmp_1 = this.n6m_1;
|
|
4887
4894
|
this.t8_1 = 6;
|
|
4888
|
-
this.
|
|
4895
|
+
this.m6m_1.u2o(this.l6m_1);
|
|
4889
4896
|
return tmp_1;
|
|
4890
4897
|
case 5:
|
|
4891
4898
|
this.t8_1 = 6;
|
|
4892
4899
|
var t = this.v8_1;
|
|
4893
|
-
this.
|
|
4900
|
+
this.m6m_1.u2o(this.l6m_1);
|
|
4894
4901
|
throw t;
|
|
4895
4902
|
case 6:
|
|
4896
4903
|
throw this.v8_1;
|
|
@@ -4907,21 +4914,21 @@
|
|
|
4907
4914
|
while (true);
|
|
4908
4915
|
};
|
|
4909
4916
|
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).l29 = function ($this$async, completion) {
|
|
4910
|
-
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this.
|
|
4911
|
-
i.
|
|
4917
|
+
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this.i6m_1, this.j6m_1, completion);
|
|
4918
|
+
i.k6m_1 = $this$async;
|
|
4912
4919
|
return i;
|
|
4913
4920
|
};
|
|
4914
4921
|
function AsyncProviderImpl$awaitDefaultWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
4915
4922
|
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this$0, $block, resultContinuation);
|
|
4916
4923
|
var l = function ($this$async, $completion) {
|
|
4917
|
-
return i.
|
|
4924
|
+
return i.o6m($this$async, $completion);
|
|
4918
4925
|
};
|
|
4919
4926
|
l.$arity = 1;
|
|
4920
4927
|
return l;
|
|
4921
4928
|
}
|
|
4922
4929
|
function AsyncProviderImpl$launchDefaultWithLock$slambda(this$0, $block, resultContinuation) {
|
|
4923
|
-
this.
|
|
4924
|
-
this.
|
|
4930
|
+
this.x6m_1 = this$0;
|
|
4931
|
+
this.y6m_1 = $block;
|
|
4925
4932
|
CoroutineImpl.call(this, resultContinuation);
|
|
4926
4933
|
}
|
|
4927
4934
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).k29 = function ($this$launch, $completion) {
|
|
@@ -4941,43 +4948,43 @@
|
|
|
4941
4948
|
switch (tmp) {
|
|
4942
4949
|
case 0:
|
|
4943
4950
|
this.t8_1 = 6;
|
|
4944
|
-
this.
|
|
4951
|
+
this.b6n_1 = this.x6m_1.r6l_1;
|
|
4945
4952
|
var tmp_0 = this;
|
|
4946
|
-
tmp_0.
|
|
4953
|
+
tmp_0.a6n_1 = null;
|
|
4947
4954
|
this.s8_1 = 1;
|
|
4948
|
-
suspendResult = this.
|
|
4955
|
+
suspendResult = this.b6n_1.j2p(this.a6n_1, this);
|
|
4949
4956
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4950
4957
|
return suspendResult;
|
|
4951
4958
|
}
|
|
4952
4959
|
|
|
4953
4960
|
continue $sm;
|
|
4954
4961
|
case 1:
|
|
4955
|
-
this.
|
|
4962
|
+
this.c6n_1 = Unit_instance;
|
|
4956
4963
|
this.s8_1 = 2;
|
|
4957
4964
|
continue $sm;
|
|
4958
4965
|
case 2:
|
|
4959
4966
|
this.t8_1 = 5;
|
|
4960
4967
|
this.s8_1 = 3;
|
|
4961
|
-
suspendResult = this.
|
|
4968
|
+
suspendResult = this.y6m_1(this.z6m_1, this);
|
|
4962
4969
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4963
4970
|
return suspendResult;
|
|
4964
4971
|
}
|
|
4965
4972
|
|
|
4966
4973
|
continue $sm;
|
|
4967
4974
|
case 3:
|
|
4968
|
-
this.
|
|
4975
|
+
this.c6n_1 = Unit_instance;
|
|
4969
4976
|
this.t8_1 = 6;
|
|
4970
4977
|
this.s8_1 = 4;
|
|
4971
4978
|
continue $sm;
|
|
4972
4979
|
case 4:
|
|
4973
|
-
this.
|
|
4980
|
+
this.c6n_1;
|
|
4974
4981
|
this.t8_1 = 6;
|
|
4975
|
-
this.
|
|
4982
|
+
this.b6n_1.u2o(this.a6n_1);
|
|
4976
4983
|
return Unit_instance;
|
|
4977
4984
|
case 5:
|
|
4978
4985
|
this.t8_1 = 6;
|
|
4979
4986
|
var t = this.v8_1;
|
|
4980
|
-
this.
|
|
4987
|
+
this.b6n_1.u2o(this.a6n_1);
|
|
4981
4988
|
throw t;
|
|
4982
4989
|
case 6:
|
|
4983
4990
|
throw this.v8_1;
|
|
@@ -4994,8 +5001,8 @@
|
|
|
4994
5001
|
while (true);
|
|
4995
5002
|
};
|
|
4996
5003
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).l29 = function ($this$launch, completion) {
|
|
4997
|
-
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.
|
|
4998
|
-
i.
|
|
5004
|
+
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.x6m_1, this.y6m_1, completion);
|
|
5005
|
+
i.z6m_1 = $this$launch;
|
|
4999
5006
|
return i;
|
|
5000
5007
|
};
|
|
5001
5008
|
function AsyncProviderImpl$launchDefaultWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
@@ -5010,63 +5017,63 @@
|
|
|
5010
5017
|
mainDispatcher = mainDispatcher === VOID ? Dispatchers_getInstance().c1w() : mainDispatcher;
|
|
5011
5018
|
defaultDispatcher = defaultDispatcher === VOID ? Dispatchers_getInstance().y1v_1 : defaultDispatcher;
|
|
5012
5019
|
unconfinedDispatcher = unconfinedDispatcher === VOID ? Dispatchers_getInstance().z1v_1 : unconfinedDispatcher;
|
|
5013
|
-
this.
|
|
5014
|
-
this.
|
|
5020
|
+
this.p6l_1 = logger;
|
|
5021
|
+
this.q6l_1 = SupervisorJob();
|
|
5022
|
+
this.r6l_1 = Mutex();
|
|
5015
5023
|
this.s6l_1 = Mutex();
|
|
5016
|
-
this.t6l_1 = Mutex();
|
|
5017
5024
|
var tmp = this;
|
|
5018
5025
|
// Inline function 'kotlinx.coroutines.CoroutineExceptionHandler' call
|
|
5019
|
-
tmp.
|
|
5020
|
-
this.
|
|
5021
|
-
this.
|
|
5022
|
-
this.
|
|
5026
|
+
tmp.t6l_1 = new AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1(this);
|
|
5027
|
+
this.u6l_1 = CoroutineScope_0(mainDispatcher.dg(this.q6l_1).dg(MainContextId_getInstance()));
|
|
5028
|
+
this.v6l_1 = CoroutineScope_0(defaultDispatcher.dg(this.q6l_1).dg(WorkerContextId_getInstance()));
|
|
5029
|
+
this.w6l_1 = CoroutineScope_0(unconfinedDispatcher.dg(this.q6l_1).dg(WorkerContextId_getInstance()));
|
|
5023
5030
|
}
|
|
5024
|
-
protoOf(AsyncProviderImpl).
|
|
5025
|
-
return this.
|
|
5031
|
+
protoOf(AsyncProviderImpl).g6l = function () {
|
|
5032
|
+
return this.t6l_1;
|
|
5026
5033
|
};
|
|
5027
|
-
protoOf(AsyncProviderImpl).
|
|
5028
|
-
if (this.
|
|
5029
|
-
this.
|
|
5034
|
+
protoOf(AsyncProviderImpl).l6l = function (context, block) {
|
|
5035
|
+
if (this.q6l_1.x1k()) {
|
|
5036
|
+
this.p6l_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
5030
5037
|
// Inline function 'kotlin.apply' call
|
|
5031
5038
|
var this_0 = Job();
|
|
5032
5039
|
this_0.l1l();
|
|
5033
5040
|
return this_0;
|
|
5034
5041
|
}
|
|
5035
|
-
return launch(this.
|
|
5042
|
+
return launch(this.u6l_1, context, VOID, block);
|
|
5036
5043
|
};
|
|
5037
|
-
protoOf(AsyncProviderImpl).
|
|
5038
|
-
if (this.
|
|
5039
|
-
this.
|
|
5044
|
+
protoOf(AsyncProviderImpl).n6l = function (context, block) {
|
|
5045
|
+
if (this.q6l_1.x1k()) {
|
|
5046
|
+
this.p6l_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
5040
5047
|
// Inline function 'kotlin.apply' call
|
|
5041
5048
|
var this_0 = CompletableDeferred();
|
|
5042
5049
|
this_0.l1l();
|
|
5043
5050
|
return this_0;
|
|
5044
5051
|
}
|
|
5045
|
-
return async(this.
|
|
5052
|
+
return async(this.v6l_1, context, VOID, AsyncProviderImpl$awaitDefaultWithLock$slambda_0(this, block, null));
|
|
5046
5053
|
};
|
|
5047
|
-
protoOf(AsyncProviderImpl).
|
|
5048
|
-
if (this.
|
|
5049
|
-
this.
|
|
5054
|
+
protoOf(AsyncProviderImpl).h6l = function (context, block) {
|
|
5055
|
+
if (this.q6l_1.x1k()) {
|
|
5056
|
+
this.p6l_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
5050
5057
|
// Inline function 'kotlin.apply' call
|
|
5051
5058
|
var this_0 = Job();
|
|
5052
5059
|
this_0.l1l();
|
|
5053
5060
|
return this_0;
|
|
5054
5061
|
}
|
|
5055
|
-
return launch(this.
|
|
5062
|
+
return launch(this.v6l_1, context, VOID, block);
|
|
5056
5063
|
};
|
|
5057
|
-
protoOf(AsyncProviderImpl).
|
|
5058
|
-
if (this.
|
|
5059
|
-
this.
|
|
5064
|
+
protoOf(AsyncProviderImpl).j6l = function (context, block) {
|
|
5065
|
+
if (this.q6l_1.x1k()) {
|
|
5066
|
+
this.p6l_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
5060
5067
|
// Inline function 'kotlin.apply' call
|
|
5061
5068
|
var this_0 = Job();
|
|
5062
5069
|
this_0.l1l();
|
|
5063
5070
|
return this_0;
|
|
5064
5071
|
}
|
|
5065
|
-
return launch(this.
|
|
5072
|
+
return launch(this.v6l_1, context, VOID, AsyncProviderImpl$launchDefaultWithLock$slambda_0(this, block, null));
|
|
5066
5073
|
};
|
|
5067
5074
|
protoOf(AsyncProviderImpl).i2 = function () {
|
|
5068
|
-
if (!this.
|
|
5069
|
-
this.
|
|
5075
|
+
if (!this.q6l_1.x1k()) {
|
|
5076
|
+
this.q6l_1.l1l();
|
|
5070
5077
|
}
|
|
5071
5078
|
};
|
|
5072
5079
|
function Key() {
|
|
@@ -5128,7 +5135,7 @@
|
|
|
5128
5135
|
}
|
|
5129
5136
|
function UUIDIdsProvider() {
|
|
5130
5137
|
}
|
|
5131
|
-
protoOf(UUIDIdsProvider).
|
|
5138
|
+
protoOf(UUIDIdsProvider).d6n = function () {
|
|
5132
5139
|
return uuid4().toString();
|
|
5133
5140
|
};
|
|
5134
5141
|
var UUIDIdsProvider_instance;
|
|
@@ -5146,55 +5153,55 @@
|
|
|
5146
5153
|
tmp = lock;
|
|
5147
5154
|
}
|
|
5148
5155
|
lock = tmp;
|
|
5149
|
-
this.
|
|
5150
|
-
this.
|
|
5156
|
+
this.j6n_1 = logger;
|
|
5157
|
+
this.k6n_1 = lock;
|
|
5151
5158
|
var tmp_0 = this;
|
|
5152
5159
|
// Inline function 'kotlin.collections.hashMapOf' call
|
|
5153
|
-
tmp_0.
|
|
5160
|
+
tmp_0.l6n_1 = HashMap_init_$Create$();
|
|
5154
5161
|
}
|
|
5155
|
-
protoOf(JobsProviderImpl).
|
|
5162
|
+
protoOf(JobsProviderImpl).e6n = function (timerTag, job) {
|
|
5156
5163
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5157
|
-
this.
|
|
5158
|
-
if (this.
|
|
5159
|
-
this.
|
|
5164
|
+
this.k6n_1;
|
|
5165
|
+
if (this.i6n(timerTag)) {
|
|
5166
|
+
this.j6n_1.w(VOID, 'Timer already exists for that tag: ' + toString_0(timerTag));
|
|
5160
5167
|
}
|
|
5161
5168
|
// Inline function 'kotlin.collections.set' call
|
|
5162
|
-
this.
|
|
5169
|
+
this.l6n_1.m2(timerTag, job);
|
|
5163
5170
|
};
|
|
5164
|
-
protoOf(JobsProviderImpl).
|
|
5171
|
+
protoOf(JobsProviderImpl).i6n = function (timerTag) {
|
|
5165
5172
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5166
|
-
this.
|
|
5167
|
-
return this.
|
|
5173
|
+
this.k6n_1;
|
|
5174
|
+
return this.l6n_1.a2(timerTag);
|
|
5168
5175
|
};
|
|
5169
|
-
protoOf(JobsProviderImpl).
|
|
5176
|
+
protoOf(JobsProviderImpl).g6n = function (timerTag) {
|
|
5170
5177
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5171
|
-
this.
|
|
5172
|
-
if (!this.
|
|
5173
|
-
this.
|
|
5178
|
+
this.k6n_1;
|
|
5179
|
+
if (!this.i6n(timerTag)) {
|
|
5180
|
+
this.j6n_1.w(VOID, "Can't find timer for that tag: " + toString_0(timerTag));
|
|
5174
5181
|
}
|
|
5175
|
-
this.
|
|
5182
|
+
this.l6n_1.n2(timerTag);
|
|
5176
5183
|
};
|
|
5177
|
-
protoOf(JobsProviderImpl).
|
|
5184
|
+
protoOf(JobsProviderImpl).h6n = function (timers) {
|
|
5178
5185
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5179
|
-
this.
|
|
5186
|
+
this.k6n_1;
|
|
5180
5187
|
// Inline function 'kotlin.collections.forEach' call
|
|
5181
5188
|
var _iterator__ex2g4s = timers.l();
|
|
5182
5189
|
while (_iterator__ex2g4s.m()) {
|
|
5183
5190
|
var element = _iterator__ex2g4s.n();
|
|
5184
|
-
var timer = this.
|
|
5191
|
+
var timer = this.l6n_1.c2(element);
|
|
5185
5192
|
if (timer == null)
|
|
5186
5193
|
null;
|
|
5187
5194
|
else {
|
|
5188
5195
|
timer.l1l();
|
|
5189
5196
|
}
|
|
5190
5197
|
}
|
|
5191
|
-
this.
|
|
5198
|
+
this.l6n_1.d2().h2(toSet(timers));
|
|
5192
5199
|
};
|
|
5193
|
-
protoOf(JobsProviderImpl).
|
|
5200
|
+
protoOf(JobsProviderImpl).f6n = function (timerTag) {
|
|
5194
5201
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5195
|
-
this.
|
|
5196
|
-
var timer = this.
|
|
5197
|
-
this.
|
|
5202
|
+
this.k6n_1;
|
|
5203
|
+
var timer = this.l6n_1.c2(timerTag);
|
|
5204
|
+
this.l6n_1.n2(timerTag);
|
|
5198
5205
|
var tmp;
|
|
5199
5206
|
if (timer == null) {
|
|
5200
5207
|
tmp = null;
|
|
@@ -5207,36 +5214,36 @@
|
|
|
5207
5214
|
}
|
|
5208
5215
|
function FileSystemImpl(fileSystem) {
|
|
5209
5216
|
fileSystem = fileSystem === VOID ? get_SystemFileSystem() : fileSystem;
|
|
5210
|
-
this.
|
|
5217
|
+
this.p6n_1 = fileSystem;
|
|
5211
5218
|
}
|
|
5212
|
-
protoOf(FileSystemImpl).
|
|
5219
|
+
protoOf(FileSystemImpl).m6n = function (path, $completion) {
|
|
5213
5220
|
var directoryPath = Path(path);
|
|
5214
|
-
var exists = this.
|
|
5221
|
+
var exists = this.p6n_1.h1j(directoryPath);
|
|
5215
5222
|
if (!exists) {
|
|
5216
|
-
this.
|
|
5223
|
+
this.p6n_1.l1j(directoryPath);
|
|
5217
5224
|
}
|
|
5218
5225
|
return Unit_instance;
|
|
5219
5226
|
};
|
|
5220
|
-
protoOf(FileSystemImpl).
|
|
5221
|
-
return buffered(this.
|
|
5227
|
+
protoOf(FileSystemImpl).n6n = function (path, fileName, append, $completion) {
|
|
5228
|
+
return buffered(this.p6n_1.m1j(Path_0(path, [fileName]), append));
|
|
5222
5229
|
};
|
|
5223
|
-
protoOf(FileSystemImpl).
|
|
5224
|
-
this.
|
|
5230
|
+
protoOf(FileSystemImpl).o6n = function (path, $completion) {
|
|
5231
|
+
this.p6n_1.j1j(Path_0(path, []));
|
|
5225
5232
|
return Unit_instance;
|
|
5226
5233
|
};
|
|
5227
5234
|
function LoggerFactory() {
|
|
5228
5235
|
}
|
|
5229
5236
|
function LoggerFactoryImpl(coreConfig, fileSystem) {
|
|
5230
|
-
this.
|
|
5231
|
-
this.
|
|
5237
|
+
this.r6n_1 = coreConfig;
|
|
5238
|
+
this.s6n_1 = fileSystem;
|
|
5232
5239
|
}
|
|
5233
|
-
protoOf(LoggerFactoryImpl).
|
|
5240
|
+
protoOf(LoggerFactoryImpl).q6n = function (gameId, roomId, userId) {
|
|
5234
5241
|
// Inline function 'kotlin.let' call
|
|
5235
|
-
var it = this.
|
|
5242
|
+
var it = this.r6n_1.fileNameFormat;
|
|
5236
5243
|
var tmp = Companion_instance_4;
|
|
5237
5244
|
var fileName = tmp.formatter(it, gameId, roomId, userId == null ? 'unknown_user_id' : userId);
|
|
5238
5245
|
// Inline function 'kotlin.collections.map' call
|
|
5239
|
-
var this_0 = split(this.
|
|
5246
|
+
var this_0 = split(this.r6n_1.requireDirectoryPath, ['/']);
|
|
5240
5247
|
// Inline function 'kotlin.collections.mapTo' call
|
|
5241
5248
|
var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_0, 10));
|
|
5242
5249
|
var _iterator__ex2g4s = this_0.l();
|
|
@@ -5248,7 +5255,7 @@
|
|
|
5248
5255
|
}
|
|
5249
5256
|
var segments = destination;
|
|
5250
5257
|
var tmp0_path = joinToString(segments, '/');
|
|
5251
|
-
var tmp1_fileSystem = this.
|
|
5258
|
+
var tmp1_fileSystem = this.s6n_1;
|
|
5252
5259
|
return new LogsStorageControllerImpl(fileName, tmp0_path, tmp1_fileSystem);
|
|
5253
5260
|
};
|
|
5254
5261
|
function appendToFile($this, message, $completion) {
|
|
@@ -5259,7 +5266,7 @@
|
|
|
5259
5266
|
}
|
|
5260
5267
|
function $createDirectoryCOROUTINE$(_this__u8e3s4, resultContinuation) {
|
|
5261
5268
|
CoroutineImpl.call(this, resultContinuation);
|
|
5262
|
-
this.
|
|
5269
|
+
this.l6o_1 = _this__u8e3s4;
|
|
5263
5270
|
}
|
|
5264
5271
|
protoOf($createDirectoryCOROUTINE$).a9 = function () {
|
|
5265
5272
|
var suspendResult = this.u8_1;
|
|
@@ -5271,7 +5278,7 @@
|
|
|
5271
5278
|
this.t8_1 = 3;
|
|
5272
5279
|
this.t8_1 = 2;
|
|
5273
5280
|
this.s8_1 = 1;
|
|
5274
|
-
suspendResult = this.
|
|
5281
|
+
suspendResult = this.l6o_1.o6o_1.m6n(this.l6o_1.n6o_1, this);
|
|
5275
5282
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5276
5283
|
return suspendResult;
|
|
5277
5284
|
}
|
|
@@ -5312,8 +5319,8 @@
|
|
|
5312
5319
|
};
|
|
5313
5320
|
function $appendToFileCOROUTINE$(_this__u8e3s4, message, resultContinuation) {
|
|
5314
5321
|
CoroutineImpl.call(this, resultContinuation);
|
|
5315
|
-
this.
|
|
5316
|
-
this.
|
|
5322
|
+
this.b6o_1 = _this__u8e3s4;
|
|
5323
|
+
this.c6o_1 = message;
|
|
5317
5324
|
}
|
|
5318
5325
|
protoOf($appendToFileCOROUTINE$).a9 = function () {
|
|
5319
5326
|
var suspendResult = this.u8_1;
|
|
@@ -5325,7 +5332,7 @@
|
|
|
5325
5332
|
this.t8_1 = 3;
|
|
5326
5333
|
this.t8_1 = 2;
|
|
5327
5334
|
this.s8_1 = 1;
|
|
5328
|
-
suspendResult = this.
|
|
5335
|
+
suspendResult = this.b6o_1.o6o_1.n6n(this.b6o_1.n6o_1, this.b6o_1.m6o_1, true, this);
|
|
5329
5336
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5330
5337
|
return suspendResult;
|
|
5331
5338
|
}
|
|
@@ -5336,7 +5343,7 @@
|
|
|
5336
5343
|
var sink = buffered(ARGUMENT);
|
|
5337
5344
|
l$ret$1: do {
|
|
5338
5345
|
try {
|
|
5339
|
-
writeString(sink, this.
|
|
5346
|
+
writeString(sink, this.c6o_1 + '\n');
|
|
5340
5347
|
break l$ret$1;
|
|
5341
5348
|
} catch ($p) {
|
|
5342
5349
|
var t = $p;
|
|
@@ -5379,17 +5386,17 @@
|
|
|
5379
5386
|
while (true);
|
|
5380
5387
|
};
|
|
5381
5388
|
function LogsStorageControllerImpl(fileName, path, fileSystem) {
|
|
5382
|
-
this.
|
|
5383
|
-
this.
|
|
5384
|
-
this.
|
|
5389
|
+
this.m6o_1 = fileName;
|
|
5390
|
+
this.n6o_1 = path;
|
|
5391
|
+
this.o6o_1 = fileSystem;
|
|
5385
5392
|
}
|
|
5386
|
-
protoOf(LogsStorageControllerImpl).
|
|
5393
|
+
protoOf(LogsStorageControllerImpl).p6o = function ($completion) {
|
|
5387
5394
|
var tmp = new $createDirectoryCOROUTINE$(this, $completion);
|
|
5388
5395
|
tmp.u8_1 = Unit_instance;
|
|
5389
5396
|
tmp.v8_1 = null;
|
|
5390
5397
|
return tmp.a9();
|
|
5391
5398
|
};
|
|
5392
|
-
protoOf(LogsStorageControllerImpl).
|
|
5399
|
+
protoOf(LogsStorageControllerImpl).q6o = function (log, $completion) {
|
|
5393
5400
|
return appendToFile(this, log, $completion);
|
|
5394
5401
|
};
|
|
5395
5402
|
function BufferedAction() {
|
|
@@ -5404,30 +5411,30 @@
|
|
|
5404
5411
|
initialDelay = initialDelay === VOID ? new Long(0, 0) : initialDelay;
|
|
5405
5412
|
type = type === VOID ? TimerType_DELAY_getInstance() : type;
|
|
5406
5413
|
TimerAction.call(this);
|
|
5407
|
-
this.
|
|
5408
|
-
this.
|
|
5409
|
-
this.
|
|
5410
|
-
this.
|
|
5414
|
+
this.w6o_1 = timerTag;
|
|
5415
|
+
this.x6o_1 = delayMillis;
|
|
5416
|
+
this.y6o_1 = initialDelay;
|
|
5417
|
+
this.z6o_1 = type;
|
|
5411
5418
|
}
|
|
5412
5419
|
protoOf(StartTimerAction).toString = function () {
|
|
5413
|
-
var tmp = 'timerTag=' + toString_0(this.
|
|
5414
|
-
var tmp_0 = 'delayMillis=' + this.
|
|
5420
|
+
var tmp = 'timerTag=' + toString_0(this.w6o_1);
|
|
5421
|
+
var tmp_0 = 'delayMillis=' + this.x6o_1.toString();
|
|
5415
5422
|
// Inline function 'kotlin.takeIf' call
|
|
5416
|
-
var this_0 = 'initialDelay=' + this.
|
|
5423
|
+
var this_0 = 'initialDelay=' + this.y6o_1.toString();
|
|
5417
5424
|
var tmp_1;
|
|
5418
|
-
if (!equalsLong(this.
|
|
5425
|
+
if (!equalsLong(this.y6o_1, new Long(0, 0))) {
|
|
5419
5426
|
tmp_1 = this_0;
|
|
5420
5427
|
} else {
|
|
5421
5428
|
tmp_1 = null;
|
|
5422
5429
|
}
|
|
5423
5430
|
var tmp$ret$1 = tmp_1;
|
|
5424
|
-
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.
|
|
5431
|
+
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.z6o_1.toString()])) + ')';
|
|
5425
5432
|
};
|
|
5426
5433
|
protoOf(StartTimerAction).hashCode = function () {
|
|
5427
|
-
var result = hashCode(this.
|
|
5434
|
+
var result = hashCode(this.w6o_1);
|
|
5435
|
+
result = imul(result, 31) + this.x6o_1.hashCode() | 0;
|
|
5428
5436
|
result = imul(result, 31) + this.y6o_1.hashCode() | 0;
|
|
5429
5437
|
result = imul(result, 31) + this.z6o_1.hashCode() | 0;
|
|
5430
|
-
result = imul(result, 31) + this.a6p_1.hashCode() | 0;
|
|
5431
5438
|
return result;
|
|
5432
5439
|
};
|
|
5433
5440
|
protoOf(StartTimerAction).equals = function (other) {
|
|
@@ -5435,13 +5442,13 @@
|
|
|
5435
5442
|
return true;
|
|
5436
5443
|
if (!(other instanceof StartTimerAction))
|
|
5437
5444
|
return false;
|
|
5438
|
-
if (!equals(this.
|
|
5445
|
+
if (!equals(this.w6o_1, other.w6o_1))
|
|
5439
5446
|
return false;
|
|
5440
|
-
if (!equalsLong(this.
|
|
5447
|
+
if (!equalsLong(this.x6o_1, other.x6o_1))
|
|
5441
5448
|
return false;
|
|
5442
|
-
if (!equalsLong(this.
|
|
5449
|
+
if (!equalsLong(this.y6o_1, other.y6o_1))
|
|
5443
5450
|
return false;
|
|
5444
|
-
if (!this.
|
|
5451
|
+
if (!this.z6o_1.equals(other.z6o_1))
|
|
5445
5452
|
return false;
|
|
5446
5453
|
return true;
|
|
5447
5454
|
};
|
|
@@ -5460,37 +5467,37 @@
|
|
|
5460
5467
|
}
|
|
5461
5468
|
function StopTimerAction(timerTag) {
|
|
5462
5469
|
TimerAction.call(this);
|
|
5463
|
-
this.
|
|
5470
|
+
this.a6p_1 = timerTag;
|
|
5464
5471
|
}
|
|
5465
5472
|
protoOf(StopTimerAction).toString = function () {
|
|
5466
|
-
return 'StopTimerAction(timerTag=' + toString_0(this.
|
|
5473
|
+
return 'StopTimerAction(timerTag=' + toString_0(this.a6p_1) + ')';
|
|
5467
5474
|
};
|
|
5468
5475
|
protoOf(StopTimerAction).hashCode = function () {
|
|
5469
|
-
return hashCode(this.
|
|
5476
|
+
return hashCode(this.a6p_1);
|
|
5470
5477
|
};
|
|
5471
5478
|
protoOf(StopTimerAction).equals = function (other) {
|
|
5472
5479
|
if (this === other)
|
|
5473
5480
|
return true;
|
|
5474
5481
|
if (!(other instanceof StopTimerAction))
|
|
5475
5482
|
return false;
|
|
5476
|
-
if (!equals(this.
|
|
5483
|
+
if (!equals(this.a6p_1, other.a6p_1))
|
|
5477
5484
|
return false;
|
|
5478
5485
|
return true;
|
|
5479
5486
|
};
|
|
5480
5487
|
function TimerTickAction(timerTag, type) {
|
|
5481
5488
|
TimerAction.call(this);
|
|
5482
|
-
this.
|
|
5483
|
-
this.
|
|
5489
|
+
this.b6p_1 = timerTag;
|
|
5490
|
+
this.c6p_1 = type;
|
|
5484
5491
|
}
|
|
5485
5492
|
protoOf(TimerTickAction).ignoreValidation = function () {
|
|
5486
|
-
return this.
|
|
5493
|
+
return this.b6p_1.ignoreValidation();
|
|
5487
5494
|
};
|
|
5488
5495
|
protoOf(TimerTickAction).toString = function () {
|
|
5489
|
-
return 'TimerTickAction(timerTag=' + toString_0(this.
|
|
5496
|
+
return 'TimerTickAction(timerTag=' + toString_0(this.b6p_1) + ', type=' + this.c6p_1.toString() + ')';
|
|
5490
5497
|
};
|
|
5491
5498
|
protoOf(TimerTickAction).hashCode = function () {
|
|
5492
|
-
var result = hashCode(this.
|
|
5493
|
-
result = imul(result, 31) + this.
|
|
5499
|
+
var result = hashCode(this.b6p_1);
|
|
5500
|
+
result = imul(result, 31) + this.c6p_1.hashCode() | 0;
|
|
5494
5501
|
return result;
|
|
5495
5502
|
};
|
|
5496
5503
|
protoOf(TimerTickAction).equals = function (other) {
|
|
@@ -5498,9 +5505,9 @@
|
|
|
5498
5505
|
return true;
|
|
5499
5506
|
if (!(other instanceof TimerTickAction))
|
|
5500
5507
|
return false;
|
|
5501
|
-
if (!equals(this.
|
|
5508
|
+
if (!equals(this.b6p_1, other.b6p_1))
|
|
5502
5509
|
return false;
|
|
5503
|
-
if (!this.
|
|
5510
|
+
if (!this.c6p_1.equals(other.c6p_1))
|
|
5504
5511
|
return false;
|
|
5505
5512
|
return true;
|
|
5506
5513
|
};
|
|
@@ -5544,7 +5551,7 @@
|
|
|
5544
5551
|
return function (reducer, initialState, en) {
|
|
5545
5552
|
var store = $storeCreator(reducer, initialState, en);
|
|
5546
5553
|
var origDispatch = store.dispatch;
|
|
5547
|
-
store.
|
|
5554
|
+
store.d6p(applyCatcher$lambda$lambda$lambda(origDispatch, $logger));
|
|
5548
5555
|
return store;
|
|
5549
5556
|
};
|
|
5550
5557
|
}
|
|
@@ -5558,7 +5565,7 @@
|
|
|
5558
5565
|
}
|
|
5559
5566
|
function applyMiddleware$lambda$lambda$lambda$lambda($middleware, $store, $dispatcher) {
|
|
5560
5567
|
return function (action) {
|
|
5561
|
-
$middleware.
|
|
5568
|
+
$middleware.e6p($store, $dispatcher, action);
|
|
5562
5569
|
return Unit_instance;
|
|
5563
5570
|
};
|
|
5564
5571
|
}
|
|
@@ -5573,7 +5580,7 @@
|
|
|
5573
5580
|
while (inductionVariable < last) {
|
|
5574
5581
|
var element = tmp0[inductionVariable];
|
|
5575
5582
|
inductionVariable = inductionVariable + 1 | 0;
|
|
5576
|
-
if (element.
|
|
5583
|
+
if (element.f6p(action)) {
|
|
5577
5584
|
destination.j(element);
|
|
5578
5585
|
}
|
|
5579
5586
|
}
|
|
@@ -5597,7 +5604,7 @@
|
|
|
5597
5604
|
return function (reducer, initialState, en) {
|
|
5598
5605
|
var store = $storeCreator(reducer, initialState, en);
|
|
5599
5606
|
var origDispatch = store.dispatch;
|
|
5600
|
-
store.
|
|
5607
|
+
store.d6p(applyMiddleware$lambda$lambda$lambda($middlewares, origDispatch, store));
|
|
5601
5608
|
return store;
|
|
5602
5609
|
};
|
|
5603
5610
|
}
|
|
@@ -5611,9 +5618,9 @@
|
|
|
5611
5618
|
return new timerMiddleware$$inlined$middlewareForActionType$1(asyncProvider, jobsProvider);
|
|
5612
5619
|
}
|
|
5613
5620
|
function timerMiddleware$o$handle$slambda$slambda($jobsProvider, $action, $store, resultContinuation) {
|
|
5614
|
-
this.
|
|
5615
|
-
this.
|
|
5616
|
-
this.
|
|
5621
|
+
this.o6p_1 = $jobsProvider;
|
|
5622
|
+
this.p6p_1 = $action;
|
|
5623
|
+
this.q6p_1 = $store;
|
|
5617
5624
|
CoroutineImpl.call(this, resultContinuation);
|
|
5618
5625
|
}
|
|
5619
5626
|
protoOf(timerMiddleware$o$handle$slambda$slambda).k29 = function ($this$launchMain, $completion) {
|
|
@@ -5632,8 +5639,8 @@
|
|
|
5632
5639
|
var tmp = this.s8_1;
|
|
5633
5640
|
if (tmp === 0) {
|
|
5634
5641
|
this.t8_1 = 1;
|
|
5635
|
-
if (this.
|
|
5636
|
-
this.
|
|
5642
|
+
if (this.o6p_1.i6n(this.p6p_1.w6o_1)) {
|
|
5643
|
+
this.q6p_1.dispatch(new TimerTickAction(this.p6p_1.w6o_1, TimerType_DELAY_getInstance()));
|
|
5637
5644
|
}
|
|
5638
5645
|
return Unit_instance;
|
|
5639
5646
|
} else if (tmp === 1) {
|
|
@@ -5646,8 +5653,8 @@
|
|
|
5646
5653
|
while (true);
|
|
5647
5654
|
};
|
|
5648
5655
|
protoOf(timerMiddleware$o$handle$slambda$slambda).l29 = function ($this$launchMain, completion) {
|
|
5649
|
-
var i = new timerMiddleware$o$handle$slambda$slambda(this.
|
|
5650
|
-
i.
|
|
5656
|
+
var i = new timerMiddleware$o$handle$slambda$slambda(this.o6p_1, this.p6p_1, this.q6p_1, completion);
|
|
5657
|
+
i.r6p_1 = $this$launchMain;
|
|
5651
5658
|
return i;
|
|
5652
5659
|
};
|
|
5653
5660
|
function timerMiddleware$o$handle$slambda$slambda_0($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -5659,9 +5666,9 @@
|
|
|
5659
5666
|
return l;
|
|
5660
5667
|
}
|
|
5661
5668
|
function timerMiddleware$o$handle$slambda$slambda_1($jobsProvider, $action, $store, resultContinuation) {
|
|
5662
|
-
this.
|
|
5663
|
-
this.
|
|
5664
|
-
this.
|
|
5669
|
+
this.a6q_1 = $jobsProvider;
|
|
5670
|
+
this.b6q_1 = $action;
|
|
5671
|
+
this.c6q_1 = $store;
|
|
5665
5672
|
CoroutineImpl.call(this, resultContinuation);
|
|
5666
5673
|
}
|
|
5667
5674
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).k29 = function ($this$launchMain, $completion) {
|
|
@@ -5680,8 +5687,8 @@
|
|
|
5680
5687
|
var tmp = this.s8_1;
|
|
5681
5688
|
if (tmp === 0) {
|
|
5682
5689
|
this.t8_1 = 1;
|
|
5683
|
-
if (this.
|
|
5684
|
-
this.
|
|
5690
|
+
if (this.a6q_1.i6n(this.b6q_1.w6o_1)) {
|
|
5691
|
+
this.c6q_1.dispatch(new TimerTickAction(this.b6q_1.w6o_1, TimerType_INTERVAL_getInstance()));
|
|
5685
5692
|
}
|
|
5686
5693
|
return Unit_instance;
|
|
5687
5694
|
} else if (tmp === 1) {
|
|
@@ -5694,8 +5701,8 @@
|
|
|
5694
5701
|
while (true);
|
|
5695
5702
|
};
|
|
5696
5703
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).l29 = function ($this$launchMain, completion) {
|
|
5697
|
-
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.
|
|
5698
|
-
i.
|
|
5704
|
+
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.a6q_1, this.b6q_1, this.c6q_1, completion);
|
|
5705
|
+
i.d6q_1 = $this$launchMain;
|
|
5699
5706
|
return i;
|
|
5700
5707
|
};
|
|
5701
5708
|
function timerMiddleware$o$handle$slambda$slambda_2($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -5707,10 +5714,10 @@
|
|
|
5707
5714
|
return l;
|
|
5708
5715
|
}
|
|
5709
5716
|
function timerMiddleware$o$handle$slambda($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
5710
|
-
this.
|
|
5711
|
-
this.
|
|
5712
|
-
this.
|
|
5713
|
-
this.
|
|
5717
|
+
this.m6q_1 = $action;
|
|
5718
|
+
this.n6q_1 = $asyncProvider;
|
|
5719
|
+
this.o6q_1 = $jobsProvider;
|
|
5720
|
+
this.p6q_1 = $store;
|
|
5714
5721
|
CoroutineImpl.call(this, resultContinuation);
|
|
5715
5722
|
}
|
|
5716
5723
|
protoOf(timerMiddleware$o$handle$slambda).k29 = function ($this$launchDefault, $completion) {
|
|
@@ -5730,9 +5737,9 @@
|
|
|
5730
5737
|
switch (tmp) {
|
|
5731
5738
|
case 0:
|
|
5732
5739
|
this.t8_1 = 10;
|
|
5733
|
-
if (!equalsLong(this.
|
|
5740
|
+
if (!equalsLong(this.m6q_1.y6o_1, new Long(0, 0)) && this.m6q_1.z6o_1.equals(TimerType_INTERVAL_getInstance())) {
|
|
5734
5741
|
this.s8_1 = 1;
|
|
5735
|
-
suspendResult = delay(this.
|
|
5742
|
+
suspendResult = delay(this.m6q_1.y6o_1, this);
|
|
5736
5743
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5737
5744
|
return suspendResult;
|
|
5738
5745
|
}
|
|
@@ -5746,19 +5753,19 @@
|
|
|
5746
5753
|
this.s8_1 = 2;
|
|
5747
5754
|
continue $sm;
|
|
5748
5755
|
case 2:
|
|
5749
|
-
var tmp0 = this.
|
|
5756
|
+
var tmp0 = this.m6q_1.z6o_1.q2_1;
|
|
5750
5757
|
if (tmp0 === 0) {
|
|
5751
5758
|
this.s8_1 = 8;
|
|
5752
|
-
suspendResult = delay(this.
|
|
5759
|
+
suspendResult = delay(this.m6q_1.x6o_1, this);
|
|
5753
5760
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5754
5761
|
return suspendResult;
|
|
5755
5762
|
}
|
|
5756
5763
|
continue $sm;
|
|
5757
5764
|
} else {
|
|
5758
5765
|
if (tmp0 === 1) {
|
|
5759
|
-
if (!equalsLong(this.
|
|
5766
|
+
if (!equalsLong(this.m6q_1.y6o_1, new Long(0, 0))) {
|
|
5760
5767
|
this.s8_1 = 3;
|
|
5761
|
-
suspendResult = delay(this.
|
|
5768
|
+
suspendResult = delay(this.m6q_1.y6o_1, this);
|
|
5762
5769
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5763
5770
|
return suspendResult;
|
|
5764
5771
|
}
|
|
@@ -5781,14 +5788,14 @@
|
|
|
5781
5788
|
this.s8_1 = 5;
|
|
5782
5789
|
continue $sm;
|
|
5783
5790
|
case 5:
|
|
5784
|
-
if (!get_isActive(this.
|
|
5791
|
+
if (!get_isActive(this.q6q_1)) {
|
|
5785
5792
|
this.s8_1 = 7;
|
|
5786
5793
|
continue $sm;
|
|
5787
5794
|
}
|
|
5788
5795
|
|
|
5789
|
-
this.
|
|
5796
|
+
this.n6q_1.m6l(VOID, timerMiddleware$o$handle$slambda$slambda_2(this.o6q_1, this.m6q_1, this.p6q_1, null));
|
|
5790
5797
|
this.s8_1 = 6;
|
|
5791
|
-
suspendResult = delay(this.
|
|
5798
|
+
suspendResult = delay(this.m6q_1.y6o_1, this);
|
|
5792
5799
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5793
5800
|
return suspendResult;
|
|
5794
5801
|
}
|
|
@@ -5798,12 +5805,12 @@
|
|
|
5798
5805
|
this.s8_1 = 5;
|
|
5799
5806
|
continue $sm;
|
|
5800
5807
|
case 7:
|
|
5801
|
-
this.
|
|
5808
|
+
this.r6q_1 = Unit_instance;
|
|
5802
5809
|
this.s8_1 = 9;
|
|
5803
5810
|
continue $sm;
|
|
5804
5811
|
case 8:
|
|
5805
5812
|
var tmp_1 = this;
|
|
5806
|
-
tmp_1.
|
|
5813
|
+
tmp_1.r6q_1 = this.n6q_1.m6l(VOID, timerMiddleware$o$handle$slambda$slambda_0(this.o6q_1, this.m6q_1, this.p6q_1, null));
|
|
5807
5814
|
this.s8_1 = 9;
|
|
5808
5815
|
continue $sm;
|
|
5809
5816
|
case 9:
|
|
@@ -5823,8 +5830,8 @@
|
|
|
5823
5830
|
while (true);
|
|
5824
5831
|
};
|
|
5825
5832
|
protoOf(timerMiddleware$o$handle$slambda).l29 = function ($this$launchDefault, completion) {
|
|
5826
|
-
var i = new timerMiddleware$o$handle$slambda(this.
|
|
5827
|
-
i.
|
|
5833
|
+
var i = new timerMiddleware$o$handle$slambda(this.m6q_1, this.n6q_1, this.o6q_1, this.p6q_1, completion);
|
|
5834
|
+
i.q6q_1 = $this$launchDefault;
|
|
5828
5835
|
return i;
|
|
5829
5836
|
};
|
|
5830
5837
|
function timerMiddleware$o$handle$slambda_0($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
@@ -5836,24 +5843,24 @@
|
|
|
5836
5843
|
return l;
|
|
5837
5844
|
}
|
|
5838
5845
|
function timerMiddleware$$inlined$middlewareForActionType$1($asyncProvider, $jobsProvider) {
|
|
5839
|
-
this.
|
|
5840
|
-
this.
|
|
5846
|
+
this.s6q_1 = $asyncProvider;
|
|
5847
|
+
this.t6q_1 = $jobsProvider;
|
|
5841
5848
|
}
|
|
5842
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5849
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).f6p = function (action) {
|
|
5843
5850
|
return action instanceof TimerAction;
|
|
5844
5851
|
};
|
|
5845
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5852
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).u6q = function (store, next, action) {
|
|
5846
5853
|
var action_0 = action instanceof TimerAction ? action : THROW_CCE();
|
|
5847
5854
|
if (action_0 instanceof StartTimerAction) {
|
|
5848
|
-
var job = this.
|
|
5849
|
-
this.
|
|
5855
|
+
var job = this.s6q_1.i6l(VOID, timerMiddleware$o$handle$slambda_0(action_0, this.s6q_1, this.t6q_1, store, null));
|
|
5856
|
+
this.t6q_1.e6n(action_0.w6o_1, job);
|
|
5850
5857
|
} else {
|
|
5851
5858
|
if (action_0 instanceof StopTimerAction) {
|
|
5852
|
-
this.
|
|
5859
|
+
this.t6q_1.f6n(action_0.a6p_1);
|
|
5853
5860
|
} else {
|
|
5854
5861
|
if (action_0 instanceof TimerTickAction) {
|
|
5855
|
-
if (action_0.
|
|
5856
|
-
this.
|
|
5862
|
+
if (action_0.c6p_1.equals(TimerType_DELAY_getInstance())) {
|
|
5863
|
+
this.t6q_1.g6n(action_0.b6p_1);
|
|
5857
5864
|
}
|
|
5858
5865
|
} else {
|
|
5859
5866
|
noWhenBranchMatchedException();
|
|
@@ -5862,8 +5869,8 @@
|
|
|
5862
5869
|
}
|
|
5863
5870
|
next(action_0);
|
|
5864
5871
|
};
|
|
5865
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5866
|
-
return this.
|
|
5872
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).e6p = function (store, next, action) {
|
|
5873
|
+
return this.u6q(store, next, action);
|
|
5867
5874
|
};
|
|
5868
5875
|
function compose(functions) {
|
|
5869
5876
|
return compose$lambda(functions);
|
|
@@ -5907,7 +5914,7 @@
|
|
|
5907
5914
|
function createStore$dispatch($lock, currentState, currentReducer, stateTrigger, $logger, action) {
|
|
5908
5915
|
try {
|
|
5909
5916
|
// Inline function 'kotlinx.atomicfu.locks.ReentrantLock.lock' call
|
|
5910
|
-
currentState._v = currentReducer._v.
|
|
5917
|
+
currentState._v = currentReducer._v.v6q(currentState._v, action);
|
|
5911
5918
|
stateTrigger.r27(Unit_instance);
|
|
5912
5919
|
} catch ($p) {
|
|
5913
5920
|
if ($p instanceof Exception) {
|
|
@@ -5931,8 +5938,8 @@
|
|
|
5931
5938
|
};
|
|
5932
5939
|
}
|
|
5933
5940
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug($$this$unsafeFlow, this$0, resultContinuation) {
|
|
5934
|
-
this.
|
|
5935
|
-
this.
|
|
5941
|
+
this.e6r_1 = $$this$unsafeFlow;
|
|
5942
|
+
this.f6r_1 = this$0;
|
|
5936
5943
|
CoroutineImpl.call(this, resultContinuation);
|
|
5937
5944
|
}
|
|
5938
5945
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).d2j = function (value, $completion) {
|
|
@@ -5952,10 +5959,10 @@
|
|
|
5952
5959
|
switch (tmp) {
|
|
5953
5960
|
case 0:
|
|
5954
5961
|
this.t8_1 = 2;
|
|
5955
|
-
var tmp0 = this.
|
|
5956
|
-
this.
|
|
5962
|
+
var tmp0 = this.e6r_1;
|
|
5963
|
+
this.g6r_1;
|
|
5957
5964
|
this.s8_1 = 1;
|
|
5958
|
-
suspendResult = tmp0.j24(this.
|
|
5965
|
+
suspendResult = tmp0.j24(this.f6r_1.state, this);
|
|
5959
5966
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5960
5967
|
return suspendResult;
|
|
5961
5968
|
}
|
|
@@ -5978,8 +5985,8 @@
|
|
|
5978
5985
|
while (true);
|
|
5979
5986
|
};
|
|
5980
5987
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).e2j = function (value, completion) {
|
|
5981
|
-
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.
|
|
5982
|
-
i.
|
|
5988
|
+
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.e6r_1, this.f6r_1, completion);
|
|
5989
|
+
i.g6r_1 = value;
|
|
5983
5990
|
return i;
|
|
5984
5991
|
};
|
|
5985
5992
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug_0($$this$unsafeFlow, this$0, resultContinuation) {
|
|
@@ -5992,8 +5999,8 @@
|
|
|
5992
5999
|
}
|
|
5993
6000
|
function $collectCOROUTINE$(_this__u8e3s4, collector, resultContinuation) {
|
|
5994
6001
|
CoroutineImpl.call(this, resultContinuation);
|
|
5995
|
-
this.
|
|
5996
|
-
this.
|
|
6002
|
+
this.p6r_1 = _this__u8e3s4;
|
|
6003
|
+
this.q6r_1 = collector;
|
|
5997
6004
|
}
|
|
5998
6005
|
protoOf($collectCOROUTINE$).a9 = function () {
|
|
5999
6006
|
var suspendResult = this.u8_1;
|
|
@@ -6003,10 +6010,10 @@
|
|
|
6003
6010
|
switch (tmp) {
|
|
6004
6011
|
case 0:
|
|
6005
6012
|
this.t8_1 = 2;
|
|
6006
|
-
var $this$unsafeFlow = this.
|
|
6013
|
+
var $this$unsafeFlow = this.q6r_1;
|
|
6007
6014
|
this.s8_1 = 1;
|
|
6008
|
-
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.
|
|
6009
|
-
suspendResult = this.
|
|
6015
|
+
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.p6r_1.s6r_1, null);
|
|
6016
|
+
suspendResult = this.p6r_1.r6r_1.g23(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
|
|
6010
6017
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6011
6018
|
return suspendResult;
|
|
6012
6019
|
}
|
|
@@ -6029,13 +6036,13 @@
|
|
|
6029
6036
|
while (true);
|
|
6030
6037
|
};
|
|
6031
6038
|
function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
|
|
6032
|
-
this.
|
|
6039
|
+
this.t6r_1 = function_0;
|
|
6033
6040
|
}
|
|
6034
6041
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).j24 = function (value, $completion) {
|
|
6035
|
-
return this.
|
|
6042
|
+
return this.t6r_1(value, $completion);
|
|
6036
6043
|
};
|
|
6037
6044
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).b3 = function () {
|
|
6038
|
-
return this.
|
|
6045
|
+
return this.t6r_1;
|
|
6039
6046
|
};
|
|
6040
6047
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).equals = function (other) {
|
|
6041
6048
|
var tmp;
|
|
@@ -6068,8 +6075,8 @@
|
|
|
6068
6075
|
};
|
|
6069
6076
|
}
|
|
6070
6077
|
function createStore$3$observe$$inlined$map$1($this, this$0) {
|
|
6071
|
-
this.
|
|
6072
|
-
this.
|
|
6078
|
+
this.r6r_1 = $this;
|
|
6079
|
+
this.s6r_1 = this$0;
|
|
6073
6080
|
}
|
|
6074
6081
|
protoOf(createStore$3$observe$$inlined$map$1).k24 = function (collector, $completion) {
|
|
6075
6082
|
var tmp = new $collectCOROUTINE$(this, collector, $completion);
|
|
@@ -6081,33 +6088,33 @@
|
|
|
6081
6088
|
return this.k24(collector, $completion);
|
|
6082
6089
|
};
|
|
6083
6090
|
function createStore$3($currentState, $lock, $currentReducer, $stateTrigger, $logger) {
|
|
6084
|
-
this.
|
|
6085
|
-
this.
|
|
6086
|
-
this.
|
|
6091
|
+
this.x6r_1 = $currentState;
|
|
6092
|
+
this.y6r_1 = $stateTrigger;
|
|
6093
|
+
this.u6r_1 = this;
|
|
6087
6094
|
var tmp = this;
|
|
6088
|
-
tmp.
|
|
6095
|
+
tmp.v6r_1 = createStore$o$dispatch$lambda($lock, $currentState, $currentReducer, $stateTrigger, $logger);
|
|
6089
6096
|
var tmp_0 = this;
|
|
6090
|
-
tmp_0.
|
|
6097
|
+
tmp_0.w6r_1 = createStore$o$replaceReducer$lambda($currentReducer, $lock, $currentState, $stateTrigger, $logger);
|
|
6091
6098
|
}
|
|
6092
|
-
protoOf(createStore$3).
|
|
6093
|
-
return this.
|
|
6099
|
+
protoOf(createStore$3).z6r = function () {
|
|
6100
|
+
return this.u6r_1;
|
|
6094
6101
|
};
|
|
6095
6102
|
protoOf(createStore$3).l6f = function () {
|
|
6096
|
-
return createStore$getState(this.
|
|
6103
|
+
return createStore$getState(this.x6r_1);
|
|
6097
6104
|
};
|
|
6098
|
-
protoOf(createStore$3).
|
|
6099
|
-
this.
|
|
6105
|
+
protoOf(createStore$3).d6p = function (_set____db54di) {
|
|
6106
|
+
this.v6r_1 = _set____db54di;
|
|
6107
|
+
};
|
|
6108
|
+
protoOf(createStore$3).a6s = function () {
|
|
6109
|
+
return this.v6r_1;
|
|
6100
6110
|
};
|
|
6101
6111
|
protoOf(createStore$3).b6s = function () {
|
|
6102
6112
|
return this.w6r_1;
|
|
6103
6113
|
};
|
|
6104
6114
|
protoOf(createStore$3).c6s = function () {
|
|
6105
|
-
return this.x6r_1;
|
|
6106
|
-
};
|
|
6107
|
-
protoOf(createStore$3).d6s = function () {
|
|
6108
6115
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
6109
6116
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
6110
|
-
var this_0 = this.
|
|
6117
|
+
var this_0 = this.y6r_1;
|
|
6111
6118
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
6112
6119
|
return new createStore$3$observe$$inlined$map$1(this_0, this);
|
|
6113
6120
|
};
|
|
@@ -6183,10 +6190,10 @@
|
|
|
6183
6190
|
return new middleware$1(dispatch);
|
|
6184
6191
|
}
|
|
6185
6192
|
function middleware$1($dispatch) {
|
|
6186
|
-
this.
|
|
6193
|
+
this.d6s_1 = $dispatch;
|
|
6187
6194
|
}
|
|
6188
|
-
protoOf(middleware$1).
|
|
6189
|
-
this.
|
|
6195
|
+
protoOf(middleware$1).e6p = function (store, next, action) {
|
|
6196
|
+
this.d6s_1(store, next, action);
|
|
6190
6197
|
};
|
|
6191
6198
|
function Reducer() {
|
|
6192
6199
|
}
|
|
@@ -6194,11 +6201,11 @@
|
|
|
6194
6201
|
return new combineReducers$1(reducers);
|
|
6195
6202
|
}
|
|
6196
6203
|
function combineReducers$1($reducers) {
|
|
6197
|
-
this.
|
|
6204
|
+
this.e6s_1 = $reducers;
|
|
6198
6205
|
}
|
|
6199
|
-
protoOf(combineReducers$1).
|
|
6206
|
+
protoOf(combineReducers$1).f6s = function (state, action) {
|
|
6200
6207
|
// Inline function 'kotlin.collections.filter' call
|
|
6201
|
-
var tmp0 = this.
|
|
6208
|
+
var tmp0 = this.e6s_1;
|
|
6202
6209
|
// Inline function 'kotlin.collections.filterTo' call
|
|
6203
6210
|
var destination = ArrayList_init_$Create$();
|
|
6204
6211
|
var inductionVariable = 0;
|
|
@@ -6206,7 +6213,7 @@
|
|
|
6206
6213
|
while (inductionVariable < last) {
|
|
6207
6214
|
var element = tmp0[inductionVariable];
|
|
6208
6215
|
inductionVariable = inductionVariable + 1 | 0;
|
|
6209
|
-
if (element.
|
|
6216
|
+
if (element.f6p(action)) {
|
|
6210
6217
|
destination.j(element);
|
|
6211
6218
|
}
|
|
6212
6219
|
}
|
|
@@ -6216,12 +6223,12 @@
|
|
|
6216
6223
|
while (_iterator__ex2g4s.m()) {
|
|
6217
6224
|
var element_0 = _iterator__ex2g4s.n();
|
|
6218
6225
|
var s = accumulator;
|
|
6219
|
-
accumulator = element_0.
|
|
6226
|
+
accumulator = element_0.v6q(s, action);
|
|
6220
6227
|
}
|
|
6221
6228
|
return accumulator;
|
|
6222
6229
|
};
|
|
6223
|
-
protoOf(combineReducers$1).
|
|
6224
|
-
return this.
|
|
6230
|
+
protoOf(combineReducers$1).v6q = function (state, action) {
|
|
6231
|
+
return this.f6s((state == null ? true : !(state == null)) ? state : THROW_CCE(), action);
|
|
6225
6232
|
};
|
|
6226
6233
|
function Store() {
|
|
6227
6234
|
}
|
|
@@ -6233,13 +6240,13 @@
|
|
|
6233
6240
|
return new windowedByInterval$$inlined$filter$1(this_0);
|
|
6234
6241
|
}
|
|
6235
6242
|
function sam$kotlinx_coroutines_flow_FlowCollector$0_0(function_0) {
|
|
6236
|
-
this.
|
|
6243
|
+
this.g6s_1 = function_0;
|
|
6237
6244
|
}
|
|
6238
6245
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).j24 = function (value, $completion) {
|
|
6239
|
-
return this.
|
|
6246
|
+
return this.g6s_1(value, $completion);
|
|
6240
6247
|
};
|
|
6241
6248
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).b3 = function () {
|
|
6242
|
-
return this.
|
|
6249
|
+
return this.g6s_1;
|
|
6243
6250
|
};
|
|
6244
6251
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).equals = function (other) {
|
|
6245
6252
|
var tmp;
|
|
@@ -6260,9 +6267,9 @@
|
|
|
6260
6267
|
return hashCode(this.b3());
|
|
6261
6268
|
};
|
|
6262
6269
|
function windowedByInterval$slambda$slambda($intervalMillis, $this_channelFlow, $events, resultContinuation) {
|
|
6263
|
-
this.
|
|
6264
|
-
this.
|
|
6265
|
-
this.
|
|
6270
|
+
this.p6s_1 = $intervalMillis;
|
|
6271
|
+
this.q6s_1 = $this_channelFlow;
|
|
6272
|
+
this.r6s_1 = $events;
|
|
6266
6273
|
CoroutineImpl.call(this, resultContinuation);
|
|
6267
6274
|
}
|
|
6268
6275
|
protoOf(windowedByInterval$slambda$slambda).k29 = function ($this$launch, $completion) {
|
|
@@ -6285,13 +6292,13 @@
|
|
|
6285
6292
|
this.s8_1 = 1;
|
|
6286
6293
|
continue $sm;
|
|
6287
6294
|
case 1:
|
|
6288
|
-
if (!get_isActive(this.
|
|
6295
|
+
if (!get_isActive(this.s6s_1)) {
|
|
6289
6296
|
this.s8_1 = 4;
|
|
6290
6297
|
continue $sm;
|
|
6291
6298
|
}
|
|
6292
6299
|
|
|
6293
6300
|
this.s8_1 = 2;
|
|
6294
|
-
suspendResult = delay(this.
|
|
6301
|
+
suspendResult = delay(this.p6s_1, this);
|
|
6295
6302
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6296
6303
|
return suspendResult;
|
|
6297
6304
|
}
|
|
@@ -6299,14 +6306,14 @@
|
|
|
6299
6306
|
continue $sm;
|
|
6300
6307
|
case 2:
|
|
6301
6308
|
this.s8_1 = 3;
|
|
6302
|
-
suspendResult = this.
|
|
6309
|
+
suspendResult = this.q6s_1.o21(toList(this.r6s_1), this);
|
|
6303
6310
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6304
6311
|
return suspendResult;
|
|
6305
6312
|
}
|
|
6306
6313
|
|
|
6307
6314
|
continue $sm;
|
|
6308
6315
|
case 3:
|
|
6309
|
-
this.
|
|
6316
|
+
this.r6s_1.i2();
|
|
6310
6317
|
this.s8_1 = 1;
|
|
6311
6318
|
continue $sm;
|
|
6312
6319
|
case 4:
|
|
@@ -6326,8 +6333,8 @@
|
|
|
6326
6333
|
while (true);
|
|
6327
6334
|
};
|
|
6328
6335
|
protoOf(windowedByInterval$slambda$slambda).l29 = function ($this$launch, completion) {
|
|
6329
|
-
var i = new windowedByInterval$slambda$slambda(this.
|
|
6330
|
-
i.
|
|
6336
|
+
var i = new windowedByInterval$slambda$slambda(this.p6s_1, this.q6s_1, this.r6s_1, completion);
|
|
6337
|
+
i.s6s_1 = $this$launch;
|
|
6331
6338
|
return i;
|
|
6332
6339
|
};
|
|
6333
6340
|
function windowedByInterval$slambda$slambda_0($intervalMillis, $this_channelFlow, $events, resultContinuation) {
|
|
@@ -6339,7 +6346,7 @@
|
|
|
6339
6346
|
return l;
|
|
6340
6347
|
}
|
|
6341
6348
|
function windowedByInterval$slambda$slambda_1($events, resultContinuation) {
|
|
6342
|
-
this.
|
|
6349
|
+
this.b6t_1 = $events;
|
|
6343
6350
|
CoroutineImpl.call(this, resultContinuation);
|
|
6344
6351
|
}
|
|
6345
6352
|
protoOf(windowedByInterval$slambda$slambda_1).d2b = function (event, $completion) {
|
|
@@ -6358,7 +6365,7 @@
|
|
|
6358
6365
|
var tmp = this.s8_1;
|
|
6359
6366
|
if (tmp === 0) {
|
|
6360
6367
|
this.t8_1 = 1;
|
|
6361
|
-
this.
|
|
6368
|
+
this.b6t_1.j(this.c6t_1);
|
|
6362
6369
|
return Unit_instance;
|
|
6363
6370
|
} else if (tmp === 1) {
|
|
6364
6371
|
throw this.v8_1;
|
|
@@ -6370,8 +6377,8 @@
|
|
|
6370
6377
|
while (true);
|
|
6371
6378
|
};
|
|
6372
6379
|
protoOf(windowedByInterval$slambda$slambda_1).e2b = function (event, completion) {
|
|
6373
|
-
var i = new windowedByInterval$slambda$slambda_1(this.
|
|
6374
|
-
i.
|
|
6380
|
+
var i = new windowedByInterval$slambda$slambda_1(this.b6t_1, completion);
|
|
6381
|
+
i.c6t_1 = event;
|
|
6375
6382
|
return i;
|
|
6376
6383
|
};
|
|
6377
6384
|
function windowedByInterval$slambda$slambda_2($events, resultContinuation) {
|
|
@@ -6383,18 +6390,18 @@
|
|
|
6383
6390
|
return l;
|
|
6384
6391
|
}
|
|
6385
6392
|
function windowedByInterval$slambda($this_windowedByInterval, $intervalMillis, resultContinuation) {
|
|
6386
|
-
this.
|
|
6387
|
-
this.
|
|
6393
|
+
this.l6t_1 = $this_windowedByInterval;
|
|
6394
|
+
this.m6t_1 = $intervalMillis;
|
|
6388
6395
|
CoroutineImpl.call(this, resultContinuation);
|
|
6389
6396
|
}
|
|
6390
|
-
protoOf(windowedByInterval$slambda).
|
|
6391
|
-
var tmp = this.
|
|
6397
|
+
protoOf(windowedByInterval$slambda).p6t = function ($this$channelFlow, $completion) {
|
|
6398
|
+
var tmp = this.q6t($this$channelFlow, $completion);
|
|
6392
6399
|
tmp.u8_1 = Unit_instance;
|
|
6393
6400
|
tmp.v8_1 = null;
|
|
6394
6401
|
return tmp.a9();
|
|
6395
6402
|
};
|
|
6396
6403
|
protoOf(windowedByInterval$slambda).i9 = function (p1, $completion) {
|
|
6397
|
-
return this.
|
|
6404
|
+
return this.p6t((!(p1 == null) ? isInterface(p1, ProducerScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
6398
6405
|
};
|
|
6399
6406
|
protoOf(windowedByInterval$slambda).a9 = function () {
|
|
6400
6407
|
var suspendResult = this.u8_1;
|
|
@@ -6405,11 +6412,11 @@
|
|
|
6405
6412
|
case 0:
|
|
6406
6413
|
this.t8_1 = 3;
|
|
6407
6414
|
var tmp_0 = this;
|
|
6408
|
-
tmp_0.
|
|
6409
|
-
launch(this.
|
|
6415
|
+
tmp_0.o6t_1 = ArrayList_init_$Create$();
|
|
6416
|
+
launch(this.n6t_1, VOID, VOID, windowedByInterval$slambda$slambda_0(this.m6t_1, this.n6t_1, this.o6t_1, null));
|
|
6410
6417
|
this.s8_1 = 1;
|
|
6411
|
-
var tmp_1 = windowedByInterval$slambda$slambda_2(this.
|
|
6412
|
-
suspendResult = this.
|
|
6418
|
+
var tmp_1 = windowedByInterval$slambda$slambda_2(this.o6t_1, null);
|
|
6419
|
+
suspendResult = this.l6t_1.g23(new sam$kotlinx_coroutines_flow_FlowCollector$0_0(tmp_1), this);
|
|
6413
6420
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6414
6421
|
return suspendResult;
|
|
6415
6422
|
}
|
|
@@ -6417,7 +6424,7 @@
|
|
|
6417
6424
|
continue $sm;
|
|
6418
6425
|
case 1:
|
|
6419
6426
|
this.s8_1 = 2;
|
|
6420
|
-
suspendResult = this.
|
|
6427
|
+
suspendResult = this.n6t_1.o21(toList(this.o6t_1), this);
|
|
6421
6428
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6422
6429
|
return suspendResult;
|
|
6423
6430
|
}
|
|
@@ -6439,21 +6446,21 @@
|
|
|
6439
6446
|
}
|
|
6440
6447
|
while (true);
|
|
6441
6448
|
};
|
|
6442
|
-
protoOf(windowedByInterval$slambda).
|
|
6443
|
-
var i = new windowedByInterval$slambda(this.
|
|
6444
|
-
i.
|
|
6449
|
+
protoOf(windowedByInterval$slambda).q6t = function ($this$channelFlow, completion) {
|
|
6450
|
+
var i = new windowedByInterval$slambda(this.l6t_1, this.m6t_1, completion);
|
|
6451
|
+
i.n6t_1 = $this$channelFlow;
|
|
6445
6452
|
return i;
|
|
6446
6453
|
};
|
|
6447
6454
|
function windowedByInterval$slambda_0($this_windowedByInterval, $intervalMillis, resultContinuation) {
|
|
6448
6455
|
var i = new windowedByInterval$slambda($this_windowedByInterval, $intervalMillis, resultContinuation);
|
|
6449
6456
|
var l = function ($this$channelFlow, $completion) {
|
|
6450
|
-
return i.
|
|
6457
|
+
return i.p6t($this$channelFlow, $completion);
|
|
6451
6458
|
};
|
|
6452
6459
|
l.$arity = 1;
|
|
6453
6460
|
return l;
|
|
6454
6461
|
}
|
|
6455
6462
|
function windowedByInterval$o$collect$slambda($$this$unsafeFlow, resultContinuation) {
|
|
6456
|
-
this.
|
|
6463
|
+
this.z6t_1 = $$this$unsafeFlow;
|
|
6457
6464
|
CoroutineImpl.call(this, resultContinuation);
|
|
6458
6465
|
}
|
|
6459
6466
|
protoOf(windowedByInterval$o$collect$slambda).d2j = function (value, $completion) {
|
|
@@ -6474,14 +6481,14 @@
|
|
|
6474
6481
|
case 0:
|
|
6475
6482
|
this.t8_1 = 5;
|
|
6476
6483
|
var tmp_0 = this;
|
|
6477
|
-
tmp_0.
|
|
6484
|
+
tmp_0.c6u_1 = this.z6t_1;
|
|
6478
6485
|
var tmp_1 = this;
|
|
6479
|
-
tmp_1.
|
|
6486
|
+
tmp_1.b6u_1 = this.a6u_1;
|
|
6480
6487
|
this.s8_1 = 1;
|
|
6481
6488
|
continue $sm;
|
|
6482
6489
|
case 1:
|
|
6483
|
-
var $this$transform = this.
|
|
6484
|
-
var value = this.
|
|
6490
|
+
var $this$transform = this.c6u_1;
|
|
6491
|
+
var value = this.b6u_1;
|
|
6485
6492
|
if (!value.q()) {
|
|
6486
6493
|
this.s8_1 = 3;
|
|
6487
6494
|
suspendResult = $this$transform.j24(value, this);
|
|
@@ -6522,8 +6529,8 @@
|
|
|
6522
6529
|
while (true);
|
|
6523
6530
|
};
|
|
6524
6531
|
protoOf(windowedByInterval$o$collect$slambda).e2j = function (value, completion) {
|
|
6525
|
-
var i = new windowedByInterval$o$collect$slambda(this.
|
|
6526
|
-
i.
|
|
6532
|
+
var i = new windowedByInterval$o$collect$slambda(this.z6t_1, completion);
|
|
6533
|
+
i.a6u_1 = value;
|
|
6527
6534
|
return i;
|
|
6528
6535
|
};
|
|
6529
6536
|
function windowedByInterval$o$collect$slambda_0($$this$unsafeFlow, resultContinuation) {
|
|
@@ -6536,8 +6543,8 @@
|
|
|
6536
6543
|
}
|
|
6537
6544
|
function $collectCOROUTINE$_0(_this__u8e3s4, collector, resultContinuation) {
|
|
6538
6545
|
CoroutineImpl.call(this, resultContinuation);
|
|
6539
|
-
this.
|
|
6540
|
-
this.
|
|
6546
|
+
this.l6u_1 = _this__u8e3s4;
|
|
6547
|
+
this.m6u_1 = collector;
|
|
6541
6548
|
}
|
|
6542
6549
|
protoOf($collectCOROUTINE$_0).a9 = function () {
|
|
6543
6550
|
var suspendResult = this.u8_1;
|
|
@@ -6547,10 +6554,10 @@
|
|
|
6547
6554
|
switch (tmp) {
|
|
6548
6555
|
case 0:
|
|
6549
6556
|
this.t8_1 = 2;
|
|
6550
|
-
var $this$unsafeFlow = this.
|
|
6557
|
+
var $this$unsafeFlow = this.m6u_1;
|
|
6551
6558
|
this.s8_1 = 1;
|
|
6552
6559
|
var tmp_0 = windowedByInterval$o$collect$slambda_0($this$unsafeFlow, null);
|
|
6553
|
-
suspendResult = this.
|
|
6560
|
+
suspendResult = this.l6u_1.n6u_1.g23(new sam$kotlinx_coroutines_flow_FlowCollector$0_0(tmp_0), this);
|
|
6554
6561
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6555
6562
|
return suspendResult;
|
|
6556
6563
|
}
|
|
@@ -6573,7 +6580,7 @@
|
|
|
6573
6580
|
while (true);
|
|
6574
6581
|
};
|
|
6575
6582
|
function windowedByInterval$$inlined$filter$1($this) {
|
|
6576
|
-
this.
|
|
6583
|
+
this.n6u_1 = $this;
|
|
6577
6584
|
}
|
|
6578
6585
|
protoOf(windowedByInterval$$inlined$filter$1).k24 = function (collector, $completion) {
|
|
6579
6586
|
var tmp = new $collectCOROUTINE$_0(this, collector, $completion);
|
|
@@ -6875,18 +6882,18 @@
|
|
|
6875
6882
|
return tmp0_elvis_lhs == null ? _this__u8e3s4 : tmp0_elvis_lhs;
|
|
6876
6883
|
}
|
|
6877
6884
|
function ClientLoggerKey(gameId, playerId) {
|
|
6878
|
-
this.
|
|
6879
|
-
this.
|
|
6885
|
+
this.o6u_1 = gameId;
|
|
6886
|
+
this.p6u_1 = playerId;
|
|
6880
6887
|
}
|
|
6881
|
-
protoOf(ClientLoggerKey).
|
|
6882
|
-
return joinToString(listOf([this.
|
|
6888
|
+
protoOf(ClientLoggerKey).q6u = function () {
|
|
6889
|
+
return joinToString(listOf([this.o6u_1, this.p6u_1]), '_');
|
|
6883
6890
|
};
|
|
6884
6891
|
protoOf(ClientLoggerKey).toString = function () {
|
|
6885
|
-
return 'ClientLoggerKey(gameId=' + this.
|
|
6892
|
+
return 'ClientLoggerKey(gameId=' + this.o6u_1 + ', playerId=' + this.p6u_1 + ')';
|
|
6886
6893
|
};
|
|
6887
6894
|
protoOf(ClientLoggerKey).hashCode = function () {
|
|
6888
|
-
var result = getStringHashCode(this.
|
|
6889
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
6895
|
+
var result = getStringHashCode(this.o6u_1);
|
|
6896
|
+
result = imul(result, 31) + getStringHashCode(this.p6u_1) | 0;
|
|
6890
6897
|
return result;
|
|
6891
6898
|
};
|
|
6892
6899
|
protoOf(ClientLoggerKey).equals = function (other) {
|
|
@@ -6894,35 +6901,35 @@
|
|
|
6894
6901
|
return true;
|
|
6895
6902
|
if (!(other instanceof ClientLoggerKey))
|
|
6896
6903
|
return false;
|
|
6897
|
-
if (!(this.
|
|
6904
|
+
if (!(this.o6u_1 === other.o6u_1))
|
|
6898
6905
|
return false;
|
|
6899
|
-
if (!(this.
|
|
6906
|
+
if (!(this.p6u_1 === other.p6u_1))
|
|
6900
6907
|
return false;
|
|
6901
6908
|
return true;
|
|
6902
6909
|
};
|
|
6903
6910
|
function ServerLoggerKey(gameId) {
|
|
6904
|
-
this.
|
|
6911
|
+
this.r6u_1 = gameId;
|
|
6905
6912
|
}
|
|
6906
|
-
protoOf(ServerLoggerKey).
|
|
6907
|
-
return this.
|
|
6913
|
+
protoOf(ServerLoggerKey).q6u = function () {
|
|
6914
|
+
return this.r6u_1;
|
|
6908
6915
|
};
|
|
6909
6916
|
protoOf(ServerLoggerKey).toString = function () {
|
|
6910
|
-
return 'ServerLoggerKey(gameId=' + this.
|
|
6917
|
+
return 'ServerLoggerKey(gameId=' + this.r6u_1 + ')';
|
|
6911
6918
|
};
|
|
6912
6919
|
protoOf(ServerLoggerKey).hashCode = function () {
|
|
6913
|
-
return getStringHashCode(this.
|
|
6920
|
+
return getStringHashCode(this.r6u_1);
|
|
6914
6921
|
};
|
|
6915
6922
|
protoOf(ServerLoggerKey).equals = function (other) {
|
|
6916
6923
|
if (this === other)
|
|
6917
6924
|
return true;
|
|
6918
6925
|
if (!(other instanceof ServerLoggerKey))
|
|
6919
6926
|
return false;
|
|
6920
|
-
if (!(this.
|
|
6927
|
+
if (!(this.r6u_1 === other.r6u_1))
|
|
6921
6928
|
return false;
|
|
6922
6929
|
return true;
|
|
6923
6930
|
};
|
|
6924
6931
|
function _get_$cachedSerializer__te6jhj_8($this) {
|
|
6925
|
-
return $this.
|
|
6932
|
+
return $this.s6u_1.x();
|
|
6926
6933
|
}
|
|
6927
6934
|
function LogType$Companion$_anonymous__d4fjnz() {
|
|
6928
6935
|
return createSimpleEnumSerializer('com.logic.utils.logger.outputs.LogType', values_4());
|
|
@@ -6962,7 +6969,7 @@
|
|
|
6962
6969
|
Companion_instance_25 = this;
|
|
6963
6970
|
var tmp = this;
|
|
6964
6971
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
6965
|
-
tmp.
|
|
6972
|
+
tmp.s6u_1 = lazy(tmp_0, LogType$Companion$_anonymous__d4fjnz);
|
|
6966
6973
|
}
|
|
6967
6974
|
protoOf(Companion_23).r4t = function () {
|
|
6968
6975
|
return _get_$cachedSerializer__te6jhj_8(this);
|
|
@@ -7025,7 +7032,7 @@
|
|
|
7025
7032
|
// Inline function 'kotlin.arrayOf' call
|
|
7026
7033
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
7027
7034
|
// Inline function 'kotlin.js.asDynamic' call
|
|
7028
|
-
tmp.
|
|
7035
|
+
tmp.y6u_1 = [lazy(tmp_0, LoggerOutputDataDto$Companion$$childSerializers$_anonymous__j015dy), null, null, null, null];
|
|
7029
7036
|
}
|
|
7030
7037
|
protoOf(Companion_24).r4t = function () {
|
|
7031
7038
|
return $serializer_getInstance_12();
|
|
@@ -7044,12 +7051,12 @@
|
|
|
7044
7051
|
tmp0_serialDesc.hz('tag', false);
|
|
7045
7052
|
tmp0_serialDesc.hz('message', false);
|
|
7046
7053
|
tmp0_serialDesc.hz('stackTrace', false);
|
|
7047
|
-
this.
|
|
7054
|
+
this.z6u_1 = tmp0_serialDesc;
|
|
7048
7055
|
}
|
|
7049
|
-
protoOf($serializer_12).
|
|
7050
|
-
var tmp0_desc = this.
|
|
7056
|
+
protoOf($serializer_12).a6v = function (encoder, value) {
|
|
7057
|
+
var tmp0_desc = this.z6u_1;
|
|
7051
7058
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
7052
|
-
var tmp2_cached = Companion_getInstance_27().
|
|
7059
|
+
var tmp2_cached = Companion_getInstance_27().y6u_1;
|
|
7053
7060
|
tmp1_output.gt(tmp0_desc, 0, tmp2_cached[0].x(), value.type);
|
|
7054
7061
|
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.key);
|
|
7055
7062
|
tmp1_output.it(tmp0_desc, 2, StringSerializer_getInstance(), value.tag);
|
|
@@ -7058,10 +7065,10 @@
|
|
|
7058
7065
|
tmp1_output.qr(tmp0_desc);
|
|
7059
7066
|
};
|
|
7060
7067
|
protoOf($serializer_12).do = function (encoder, value) {
|
|
7061
|
-
return this.
|
|
7068
|
+
return this.a6v(encoder, value instanceof LoggerOutputDataDto ? value : THROW_CCE());
|
|
7062
7069
|
};
|
|
7063
7070
|
protoOf($serializer_12).eo = function (decoder) {
|
|
7064
|
-
var tmp0_desc = this.
|
|
7071
|
+
var tmp0_desc = this.z6u_1;
|
|
7065
7072
|
var tmp1_flag = true;
|
|
7066
7073
|
var tmp2_index = 0;
|
|
7067
7074
|
var tmp3_bitMask0 = 0;
|
|
@@ -7071,7 +7078,7 @@
|
|
|
7071
7078
|
var tmp7_local3 = null;
|
|
7072
7079
|
var tmp8_local4 = null;
|
|
7073
7080
|
var tmp9_input = decoder.pr(tmp0_desc);
|
|
7074
|
-
var tmp10_cached = Companion_getInstance_27().
|
|
7081
|
+
var tmp10_cached = Companion_getInstance_27().y6u_1;
|
|
7075
7082
|
if (tmp9_input.fs()) {
|
|
7076
7083
|
tmp4_local0 = tmp9_input.bs(tmp0_desc, 0, tmp10_cached[0].x(), tmp4_local0);
|
|
7077
7084
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -7118,13 +7125,13 @@
|
|
|
7118
7125
|
return LoggerOutputDataDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
7119
7126
|
};
|
|
7120
7127
|
protoOf($serializer_12).co = function () {
|
|
7121
|
-
return this.
|
|
7128
|
+
return this.z6u_1;
|
|
7122
7129
|
};
|
|
7123
7130
|
protoOf($serializer_12).wz = function () {
|
|
7124
7131
|
// Inline function 'kotlin.arrayOf' call
|
|
7125
7132
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
7126
7133
|
// Inline function 'kotlin.js.asDynamic' call
|
|
7127
|
-
return [Companion_getInstance_27().
|
|
7134
|
+
return [Companion_getInstance_27().y6u_1[0].x(), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
|
|
7128
7135
|
};
|
|
7129
7136
|
var $serializer_instance_12;
|
|
7130
7137
|
function $serializer_getInstance_12() {
|
|
@@ -7134,7 +7141,7 @@
|
|
|
7134
7141
|
}
|
|
7135
7142
|
function LoggerOutputDataDto_init_$Init$(seen0, type, key, tag, message, stackTrace, serializationConstructorMarker, $this) {
|
|
7136
7143
|
if (!(31 === (31 & seen0))) {
|
|
7137
|
-
throwMissingFieldException(seen0, 31, $serializer_getInstance_12().
|
|
7144
|
+
throwMissingFieldException(seen0, 31, $serializer_getInstance_12().z6u_1);
|
|
7138
7145
|
}
|
|
7139
7146
|
$this.type = type;
|
|
7140
7147
|
$this.key = key;
|
|
@@ -7166,7 +7173,7 @@
|
|
|
7166
7173
|
protoOf(LoggerOutputDataDto).e = function () {
|
|
7167
7174
|
return this.message;
|
|
7168
7175
|
};
|
|
7169
|
-
protoOf(LoggerOutputDataDto).
|
|
7176
|
+
protoOf(LoggerOutputDataDto).b6v = function () {
|
|
7170
7177
|
return this.stackTrace;
|
|
7171
7178
|
};
|
|
7172
7179
|
protoOf(LoggerOutputDataDto).toMessageLog = function () {
|
|
@@ -7223,7 +7230,7 @@
|
|
|
7223
7230
|
protoOf(LoggerOutputDataDto).f6f = function () {
|
|
7224
7231
|
return this.stackTrace;
|
|
7225
7232
|
};
|
|
7226
|
-
protoOf(LoggerOutputDataDto).
|
|
7233
|
+
protoOf(LoggerOutputDataDto).c6v = function (type, key, tag, message, stackTrace) {
|
|
7227
7234
|
return new LoggerOutputDataDto(type, key, tag, message, stackTrace);
|
|
7228
7235
|
};
|
|
7229
7236
|
protoOf(LoggerOutputDataDto).copy = function (type, key, tag, message, stackTrace, $super) {
|
|
@@ -7232,7 +7239,7 @@
|
|
|
7232
7239
|
tag = tag === VOID ? this.tag : tag;
|
|
7233
7240
|
message = message === VOID ? this.message : message;
|
|
7234
7241
|
stackTrace = stackTrace === VOID ? this.stackTrace : stackTrace;
|
|
7235
|
-
return $super === VOID ? this.
|
|
7242
|
+
return $super === VOID ? this.c6v(type, key, tag, message, stackTrace) : $super.c6v.call(this, type, key, tag, message, stackTrace);
|
|
7236
7243
|
};
|
|
7237
7244
|
protoOf(LoggerOutputDataDto).toString = function () {
|
|
7238
7245
|
return 'LoggerOutputDataDto(type=' + this.type.toString() + ', key=' + this.key + ', tag=' + this.tag + ', message=' + this.message + ', stackTrace=' + this.stackTrace + ')';
|
|
@@ -7263,8 +7270,8 @@
|
|
|
7263
7270
|
return true;
|
|
7264
7271
|
};
|
|
7265
7272
|
function ObservableLoggerOutputImpl$observe$o$collect$slambda($$this$unsafeFlow, $types, resultContinuation) {
|
|
7266
|
-
this.
|
|
7267
|
-
this.
|
|
7273
|
+
this.l6v_1 = $$this$unsafeFlow;
|
|
7274
|
+
this.m6v_1 = $types;
|
|
7268
7275
|
CoroutineImpl.call(this, resultContinuation);
|
|
7269
7276
|
}
|
|
7270
7277
|
protoOf(ObservableLoggerOutputImpl$observe$o$collect$slambda).d2j = function (value, $completion) {
|
|
@@ -7285,15 +7292,15 @@
|
|
|
7285
7292
|
case 0:
|
|
7286
7293
|
this.t8_1 = 5;
|
|
7287
7294
|
var tmp_0 = this;
|
|
7288
|
-
tmp_0.
|
|
7295
|
+
tmp_0.p6v_1 = this.l6v_1;
|
|
7289
7296
|
var tmp_1 = this;
|
|
7290
|
-
tmp_1.
|
|
7297
|
+
tmp_1.o6v_1 = this.n6v_1;
|
|
7291
7298
|
this.s8_1 = 1;
|
|
7292
7299
|
continue $sm;
|
|
7293
7300
|
case 1:
|
|
7294
|
-
var $this$transform = this.
|
|
7295
|
-
var value = this.
|
|
7296
|
-
if (contains_0(this.
|
|
7301
|
+
var $this$transform = this.p6v_1;
|
|
7302
|
+
var value = this.o6v_1;
|
|
7303
|
+
if (contains_0(this.m6v_1, value.type)) {
|
|
7297
7304
|
this.s8_1 = 3;
|
|
7298
7305
|
suspendResult = $this$transform.j24(value, this);
|
|
7299
7306
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
@@ -7333,8 +7340,8 @@
|
|
|
7333
7340
|
while (true);
|
|
7334
7341
|
};
|
|
7335
7342
|
protoOf(ObservableLoggerOutputImpl$observe$o$collect$slambda).e2j = function (value, completion) {
|
|
7336
|
-
var i = new ObservableLoggerOutputImpl$observe$o$collect$slambda(this.
|
|
7337
|
-
i.
|
|
7343
|
+
var i = new ObservableLoggerOutputImpl$observe$o$collect$slambda(this.l6v_1, this.m6v_1, completion);
|
|
7344
|
+
i.n6v_1 = value;
|
|
7338
7345
|
return i;
|
|
7339
7346
|
};
|
|
7340
7347
|
function ObservableLoggerOutputImpl$observe$o$collect$slambda_0($$this$unsafeFlow, $types, resultContinuation) {
|
|
@@ -7347,8 +7354,8 @@
|
|
|
7347
7354
|
}
|
|
7348
7355
|
function $collectCOROUTINE$_1(_this__u8e3s4, collector, resultContinuation) {
|
|
7349
7356
|
CoroutineImpl.call(this, resultContinuation);
|
|
7350
|
-
this.
|
|
7351
|
-
this.
|
|
7357
|
+
this.y6v_1 = _this__u8e3s4;
|
|
7358
|
+
this.z6v_1 = collector;
|
|
7352
7359
|
}
|
|
7353
7360
|
protoOf($collectCOROUTINE$_1).a9 = function () {
|
|
7354
7361
|
var suspendResult = this.u8_1;
|
|
@@ -7358,10 +7365,10 @@
|
|
|
7358
7365
|
switch (tmp) {
|
|
7359
7366
|
case 0:
|
|
7360
7367
|
this.t8_1 = 2;
|
|
7361
|
-
var $this$unsafeFlow = this.
|
|
7368
|
+
var $this$unsafeFlow = this.z6v_1;
|
|
7362
7369
|
this.s8_1 = 1;
|
|
7363
|
-
var tmp_0 = ObservableLoggerOutputImpl$observe$o$collect$slambda_0($this$unsafeFlow, this.
|
|
7364
|
-
suspendResult = this.
|
|
7370
|
+
var tmp_0 = ObservableLoggerOutputImpl$observe$o$collect$slambda_0($this$unsafeFlow, this.y6v_1.b6w_1, null);
|
|
7371
|
+
suspendResult = this.y6v_1.a6w_1.g23(new sam$kotlinx_coroutines_flow_FlowCollector$0_1(tmp_0), this);
|
|
7365
7372
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
7366
7373
|
return suspendResult;
|
|
7367
7374
|
}
|
|
@@ -7384,20 +7391,20 @@
|
|
|
7384
7391
|
while (true);
|
|
7385
7392
|
};
|
|
7386
7393
|
function Companion_25() {
|
|
7387
|
-
this.
|
|
7394
|
+
this.c6w_1 = 1000;
|
|
7388
7395
|
}
|
|
7389
7396
|
var Companion_instance_27;
|
|
7390
7397
|
function Companion_getInstance_28() {
|
|
7391
7398
|
return Companion_instance_27;
|
|
7392
7399
|
}
|
|
7393
7400
|
function sam$kotlinx_coroutines_flow_FlowCollector$0_1(function_0) {
|
|
7394
|
-
this.
|
|
7401
|
+
this.d6w_1 = function_0;
|
|
7395
7402
|
}
|
|
7396
7403
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_1).j24 = function (value, $completion) {
|
|
7397
|
-
return this.
|
|
7404
|
+
return this.d6w_1(value, $completion);
|
|
7398
7405
|
};
|
|
7399
7406
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_1).b3 = function () {
|
|
7400
|
-
return this.
|
|
7407
|
+
return this.d6w_1;
|
|
7401
7408
|
};
|
|
7402
7409
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_1).equals = function (other) {
|
|
7403
7410
|
var tmp;
|
|
@@ -7421,8 +7428,8 @@
|
|
|
7421
7428
|
return null;
|
|
7422
7429
|
}
|
|
7423
7430
|
function ObservableLoggerOutputImpl$observe$$inlined$filter$1($this, $types) {
|
|
7424
|
-
this.
|
|
7425
|
-
this.
|
|
7431
|
+
this.a6w_1 = $this;
|
|
7432
|
+
this.b6w_1 = $types;
|
|
7426
7433
|
}
|
|
7427
7434
|
protoOf(ObservableLoggerOutputImpl$observe$$inlined$filter$1).k24 = function (collector, $completion) {
|
|
7428
7435
|
var tmp = new $collectCOROUTINE$_1(this, collector, $completion);
|
|
@@ -7442,42 +7449,42 @@
|
|
|
7442
7449
|
}
|
|
7443
7450
|
payloadToKeyMapper = tmp;
|
|
7444
7451
|
enabled = enabled === VOID ? true : enabled;
|
|
7445
|
-
this.
|
|
7446
|
-
this.
|
|
7447
|
-
this.
|
|
7452
|
+
this.e6w_1 = payloadToKeyMapper;
|
|
7453
|
+
this.f6w_1 = enabled;
|
|
7454
|
+
this.g6w_1 = MutableSharedFlow(VOID, 20, BufferOverflow_DROP_OLDEST_getInstance());
|
|
7448
7455
|
}
|
|
7449
|
-
protoOf(ObservableLoggerOutputImpl).
|
|
7450
|
-
this.
|
|
7456
|
+
protoOf(ObservableLoggerOutputImpl).v6u = function (_set____db54di) {
|
|
7457
|
+
this.e6w_1 = _set____db54di;
|
|
7451
7458
|
};
|
|
7452
|
-
protoOf(ObservableLoggerOutputImpl).
|
|
7453
|
-
return this.
|
|
7459
|
+
protoOf(ObservableLoggerOutputImpl).w6u = function () {
|
|
7460
|
+
return this.e6w_1;
|
|
7454
7461
|
};
|
|
7455
7462
|
protoOf(ObservableLoggerOutputImpl).t52 = function (_set____db54di) {
|
|
7456
|
-
this.
|
|
7463
|
+
this.f6w_1 = _set____db54di;
|
|
7457
7464
|
};
|
|
7458
7465
|
protoOf(ObservableLoggerOutputImpl).u52 = function () {
|
|
7459
|
-
return this.
|
|
7466
|
+
return this.f6w_1;
|
|
7460
7467
|
};
|
|
7461
|
-
protoOf(ObservableLoggerOutputImpl).
|
|
7468
|
+
protoOf(ObservableLoggerOutputImpl).x6u = function (types) {
|
|
7462
7469
|
// Inline function 'kotlinx.coroutines.flow.filter' call
|
|
7463
7470
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
7464
|
-
var this_0 = this.
|
|
7471
|
+
var this_0 = this.g6w_1;
|
|
7465
7472
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
7466
7473
|
return new ObservableLoggerOutputImpl$observe$$inlined$filter$1(this_0, types);
|
|
7467
7474
|
};
|
|
7468
7475
|
protoOf(ObservableLoggerOutputImpl).o52 = function (tag, message, payload) {
|
|
7469
|
-
if (!this.
|
|
7476
|
+
if (!this.f6w_1)
|
|
7470
7477
|
return Unit_instance;
|
|
7471
7478
|
var tmp = LogType_DEBUG_getInstance();
|
|
7472
|
-
var tmp0_safe_receiver = this.
|
|
7473
|
-
this.
|
|
7479
|
+
var tmp0_safe_receiver = this.e6w_1(payload);
|
|
7480
|
+
this.g6w_1.r27(new LoggerOutputDataDto(tmp, tmp0_safe_receiver == null ? null : tmp0_safe_receiver.q6u(), tag, message, null));
|
|
7474
7481
|
};
|
|
7475
7482
|
protoOf(ObservableLoggerOutputImpl).p52 = function (tag, message, exception, payload) {
|
|
7476
|
-
if (!this.
|
|
7483
|
+
if (!this.f6w_1)
|
|
7477
7484
|
return Unit_instance;
|
|
7478
7485
|
var tmp = LogType_ERROR_getInstance();
|
|
7479
|
-
var tmp0_safe_receiver = this.
|
|
7480
|
-
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7486
|
+
var tmp0_safe_receiver = this.e6w_1(payload);
|
|
7487
|
+
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.q6u();
|
|
7481
7488
|
var tmp_1;
|
|
7482
7489
|
if (message == null) {
|
|
7483
7490
|
tmp_1 = exception == null ? null : exception.message;
|
|
@@ -7486,43 +7493,43 @@
|
|
|
7486
7493
|
}
|
|
7487
7494
|
var tmp_2 = tmp_1;
|
|
7488
7495
|
var tmp4_safe_receiver = exception == null ? null : stackTraceToString(exception);
|
|
7489
|
-
this.
|
|
7496
|
+
this.g6w_1.r27(new LoggerOutputDataDto(tmp, tmp_0, tag, tmp_2, tmp4_safe_receiver == null ? null : take(tmp4_safe_receiver, 1000)));
|
|
7490
7497
|
};
|
|
7491
7498
|
protoOf(ObservableLoggerOutputImpl).s52 = function (tag, message, payload) {
|
|
7492
7499
|
var tmp = LogType_INFO_getInstance();
|
|
7493
|
-
var tmp0_safe_receiver = this.
|
|
7494
|
-
this.
|
|
7500
|
+
var tmp0_safe_receiver = this.e6w_1(payload);
|
|
7501
|
+
this.g6w_1.r27(new LoggerOutputDataDto(tmp, tmp0_safe_receiver == null ? null : tmp0_safe_receiver.q6u(), tag, message, null));
|
|
7495
7502
|
};
|
|
7496
7503
|
protoOf(ObservableLoggerOutputImpl).r52 = function (tag, message, exception, payload) {
|
|
7497
7504
|
var tmp = LogType_VERBOSE_getInstance();
|
|
7498
|
-
var tmp0_safe_receiver = this.
|
|
7499
|
-
this.
|
|
7505
|
+
var tmp0_safe_receiver = this.e6w_1(payload);
|
|
7506
|
+
this.g6w_1.r27(new LoggerOutputDataDto(tmp, tmp0_safe_receiver == null ? null : tmp0_safe_receiver.q6u(), tag, message, null));
|
|
7500
7507
|
};
|
|
7501
7508
|
protoOf(ObservableLoggerOutputImpl).q52 = function (tag, message, exception, payload) {
|
|
7502
|
-
if (!this.
|
|
7509
|
+
if (!this.f6w_1)
|
|
7503
7510
|
return Unit_instance;
|
|
7504
7511
|
var tmp = LogType_WARN_getInstance();
|
|
7505
|
-
var tmp0_safe_receiver = this.
|
|
7506
|
-
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7512
|
+
var tmp0_safe_receiver = this.e6w_1(payload);
|
|
7513
|
+
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.q6u();
|
|
7507
7514
|
var tmp2_elvis_lhs = exception == null ? null : exception.message;
|
|
7508
7515
|
var tmp_1 = '' + message + ' ' + (tmp2_elvis_lhs == null ? '' : tmp2_elvis_lhs);
|
|
7509
7516
|
var tmp4_safe_receiver = exception == null ? null : stackTraceToString(exception);
|
|
7510
|
-
this.
|
|
7517
|
+
this.g6w_1.r27(new LoggerOutputDataDto(tmp, tmp_0, tag, tmp_1, tmp4_safe_receiver == null ? null : take(tmp4_safe_receiver, 1000)));
|
|
7511
7518
|
};
|
|
7512
7519
|
function checkInitialised($this) {
|
|
7513
|
-
if ($this.
|
|
7520
|
+
if ($this.h6w_1.equals(AppEnvironmentValue_UNDEFINED_getInstance())) {
|
|
7514
7521
|
Logger_getInstance().q53(VOID, IllegalStateException_init_$Create$('AppEnvironment not initialised'));
|
|
7515
7522
|
}
|
|
7516
7523
|
}
|
|
7517
7524
|
function AppEnvironment() {
|
|
7518
7525
|
AppEnvironment_instance = this;
|
|
7519
|
-
this.
|
|
7526
|
+
this.h6w_1 = AppEnvironmentValue_UNDEFINED_getInstance();
|
|
7520
7527
|
}
|
|
7521
|
-
protoOf(AppEnvironment).
|
|
7522
|
-
this.
|
|
7528
|
+
protoOf(AppEnvironment).i6w = function (value) {
|
|
7529
|
+
this.h6w_1 = value;
|
|
7523
7530
|
};
|
|
7524
|
-
protoOf(AppEnvironment).
|
|
7525
|
-
var tmp = this.
|
|
7531
|
+
protoOf(AppEnvironment).j6w = function () {
|
|
7532
|
+
var tmp = this.h6w_1;
|
|
7526
7533
|
// Inline function 'kotlin.also' call
|
|
7527
7534
|
var this_0 = AppEnvironmentValue_PRODUCTION_getInstance();
|
|
7528
7535
|
checkInitialised(AppEnvironment_getInstance());
|
|
@@ -8006,23 +8013,23 @@
|
|
|
8006
8013
|
defineProp(protoOf(PlayerIndex), 'playerId', function () {
|
|
8007
8014
|
return this.l6e();
|
|
8008
8015
|
});
|
|
8009
|
-
defineProp(protoOf(PlayerConnectionState), 'isLive', protoOf(PlayerConnectionState).
|
|
8010
|
-
defineProp(protoOf(PlayerConnectionState), 'isTimeOut', protoOf(PlayerConnectionState).
|
|
8011
|
-
defineProp(protoOf(PlayerConnectionState), 'isLostConnection', protoOf(PlayerConnectionState).
|
|
8012
|
-
defineProp(protoOf(PlayerConnectionState), 'isLeft', protoOf(PlayerConnectionState).
|
|
8013
|
-
defineProp(protoOf(PlayerConnectionState), 'isLeftPermanently', protoOf(PlayerConnectionState).
|
|
8014
|
-
defineProp(protoOf(PlayerConnectionState), 'isDeleted', protoOf(PlayerConnectionState).
|
|
8015
|
-
defineProp(protoOf(PlayerConnectionState), 'isDisconnecting', protoOf(PlayerConnectionState).
|
|
8016
|
-
defineProp(protoOf(PlayerConnectionState), 'isNotAlive', protoOf(PlayerConnectionState).
|
|
8017
|
-
defineProp(protoOf(PlayerConnectionState), 'isVisibleDisconnectedReason', protoOf(PlayerConnectionState).
|
|
8018
|
-
defineProp(protoOf(PlayerConnectionState), 'isShouldBeDisconnectedFromSockets', protoOf(PlayerConnectionState).
|
|
8019
|
-
defineProp(protoOf(PlayerConnectionState), 'isShouldBeUnsubscribedFromSockets', protoOf(PlayerConnectionState).
|
|
8020
|
-
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).
|
|
8021
|
-
defineProp(protoOf(PlayerConnectionState), 'canReconnect', protoOf(PlayerConnectionState).
|
|
8022
|
-
defineProp(protoOf(PlayerConnectionState), 'canUpdateRating', protoOf(PlayerConnectionState).
|
|
8016
|
+
defineProp(protoOf(PlayerConnectionState), 'isLive', protoOf(PlayerConnectionState).r6g);
|
|
8017
|
+
defineProp(protoOf(PlayerConnectionState), 'isTimeOut', protoOf(PlayerConnectionState).s6g);
|
|
8018
|
+
defineProp(protoOf(PlayerConnectionState), 'isLostConnection', protoOf(PlayerConnectionState).t6g);
|
|
8019
|
+
defineProp(protoOf(PlayerConnectionState), 'isLeft', protoOf(PlayerConnectionState).u6g);
|
|
8020
|
+
defineProp(protoOf(PlayerConnectionState), 'isLeftPermanently', protoOf(PlayerConnectionState).v6g);
|
|
8021
|
+
defineProp(protoOf(PlayerConnectionState), 'isDeleted', protoOf(PlayerConnectionState).w6g);
|
|
8022
|
+
defineProp(protoOf(PlayerConnectionState), 'isDisconnecting', protoOf(PlayerConnectionState).x6g);
|
|
8023
|
+
defineProp(protoOf(PlayerConnectionState), 'isNotAlive', protoOf(PlayerConnectionState).y6g);
|
|
8024
|
+
defineProp(protoOf(PlayerConnectionState), 'isVisibleDisconnectedReason', protoOf(PlayerConnectionState).z6g);
|
|
8025
|
+
defineProp(protoOf(PlayerConnectionState), 'isShouldBeDisconnectedFromSockets', protoOf(PlayerConnectionState).a6h);
|
|
8026
|
+
defineProp(protoOf(PlayerConnectionState), 'isShouldBeUnsubscribedFromSockets', protoOf(PlayerConnectionState).b6h);
|
|
8027
|
+
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).c6h);
|
|
8028
|
+
defineProp(protoOf(PlayerConnectionState), 'canReconnect', protoOf(PlayerConnectionState).d6h);
|
|
8029
|
+
defineProp(protoOf(PlayerConnectionState), 'canUpdateRating', protoOf(PlayerConnectionState).e6h);
|
|
8023
8030
|
defineProp(protoOf(PlayerConnectionState), 'name', protoOf(PlayerConnectionState).r2);
|
|
8024
8031
|
defineProp(protoOf(PlayerConnectionState), 'ordinal', protoOf(PlayerConnectionState).s2);
|
|
8025
|
-
defineProp(protoOf(Team), 'first', protoOf(Team).
|
|
8032
|
+
defineProp(protoOf(Team), 'first', protoOf(Team).t6h);
|
|
8026
8033
|
defineProp(protoOf(Team), 'second', protoOf(Team).r61);
|
|
8027
8034
|
protoOf($serializer_1).xz = typeParametersSerializers;
|
|
8028
8035
|
protoOf($serializer_2).xz = typeParametersSerializers;
|
|
@@ -8035,53 +8042,53 @@
|
|
|
8035
8042
|
protoOf($serializer_9).xz = typeParametersSerializers;
|
|
8036
8043
|
protoOf($serializer_10).xz = typeParametersSerializers;
|
|
8037
8044
|
protoOf($serializer_11).xz = typeParametersSerializers;
|
|
8038
|
-
protoOf(AsyncProviderImpl).
|
|
8039
|
-
protoOf(AsyncProviderImpl).
|
|
8040
|
-
protoOf(AsyncProviderImpl).
|
|
8041
|
-
protoOf(AsyncProviderImpl).
|
|
8042
|
-
protoOf(TimerAction).
|
|
8045
|
+
protoOf(AsyncProviderImpl).m6l = launchMain$default;
|
|
8046
|
+
protoOf(AsyncProviderImpl).o6l = awaitDefaultWithLock$default;
|
|
8047
|
+
protoOf(AsyncProviderImpl).i6l = launchDefault$default;
|
|
8048
|
+
protoOf(AsyncProviderImpl).k6l = launchDefaultWithLock$default;
|
|
8049
|
+
protoOf(TimerAction).r6o = get_actionTag;
|
|
8043
8050
|
defineProp(protoOf(TimerAction), 'actionTag', function () {
|
|
8044
|
-
return this.
|
|
8051
|
+
return this.r6o();
|
|
8045
8052
|
});
|
|
8046
8053
|
defineProp(protoOf(StartTimerAction), 'actionTag', function () {
|
|
8047
|
-
return this.
|
|
8054
|
+
return this.r6o();
|
|
8048
8055
|
});
|
|
8049
8056
|
protoOf(StopTimerAction).ignoreValidation = ignoreValidation_0;
|
|
8050
8057
|
defineProp(protoOf(StopTimerAction), 'actionTag', function () {
|
|
8051
|
-
return this.
|
|
8058
|
+
return this.r6o();
|
|
8052
8059
|
});
|
|
8053
8060
|
defineProp(protoOf(TimerTickAction), 'actionTag', function () {
|
|
8054
|
-
return this.
|
|
8061
|
+
return this.r6o();
|
|
8055
8062
|
});
|
|
8056
8063
|
defineProp(protoOf(createStore$3), 'store', function () {
|
|
8057
|
-
return this.
|
|
8064
|
+
return this.z6r();
|
|
8058
8065
|
});
|
|
8059
8066
|
defineProp(protoOf(createStore$3), 'state', function () {
|
|
8060
8067
|
return this.l6f();
|
|
8061
8068
|
});
|
|
8062
8069
|
defineProp(protoOf(createStore$3), 'dispatch', function () {
|
|
8063
|
-
return this.
|
|
8070
|
+
return this.a6s();
|
|
8064
8071
|
}, function (value) {
|
|
8065
|
-
this.
|
|
8072
|
+
this.d6p(value);
|
|
8066
8073
|
});
|
|
8067
8074
|
defineProp(protoOf(createStore$3), 'replaceReducer', function () {
|
|
8068
|
-
return this.
|
|
8075
|
+
return this.b6s();
|
|
8069
8076
|
});
|
|
8070
8077
|
defineProp(protoOf(createStore$3), 'observe', function () {
|
|
8071
|
-
return this.
|
|
8078
|
+
return this.c6s();
|
|
8072
8079
|
});
|
|
8073
|
-
protoOf(ActionTypes).
|
|
8080
|
+
protoOf(ActionTypes).r6o = get_actionTag;
|
|
8074
8081
|
defineProp(protoOf(ActionTypes), 'actionTag', function () {
|
|
8075
|
-
return this.
|
|
8082
|
+
return this.r6o();
|
|
8076
8083
|
});
|
|
8077
8084
|
defineProp(protoOf(INIT), 'actionTag', function () {
|
|
8078
|
-
return this.
|
|
8085
|
+
return this.r6o();
|
|
8079
8086
|
});
|
|
8080
8087
|
defineProp(protoOf(REPLACE), 'actionTag', function () {
|
|
8081
|
-
return this.
|
|
8088
|
+
return this.r6o();
|
|
8082
8089
|
});
|
|
8083
|
-
protoOf(middleware$1).
|
|
8084
|
-
protoOf(combineReducers$1).
|
|
8090
|
+
protoOf(middleware$1).f6p = canHandle;
|
|
8091
|
+
protoOf(combineReducers$1).f6p = canHandle_0;
|
|
8085
8092
|
defineProp(protoOf(LogType), 'name', protoOf(LogType).r2);
|
|
8086
8093
|
defineProp(protoOf(LogType), 'ordinal', protoOf(LogType).s2);
|
|
8087
8094
|
protoOf($serializer_12).xz = typeParametersSerializers;
|
|
@@ -8092,9 +8099,9 @@
|
|
|
8092
8099
|
protoOf(ObservableLoggerOutputImpl).v = v;
|
|
8093
8100
|
protoOf(ObservableLoggerOutputImpl).w = w;
|
|
8094
8101
|
defineProp(protoOf(ObservableLoggerOutputImpl), 'payloadToKeyMapper', function () {
|
|
8095
|
-
return this.
|
|
8102
|
+
return this.w6u();
|
|
8096
8103
|
}, function (value) {
|
|
8097
|
-
this.
|
|
8104
|
+
this.v6u(value);
|
|
8098
8105
|
});
|
|
8099
8106
|
defineProp(protoOf(ObservableLoggerOutputImpl), 'enabled', function () {
|
|
8100
8107
|
return this.u52();
|