game_client_logic_deb 1.4.85 → 1.4.92

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.
@@ -200,16 +200,16 @@
200
200
  setMetadataFor(_no_name_provided__qut3iv, VOID, classMeta, AbstractCoroutineContextElement, [AbstractCoroutineContextElement, Element]);
201
201
  setMetadataFor(AsyncProviderImpl$launchWorkerWithLock$slambda, 'AsyncProviderImpl$launchWorkerWithLock$slambda', classMeta, CoroutineImpl, VOID, VOID, VOID, [1]);
202
202
  function launchWorker$default(context, block, $super) {
203
- context = context === VOID ? this.d2m() : context;
204
- return $super === VOID ? this.g2m(context, block) : $super.g2m.call(this, context, block);
203
+ context = context === VOID ? this.c2m() : context;
204
+ return $super === VOID ? this.f2m(context, block) : $super.f2m.call(this, context, block);
205
205
  }
206
206
  function launchWorkerWithLock$default(context, block, $super) {
207
- context = context === VOID ? this.d2m() : context;
208
- return $super === VOID ? this.i2m(context, block) : $super.i2m.call(this, context, block);
207
+ context = context === VOID ? this.c2m() : context;
208
+ return $super === VOID ? this.h2m(context, block) : $super.h2m.call(this, context, block);
209
209
  }
210
210
  function launchStore$default(context, block, $super) {
211
- context = context === VOID ? this.d2m() : context;
212
- return $super === VOID ? this.e2m(context, block) : $super.e2m.call(this, context, block);
211
+ context = context === VOID ? this.c2m() : context;
212
+ return $super === VOID ? this.d2m(context, block) : $super.d2m.call(this, context, block);
213
213
  }
214
214
  setMetadataFor(AsyncProvider, 'AsyncProvider', interfaceMeta);
215
215
  setMetadataFor(AsyncProviderImpl, 'AsyncProviderImpl', classMeta, VOID, [AsyncProvider]);
@@ -248,7 +248,7 @@
248
248
  return false;
249
249
  }
250
250
  function get_isAutoStartTimer() {
251
- return !this.l2o() ? !this.m2o() : false;
251
+ return !this.j2o() ? !this.k2o() : false;
252
252
  }
253
253
  setMetadataFor(ExpectantAction, 'ExpectantAction', interfaceMeta, VOID, [BufferedAction]);
254
254
  setMetadataFor(TimerAction, 'TimerAction', classMeta, VOID, [Action]);
@@ -271,54 +271,35 @@
271
271
  setMetadataFor(Category, 'Category', classMeta, Enum);
272
272
  setMetadataFor(Logger$loggerSource$1, VOID, classMeta);
273
273
  setMetadataFor(Logger, 'Logger', objectMeta);
