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
+3-2
Original file line number
Diff line number
Diff line change
@@ -173,12 +173,12 @@ public final class com/squareup/workflow/WorkflowIdentifier {
173
173
public static final field Companion Lcom/squareup/workflow/WorkflowIdentifier$Companion;
174
174
public fun equals (Ljava/lang/Object;)Z
175
175
public fun hashCode ()I
176
+
public final fun toByteStringOrNull ()Lokio/ByteString;
176
177
public fun toString ()Ljava/lang/String;
177
-
public final fun write (Lokio/BufferedSink;)V
178
178
}
179
179
180
180
public final class com/squareup/workflow/WorkflowIdentifier$Companion {
181
-
public final fun read (Lokio/BufferedSource;)Lcom/squareup/workflow/WorkflowIdentifier;
181
+
public final fun parse (Lokio/ByteString;)Lcom/squareup/workflow/WorkflowIdentifier;
182
182
}
183
183
184
184
public final class com/squareup/workflow/WorkflowOutput {
@@ -226,6 +226,7 @@ public final class com/squareup/workflow/Workflows {
226
226
public static synthetic fun stateful$default (Lcom/squareup/workflow/Workflow$Companion;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function3;ILjava/lang/Object;)Lcom/squareup/workflow/StatefulWorkflow;
227
227
public static final fun stateless (Lcom/squareup/workflow/Workflow$Companion;Lkotlin/jvm/functions/Function2;)Lcom/squareup/workflow/Workflow;
228
228
public static final fun transform (Lcom/squareup/workflow/Worker;Lkotlin/jvm/functions/Function1;)Lcom/squareup/workflow/Worker;
229
+
public static final fun unsnapshottableIdentifier (Lkotlin/reflect/KType;)Lcom/squareup/workflow/WorkflowIdentifier;
229
230
public static final fun workflowAction (Lcom/squareup/workflow/StatefulWorkflow;Ljava/lang/String;Lkotlin/jvm/functions/Function1;)Lcom/squareup/workflow/WorkflowAction;
230
231
public static final fun workflowAction (Lcom/squareup/workflow/StatefulWorkflow;Lkotlin/jvm/functions/Function0;Lkotlin/jvm/functions/Function1;)Lcom/squareup/workflow/WorkflowAction;
231
232
public static synthetic fun workflowAction$default (Lcom/squareup/workflow/StatefulWorkflow;Ljava/lang/String;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lcom/squareup/workflow/WorkflowAction;
0 commit comments