Skip to content

Commit 44e5792

Browse files
Apply changes from apiDump
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5f5507e commit 44e5792

4 files changed

Lines changed: 36 additions & 0 deletions

File tree

workflow-core/api/workflow-core.api

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ public final class com/squareup/workflow1/PropsUpdated : com/squareup/workflow1/
162162
}
163163

164164
public final class com/squareup/workflow1/RuntimeConfigOptions : java/lang/Enum {
165+
public static final field COMPOSE_RUNTIME Lcom/squareup/workflow1/RuntimeConfigOptions;
165166
public static final field CONFLATE_STALE_RENDERINGS Lcom/squareup/workflow1/RuntimeConfigOptions;
166167
public static final field Companion Lcom/squareup/workflow1/RuntimeConfigOptions$Companion;
167168
public static final field DRAIN_EXCLUSIVE_ACTIONS Lcom/squareup/workflow1/RuntimeConfigOptions;
@@ -182,6 +183,7 @@ public final class com/squareup/workflow1/RuntimeConfigOptions$Companion {
182183

183184
public final class com/squareup/workflow1/RuntimeConfigOptions$Companion$RuntimeOptions : java/lang/Enum {
184185
public static final field ALL Lcom/squareup/workflow1/RuntimeConfigOptions$Companion$RuntimeOptions;
186+
public static final field COMPOSE_RUNTIME_ONLY Lcom/squareup/workflow1/RuntimeConfigOptions$Companion$RuntimeOptions;
185187
public static final field CONFLATE Lcom/squareup/workflow1/RuntimeConfigOptions$Companion$RuntimeOptions;
186188
public static final field CONFLATE_DRAIN Lcom/squareup/workflow1/RuntimeConfigOptions$Companion$RuntimeOptions;
187189
public static final field CONFLATE_DRAIN_STEAL Lcom/squareup/workflow1/RuntimeConfigOptions$Companion$RuntimeOptions;
@@ -485,6 +487,7 @@ public abstract interface class com/squareup/workflow1/WorkflowTracer {
485487

486488
public final class com/squareup/workflow1/WorkflowTracerKt {
487489
public static final fun trace (Lcom/squareup/workflow1/WorkflowTracer;Ljava/lang/String;Lkotlin/jvm/functions/Function0;)Ljava/lang/Object;
490+
public static final fun traceNoFinally (Lcom/squareup/workflow1/WorkflowTracer;Ljava/lang/String;Lkotlin/jvm/functions/Function0;)Ljava/lang/Object;
488491
}
489492

490493
public final class com/squareup/workflow1/Workflows {

workflow-runtime/api/android/workflow-runtime.api

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
public final class com/squareup/workflow1/NoopWorkflowInterceptor : com/squareup/workflow1/WorkflowInterceptor {
2+
public static final field $stable I
23
public static final field INSTANCE Lcom/squareup/workflow1/NoopWorkflowInterceptor;
34
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;
45
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 {
1718
}
1819

1920
public final class com/squareup/workflow1/RenderingAndSnapshot {
21+
public static final field $stable I
2022
public fun <init> (Ljava/lang/Object;Lcom/squareup/workflow1/TreeSnapshot;)V
2123
public final fun component1 ()Ljava/lang/Object;
2224
public final fun component2 ()Lcom/squareup/workflow1/TreeSnapshot;
@@ -25,6 +27,7 @@ public final class com/squareup/workflow1/RenderingAndSnapshot {
2527
}
2628

2729
public class com/squareup/workflow1/SimpleLoggingWorkflowInterceptor : com/squareup/workflow1/WorkflowInterceptor {
30+
public static final field $stable I
2831
public fun <init> ()V
2932
protected fun log (Ljava/lang/String;)V
3033
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
4245
}
4346

4447
public final class com/squareup/workflow1/TreeSnapshot {
48+
public static final field $stable I
4549
public static final field Companion Lcom/squareup/workflow1/TreeSnapshot$Companion;
4650
public fun equals (Ljava/lang/Object;)Z
4751
public fun hashCode ()I
@@ -93,27 +97,31 @@ public final class com/squareup/workflow1/WorkflowInterceptor$RenderContextInter
9397
}
9498

9599
public final class com/squareup/workflow1/WorkflowInterceptor$RenderPassSkipped : com/squareup/workflow1/WorkflowInterceptor$RuntimeUpdate {
100+
public static final field $stable I
96101
public static final field INSTANCE Lcom/squareup/workflow1/WorkflowInterceptor$RenderPassSkipped;
97102
public fun equals (Ljava/lang/Object;)Z
98103
public fun hashCode ()I
99104
public fun toString ()Ljava/lang/String;
100105
}
101106

102107
public final class com/squareup/workflow1/WorkflowInterceptor$RenderingConflated : com/squareup/workflow1/WorkflowInterceptor$RuntimeUpdate {
108+
public static final field $stable I
103109
public static final field INSTANCE Lcom/squareup/workflow1/WorkflowInterceptor$RenderingConflated;
104110
public fun equals (Ljava/lang/Object;)Z
105111
public fun hashCode ()I
106112
public fun toString ()Ljava/lang/String;
107113
}
108114

109115
public final class com/squareup/workflow1/WorkflowInterceptor$RenderingProduced : com/squareup/workflow1/WorkflowInterceptor$RuntimeUpdate {
116+
public static final field $stable I
110117
public static final field INSTANCE Lcom/squareup/workflow1/WorkflowInterceptor$RenderingProduced;
111118
public fun equals (Ljava/lang/Object;)Z
112119
public fun hashCode ()I
113120
public fun toString ()Ljava/lang/String;
114121
}
115122

116123
public final class com/squareup/workflow1/WorkflowInterceptor$RuntimeSettled : com/squareup/workflow1/WorkflowInterceptor$RuntimeUpdate {
124+
public static final field $stable I
117125
public static final field INSTANCE Lcom/squareup/workflow1/WorkflowInterceptor$RuntimeSettled;
118126
public fun equals (Ljava/lang/Object;)Z
119127
public fun hashCode ()I
@@ -157,3 +165,11 @@ public final class com/squareup/workflow1/internal/Throwables_androidKt {
157165
public static final fun withKey (Ljava/lang/Throwable;Ljava/lang/Object;)Ljava/lang/Throwable;
158166
}
159167

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;
174+
}
175+

workflow-runtime/api/jvm/workflow-runtime.api

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
public final class com/squareup/workflow1/NoopWorkflowInterceptor : com/squareup/workflow1/WorkflowInterceptor {
2+
public static final field $stable I
23
public static final field INSTANCE Lcom/squareup/workflow1/NoopWorkflowInterceptor;
34
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;
45
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 {
1718
}
1819

1920
public final class com/squareup/workflow1/RenderingAndSnapshot {
21+
public static final field $stable I
2022
public fun <init> (Ljava/lang/Object;Lcom/squareup/workflow1/TreeSnapshot;)V
2123
public final fun component1 ()Ljava/lang/Object;
2224
public final fun component2 ()Lcom/squareup/workflow1/TreeSnapshot;
@@ -25,6 +27,7 @@ public final class com/squareup/workflow1/RenderingAndSnapshot {
2527
}
2628

2729
public class com/squareup/workflow1/SimpleLoggingWorkflowInterceptor : com/squareup/workflow1/WorkflowInterceptor {
30+
public static final field $stable I
2831
public fun <init> ()V
2932
protected fun log (Ljava/lang/String;)V
3033
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
4245
}
4346

4447
public final class com/squareup/workflow1/TreeSnapshot {
48+
public static final field $stable I
4549
public static final field Companion Lcom/squareup/workflow1/TreeSnapshot$Companion;
4650
public fun equals (Ljava/lang/Object;)Z
4751
public fun hashCode ()I
@@ -93,27 +97,31 @@ public final class com/squareup/workflow1/WorkflowInterceptor$RenderContextInter
9397
}
9498

9599
public final class com/squareup/workflow1/WorkflowInterceptor$RenderPassSkipped : com/squareup/workflow1/WorkflowInterceptor$RuntimeUpdate {
100+
public static final field $stable I
96101
public static final field INSTANCE Lcom/squareup/workflow1/WorkflowInterceptor$RenderPassSkipped;
97102
public fun equals (Ljava/lang/Object;)Z
98103
public fun hashCode ()I
99104
public fun toString ()Ljava/lang/String;
100105
}
101106

102107
public final class com/squareup/workflow1/WorkflowInterceptor$RenderingConflated : com/squareup/workflow1/WorkflowInterceptor$RuntimeUpdate {
108+
public static final field $stable I
103109
public static final field INSTANCE Lcom/squareup/workflow1/WorkflowInterceptor$RenderingConflated;
104110
public fun equals (Ljava/lang/Object;)Z
105111
public fun hashCode ()I
106112
public fun toString ()Ljava/lang/String;
107113
}
108114

109115
public final class com/squareup/workflow1/WorkflowInterceptor$RenderingProduced : com/squareup/workflow1/WorkflowInterceptor$RuntimeUpdate {
116+
public static final field $stable I
110117
public static final field INSTANCE Lcom/squareup/workflow1/WorkflowInterceptor$RenderingProduced;
111118
public fun equals (Ljava/lang/Object;)Z
112119
public fun hashCode ()I
113120
public fun toString ()Ljava/lang/String;
114121
}
115122

116123
public final class com/squareup/workflow1/WorkflowInterceptor$RuntimeSettled : com/squareup/workflow1/WorkflowInterceptor$RuntimeUpdate {
124+
public static final field $stable I
117125
public static final field INSTANCE Lcom/squareup/workflow1/WorkflowInterceptor$RuntimeSettled;
118126
public fun equals (Ljava/lang/Object;)Z
119127
public fun hashCode ()I
@@ -147,3 +155,11 @@ public final class com/squareup/workflow1/internal/Throwables_jvmKt {
147155
public static final fun withKey (Ljava/lang/Throwable;Ljava/lang/Object;)Ljava/lang/Throwable;
148156
}
149157

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;
164+
}
165+

workflow-ui/core-common/api/core-common.api

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ public final class com/squareup/workflow1/ui/EnvironmentScreen : com/squareup/wo
5151
public final class com/squareup/workflow1/ui/EnvironmentScreenKt {
5252
public static final fun withEnvironment (Lcom/squareup/workflow1/ui/Screen;Lcom/squareup/workflow1/ui/ViewEnvironment;)Lcom/squareup/workflow1/ui/EnvironmentScreen;
5353
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;
5455
public static synthetic fun withEnvironment$default (Lcom/squareup/workflow1/ui/Screen;Lcom/squareup/workflow1/ui/ViewEnvironment;ILjava/lang/Object;)Lcom/squareup/workflow1/ui/EnvironmentScreen;
5556
public static final fun withRegistry (Lcom/squareup/workflow1/ui/Screen;Lcom/squareup/workflow1/ui/ViewRegistry;)Lcom/squareup/workflow1/ui/EnvironmentScreen;
5657
}

0 commit comments

Comments
 (0)