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-core/api/workflow-core.api
+1-12Lines changed: 1 addition & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -257,6 +257,7 @@ public final class com/squareup/workflow1/StatefulWorkflow$Companion {
257
257
}
258
258
259
259
public final class com/squareup/workflow1/StatefulWorkflow$RenderContext : com/squareup/workflow1/BaseRenderContext {
260
+
public final fun asStatelessRenderContext ()Lcom/squareup/workflow1/StatelessWorkflow$RenderContext;
260
261
public final fun eventHandler (Ljava/lang/String;Ljava/lang/Boolean;Lkotlin/jvm/functions/Function1;)Lkotlin/jvm/functions/Function0;
261
262
public static synthetic fun eventHandler$default (Lcom/squareup/workflow1/StatefulWorkflow$RenderContext;Ljava/lang/String;Ljava/lang/Boolean;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lkotlin/jvm/functions/Function0;
262
263
public fun getActionSink ()Lcom/squareup/workflow1/Sink;
@@ -288,17 +289,6 @@ public final class com/squareup/workflow1/StatelessWorkflow$RenderContext : com/
288
289
public fun runningSideEffect (Ljava/lang/String;Lkotlin/jvm/functions/Function2;)V
289
290
}
290
291
291
-
public final class com/squareup/workflow1/StatelessWorkflow$StatelessAsStatefulWorkflow : com/squareup/workflow1/StatefulWorkflow {
292
-
public fun <init> (Lcom/squareup/workflow1/StatelessWorkflow;)V
293
-
public final fun clearCache ()V
294
-
public synthetic fun initialState (Ljava/lang/Object;Lcom/squareup/workflow1/Snapshot;)Ljava/lang/Object;
295
-
public fun initialState (Ljava/lang/Object;Lcom/squareup/workflow1/Snapshot;)V
296
-
public synthetic fun render (Ljava/lang/Object;Ljava/lang/Object;Lcom/squareup/workflow1/StatefulWorkflow$RenderContext;)Ljava/lang/Object;
297
-
public fun render (Ljava/lang/Object;Lkotlin/Unit;Lcom/squareup/workflow1/StatefulWorkflow$RenderContext;)Ljava/lang/Object;
298
-
public synthetic fun snapshotState (Ljava/lang/Object;)Lcom/squareup/workflow1/Snapshot;
299
-
public fun snapshotState (Lkotlin/Unit;)Lcom/squareup/workflow1/Snapshot;
300
-
}
301
-
302
292
public final class com/squareup/workflow1/TypedWorker : com/squareup/workflow1/Worker {
303
293
public fun <init> (Lkotlin/reflect/KType;Lkotlinx/coroutines/flow/Flow;)V
304
294
public fun doesSameWorkAs (Lcom/squareup/workflow1/Worker;)Z
@@ -424,7 +414,6 @@ public final class com/squareup/workflow1/WorkflowTracerKt {
424
414
425
415
public final class com/squareup/workflow1/Workflows {
426
416
public static final fun RenderContext (Lcom/squareup/workflow1/BaseRenderContext;Lcom/squareup/workflow1/StatefulWorkflow;)Lcom/squareup/workflow1/StatefulWorkflow$RenderContext;
427
-
public static final fun RenderContext (Lcom/squareup/workflow1/BaseRenderContext;Lcom/squareup/workflow1/StatelessWorkflow;)Lcom/squareup/workflow1/StatelessWorkflow$RenderContext;
428
417
public static final fun action (Lcom/squareup/workflow1/StatefulWorkflow;Ljava/lang/String;Lkotlin/jvm/functions/Function1;)Lcom/squareup/workflow1/WorkflowAction;
429
418
public static final fun action (Lcom/squareup/workflow1/StatefulWorkflow;Lkotlin/jvm/functions/Function0;Lkotlin/jvm/functions/Function1;)Lcom/squareup/workflow1/WorkflowAction;
430
419
public static final fun action (Lcom/squareup/workflow1/StatelessWorkflow;Ljava/lang/String;Lkotlin/jvm/functions/Function1;)Lcom/squareup/workflow1/WorkflowAction;
0 commit comments