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: workflow-runtime/api/android/workflow-runtime.api
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
public final class com/squareup/workflow1/NoopWorkflowInterceptor : com/squareup/workflow1/WorkflowInterceptor {
2
+
public static final field $stable I
2
3
public static final field INSTANCE Lcom/squareup/workflow1/NoopWorkflowInterceptor;
3
4
public fun onInitialState (Ljava/lang/Object;Lcom/squareup/workflow1/Snapshot;Lkotlinx/coroutines/CoroutineScope;Lkotlin/jvm/functions/Function3;Lcom/squareup/workflow1/WorkflowInterceptor$WorkflowSession;)Ljava/lang/Object;
4
5
public fun onPropsChanged (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Lkotlin/jvm/functions/Function3;Lcom/squareup/workflow1/WorkflowInterceptor$WorkflowSession;)Ljava/lang/Object;
@@ -17,6 +18,7 @@ public final class com/squareup/workflow1/RenderWorkflowKt {
17
18
}
18
19
19
20
public final class com/squareup/workflow1/RenderingAndSnapshot {
21
+
public static final field $stable I
20
22
public fun <init> (Ljava/lang/Object;Lcom/squareup/workflow1/TreeSnapshot;)V
21
23
public final fun component1 ()Ljava/lang/Object;
22
24
public final fun component2 ()Lcom/squareup/workflow1/TreeSnapshot;
@@ -25,6 +27,7 @@ public final class com/squareup/workflow1/RenderingAndSnapshot {
25
27
}
26
28
27
29
public class com/squareup/workflow1/SimpleLoggingWorkflowInterceptor : com/squareup/workflow1/WorkflowInterceptor {
30
+
public static final field $stable I
28
31
public fun <init> ()V
29
32
protected fun log (Ljava/lang/String;)V
30
33
protected fun logAfterMethod (Ljava/lang/String;Lcom/squareup/workflow1/WorkflowInterceptor$WorkflowSession;[Lkotlin/Pair;)V
@@ -42,6 +45,7 @@ public class com/squareup/workflow1/SimpleLoggingWorkflowInterceptor : com/squar
42
45
}
43
46
44
47
public final class com/squareup/workflow1/TreeSnapshot {
48
+
public static final field $stable I
45
49
public static final field Companion Lcom/squareup/workflow1/TreeSnapshot$Companion;
46
50
public fun equals (Ljava/lang/Object;)Z
47
51
public fun hashCode ()I
@@ -93,27 +97,31 @@ public final class com/squareup/workflow1/WorkflowInterceptor$RenderContextInter
93
97
}
94
98
95
99
public final class com/squareup/workflow1/WorkflowInterceptor$RenderPassSkipped : com/squareup/workflow1/WorkflowInterceptor$RuntimeUpdate {
100
+
public static final field $stable I
96
101
public static final field INSTANCE Lcom/squareup/workflow1/WorkflowInterceptor$RenderPassSkipped;
97
102
public fun equals (Ljava/lang/Object;)Z
98
103
public fun hashCode ()I
99
104
public fun toString ()Ljava/lang/String;
100
105
}
101
106
102
107
public final class com/squareup/workflow1/WorkflowInterceptor$RenderingConflated : com/squareup/workflow1/WorkflowInterceptor$RuntimeUpdate {
108
+
public static final field $stable I
103
109
public static final field INSTANCE Lcom/squareup/workflow1/WorkflowInterceptor$RenderingConflated;
104
110
public fun equals (Ljava/lang/Object;)Z
105
111
public fun hashCode ()I
106
112
public fun toString ()Ljava/lang/String;
107
113
}
108
114
109
115
public final class com/squareup/workflow1/WorkflowInterceptor$RenderingProduced : com/squareup/workflow1/WorkflowInterceptor$RuntimeUpdate {
116
+
public static final field $stable I
110
117
public static final field INSTANCE Lcom/squareup/workflow1/WorkflowInterceptor$RenderingProduced;
111
118
public fun equals (Ljava/lang/Object;)Z
112
119
public fun hashCode ()I
113
120
public fun toString ()Ljava/lang/String;
114
121
}
115
122
116
123
public final class com/squareup/workflow1/WorkflowInterceptor$RuntimeSettled : com/squareup/workflow1/WorkflowInterceptor$RuntimeUpdate {
124
+
public static final field $stable I
117
125
public static final field INSTANCE Lcom/squareup/workflow1/WorkflowInterceptor$RuntimeSettled;
118
126
public fun equals (Ljava/lang/Object;)Z
119
127
public fun hashCode ()I
@@ -157,3 +165,11 @@ public final class com/squareup/workflow1/internal/Throwables_androidKt {
157
165
public static final fun withKey (Ljava/lang/Throwable;Ljava/lang/Object;)Ljava/lang/Throwable;
158
166
}
159
167
168
+
public final class com/squareup/workflow1/internal/compose/RememberComposableKt {
169
+
public static final fun rSKC_after (Ljava/lang/Object;Landroidx/compose/runtime/Composer;)Ljava/lang/Object;
170
+
public static final fun rSKC_before (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Landroidx/compose/runtime/Composer;I)Z
171
+
public static synthetic fun rSKC_before$default (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Landroidx/compose/runtime/Composer;IILjava/lang/Object;)Z
172
+
public static final fun rememberSkippableAndRestartableComposableImpl (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Lkotlin/jvm/functions/Function2;Landroidx/compose/runtime/RecomposeScope;Landroidx/compose/runtime/Composer;IZ)Ljava/lang/Object;
173
+
public static final fun rememberSkippableComposableImpl (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Lkotlin/jvm/functions/Function2;Landroidx/compose/runtime/Composer;I)Ljava/lang/Object;
Copy file name to clipboardExpand all lines: workflow-runtime/api/jvm/workflow-runtime.api
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
public final class com/squareup/workflow1/NoopWorkflowInterceptor : com/squareup/workflow1/WorkflowInterceptor {
2
+
public static final field $stable I
2
3
public static final field INSTANCE Lcom/squareup/workflow1/NoopWorkflowInterceptor;
3
4
public fun onInitialState (Ljava/lang/Object;Lcom/squareup/workflow1/Snapshot;Lkotlinx/coroutines/CoroutineScope;Lkotlin/jvm/functions/Function3;Lcom/squareup/workflow1/WorkflowInterceptor$WorkflowSession;)Ljava/lang/Object;
4
5
public fun onPropsChanged (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Lkotlin/jvm/functions/Function3;Lcom/squareup/workflow1/WorkflowInterceptor$WorkflowSession;)Ljava/lang/Object;
@@ -17,6 +18,7 @@ public final class com/squareup/workflow1/RenderWorkflowKt {
17
18
}
18
19
19
20
public final class com/squareup/workflow1/RenderingAndSnapshot {
21
+
public static final field $stable I
20
22
public fun <init> (Ljava/lang/Object;Lcom/squareup/workflow1/TreeSnapshot;)V
21
23
public final fun component1 ()Ljava/lang/Object;
22
24
public final fun component2 ()Lcom/squareup/workflow1/TreeSnapshot;
@@ -25,6 +27,7 @@ public final class com/squareup/workflow1/RenderingAndSnapshot {
25
27
}
26
28
27
29
public class com/squareup/workflow1/SimpleLoggingWorkflowInterceptor : com/squareup/workflow1/WorkflowInterceptor {
30
+
public static final field $stable I
28
31
public fun <init> ()V
29
32
protected fun log (Ljava/lang/String;)V
30
33
protected fun logAfterMethod (Ljava/lang/String;Lcom/squareup/workflow1/WorkflowInterceptor$WorkflowSession;[Lkotlin/Pair;)V
@@ -42,6 +45,7 @@ public class com/squareup/workflow1/SimpleLoggingWorkflowInterceptor : com/squar
42
45
}
43
46
44
47
public final class com/squareup/workflow1/TreeSnapshot {
48
+
public static final field $stable I
45
49
public static final field Companion Lcom/squareup/workflow1/TreeSnapshot$Companion;
46
50
public fun equals (Ljava/lang/Object;)Z
47
51
public fun hashCode ()I
@@ -93,27 +97,31 @@ public final class com/squareup/workflow1/WorkflowInterceptor$RenderContextInter
93
97
}
94
98
95
99
public final class com/squareup/workflow1/WorkflowInterceptor$RenderPassSkipped : com/squareup/workflow1/WorkflowInterceptor$RuntimeUpdate {
100
+
public static final field $stable I
96
101
public static final field INSTANCE Lcom/squareup/workflow1/WorkflowInterceptor$RenderPassSkipped;
97
102
public fun equals (Ljava/lang/Object;)Z
98
103
public fun hashCode ()I
99
104
public fun toString ()Ljava/lang/String;
100
105
}
101
106
102
107
public final class com/squareup/workflow1/WorkflowInterceptor$RenderingConflated : com/squareup/workflow1/WorkflowInterceptor$RuntimeUpdate {
108
+
public static final field $stable I
103
109
public static final field INSTANCE Lcom/squareup/workflow1/WorkflowInterceptor$RenderingConflated;
104
110
public fun equals (Ljava/lang/Object;)Z
105
111
public fun hashCode ()I
106
112
public fun toString ()Ljava/lang/String;
107
113
}
108
114
109
115
public final class com/squareup/workflow1/WorkflowInterceptor$RenderingProduced : com/squareup/workflow1/WorkflowInterceptor$RuntimeUpdate {
116
+
public static final field $stable I
110
117
public static final field INSTANCE Lcom/squareup/workflow1/WorkflowInterceptor$RenderingProduced;
111
118
public fun equals (Ljava/lang/Object;)Z
112
119
public fun hashCode ()I
113
120
public fun toString ()Ljava/lang/String;
114
121
}
115
122
116
123
public final class com/squareup/workflow1/WorkflowInterceptor$RuntimeSettled : com/squareup/workflow1/WorkflowInterceptor$RuntimeUpdate {
124
+
public static final field $stable I
117
125
public static final field INSTANCE Lcom/squareup/workflow1/WorkflowInterceptor$RuntimeSettled;
118
126
public fun equals (Ljava/lang/Object;)Z
119
127
public fun hashCode ()I
@@ -147,3 +155,11 @@ public final class com/squareup/workflow1/internal/Throwables_jvmKt {
147
155
public static final fun withKey (Ljava/lang/Throwable;Ljava/lang/Object;)Ljava/lang/Throwable;
148
156
}
149
157
158
+
public final class com/squareup/workflow1/internal/compose/RememberComposableKt {
159
+
public static final fun rSKC_after (Ljava/lang/Object;Landroidx/compose/runtime/Composer;)Ljava/lang/Object;
160
+
public static final fun rSKC_before (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Landroidx/compose/runtime/Composer;I)Z
161
+
public static synthetic fun rSKC_before$default (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Landroidx/compose/runtime/Composer;IILjava/lang/Object;)Z
162
+
public static final fun rememberSkippableAndRestartableComposableImpl (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Lkotlin/jvm/functions/Function2;Landroidx/compose/runtime/RecomposeScope;Landroidx/compose/runtime/Composer;IZ)Ljava/lang/Object;
163
+
public static final fun rememberSkippableComposableImpl (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Lkotlin/jvm/functions/Function2;Landroidx/compose/runtime/Composer;I)Ljava/lang/Object;
Copy file name to clipboardExpand all lines: workflow-ui/core-common/api/core-common.api
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ public final class com/squareup/workflow1/ui/EnvironmentScreen : com/squareup/wo
51
51
public final class com/squareup/workflow1/ui/EnvironmentScreenKt {
52
52
public static final fun withEnvironment (Lcom/squareup/workflow1/ui/Screen;Lcom/squareup/workflow1/ui/ViewEnvironment;)Lcom/squareup/workflow1/ui/EnvironmentScreen;
53
53
public static final fun withEnvironment (Lcom/squareup/workflow1/ui/Screen;Lkotlin/Pair;)Lcom/squareup/workflow1/ui/EnvironmentScreen;
54
+
public static final fun withEnvironment (Lcom/squareup/workflow1/ui/Screen;Lkotlin/jvm/functions/Function1;)Lcom/squareup/workflow1/ui/EnvironmentScreen;
54
55
public static synthetic fun withEnvironment$default (Lcom/squareup/workflow1/ui/Screen;Lcom/squareup/workflow1/ui/ViewEnvironment;ILjava/lang/Object;)Lcom/squareup/workflow1/ui/EnvironmentScreen;
55
56
public static final fun withRegistry (Lcom/squareup/workflow1/ui/Screen;Lcom/squareup/workflow1/ui/ViewRegistry;)Lcom/squareup/workflow1/ui/EnvironmentScreen;
0 commit comments