You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: mirai-core-api/compatibility-validation/android/api/android.api
+5
Original file line number
Diff line number
Diff line change
@@ -1789,6 +1789,11 @@ public final class net/mamoe/mirai/event/ExceptionInEventHandlerException : java
1789
1789
public fun getMessage ()Ljava/lang/String;
1790
1790
}
1791
1791
1792
+
public final class net/mamoe/mirai/event/ExtensionsKt {
1793
+
public static final fun nextEventImpl (Lnet/mamoe/mirai/event/EventChannel;Lkotlin/reflect/KClass;Lkotlinx/coroutines/CoroutineScope;Lnet/mamoe/mirai/event/EventPriority;Lkotlin/jvm/functions/Function2;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
1794
+
public static final fun syncFromEventImpl (Lnet/mamoe/mirai/event/EventChannel;Lkotlin/reflect/KClass;Lkotlinx/coroutines/CoroutineScope;Lnet/mamoe/mirai/event/EventPriority;Lkotlin/jvm/functions/Function2;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
1795
+
}
1796
+
1792
1797
public final class net/mamoe/mirai/event/GlobalEventChannel : net/mamoe/mirai/event/EventChannel {
1793
1798
public static final field INSTANCE Lnet/mamoe/mirai/event/GlobalEventChannel;
Copy file name to clipboardexpand all lines: mirai-core-api/compatibility-validation/jvm/api/jvm.api
+5
Original file line number
Diff line number
Diff line change
@@ -1789,6 +1789,11 @@ public final class net/mamoe/mirai/event/ExceptionInEventHandlerException : java
1789
1789
public fun getMessage ()Ljava/lang/String;
1790
1790
}
1791
1791
1792
+
public final class net/mamoe/mirai/event/ExtensionsKt {
1793
+
public static final fun nextEventImpl (Lnet/mamoe/mirai/event/EventChannel;Lkotlin/reflect/KClass;Lkotlinx/coroutines/CoroutineScope;Lnet/mamoe/mirai/event/EventPriority;Lkotlin/jvm/functions/Function2;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
1794
+
public static final fun syncFromEventImpl (Lnet/mamoe/mirai/event/EventChannel;Lkotlin/reflect/KClass;Lkotlinx/coroutines/CoroutineScope;Lnet/mamoe/mirai/event/EventPriority;Lkotlin/jvm/functions/Function2;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
1795
+
}
1796
+
1792
1797
public final class net/mamoe/mirai/event/GlobalEventChannel : net/mamoe/mirai/event/EventChannel {
1793
1798
public static final field INSTANCE Lnet/mamoe/mirai/event/GlobalEventChannel;
0 commit comments