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: common/api/android/compose-multiplatform-html-unified-common.api
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,25 @@ public abstract class com/huanshankeji/compose/ext/LoadingState {
22
22
public final class com/huanshankeji/compose/ext/LoadingState$Error : com/huanshankeji/compose/ext/LoadingState {
23
23
public static final field $stable I
24
24
public fun <init> (Ljava/lang/Object;)V
25
+
public final fun component1 ()Ljava/lang/Object;
26
+
public final fun copy (Ljava/lang/Object;)Lcom/huanshankeji/compose/ext/LoadingState$Error;
27
+
public static synthetic fun copy$default (Lcom/huanshankeji/compose/ext/LoadingState$Error;Ljava/lang/Object;ILjava/lang/Object;)Lcom/huanshankeji/compose/ext/LoadingState$Error;
28
+
public fun equals (Ljava/lang/Object;)Z
25
29
public final fun getError ()Ljava/lang/Object;
30
+
public fun hashCode ()I
31
+
public fun toString ()Ljava/lang/String;
26
32
}
27
33
28
34
public final class com/huanshankeji/compose/ext/LoadingState$Loaded : com/huanshankeji/compose/ext/LoadingState {
29
35
public static final field $stable I
30
36
public fun <init> (Ljava/lang/Object;)V
37
+
public final fun component1 ()Ljava/lang/Object;
38
+
public final fun copy (Ljava/lang/Object;)Lcom/huanshankeji/compose/ext/LoadingState$Loaded;
39
+
public static synthetic fun copy$default (Lcom/huanshankeji/compose/ext/LoadingState$Loaded;Ljava/lang/Object;ILjava/lang/Object;)Lcom/huanshankeji/compose/ext/LoadingState$Loaded;
40
+
public fun equals (Ljava/lang/Object;)Z
31
41
public final fun getValue ()Ljava/lang/Object;
42
+
public fun hashCode ()I
43
+
public fun toString ()Ljava/lang/String;
32
44
}
33
45
34
46
public final class com/huanshankeji/compose/ext/LoadingState$Loading : com/huanshankeji/compose/ext/LoadingState {
Copy file name to clipboardExpand all lines: common/api/compose-multiplatform-html-unified-common.klib.api
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -686,13 +686,25 @@ sealed class <#A: out kotlin/Any?, #B: out kotlin/Any?> com.huanshankeji.compose
686
686
687
687
final val error // com.huanshankeji.compose.ext/LoadingState.Error.error|{}error[0]
688
688
final fun <get-error>(): #A1 // com.huanshankeji.compose.ext/LoadingState.Error.error.<get-error>|<get-error>(){}[0]
689
+
690
+
final fun component1(): #A1 // com.huanshankeji.compose.ext/LoadingState.Error.component1|component1(){}[0]
691
+
final fun copy(#A1 = ...): com.huanshankeji.compose.ext/LoadingState.Error<#A1> // com.huanshankeji.compose.ext/LoadingState.Error.copy|copy(1:0){}[0]
692
+
final fun equals(kotlin/Any?): kotlin/Boolean // com.huanshankeji.compose.ext/LoadingState.Error.equals|equals(kotlin.Any?){}[0]
693
+
final fun hashCode(): kotlin/Int // com.huanshankeji.compose.ext/LoadingState.Error.hashCode|hashCode(){}[0]
694
+
final fun toString(): kotlin/String // com.huanshankeji.compose.ext/LoadingState.Error.toString|toString(){}[0]
689
695
}
690
696
691
697
final class <#A1: out kotlin/Any?> Loaded : com.huanshankeji.compose.ext/LoadingState<#A1, kotlin/Nothing> { // com.huanshankeji.compose.ext/LoadingState.Loaded|null[0]
final val value // com.huanshankeji.compose.ext/LoadingState.Loaded.value|{}value[0]
695
701
final fun <get-value>(): #A1 // com.huanshankeji.compose.ext/LoadingState.Loaded.value.<get-value>|<get-value>(){}[0]
702
+
703
+
final fun component1(): #A1 // com.huanshankeji.compose.ext/LoadingState.Loaded.component1|component1(){}[0]
704
+
final fun copy(#A1 = ...): com.huanshankeji.compose.ext/LoadingState.Loaded<#A1> // com.huanshankeji.compose.ext/LoadingState.Loaded.copy|copy(1:0){}[0]
705
+
final fun equals(kotlin/Any?): kotlin/Boolean // com.huanshankeji.compose.ext/LoadingState.Loaded.equals|equals(kotlin.Any?){}[0]
706
+
final fun hashCode(): kotlin/Int // com.huanshankeji.compose.ext/LoadingState.Loaded.hashCode|hashCode(){}[0]
707
+
final fun toString(): kotlin/String // com.huanshankeji.compose.ext/LoadingState.Loaded.toString|toString(){}[0]
696
708
}
697
709
698
710
final object Loading : com.huanshankeji.compose.ext/LoadingState<kotlin/Nothing, kotlin/Nothing> // com.huanshankeji.compose.ext/LoadingState.Loading|null[0]
Copy file name to clipboardExpand all lines: common/api/jvm/compose-multiplatform-html-unified-common.api
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,25 @@ public abstract class com/huanshankeji/compose/ext/LoadingState {
22
22
public final class com/huanshankeji/compose/ext/LoadingState$Error : com/huanshankeji/compose/ext/LoadingState {
23
23
public static final field $stable I
24
24
public fun <init> (Ljava/lang/Object;)V
25
+
public final fun component1 ()Ljava/lang/Object;
26
+
public final fun copy (Ljava/lang/Object;)Lcom/huanshankeji/compose/ext/LoadingState$Error;
27
+
public static synthetic fun copy$default (Lcom/huanshankeji/compose/ext/LoadingState$Error;Ljava/lang/Object;ILjava/lang/Object;)Lcom/huanshankeji/compose/ext/LoadingState$Error;
28
+
public fun equals (Ljava/lang/Object;)Z
25
29
public final fun getError ()Ljava/lang/Object;
30
+
public fun hashCode ()I
31
+
public fun toString ()Ljava/lang/String;
26
32
}
27
33
28
34
public final class com/huanshankeji/compose/ext/LoadingState$Loaded : com/huanshankeji/compose/ext/LoadingState {
29
35
public static final field $stable I
30
36
public fun <init> (Ljava/lang/Object;)V
37
+
public final fun component1 ()Ljava/lang/Object;
38
+
public final fun copy (Ljava/lang/Object;)Lcom/huanshankeji/compose/ext/LoadingState$Loaded;
39
+
public static synthetic fun copy$default (Lcom/huanshankeji/compose/ext/LoadingState$Loaded;Ljava/lang/Object;ILjava/lang/Object;)Lcom/huanshankeji/compose/ext/LoadingState$Loaded;
40
+
public fun equals (Ljava/lang/Object;)Z
31
41
public final fun getValue ()Ljava/lang/Object;
42
+
public fun hashCode ()I
43
+
public fun toString ()Ljava/lang/String;
32
44
}
33
45
34
46
public final class com/huanshankeji/compose/ext/LoadingState$Loading : com/huanshankeji/compose/ext/LoadingState {
0 commit comments