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: kotlinx-coroutines-core/api/kotlinx-coroutines-core.api
-6
Original file line number
Diff line number
Diff line change
@@ -567,7 +567,6 @@ public abstract interface class kotlinx/coroutines/channels/BroadcastChannel : k
567
567
public final class kotlinx/coroutines/channels/BroadcastChannel$DefaultImpls {
568
568
public static synthetic fun cancel$default (Lkotlinx/coroutines/channels/BroadcastChannel;Ljava/lang/Throwable;ILjava/lang/Object;)Z
569
569
public static synthetic fun cancel$default (Lkotlinx/coroutines/channels/BroadcastChannel;Ljava/util/concurrent/CancellationException;ILjava/lang/Object;)V
570
-
public static synthetic fun isFull (Lkotlinx/coroutines/channels/BroadcastChannel;)Z
571
570
public static fun offer (Lkotlinx/coroutines/channels/BroadcastChannel;Ljava/lang/Object;)Z
572
571
}
573
572
@@ -601,7 +600,6 @@ public abstract interface class kotlinx/coroutines/channels/Channel : kotlinx/co
601
600
602
601
public final class kotlinx/coroutines/channels/Channel$DefaultImpls {
603
602
public static synthetic fun cancel (Lkotlinx/coroutines/channels/Channel;)V
604
-
public static synthetic fun isFull (Lkotlinx/coroutines/channels/Channel;)Z
605
603
public static fun offer (Lkotlinx/coroutines/channels/Channel;Ljava/lang/Object;)Z
606
604
public static fun poll (Lkotlinx/coroutines/channels/Channel;)Ljava/lang/Object;
607
605
}
@@ -797,7 +795,6 @@ public final class kotlinx/coroutines/channels/ConflatedBroadcastChannel : kotli
797
795
public final fun getValueOrNull ()Ljava/lang/Object;
798
796
public fun invokeOnClose (Lkotlin/jvm/functions/Function1;)V
799
797
public fun isClosedForSend ()Z
800
-
public synthetic fun isFull ()Z
801
798
public fun offer (Ljava/lang/Object;)Z
802
799
public fun openSubscription ()Lkotlinx/coroutines/channels/ReceiveChannel;
803
800
public fun send (Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
@@ -818,7 +815,6 @@ public abstract interface class kotlinx/coroutines/channels/ProducerScope : kotl
818
815
}
819
816
820
817
public final class kotlinx/coroutines/channels/ProducerScope$DefaultImpls {
821
-
public static synthetic fun isFull (Lkotlinx/coroutines/channels/ProducerScope;)Z
822
818
public static fun offer (Lkotlinx/coroutines/channels/ProducerScope;Ljava/lang/Object;)Z
823
819
}
824
820
@@ -851,15 +847,13 @@ public abstract interface class kotlinx/coroutines/channels/SendChannel {
851
847
public abstract fun getOnSend ()Lkotlinx/coroutines/selects/SelectClause2;
852
848
public abstract fun invokeOnClose (Lkotlin/jvm/functions/Function1;)V
853
849
public abstract fun isClosedForSend ()Z
854
-
public abstract synthetic fun isFull ()Z
855
850
public abstract fun offer (Ljava/lang/Object;)Z
856
851
public abstract fun send (Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
857
852
public abstract fun trySend-JP2dKIU (Ljava/lang/Object;)Ljava/lang/Object;
858
853
}
859
854
860
855
public final class kotlinx/coroutines/channels/SendChannel$DefaultImpls {
861
856
public static synthetic fun close$default (Lkotlinx/coroutines/channels/SendChannel;Ljava/lang/Throwable;ILjava/lang/Object;)Z
862
-
public static synthetic fun isFull (Lkotlinx/coroutines/channels/SendChannel;)Z
863
857
public static fun offer (Lkotlinx/coroutines/channels/SendChannel;Ljava/lang/Object;)Z
0 commit comments