274
- function d$default(tag, message, payload, $super) {
274
+ function d(tag, message, payload, $super) {
275
275
  tag = tag === VOID ? null : tag;
276
276
  payload = payload === VOID ? null : payload;
277
- var tmp;
278
- if ($super === VOID) {
279
- this.e2r(tag, message, payload);
280
- tmp = Unit_getInstance();
281
- } else {
282
- tmp = $super.e2r.call(this, tag, message, payload);
283
- }
284
- return tmp;
277
+ return this.b2r(tag, message, payload);
285
278
  }
286
- function e$default(tag, message, exception, payload, $super) {
279
+ function e(tag, message, exception, payload, $super) {
287
280
  tag = tag === VOID ? null : tag;
288
281
  message = message === VOID ? null : message;
289
282
  exception = exception === VOID ? null : exception;
290
283
  payload = payload === VOID ? null : payload;
291
- var tmp;
292
- if ($super === VOID) {
293
- this.w2o(tag, message, exception, payload);
294
- tmp = Unit_getInstance();
295
- } else {
296
- tmp = $super.w2o.call(this, tag, message, exception, payload);
297
- }
298
- return tmp;
284
+ return this.c2r(tag, message, exception, payload);
299
285
  }
300
- function w$default(tag, message, payload, $super) {
286
+ function w(tag, message, payload, $super) {
301
287
  tag = tag === VOID ? null : tag;
302
288
  payload = payload === VOID ? null : payload;
303
- var tmp;
304
- if ($super === VOID) {
305
- this.g2r(tag, message, payload);
306
- tmp = Unit_getInstance();
307
- } else {
308
- tmp = $super.g2r.call(this, tag, message, payload);
309
- }
310
- return tmp;
289
+ return this.d2r(tag, message, payload);
311
290
  }
312
291
  setMetadataFor(LoggerOutput, 'LoggerOutput', interfaceMeta);
313
292
  setMetadataFor(GameLogger, 'GameLogger', interfaceMeta, VOID, [LoggerOutput]);
314
293
  setMetadataFor(CombinedGameLogger, 'CombinedGameLogger', classMeta, VOID, [GameLogger]);
315
294
  setMetadataFor(LoggerPayload, 'LoggerPayload', interfaceMeta);
316
- setMetadataFor(PlatformGameLogger, 'PlatformGameLogger', classMeta, VOID, [GameLogger]);
295
+ setMetadataFor(LoggerEnabledTrigger, 'LoggerEnabledTrigger', interfaceMeta, VOID, [GameLogger]);
296
+ setMetadataFor(PlatformGameLogger, 'PlatformGameLogger', classMeta, VOID, [GameLogger, LoggerEnabledTrigger]);
297
+ setMetadataFor(ObservableLoggerOutput, 'ObservableLoggerOutput', interfaceMeta, VOID, [LoggerOutput, LoggerEnabledTrigger]);
317
298
  setMetadataFor(PlatformLogger, 'PlatformLogger', classMeta);
318
299
  //endregion
319
300
  function GameEngineConfig() {
320
301
  GameEngineConfig_instance = this;
321
- this.version = '1.4.85';
302
+ this.version = '1.4.92';
322
303
  }
323
304
  protoOf(GameEngineConfig).a2f = function () {
324
305
  return this.version;
@@ -3908,11 +3889,11 @@
3908
3889
  AbstractCoroutineContextElement.call(this, Key_getInstance());
3909
3890
  }
3910
3891
  protoOf(_no_name_provided__qut3iv).wn = function (context, exception) {
3911
- return this.i2l_1.j2l('AsyncErrorHandler', 'AsyncProvider error: ' + exception, exception);
3892
+ return this.i2l_1.e('AsyncErrorHandler', 'AsyncProvider error: ' + exception, exception);
3912
3893
  };
3913
3894
  function AsyncProviderImpl$launchWorkerWithLock$slambda(this$0, $block, resultContinuation) {
3914
- this.s2l_1 = this$0;
3915
- this.t2l_1 = $block;
3895
+ this.r2l_1 = this$0;
3896
+ this.s2l_1 = $block;
3916
3897
  CoroutineImpl.call(this, resultContinuation);
3917
3898
  }
3918
3899
  protoOf(AsyncProviderImpl$launchWorkerWithLock$slambda).d13 = function ($this$launch, $completion) {
@@ -3936,9 +3917,9 @@
3936
3917
  continue $sm;
3937
3918
  case 1:
3938
3919
  var tmp_0 = this;
3939
- tmp_0.w2l_1 = this.s2l_1.z2l_1;
3920
+ tmp_0.v2l_1 = this.r2l_1.y2l_1;
3940
3921
  this.th_1 = 2;
3941
- suspendResult = this.w2l_1.x19(null, this);
3922
+ suspendResult = this.v2l_1.x19(null, this);
3942
3923
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
3943
3924
  return suspendResult;
3944
3925
  }
@@ -3953,26 +3934,26 @@
3953
3934
  case 4:
3954
3935
  this.uh_1 = 9;
3955
3936
  this.th_1 = 5;
3956
- suspendResult = this.t2l_1(this.u2l_1, this);
3937
+ suspendResult = this.s2l_1(this.t2l_1, this);
3957
3938
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
3958
3939
  return suspendResult;
3959
3940
  }
3960
3941
 
3961
3942
  continue $sm;
3962
3943
  case 5:
3963
- this.x2l_1 = suspendResult;
3944
+ this.w2l_1 = suspendResult;
3964
3945
  this.uh_1 = 10;
3965
3946
  this.th_1 = 6;
3966
3947
  var tmp_1 = this;
3967
3948
  continue $sm;
3968
3949
  case 6:
3969
3950
  var tmp_2 = this;
3970
- this.w2l_1.i19(null);
3971
- tmp_2.v2l_1 = Unit_getInstance();
3951
+ this.v2l_1.i19(null);
3952
+ tmp_2.u2l_1 = Unit_getInstance();
3972
3953
  this.th_1 = 8;
3973
3954
  continue $sm;
3974
3955
  case 7:
3975
- this.w2l_1.i19(null);
3956
+ this.v2l_1.i19(null);
3976
3957
  ;
3977
3958
  if (false) {
3978
3959
  this.th_1 = 1;
@@ -3986,7 +3967,7 @@
3986
3967
  case 9:
3987
3968
  this.uh_1 = 10;
3988
3969
  var t = this.wh_1;
3989
- this.w2l_1.i19(null);
3970
+ this.v2l_1.i19(null);
3990
3971
  ;
3991
3972
  throw t;
3992
3973
  case 10:
@@ -4004,8 +3985,8 @@
4004
3985
  while (true);
4005
3986
  };
4006
3987
  protoOf(AsyncProviderImpl$launchWorkerWithLock$slambda).e13 = function ($this$launch, completion) {
4007
- var i = new AsyncProviderImpl$launchWorkerWithLock$slambda(this.s2l_1, this.t2l_1, completion);
4008
- i.u2l_1 = $this$launch;
3988
+ var i = new AsyncProviderImpl$launchWorkerWithLock$slambda(this.r2l_1, this.s2l_1, completion);
3989
+ i.t2l_1 = $this$launch;
4009
3990
  return i;
4010
3991
  };
4011
3992
  function AsyncProviderImpl$launchWorkerWithLock$slambda_0(this$0, $block, resultContinuation) {
@@ -4017,31 +3998,31 @@
4017
3998
  return l;
4018
3999
  }
4019
4000
  function AsyncProviderImpl(logger) {
4020
- this.y2l_1 = Job();
4021
- this.z2l_1 = Mutex();
4001
+ this.x2l_1 = Job();
4002
+ this.y2l_1 = Mutex();
4022
4003
  var tmp = this;
4023
4004
  var tmp$ret$0;
4024
4005
  // Inline function 'kotlinx.coroutines.CoroutineExceptionHandler' call
4025
4006
  tmp$ret$0 = new _no_name_provided__qut3iv(logger);
4026
- tmp.a2m_1 = tmp$ret$0;
4027
- this.b2m_1 = CoroutineScope_0(Dispatchers_getInstance().sr().j5(this.y2l_1));
4028
- this.c2m_1 = CoroutineScope_0(Dispatchers_getInstance().or_1.j5(this.y2l_1));
4007
+ tmp.z2l_1 = tmp$ret$0;
4008
+ this.a2m_1 = CoroutineScope_0(Dispatchers_getInstance().sr().j5(this.x2l_1));
4009
+ this.b2m_1 = CoroutineScope_0(Dispatchers_getInstance().or_1.j5(this.x2l_1));
4029
4010
  }
4030
- protoOf(AsyncProviderImpl).d2m = function () {
4031
- return this.a2m_1;
4011
+ protoOf(AsyncProviderImpl).c2m = function () {
4012
+ return this.z2l_1;
4032
4013
  };
4033
- protoOf(AsyncProviderImpl).e2m = function (context, block) {
4034
- return launch(this.b2m_1, context, VOID, block);
4014
+ protoOf(AsyncProviderImpl).d2m = function (context, block) {
4015
+ return launch(this.a2m_1, context, VOID, block);
4035
4016
  };
4036
- protoOf(AsyncProviderImpl).g2m = function (context, block) {
4037
- return launch(this.c2m_1, context, VOID, block);
4017
+ protoOf(AsyncProviderImpl).f2m = function (context, block) {
4018
+ return launch(this.b2m_1, context, VOID, block);
4038
4019
  };
4039
- protoOf(AsyncProviderImpl).i2m = function (context, block) {
4040
- return launch(this.c2m_1, context, VOID, AsyncProviderImpl$launchWorkerWithLock$slambda_0(this, block, null));
4020
+ protoOf(AsyncProviderImpl).h2m = function (context, block) {
4021
+ return launch(this.b2m_1, context, VOID, AsyncProviderImpl$launchWorkerWithLock$slambda_0(this, block, null));
4041
4022
  };
4042
4023
  protoOf(AsyncProviderImpl).ml = function () {
4043
- if (!this.y2l_1.kq()) {
4044
- this.y2l_1.lk();
4024
+ if (!this.x2l_1.kq()) {
4025
+ this.x2l_1.lk();
4045
4026
  }
4046
4027
  };
4047
4028
  function AsyncProvider() {
@@ -4049,7 +4030,7 @@
4049
4030
  function UUIDIdsProvider() {
4050
4031
  UUIDIdsProvider_instance = this;
4051
4032
  }
4052
- protoOf(UUIDIdsProvider).k2m = function () {
4033
+ protoOf(UUIDIdsProvider).j2m = function () {
4053
4034
  return uuid4().toString();
4054
4035
  };
4055
4036
  var UUIDIdsProvider_instance;
@@ -4061,37 +4042,37 @@
4061
4042
  function IdsProvider() {
4062
4043
  }
4063
4044
  function JobsProviderImpl(logger) {
4064
- this.l2m_1 = logger;
4045
+ this.k2m_1 = logger;
4065
4046
  var tmp = this;
4066
4047
  var tmp$ret$0;
4067
4048
  // Inline function 'kotlin.collections.hashMapOf' call
4068
4049
  tmp$ret$0 = HashMap_init_$Create$();
4069
- tmp.m2m_1 = tmp$ret$0;
4050
+ tmp.l2m_1 = tmp$ret$0;
4070
4051
  }
4071
- protoOf(JobsProviderImpl).n2m = function (timerTag, job) {
4072
- if (this.p2m(timerTag)) {
4073
- this.l2m_1.o2m(VOID, 'Timer already exists for that tag: ' + timerTag);
4052
+ protoOf(JobsProviderImpl).m2m = function (timerTag, job) {
4053
+ if (this.n2m(timerTag)) {
4054
+ this.k2m_1.w(VOID, 'Timer already exists for that tag: ' + timerTag);
4074
4055
  }
4075
4056
  // Inline function 'kotlin.collections.set' call
4076
- var tmp0_set = this.m2m_1;
4057
+ var tmp0_set = this.l2m_1;
4077
4058
  tmp0_set.a4(timerTag, job);
4078
4059
  };
4079
- protoOf(JobsProviderImpl).p2m = function (timerTag) {
4080
- return this.m2m_1.r1(timerTag);
4060
+ protoOf(JobsProviderImpl).n2m = function (timerTag) {
4061
+ return this.l2m_1.r1(timerTag);
4081
4062
  };
4082
- protoOf(JobsProviderImpl).q2m = function (timerTag) {
4083
- if (!this.p2m(timerTag)) {
4084
- this.l2m_1.o2m(VOID, "Can't find timer for that tag: " + timerTag);
4063
+ protoOf(JobsProviderImpl).o2m = function (timerTag) {
4064
+ if (!this.n2m(timerTag)) {
4065
+ this.k2m_1.w(VOID, "Can't find timer for that tag: " + timerTag);
4085
4066
  }
4086
- this.m2m_1.rc(timerTag);
4067
+ this.l2m_1.rc(timerTag);
4087
4068
  };
4088
- protoOf(JobsProviderImpl).r2m = function (timers) {
4069
+ protoOf(JobsProviderImpl).p2m = function (timers) {
4089
4070
  // Inline function 'kotlin.collections.forEach' call
4090
4071
  var tmp0_iterator = timers.f();
4091
4072
  while (tmp0_iterator.g()) {
4092
4073
  var element = tmp0_iterator.h();
4093
4074
  // Inline function 'com.logic.data.providers.JobsProviderImpl.cancelJobs.<anonymous>' call
4094
- var timer = this.m2m_1.x1(element);
4075
+ var timer = this.l2m_1.x1(element);
4095
4076
  var tmp0_safe_receiver = timer;
4096
4077
  if (tmp0_safe_receiver == null)
4097
4078
  null;
@@ -4099,11 +4080,11 @@
4099
4080
  tmp0_safe_receiver.lk();
4100
4081
  }
4101
4082
  }
4102
- this.m2m_1.y1().v2(toSet(timers));
4083
+ this.l2m_1.y1().v2(toSet(timers));
4103
4084
  };
4104
- protoOf(JobsProviderImpl).s2m = function (timerTag) {
4105
- var timer = this.m2m_1.x1(timerTag);
4106
- this.m2m_1.rc(timerTag);
4085
+ protoOf(JobsProviderImpl).q2m = function (timerTag) {
4086
+ var timer = this.l2m_1.x1(timerTag);
4087
+ this.l2m_1.rc(timerTag);
4107
4088
  var tmp0_safe_receiver = timer;
4108
4089
  if (tmp0_safe_receiver == null)
4109
4090
  null;
@@ -4257,11 +4238,11 @@
4257
4238
  }
4258
4239
  function createStore$dispatch(currentState, currentReducer, $logger, stateTrigger, action) {
4259
4240
  try {
4260
- currentState._v = currentReducer._v.t2m(currentState._v, action);
4241
+ currentState._v = currentReducer._v.r2m(currentState._v, action);
4261
4242
  } catch ($p) {
4262
4243
  if ($p instanceof Exception) {
4263
4244
  var exception = $p;
4264
- $logger.j2l('createStore.dispatch', VOID, exception);
4245
+ $logger.e('createStore.dispatch', VOID, exception);
4265
4246
  } else {
4266
4247
  throw $p;
4267
4248
  }
@@ -4278,18 +4259,18 @@
4278
4259
  };
4279
4260
  }
4280
4261
  function createStore$o$_get_observe_$o$collect$slambda_h8loug($collector, this$0, resultContinuation) {
4281
- this.c2n_1 = $collector;
4282
- this.d2n_1 = this$0;
4262
+ this.a2n_1 = $collector;
4263
+ this.b2n_1 = this$0;
4283
4264
  CoroutineImpl.call(this, resultContinuation);
4284
4265
  }
4285
- protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).f2n = function (value, $completion) {
4286
- var tmp = this.g2n(value, $completion);
4266
+ protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).d2n = function (value, $completion) {
4267
+ var tmp = this.e2n(value, $completion);
4287
4268
  tmp.vh_1 = Unit_getInstance();
4288
4269
  tmp.wh_1 = null;
4289
4270
  return tmp.ci();
4290
4271
  };
4291
4272
  protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).oi = function (p1, $completion) {
4292
- return this.f2n(p1 instanceof Unit ? p1 : THROW_CCE(), $completion);
4273
+ return this.d2n(p1 instanceof Unit ? p1 : THROW_CCE(), $completion);
4293
4274
  };
4294
4275
  protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).ci = function () {
4295
4276
  var suspendResult = this.vh_1;
@@ -4300,7 +4281,7 @@
4300
4281
  case 0:
4301
4282
  this.uh_1 = 2;
4302
4283
  this.th_1 = 1;
4303
- suspendResult = this.c2n_1.gy(this.d2n_1.xj(), this);
4284
+ suspendResult = this.a2n_1.gy(this.b2n_1.xj(), this);
4304
4285
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
4305
4286
  return suspendResult;
4306
4287
  }
@@ -4322,23 +4303,23 @@
4322
4303
  }
4323
4304
  while (true);
4324
4305
  };
4325
- protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).g2n = function (value, completion) {
4326
- var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.c2n_1, this.d2n_1, completion);
4327
- i.e2n_1 = value;
4306
+ protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).e2n = function (value, completion) {
4307
+ var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.a2n_1, this.b2n_1, completion);
4308
+ i.c2n_1 = value;
4328
4309
  return i;
4329
4310
  };
4330
4311
  function createStore$o$_get_observe_$o$collect$slambda_h8loug_0($collector, this$0, resultContinuation) {
4331
4312
  var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug($collector, this$0, resultContinuation);
4332
4313
  var l = function (value, $completion) {
4333
- return i.f2n(value, $completion);
4314
+ return i.d2n(value, $completion);
4334
4315
  };
4335
4316
  l.$arity = 1;
4336
4317
  return l;
4337
4318
  }
4338
4319
  function $collectCOROUTINE$0(_this__u8e3s4, collector, resultContinuation) {
4339
4320
  CoroutineImpl.call(this, resultContinuation);
4340
- this.u2n_1 = _this__u8e3s4;
4341
- this.v2n_1 = collector;
4321
+ this.s2n_1 = _this__u8e3s4;
4322
+ this.t2n_1 = collector;
4342
4323
  }
4343
4324
  protoOf($collectCOROUTINE$0).ci = function () {
4344
4325
  var suspendResult = this.vh_1;
@@ -4349,8 +4330,8 @@
4349
4330
  case 0:
4350
4331
  this.uh_1 = 2;
4351
4332
  this.th_1 = 1;
4352
- var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0(this.v2n_1, this.u2n_1.x2n_1, null);
4353
- suspendResult = this.u2n_1.w2n_1.zz(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
4333
+ var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0(this.t2n_1, this.s2n_1.v2n_1, null);
4334
+ suspendResult = this.s2n_1.u2n_1.zz(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
4354
4335
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
4355
4336
  return suspendResult;
4356
4337
  }
@@ -4373,10 +4354,10 @@
4373
4354
  while (true);
4374
4355
  };
4375
4356
  function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
4376
- this.y2n_1 = function_0;
4357
+ this.w2n_1 = function_0;
4377
4358
  }
4378
4359
  protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).gy = function (value, $completion) {
4379
- var tmp0 = this.y2n_1(value, $completion);
4360
+ var tmp0 = this.w2n_1(value, $completion);
4380
4361
  return tmp0;
4381
4362
  };
4382
4363
  function createStore$o$dispatch$lambda($currentState, $currentReducer, $logger, $stateTrigger) {
@@ -4392,70 +4373,70 @@
4392
4373
  };
4393
4374
  }
4394
4375
  function _no_name_provided__qut3iv_0($stateTrigger, this$0) {
4395
- this.w2n_1 = $stateTrigger;
4396
- this.x2n_1 = this$0;
4376
+ this.u2n_1 = $stateTrigger;
4377
+ this.v2n_1 = this$0;
4397
4378
  }
4398
- protoOf(_no_name_provided__qut3iv_0).z2n = function (collector, $completion) {
4379
+ protoOf(_no_name_provided__qut3iv_0).x2n = function (collector, $completion) {
4399
4380
  var tmp = new $collectCOROUTINE$0(this, collector, $completion);
4400
4381
  tmp.vh_1 = Unit_getInstance();
4401
4382
  tmp.wh_1 = null;
4402
4383
  return tmp.ci();
4403
4384
  };
4404
4385
  protoOf(_no_name_provided__qut3iv_0).zz = function (collector, $completion) {
4405
- return this.z2n(collector, $completion);
4386
+ return this.x2n(collector, $completion);
4406
4387
  };
4407
4388
  function createStore$2($currentState, $currentReducer, $logger, $stateTrigger) {
4408
- this.k2n_1 = $currentState;
4409
- this.l2n_1 = $stateTrigger;
4410
- this.h2n_1 = this;
4389
+ this.i2n_1 = $currentState;
4390
+ this.j2n_1 = $stateTrigger;
4391
+ this.f2n_1 = this;
4411
4392
  var tmp = this;
4412
- tmp.i2n_1 = createStore$o$dispatch$lambda($currentState, $currentReducer, $logger, $stateTrigger);
4393
+ tmp.g2n_1 = createStore$o$dispatch$lambda($currentState, $currentReducer, $logger, $stateTrigger);
4413
4394
  var tmp_0 = this;
4414
- tmp_0.j2n_1 = createStore$o$replaceReducer$lambda($currentReducer, $currentState, $logger, $stateTrigger);
4395
+ tmp_0.h2n_1 = createStore$o$replaceReducer$lambda($currentReducer, $currentState, $logger, $stateTrigger);
4415
4396
  }
4416
- protoOf(createStore$2).a2o = function () {
4417
- return this.h2n_1;
4397
+ protoOf(createStore$2).y2n = function () {
4398
+ return this.f2n_1;
4418
4399
  };
4419
4400
  protoOf(createStore$2).xj = function () {
4420
- return createStore$getState(this.k2n_1);
4401
+ return createStore$getState(this.i2n_1);
4421
4402
  };
4422
- protoOf(createStore$2).b2o = function (_set____db54di) {
4423
- this.i2n_1 = _set____db54di;
4403
+ protoOf(createStore$2).z2n = function (_set____db54di) {
4404
+ this.g2n_1 = _set____db54di;
4424
4405
  };
4425
- protoOf(createStore$2).c2o = function () {
4426
- return this.i2n_1;
4406
+ protoOf(createStore$2).a2o = function () {
4407
+ return this.g2n_1;
4427
4408
  };
4428
- protoOf(createStore$2).d2o = function () {
4429
- return this.j2n_1;
4409
+ protoOf(createStore$2).b2o = function () {
4410
+ return this.h2n_1;
4430
4411
  };
4431
- protoOf(createStore$2).e2o = function () {
4412
+ protoOf(createStore$2).c2o = function () {
4432
4413
  var tmp$ret$2;
4433
4414
  // Inline function 'kotlinx.coroutines.flow.map' call
4434
4415
  var tmp$ret$1;
4435
4416
  // Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
4436
4417
  var tmp$ret$0;
4437
4418
  // Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
4438
- tmp$ret$0 = new _no_name_provided__qut3iv_0(this.l2n_1, this);
4419
+ tmp$ret$0 = new _no_name_provided__qut3iv_0(this.j2n_1, this);
4439
4420
  tmp$ret$1 = tmp$ret$0;
4440
4421
  tmp$ret$2 = tmp$ret$1;
4441
4422
  return tmp$ret$2;
4442
4423
  };
4443
4424
  defineProp(protoOf(createStore$2), 'store', function () {
4444
- return this.a2o();
4425
+ return this.y2n();
4445
4426
  });
4446
4427
  defineProp(protoOf(createStore$2), 'state', function () {
4447
4428
  return this.xj();
4448
4429
  });
4449
4430
  defineProp(protoOf(createStore$2), 'dispatch', function () {
4450
- return this.c2o();
4431
+ return this.a2o();
4451
4432
  }, function (value) {
4452
- this.b2o(value);
4433
+ this.z2n(value);
4453
4434
  });
4454
4435
  defineProp(protoOf(createStore$2), 'replaceReducer', function () {
4455
- return this.d2o();
4436
+ return this.b2o();
4456
4437
  });
4457
4438
  defineProp(protoOf(createStore$2), 'observe', function () {
4458
- return this.e2o();
4439
+ return this.c2o();
4459
4440
  });
4460
4441
  function INIT() {
4461
4442
  INIT_instance = this;
@@ -4512,10 +4493,10 @@
4512
4493
  return new middleware$1(dispatch);
4513
4494
  }
4514
4495
  function middleware$1($dispatch) {
4515
- this.h2o_1 = $dispatch;
4496
+ this.f2o_1 = $dispatch;
4516
4497
  }
4517
- protoOf(middleware$1).g2o = function (store, next, action) {
4518
- this.h2o_1(store, next, action);
4498
+ protoOf(middleware$1).e2o = function (store, next, action) {
4499
+ this.f2o_1(store, next, action);
4519
4500
  };
4520
4501
  function Reducer() {
4521
4502
  }
@@ -4523,9 +4504,9 @@
4523
4504
  return new combineReducers$1(reducers);
4524
4505
  }
4525
4506
  function combineReducers$1($reducers) {
4526
- this.i2o_1 = $reducers;
4507
+ this.g2o_1 = $reducers;
4527
4508
  }
4528
- protoOf(combineReducers$1).j2o = function (state, action) {
4509
+ protoOf(combineReducers$1).h2o = function (state, action) {
4529
4510
  var tmp$ret$4;
4530
4511
  // Inline function 'kotlin.collections.fold' call
4531
4512
  var tmp$ret$2;
@@ -4533,7 +4514,7 @@
4533
4514
  var tmp$ret$1;
4534
4515
  // Inline function 'kotlin.collections.filterTo' call
4535
4516
  var tmp0_filterTo = ArrayList_init_$Create$();
4536
- var indexedObject = this.i2o_1;
4517
+ var indexedObject = this.g2o_1;
4537
4518
  var inductionVariable = 0;
4538
4519
  var last = indexedObject.length;
4539
4520
  while (inductionVariable < last) {
@@ -4541,7 +4522,7 @@
4541
4522
  inductionVariable = inductionVariable + 1 | 0;
4542
4523
  var tmp$ret$0;
4543
4524
  // Inline function 'com.logic.domain.engine.definitions.<no name provided>.reduce.<anonymous>' call
4544
- tmp$ret$0 = element.f2o(action);
4525
+ tmp$ret$0 = element.d2o(action);
4545
4526
  if (tmp$ret$0) {
4546
4527
  tmp0_filterTo.a(element);
4547
4528
  }
@@ -4556,14 +4537,14 @@
4556
4537
  var tmp$ret$3;
4557
4538
  // Inline function 'com.logic.domain.engine.definitions.<no name provided>.reduce.<anonymous>' call
4558
4539
  var tmp2__anonymous__z9zvc9 = accumulator;
4559
- tmp$ret$3 = element_0.t2m(tmp2__anonymous__z9zvc9, action);
4540
+ tmp$ret$3 = element_0.r2m(tmp2__anonymous__z9zvc9, action);
4560
4541
  accumulator = tmp$ret$3;
4561
4542
  }
4562
4543
  tmp$ret$4 = accumulator;
4563
4544
  return tmp$ret$4;
4564
4545
  };
4565
- protoOf(combineReducers$1).t2m = function (state, action) {
4566
- return this.j2o((state == null ? true : isObject(state)) ? state : THROW_CCE(), action);
4546
+ protoOf(combineReducers$1).r2m = function (state, action) {
4547
+ return this.h2o((state == null ? true : isObject(state)) ? state : THROW_CCE(), action);
4567
4548
  };
4568
4549
  function Store() {
4569
4550
  }
@@ -4577,22 +4558,22 @@
4577
4558
  initialDelay = initialDelay === VOID ? new Long(0, 0) : initialDelay;
4578
4559
  type = type === VOID ? TimerType_DELAY_getInstance() : type;
4579
4560
  TimerAction.call(this);
4580
- this.o2o_1 = timerTag;
4581
- this.p2o_1 = delayMillis;
4582
- this.q2o_1 = initialDelay;
4583
- this.r2o_1 = type;
4561
+ this.m2o_1 = timerTag;
4562
+ this.n2o_1 = delayMillis;
4563
+ this.o2o_1 = initialDelay;
4564
+ this.p2o_1 = type;
4584
4565
  }
4585
- protoOf(StartTimerAction).s2o = function () {
4586
- return this.o2o_1;
4566
+ protoOf(StartTimerAction).q2o = function () {
4567
+ return this.m2o_1;
4587
4568
  };
4588
4569
  protoOf(StartTimerAction).toString = function () {
4589
- return 'StartTimerAction(timerTag=' + this.o2o_1 + ', delayMillis=' + toString_0(this.p2o_1) + ', initialDelay=' + toString_0(this.q2o_1) + ', type=' + this.r2o_1 + ')';
4570
+ return 'StartTimerAction(timerTag=' + this.m2o_1 + ', delayMillis=' + toString_0(this.n2o_1) + ', initialDelay=' + toString_0(this.o2o_1) + ', type=' + this.p2o_1 + ')';
4590
4571
  };
4591
4572
  protoOf(StartTimerAction).hashCode = function () {
4592
- var result = hashCode(this.o2o_1);
4573
+ var result = hashCode(this.m2o_1);
4574
+ result = imul(result, 31) + this.n2o_1.hashCode() | 0;
4575
+ result = imul(result, 31) + this.o2o_1.hashCode() | 0;
4593
4576
  result = imul(result, 31) + this.p2o_1.hashCode() | 0;
4594
- result = imul(result, 31) + this.q2o_1.hashCode() | 0;
4595
- result = imul(result, 31) + this.r2o_1.hashCode() | 0;
4596
4577
  return result;
4597
4578
  };
4598
4579
  protoOf(StartTimerAction).equals = function (other) {
@@ -4601,13 +4582,13 @@
4601
4582
  if (!(other instanceof StartTimerAction))
4602
4583
  return false;
4603
4584
  var tmp0_other_with_cast = other instanceof StartTimerAction ? other : THROW_CCE();
4604
- if (!equals(this.o2o_1, tmp0_other_with_cast.o2o_1))
4585
+ if (!equals(this.m2o_1, tmp0_other_with_cast.m2o_1))
4605
4586
  return false;
4606
- if (!this.p2o_1.equals(tmp0_other_with_cast.p2o_1))
4587
+ if (!this.n2o_1.equals(tmp0_other_with_cast.n2o_1))
4607
4588
  return false;
4608
- if (!this.q2o_1.equals(tmp0_other_with_cast.q2o_1))
4589
+ if (!this.o2o_1.equals(tmp0_other_with_cast.o2o_1))
4609
4590
  return false;
4610
- if (!this.r2o_1.equals(tmp0_other_with_cast.r2o_1))
4591
+ if (!this.p2o_1.equals(tmp0_other_with_cast.p2o_1))
4611
4592
  return false;
4612
4593
  return true;
4613
4594
  };
@@ -4629,21 +4610,21 @@
4629
4610
  }
4630
4611
  function TimerTickAction(timerTag, type) {
4631
4612
  TimerAction.call(this);
4632
- this.t2o_1 = timerTag;
4633
- this.u2o_1 = type;
4613
+ this.r2o_1 = timerTag;
4614
+ this.s2o_1 = type;
4634
4615
  }
4635
- protoOf(TimerTickAction).s2o = function () {
4636
- return this.t2o_1;
4616
+ protoOf(TimerTickAction).q2o = function () {
4617
+ return this.r2o_1;
4637
4618
  };
4638
4619
  protoOf(TimerTickAction).notValidateWhenFinished = function () {
4639
- return this.t2o_1.notValidateWhenFinished();
4620
+ return this.r2o_1.notValidateWhenFinished();
4640
4621
  };
4641
4622
  protoOf(TimerTickAction).toString = function () {
4642
- return 'TimerTickAction(timerTag=' + this.t2o_1 + ', type=' + this.u2o_1 + ')';
4623
+ return 'TimerTickAction(timerTag=' + this.r2o_1 + ', type=' + this.s2o_1 + ')';
4643
4624
  };
4644
4625
  protoOf(TimerTickAction).hashCode = function () {
4645
- var result = hashCode(this.t2o_1);
4646
- result = imul(result, 31) + this.u2o_1.hashCode() | 0;
4626
+ var result = hashCode(this.r2o_1);
4627
+ result = imul(result, 31) + this.s2o_1.hashCode() | 0;
4647
4628
  return result;
4648
4629
  };
4649
4630
  protoOf(TimerTickAction).equals = function (other) {
@@ -4652,9 +4633,9 @@
4652
4633
  if (!(other instanceof TimerTickAction))
4653
4634
  return false;
4654
4635
  var tmp0_other_with_cast = other instanceof TimerTickAction ? other : THROW_CCE();
4655
- if (!equals(this.t2o_1, tmp0_other_with_cast.t2o_1))
4636
+ if (!equals(this.r2o_1, tmp0_other_with_cast.r2o_1))
4656
4637
  return false;
4657
- if (!this.u2o_1.equals(tmp0_other_with_cast.u2o_1))
4638
+ if (!this.s2o_1.equals(tmp0_other_with_cast.s2o_1))
4658
4639
  return false;
4659
4640
  return true;
4660
4641
  };
@@ -4663,16 +4644,16 @@
4663
4644
  });
4664
4645
  function StopTimerAction(timerTag) {
4665
4646
  TimerAction.call(this);
4666
- this.v2o_1 = timerTag;
4647
+ this.t2o_1 = timerTag;
4667
4648
  }
4668
- protoOf(StopTimerAction).s2o = function () {
4669
- return this.v2o_1;
4649
+ protoOf(StopTimerAction).q2o = function () {
4650
+ return this.t2o_1;
4670
4651
  };
4671
4652
  protoOf(StopTimerAction).toString = function () {
4672
- return 'StopTimerAction(timerTag=' + this.v2o_1 + ')';
4653
+ return 'StopTimerAction(timerTag=' + this.t2o_1 + ')';
4673
4654
  };
4674
4655
  protoOf(StopTimerAction).hashCode = function () {
4675
- return hashCode(this.v2o_1);
4656
+ return hashCode(this.t2o_1);
4676
4657
  };
4677
4658
  protoOf(StopTimerAction).equals = function (other) {
4678
4659
  if (this === other)
@@ -4680,7 +4661,7 @@
4680
4661
  if (!(other instanceof StopTimerAction))
4681
4662
  return false;
4682
4663
  var tmp0_other_with_cast = other instanceof StopTimerAction ? other : THROW_CCE();
4683
- if (!equals(this.v2o_1, tmp0_other_with_cast.v2o_1))
4664
+ if (!equals(this.t2o_1, tmp0_other_with_cast.t2o_1))
4684
4665
  return false;
4685
4666
  return true;
4686
4667
  };
@@ -4716,7 +4697,7 @@
4716
4697
  var tmp_0;
4717
4698
  if ($p instanceof Exception) {
4718
4699
  var error = $p;
4719
- $logger.w2o('StoreEnhancer', 'StoreEnhancer error: ' + error, error, action);
4700
+ $logger.e('StoreEnhancer', 'StoreEnhancer error: ' + error, error, action);
4720
4701
  tmp_0 = Unit_getInstance();
4721
4702
  } else {
4722
4703
  throw $p;
@@ -4744,7 +4725,7 @@
4744
4725
  }
4745
4726
  function applyMiddleware$lambda$lambda$lambda$lambda($tmp1__anonymous__6ijp4k, $store, $tmp2__anonymous__bd8cc3) {
4746
4727
  return function (action) {
4747
- $tmp1__anonymous__6ijp4k.g2o($store, $tmp2__anonymous__bd8cc3, action);
4728
+ $tmp1__anonymous__6ijp4k.e2o($store, $tmp2__anonymous__bd8cc3, action);
4748
4729
  return Unit_getInstance();
4749
4730
  };
4750
4731
  }
@@ -4763,7 +4744,7 @@
4763
4744
  inductionVariable = inductionVariable + 1 | 0;
4764
4745
  var tmp$ret$0;
4765
4746
  // Inline function 'com.logic.redux.enhancers.applyMiddleware.<anonymous>.<anonymous>.<anonymous>.<anonymous>' call
4766
- tmp$ret$0 = element.f2o(action);
4747
+ tmp$ret$0 = element.d2o(action);
4767
4748
  if (tmp$ret$0) {
4768
4749
  tmp0_filterTo.a(element);
4769
4750
  }
@@ -4811,9 +4792,9 @@
4811
4792
  return tmp$ret$0;
4812
4793
  }
4813
4794
  function timerMiddleware$o$handle$slambda$slambda($jobsProvider, $tmp0__anonymous__1nv1x1, $store, resultContinuation) {
4814
- this.f2p_1 = $jobsProvider;
4815
- this.g2p_1 = $tmp0__anonymous__1nv1x1;
4816
- this.h2p_1 = $store;
4795
+ this.c2p_1 = $jobsProvider;
4796
+ this.d2p_1 = $tmp0__anonymous__1nv1x1;
4797
+ this.e2p_1 = $store;
4817
4798
  CoroutineImpl.call(this, resultContinuation);
4818
4799
  }
4819
4800
  protoOf(timerMiddleware$o$handle$slambda$slambda).d13 = function ($this$launchStore, $completion) {
@@ -4832,8 +4813,8 @@
4832
4813
  var tmp = this.th_1;
4833
4814
  if (tmp === 0) {
4834
4815
  this.uh_1 = 1;
4835
- if (this.f2p_1.p2m(this.g2p_1.s2o())) {
4836
- this.h2p_1.dispatch(new TimerTickAction(this.g2p_1.s2o(), TimerType_DELAY_getInstance()));
4816
+ if (this.c2p_1.n2m(this.d2p_1.q2o())) {
4817
+ this.e2p_1.dispatch(new TimerTickAction(this.d2p_1.q2o(), TimerType_DELAY_getInstance()));
4837
4818
  }
4838
4819
  return Unit_getInstance();
4839
4820
  } else if (tmp === 1) {
@@ -4846,8 +4827,8 @@
4846
4827
  while (true);
4847
4828
  };
4848
4829
  protoOf(timerMiddleware$o$handle$slambda$slambda).e13 = function ($this$launchStore, completion) {
4849
- var i = new timerMiddleware$o$handle$slambda$slambda(this.f2p_1, this.g2p_1, this.h2p_1, completion);
4850
- i.i2p_1 = $this$launchStore;
4830
+ var i = new timerMiddleware$o$handle$slambda$slambda(this.c2p_1, this.d2p_1, this.e2p_1, completion);
4831
+ i.f2p_1 = $this$launchStore;
4851
4832
  return i;
4852
4833
  };
4853
4834
  function timerMiddleware$o$handle$slambda$slambda_0($jobsProvider, $tmp0__anonymous__1nv1x1, $store, resultContinuation) {
@@ -4859,9 +4840,9 @@
4859
4840
  return l;
4860
4841
  }
4861
4842
  function timerMiddleware$o$handle$slambda$slambda_1($jobsProvider, $tmp0__anonymous__1nv1x1, $store, resultContinuation) {
4862
- this.r2p_1 = $jobsProvider;
4863
- this.s2p_1 = $tmp0__anonymous__1nv1x1;
4864
- this.t2p_1 = $store;
4843
+ this.o2p_1 = $jobsProvider;
4844
+ this.p2p_1 = $tmp0__anonymous__1nv1x1;
4845
+ this.q2p_1 = $store;
4865
4846
  CoroutineImpl.call(this, resultContinuation);
4866
4847
  }
4867
4848
  protoOf(timerMiddleware$o$handle$slambda$slambda_1).d13 = function ($this$launchStore, $completion) {
@@ -4880,8 +4861,8 @@
4880
4861
  var tmp = this.th_1;
4881
4862
  if (tmp === 0) {
4882
4863
  this.uh_1 = 1;
4883
- if (this.r2p_1.p2m(this.s2p_1.s2o())) {
4884
- this.t2p_1.dispatch(new TimerTickAction(this.s2p_1.s2o(), TimerType_INTERVAL_getInstance()));
4864
+ if (this.o2p_1.n2m(this.p2p_1.q2o())) {
4865
+ this.q2p_1.dispatch(new TimerTickAction(this.p2p_1.q2o(), TimerType_INTERVAL_getInstance()));
4885
4866
  }
4886
4867
  return Unit_getInstance();
4887
4868
  } else if (tmp === 1) {
@@ -4894,8 +4875,8 @@
4894
4875
  while (true);
4895
4876
  };
4896
4877
  protoOf(timerMiddleware$o$handle$slambda$slambda_1).e13 = function ($this$launchStore, completion) {
4897
- var i = new timerMiddleware$o$handle$slambda$slambda_1(this.r2p_1, this.s2p_1, this.t2p_1, completion);
4898
- i.u2p_1 = $this$launchStore;
4878
+ var i = new timerMiddleware$o$handle$slambda$slambda_1(this.o2p_1, this.p2p_1, this.q2p_1, completion);
4879
+ i.r2p_1 = $this$launchStore;
4899
4880
  return i;
4900
4881
  };
4901
4882
  function timerMiddleware$o$handle$slambda$slambda_2($jobsProvider, $tmp0__anonymous__1nv1x1, $store, resultContinuation) {
@@ -4907,10 +4888,10 @@
4907
4888
  return l;
4908
4889
  }
4909
4890
  function timerMiddleware$o$handle$slambda($tmp0__anonymous__1nv1x1, $asyncProvider, $jobsProvider, $store, resultContinuation) {
4910
- this.d2q_1 = $tmp0__anonymous__1nv1x1;
4911
- this.e2q_1 = $asyncProvider;
4912
- this.f2q_1 = $jobsProvider;
4913
- this.g2q_1 = $store;
4891
+ this.a2q_1 = $tmp0__anonymous__1nv1x1;
4892
+ this.b2q_1 = $asyncProvider;
4893
+ this.c2q_1 = $jobsProvider;
4894
+ this.d2q_1 = $store;
4914
4895
  CoroutineImpl.call(this, resultContinuation);
4915
4896
  }
4916
4897
  protoOf(timerMiddleware$o$handle$slambda).d13 = function ($this$launchWorker, $completion) {
@@ -4930,9 +4911,9 @@
4930
4911
  switch (tmp) {
4931
4912
  case 0:
4932
4913
  this.uh_1 = 10;
4933
- if (!this.d2q_1.q2o_1.equals(new Long(0, 0)) ? this.d2q_1.r2o_1.equals(TimerType_INTERVAL_getInstance()) : false) {
4914
+ if (!this.a2q_1.o2o_1.equals(new Long(0, 0)) ? this.a2q_1.p2o_1.equals(TimerType_INTERVAL_getInstance()) : false) {
4934
4915
  this.th_1 = 1;
4935
- suspendResult = delay(this.d2q_1.q2o_1, this);
4916
+ suspendResult = delay(this.a2q_1.o2o_1, this);
4936
4917
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
4937
4918
  return suspendResult;
4938
4919
  }
@@ -4947,20 +4928,20 @@
4947
4928
  this.th_1 = 2;
4948
4929
  continue $sm;
4949
4930
  case 2:
4950
- this.i2q_1 = this.d2q_1.r2o_1;
4951
- this.j2q_1 = this.i2q_1.p5_1;
4952
- if (this.j2q_1 === 0) {
4931
+ this.f2q_1 = this.a2q_1.p2o_1;
4932
+ this.g2q_1 = this.f2q_1.p5_1;
4933
+ if (this.g2q_1 === 0) {
4953
4934
  this.th_1 = 8;
4954
- suspendResult = delay(this.d2q_1.p2o_1, this);
4935
+ suspendResult = delay(this.a2q_1.n2o_1, this);
4955
4936
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
4956
4937
  return suspendResult;
4957
4938
  }
4958
4939
  continue $sm;
4959
4940
  } else {
4960
- if (this.j2q_1 === 1) {
4961
- if (!this.d2q_1.q2o_1.equals(new Long(0, 0))) {
4941
+ if (this.g2q_1 === 1) {
4942
+ if (!this.a2q_1.o2o_1.equals(new Long(0, 0))) {
4962
4943
  this.th_1 = 3;
4963
- suspendResult = delay(this.d2q_1.q2o_1, this);
4944
+ suspendResult = delay(this.a2q_1.o2o_1, this);
4964
4945
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
4965
4946
  return suspendResult;
4966
4947
  }
@@ -4983,15 +4964,15 @@
4983
4964
  this.th_1 = 5;
4984
4965
  continue $sm;
4985
4966
  case 5:
4986
- if (!get_isActive(this.h2q_1)) {
4967
+ if (!get_isActive(this.e2q_1)) {
4987
4968
  this.th_1 = 7;
4988
4969
  continue $sm;
4989
4970
  }
4990
4971
 
4991
- this.e2q_1.f2m(VOID, timerMiddleware$o$handle$slambda$slambda_2(this.f2q_1, this.d2q_1, this.g2q_1, null));
4972
+ this.b2q_1.e2m(VOID, timerMiddleware$o$handle$slambda$slambda_2(this.c2q_1, this.a2q_1, this.d2q_1, null));
4992
4973
  ;
4993
4974
  this.th_1 = 6;
4994
- suspendResult = delay(this.d2q_1.q2o_1, this);
4975
+ suspendResult = delay(this.a2q_1.o2o_1, this);
4995
4976
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
4996
4977
  return suspendResult;
4997
4978
  }
@@ -5004,7 +4985,7 @@
5004
4985
  this.th_1 = 9;
5005
4986
  continue $sm;
5006
4987
  case 8:
5007
- this.e2q_1.f2m(VOID, timerMiddleware$o$handle$slambda$slambda_0(this.f2q_1, this.d2q_1, this.g2q_1, null));
4988
+ this.b2q_1.e2m(VOID, timerMiddleware$o$handle$slambda$slambda_0(this.c2q_1, this.a2q_1, this.d2q_1, null));
5008
4989
  ;
5009
4990
  this.th_1 = 9;
5010
4991
  continue $sm;
@@ -5025,8 +5006,8 @@
5025
5006
  while (true);
5026
5007
  };
5027
5008
  protoOf(timerMiddleware$o$handle$slambda).e13 = function ($this$launchWorker, completion) {
5028
- var i = new timerMiddleware$o$handle$slambda(this.d2q_1, this.e2q_1, this.f2q_1, this.g2q_1, completion);
5029
- i.h2q_1 = $this$launchWorker;
5009
+ var i = new timerMiddleware$o$handle$slambda(this.a2q_1, this.b2q_1, this.c2q_1, this.d2q_1, completion);
5010
+ i.e2q_1 = $this$launchWorker;
5030
5011
  return i;
5031
5012
  };
5032
5013
  function timerMiddleware$o$handle$slambda_0($tmp0__anonymous__1nv1x1, $asyncProvider, $jobsProvider, $store, resultContinuation) {
@@ -5038,34 +5019,34 @@
5038
5019
  return l;
5039
5020
  }
5040
5021
  function _no_name_provided__qut3iv_1($asyncProvider, $jobsProvider) {
5041
- this.k2q_1 = $asyncProvider;
5042
- this.l2q_1 = $jobsProvider;
5022
+ this.h2q_1 = $asyncProvider;
5023
+ this.i2q_1 = $jobsProvider;
5043
5024
  }
5044
- protoOf(_no_name_provided__qut3iv_1).f2o = function (action) {
5025
+ protoOf(_no_name_provided__qut3iv_1).d2o = function (action) {
5045
5026
  return action instanceof TimerAction;
5046
5027
  };
5047
- protoOf(_no_name_provided__qut3iv_1).m2q = function (store, next, action) {
5028
+ protoOf(_no_name_provided__qut3iv_1).j2q = function (store, next, action) {
5048
5029
  // Inline function 'com.logic.redux.middlewares.timers.timerMiddleware.<anonymous>' call
5049
5030
  var tmp0__anonymous__q1qw7t = action instanceof TimerAction ? action : THROW_CCE();
5050
5031
  var tmp0_subject = tmp0__anonymous__q1qw7t;
5051
5032
  if (tmp0_subject instanceof StartTimerAction) {
5052
- var job = this.k2q_1.h2m(VOID, timerMiddleware$o$handle$slambda_0(tmp0__anonymous__q1qw7t, this.k2q_1, this.l2q_1, store, null));
5053
- this.l2q_1.n2m(tmp0__anonymous__q1qw7t.s2o(), job);
5033
+ var job = this.h2q_1.g2m(VOID, timerMiddleware$o$handle$slambda_0(tmp0__anonymous__q1qw7t, this.h2q_1, this.i2q_1, store, null));
5034
+ this.i2q_1.m2m(tmp0__anonymous__q1qw7t.q2o(), job);
5054
5035
  } else {
5055
5036
  if (tmp0_subject instanceof StopTimerAction) {
5056
- this.l2q_1.s2m(tmp0__anonymous__q1qw7t.s2o());
5037
+ this.i2q_1.q2m(tmp0__anonymous__q1qw7t.q2o());
5057
5038
  } else {
5058
5039
  if (tmp0_subject instanceof TimerTickAction) {
5059
- if (tmp0__anonymous__q1qw7t.u2o_1.equals(TimerType_DELAY_getInstance())) {
5060
- this.l2q_1.q2m(tmp0__anonymous__q1qw7t.s2o());
5040
+ if (tmp0__anonymous__q1qw7t.s2o_1.equals(TimerType_DELAY_getInstance())) {
5041
+ this.i2q_1.o2m(tmp0__anonymous__q1qw7t.q2o());
5061
5042
  }
5062
5043
  }
5063
5044
  }
5064
5045
  }
5065
5046
  next(tmp0__anonymous__q1qw7t);
5066
5047
  };
5067
- protoOf(_no_name_provided__qut3iv_1).g2o = function (store, next, action) {
5068
- return this.m2q(store, next, action);
5048
+ protoOf(_no_name_provided__qut3iv_1).e2o = function (store, next, action) {
5049
+ return this.j2q(store, next, action);
5069
5050
  };
5070
5051
  function enumToString(_this__u8e3s4, mapping) {
5071
5052
  var tmp$ret$2;
@@ -5239,23 +5220,23 @@
5239
5220
  Category_NONE_instance = new Category('NONE', 1, true);
5240
5221
  }
5241
5222
  function generateTag($this, tag) {
5242
- return (!($this.p2q_1 == null) ? !(tag == null) : false) ? '' + $this.p2q_1 + ':' + tag : tag;
5223
+ return (!($this.m2q_1 == null) ? !(tag == null) : false) ? '' + $this.m2q_1 + ':' + tag : tag;
5243
5224
  }
5244
5225
  function Category(name, ordinal, isEnabled) {
5245
5226
  Enum.call(this, name, ordinal);
5246
- this.s2q_1 = isEnabled;
5227
+ this.p2q_1 = isEnabled;
5247
5228
  }
5248
5229
  function Logger$loggerSource$1() {
5249
- this.t2q_1 = new PlatformLogger();
5230
+ this.q2q_1 = new PlatformLogger();
5250
5231
  }
5251
- protoOf(Logger$loggerSource$1).u2q = function (tag, msg) {
5252
- this.t2q_1.u2q(tag, msg);
5232
+ protoOf(Logger$loggerSource$1).r2q = function (tag, msg) {
5233
+ this.q2q_1.r2q(tag, msg);
5253
5234
  };
5254
- protoOf(Logger$loggerSource$1).v2q = function (tag, msg, exception) {
5255
- this.t2q_1.v2q(tag, msg, exception);
5235
+ protoOf(Logger$loggerSource$1).s2q = function (tag, msg, exception) {
5236
+ this.q2q_1.s2q(tag, msg, exception);
5256
5237
  };
5257
- protoOf(Logger$loggerSource$1).w2q = function (tag, msg) {
5258
- this.t2q_1.w2q(tag, msg);
5238
+ protoOf(Logger$loggerSource$1).t2q = function (tag, msg) {
5239
+ this.q2q_1.t2q(tag, msg);
5259
5240
  };
5260
5241
  function Category_NONE_getInstance() {
5261
5242
  Category_initEntries();
@@ -5264,57 +5245,57 @@
5264
5245
  function Logger() {
5265
5246
  Logger_instance = this;
5266
5247
  var tmp = this;
5267
- tmp.n2q_1 = new Logger$loggerSource$1();
5268
- this.o2q_1 = true;
5269
- this.p2q_1 = null;
5248
+ tmp.k2q_1 = new Logger$loggerSource$1();
5249
+ this.l2q_1 = true;
5250
+ this.m2q_1 = null;
5270
5251
  }
5271
- protoOf(Logger).x2q = function (tag, message) {
5272
- this.y2q(tag, message, Category_NONE_getInstance());
5252
+ protoOf(Logger).u2q = function (tag, message) {
5253
+ this.v2q(tag, message, Category_NONE_getInstance());
5273
5254
  };
5274
- protoOf(Logger).z2q = function (tag, message, category) {
5275
- if (this.o2q_1 ? category.s2q_1 : false) {
5276
- this.n2q_1.w2q(generateTag(this, tag), message);
5255
+ protoOf(Logger).w2q = function (tag, message, category) {
5256
+ if (this.l2q_1 ? category.p2q_1 : false) {
5257
+ this.k2q_1.t2q(generateTag(this, tag), message);
5277
5258
  }
5278
5259
  };
5279
- protoOf(Logger).a2r = function (tag, message, category, $super) {
5260
+ protoOf(Logger).x2q = function (tag, message, category, $super) {
5280
5261
  tag = tag === VOID ? null : tag;
5281
5262
  category = category === VOID ? Category_NONE_getInstance() : category;
5282
5263
  var tmp;
5283
5264
  if ($super === VOID) {
5284
- this.z2q(tag, message, category);
5265
+ this.w2q(tag, message, category);
5285
5266
  tmp = Unit_getInstance();
5286
5267
  } else {
5287
- tmp = $super.z2q.call(this, tag, message, category);
5268
+ tmp = $super.w2q.call(this, tag, message, category);
5288
5269
  }
5289
5270
  return tmp;
5290
5271
  };
5291
- protoOf(Logger).y2q = function (tag, message, category) {
5292
- if (this.o2q_1 ? category.s2q_1 : false) {
5293
- this.n2q_1.u2q(generateTag(this, tag), message);
5272
+ protoOf(Logger).v2q = function (tag, message, category) {
5273
+ if (this.l2q_1 ? category.p2q_1 : false) {
5274
+ this.k2q_1.r2q(generateTag(this, tag), message);
5294
5275
  }
5295
5276
  };
5296
- protoOf(Logger).b2r = function (tag, message, exception, category) {
5297
- if (this.o2q_1 ? category.s2q_1 : false) {
5277
+ protoOf(Logger).y2q = function (tag, message, exception, category) {
5278
+ if (this.l2q_1 ? category.p2q_1 : false) {
5298
5279
  var tmp0_safe_receiver = exception;
5299
5280
  if (tmp0_safe_receiver == null)
5300
5281
  null;
5301
5282
  else {
5302
5283
  printStackTrace(tmp0_safe_receiver);
5303
5284
  }
5304
- this.n2q_1.v2q(generateTag(this, tag), generateMsg(message, exception), exception);
5285
+ this.k2q_1.s2q(generateTag(this, tag), generateMsg(message, exception), exception);
5305
5286
  }
5306
5287
  };
5307
- protoOf(Logger).c2r = function (tag, message, exception, category, $super) {
5288
+ protoOf(Logger).z2q = function (tag, message, exception, category, $super) {
5308
5289
  tag = tag === VOID ? null : tag;
5309
5290
  message = message === VOID ? null : message;
5310
5291
  exception = exception === VOID ? null : exception;
5311
5292
  category = category === VOID ? Category_NONE_getInstance() : category;
5312
5293
  var tmp;
5313
5294
  if ($super === VOID) {
5314
- this.b2r(tag, message, exception, category);
5295
+ this.y2q(tag, message, exception, category);
5315
5296
  tmp = Unit_getInstance();
5316
5297
  } else {
5317
- tmp = $super.b2r.call(this, tag, message, exception, category);
5298
+ tmp = $super.y2q.call(this, tag, message, exception, category);
5318
5299
  }
5319
5300
  return tmp;
5320
5301
  };
@@ -5352,36 +5333,36 @@
5352
5333
  return tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
5353
5334
  }
5354
5335
  function CombinedGameLogger(logOutputs) {
5355
- this.d2r_1 = logOutputs;
5336
+ this.a2r_1 = logOutputs;
5356
5337
  }
5357
- protoOf(CombinedGameLogger).e2r = function (tag, message, payload) {
5338
+ protoOf(CombinedGameLogger).b2r = function (tag, message, payload) {
5358
5339
  // Inline function 'kotlin.collections.forEach' call
5359
- var tmp0_forEach = this.d2r_1;
5340
+ var tmp0_forEach = this.a2r_1;
5360
5341
  var tmp0_iterator = tmp0_forEach.f();
5361
5342
  while (tmp0_iterator.g()) {
5362
5343
  var element = tmp0_iterator.h();
5363
5344
  // Inline function 'com.logic.utils.logger.game.CombinedGameLogger.d.<anonymous>' call
5364
- element.e2r(tag, message, payload);
5345
+ element.d(tag, message, payload);
5365
5346
  }
5366
5347
  };
5367
- protoOf(CombinedGameLogger).w2o = function (tag, message, exception, payload) {
5348
+ protoOf(CombinedGameLogger).c2r = function (tag, message, exception, payload) {
5368
5349
  // Inline function 'kotlin.collections.forEach' call
5369
- var tmp0_forEach = this.d2r_1;
5350
+ var tmp0_forEach = this.a2r_1;
5370
5351
  var tmp0_iterator = tmp0_forEach.f();
5371
5352
  while (tmp0_iterator.g()) {
5372
5353
  var element = tmp0_iterator.h();
5373
5354
  // Inline function 'com.logic.utils.logger.game.CombinedGameLogger.e.<anonymous>' call
5374
- element.w2o(tag, message, exception, payload);
5355
+ element.e(tag, message, exception, payload);
5375
5356
  }
5376
5357
  };
5377
- protoOf(CombinedGameLogger).g2r = function (tag, message, payload) {
5358
+ protoOf(CombinedGameLogger).d2r = function (tag, message, payload) {
5378
5359
  // Inline function 'kotlin.collections.forEach' call
5379
- var tmp0_forEach = this.d2r_1;
5360
+ var tmp0_forEach = this.a2r_1;
5380
5361
  var tmp0_iterator = tmp0_forEach.f();
5381
5362
  while (tmp0_iterator.g()) {
5382
5363
  var element = tmp0_iterator.h();
5383
5364
  // Inline function 'com.logic.utils.logger.game.CombinedGameLogger.w.<anonymous>' call
5384
- element.g2r(tag, message, payload);
5365
+ element.w(tag, message, payload);
5385
5366
  }
5386
5367
  };
5387
5368
  function GameLogger() {
@@ -5390,38 +5371,53 @@
5390
5371
  }
5391
5372
  function PlatformGameLogger(enabled) {
5392
5373
  enabled = enabled === VOID ? true : enabled;
5393
- this.h2r_1 = enabled;
5374
+ this.e2r_1 = enabled;
5394
5375
  }
5395
- protoOf(PlatformGameLogger).e2r = function (tag, message, payload) {
5396
- if (!this.h2r_1)
5376
+ protoOf(PlatformGameLogger).f2r = function (_set____db54di) {
5377
+ this.e2r_1 = _set____db54di;
5378
+ };
5379
+ protoOf(PlatformGameLogger).g2r = function () {
5380
+ return this.e2r_1;
5381
+ };
5382
+ protoOf(PlatformGameLogger).b2r = function (tag, message, payload) {
5383
+ if (!this.e2r_1)
5397
5384
  return Unit_getInstance();
5398
- Logger_getInstance().x2q(tag, message);
5385
+ Logger_getInstance().u2q(tag, message);
5399
5386
  };
5400
- protoOf(PlatformGameLogger).w2o = function (tag, message, exception, payload) {
5401
- if (!this.h2r_1)
5387
+ protoOf(PlatformGameLogger).c2r = function (tag, message, exception, payload) {
5388
+ if (!this.e2r_1)
5402
5389
  return Unit_getInstance();
5403
- Logger_getInstance().c2r(tag, message, exception);
5390
+ Logger_getInstance().z2q(tag, message, exception);
5404
5391
  };
5405
- protoOf(PlatformGameLogger).g2r = function (tag, message, payload) {
5406
- if (!this.h2r_1)
5392
+ protoOf(PlatformGameLogger).d2r = function (tag, message, payload) {
5393
+ if (!this.e2r_1)
5407
5394
  return Unit_getInstance();
5408
- Logger_getInstance().a2r(tag, message);
5395
+ Logger_getInstance().x2q(tag, message);
5409
5396
  };
5397
+ defineProp(protoOf(PlatformGameLogger), 'enabled', function () {
5398
+ return this.g2r();
5399
+ }, function (value) {
5400
+ this.f2r(value);
5401
+ });
5402
+ function LoggerEnabledTrigger() {
5403
+ }
5410
5404
  function LoggerOutput() {
5411
5405
  }
5406
+ function ObservableLoggerOutput() {
5407
+ }
5412
5408
  function PlatformLogger() {
5413
5409
  }
5414
- protoOf(PlatformLogger).u2q = function (tag, msg) {
5410
+ protoOf(PlatformLogger).r2q = function (tag, msg) {
5415
5411
  console.log(getLogTag(tag) + ': ' + msg);
5416
5412
  };
5417
- protoOf(PlatformLogger).v2q = function (tag, msg, exception) {
5413
+ protoOf(PlatformLogger).s2q = function (tag, msg, exception) {
5418
5414
  if (!(exception == null)) {
5419
5415
  console.error(getLogTag(tag) + ': ' + msg + ', exception: ' + exception);
5420
5416
  } else {
5421
5417
  console.error(getLogTag(tag) + ': ' + msg);
5422
5418
  }
5423
5419
  };
5424
- protoOf(PlatformLogger).w2q = function (tag, msg) {
5420
+ protoOf(PlatformLogger).t2q = function (tag, msg) {
5425
5421
  console.warn(getLogTag(tag) + ': ' + msg);
5426
5422
  };
5427
5423
  //region block: post-declaration
@@ -5439,26 +5435,26 @@
5439
5435
  protoOf(_no_name_provided__qut3iv).i5 = fold;
5440
5436
  protoOf(_no_name_provided__qut3iv).h5 = minusKey;
5441
5437
  protoOf(_no_name_provided__qut3iv).j5 = plus;
5442
- protoOf(AsyncProviderImpl).f2m = launchStore$default;
5443
- protoOf(AsyncProviderImpl).h2m = launchWorker$default;
5444
- protoOf(AsyncProviderImpl).j2m = launchWorkerWithLock$default;
5438
+ protoOf(AsyncProviderImpl).e2m = launchStore$default;
5439
+ protoOf(AsyncProviderImpl).g2m = launchWorker$default;
5440
+ protoOf(AsyncProviderImpl).i2m = launchWorkerWithLock$default;
5445
5441
  protoOf(ActionTypes).b2j = get_actionTag;
5446
5442
  protoOf(INIT).b2j = get_actionTag;
5447
5443
  protoOf(REPLACE).b2j = get_actionTag;
5448
- protoOf(middleware$1).f2o = canHandle;
5449
- protoOf(combineReducers$1).f2o = canHandle_0;
5444
+ protoOf(middleware$1).d2o = canHandle;
5445
+ protoOf(combineReducers$1).d2o = canHandle_0;
5450
5446
  protoOf(TimerAction).b2j = get_actionTag;
5451
5447
  protoOf(StartTimerAction).b2j = get_actionTag;
5452
5448
  protoOf(TimerTickAction).b2j = get_actionTag;
5453
5449
  protoOf(StopTimerAction).b2j = get_actionTag;
5454
5450
  protoOf(StopTimerAction).notValidateWhenFinishing = notValidateWhenFinishing;
5455
5451
  protoOf(StopTimerAction).notValidateWhenFinished = notValidateWhenFinished;
5456
- protoOf(CombinedGameLogger).f2r = d$default;
5457
- protoOf(CombinedGameLogger).j2l = e$default;
5458
- protoOf(CombinedGameLogger).o2m = w$default;
5459
- protoOf(PlatformGameLogger).f2r = d$default;
5460
- protoOf(PlatformGameLogger).j2l = e$default;
5461
- protoOf(PlatformGameLogger).o2m = w$default;
5452
+ protoOf(CombinedGameLogger).d = d;
5453
+ protoOf(CombinedGameLogger).e = e;
5454
+ protoOf(CombinedGameLogger).w = w;
5455
+ protoOf(PlatformGameLogger).d = d;
5456
+ protoOf(PlatformGameLogger).e = e;
5457
+ protoOf(PlatformGameLogger).w = w;
5462
5458
  //endregion
5463
5459
  //region block: exports
5464
5460
  function $jsExportAll$(_) {
@@ -5549,6 +5545,26 @@
5549
5545
  var $com$logic$utils = $com$logic.utils || ($com$logic.utils = {});
5550
5546
  var $com$logic$utils$logger = $com$logic$utils.logger || ($com$logic$utils.logger = {});
5551
5547
  var $com$logic$utils$logger$game = $com$logic$utils$logger.game || ($com$logic$utils$logger.game = {});
5548
+ var $com = _.com || (_.com = {});
5549
+ var $com$logic = $com.logic || ($com.logic = {});
5550
+ var $com$logic$utils = $com$logic.utils || ($com$logic.utils = {});
5551
+ var $com$logic$utils$logger = $com$logic$utils.logger || ($com$logic$utils.logger = {});
5552
+ var $com$logic$utils$logger$game = $com$logic$utils$logger.game || ($com$logic$utils$logger.game = {});
5553
+ var $com = _.com || (_.com = {});
5554
+ var $com$logic = $com.logic || ($com.logic = {});
5555
+ var $com$logic$utils = $com$logic.utils || ($com$logic.utils = {});
5556
+ var $com$logic$utils$logger = $com$logic$utils.logger || ($com$logic$utils.logger = {});
5557
+ var $com$logic$utils$logger$outputs = $com$logic$utils$logger.outputs || ($com$logic$utils$logger.outputs = {});
5558
+ var $com = _.com || (_.com = {});
5559
+ var $com$logic = $com.logic || ($com.logic = {});
5560
+ var $com$logic$utils = $com$logic.utils || ($com$logic.utils = {});
5561
+ var $com$logic$utils$logger = $com$logic$utils.logger || ($com$logic$utils.logger = {});
5562
+ var $com$logic$utils$logger$outputs = $com$logic$utils$logger.outputs || ($com$logic$utils$logger.outputs = {});
5563
+ var $com = _.com || (_.com = {});
5564
+ var $com$logic = $com.logic || ($com.logic = {});
5565
+ var $com$logic$utils = $com$logic.utils || ($com$logic.utils = {});
5566
+ var $com$logic$utils$logger = $com$logic$utils.logger || ($com$logic$utils.logger = {});
5567
+ var $com$logic$utils$logger$outputs = $com$logic$utils$logger.outputs || ($com$logic$utils$logger.outputs = {});
5552
5568
  }
5553
5569
  $jsExportAll$(_);
5554
5570
  _.$jsExportAll$ = $jsExportAll$;
@@ -5656,9 +5672,9 @@
5656
5672
  _.$_$.w3 = CardName_SEVEN_getInstance;
5657
5673
  _.$_$.x3 = CardName_TEN_getInstance;
5658
5674
  _.$_$.y3 = TimerType_DELAY_getInstance;
5659
- _.$_$.z3 = d$default;
5660
- _.$_$.a4 = e$default;
5661
- _.$_$.b4 = w$default;
5675
+ _.$_$.z3 = d;
5676
+ _.$_$.a4 = e;
5677
+ _.$_$.b4 = w;
5662
5678
  _.$_$.c4 = BufferedActionDto_init_$Init$;
5663
5679
  _.$_$.d4 = Companion_getInstance_9;
5664
5680
  _.$_$.e4 = Companion_getInstance_11;