raspberry_games_server_game_logic 1.8.379 → 1.8.380

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.
@@ -273,7 +273,7 @@
273
273
  initMetadataForClass(Emitter, 'Emitter');
274
274
  initMetadataForCoroutine($collectCOROUTINE$_1, CoroutineImpl);
275
275
  initMetadataForClass(AbstractSharedFlow, 'AbstractSharedFlow', VOID, SynchronizedObject);
276
- initMetadataForClass(SharedFlowImpl, 'SharedFlowImpl', VOID, AbstractSharedFlow, [AbstractSharedFlow, Flow, FlowCollector], [1]);
276
+ initMetadataForClass(SharedFlowImpl, 'SharedFlowImpl', VOID, AbstractSharedFlow, [AbstractSharedFlow, FlowCollector, Flow], [1]);
277
277
  initMetadataForClass(AbstractSharedFlowSlot, 'AbstractSharedFlowSlot');
278
278
  initMetadataForClass(SharedFlowSlot, 'SharedFlowSlot', SharedFlowSlot, AbstractSharedFlowSlot);
279
279
  initMetadataForInterface(StateFlow, 'StateFlow', VOID, VOID, [Flow], [1]);
@@ -8690,12 +8690,7 @@
8690
8690
  return defaultAreEquivalent;
8691
8691
  }
8692
8692
  var defaultAreEquivalent;
8693
- function distinctUntilChanged(_this__u8e3s4, areEquivalent) {
8694
- _init_properties_Distinct_kt__4eindw();
8695
- var tmp = get_defaultKeySelector();
8696
- return distinctUntilChangedBy(_this__u8e3s4, tmp, typeof areEquivalent === 'function' ? areEquivalent : THROW_CCE());
8697
- }
8698
- function distinctUntilChanged_0(_this__u8e3s4) {
8693
+ function distinctUntilChanged(_this__u8e3s4) {
8699
8694
  _init_properties_Distinct_kt__4eindw();
8700
8695
  var tmp;
8701
8696
  if (isInterface(_this__u8e3s4, StateFlow)) {
@@ -8705,6 +8700,11 @@
8705
8700
  }
8706
8701
  return tmp;
8707
8702
  }
8703
+ function distinctUntilChanged_0(_this__u8e3s4, areEquivalent) {
8704
+ _init_properties_Distinct_kt__4eindw();
8705
+ var tmp = get_defaultKeySelector();
8706
+ return distinctUntilChangedBy(_this__u8e3s4, tmp, typeof areEquivalent === 'function' ? areEquivalent : THROW_CCE());
8707
+ }
8708
8708
  function distinctUntilChangedBy(_this__u8e3s4, keySelector, areEquivalent) {
8709
8709
  _init_properties_Distinct_kt__4eindw();
8710
8710
  var tmp;
@@ -11798,8 +11798,8 @@
11798
11798
  _.$_$.t = MutableSharedFlow;
11799
11799
  _.$_$.u = asFlow;
11800
11800
  _.$_$.v = channelFlow;
11801
- _.$_$.w = distinctUntilChanged_0;
11802
- _.$_$.x = distinctUntilChanged;
11801
+ _.$_$.w = distinctUntilChanged;
11802
+ _.$_$.x = distinctUntilChanged_0;
11803
11803
  _.$_$.y = flatMapConcat;
11804
11804
  _.$_$.z = flow;
11805
11805
  _.$_$.a1 = transformLatest;