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
+41-4Lines changed: 41 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -164,6 +164,9 @@ public final class com/squareup/workflow1/TypedWorker : com/squareup/workflow1/W
164
164
public fun toString ()Ljava/lang/String;
165
165
}
166
166
167
+
public final class com/squareup/workflow1/Void {
168
+
}
169
+
167
170
public abstract interface class com/squareup/workflow1/Worker {
168
171
public static final field Companion Lcom/squareup/workflow1/Worker$Companion;
169
172
public abstract fun doesSameWorkAs (Lcom/squareup/workflow1/Worker;)Z
@@ -228,10 +231,10 @@ public final class com/squareup/workflow1/WorkflowAction$Updater {
228
231
229
232
public final class com/squareup/workflow1/WorkflowIdentifier {
230
233
public static final field Companion Lcom/squareup/workflow1/WorkflowIdentifier$Companion;
231
-
public fun <init> (Lkotlin/reflect/KAnnotatedElement;Lcom/squareup/workflow1/WorkflowIdentifier;Lkotlin/jvm/functions/Function0;)V
232
-
public synthetic fun <init> (Lkotlin/reflect/KAnnotatedElement;Lcom/squareup/workflow1/WorkflowIdentifier;Lkotlin/jvm/functions/Function0;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
234
+
public fun <init> (Lcom/squareup/workflow1/WorkflowIdentifierType;Lcom/squareup/workflow1/WorkflowIdentifier;Lkotlin/jvm/functions/Function0;)V
235
+
public synthetic fun <init> (Lcom/squareup/workflow1/WorkflowIdentifierType;Lcom/squareup/workflow1/WorkflowIdentifier;Lkotlin/jvm/functions/Function0;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
233
236
public fun equals (Ljava/lang/Object;)Z
234
-
public final fun getRealIdentifierType ()Lkotlin/reflect/KAnnotatedElement;
237
+
public final fun getRealIdentifierType ()Lcom/squareup/workflow1/WorkflowIdentifierType;
235
238
public fun hashCode ()I
236
239
public final fun toByteStringOrNull ()Lokio/ByteString;
237
240
public fun toString ()Ljava/lang/String;
@@ -241,6 +244,41 @@ public final class com/squareup/workflow1/WorkflowIdentifier$Companion {
241
244
public final fun parse (Lokio/ByteString;)Lcom/squareup/workflow1/WorkflowIdentifier;
242
245
}
243
246
247
+
public final class com/squareup/workflow1/WorkflowIdentifierExKt {
248
+
public static final fun getWorkflowIdentifier (Lkotlin/reflect/KClass;)Lcom/squareup/workflow1/WorkflowIdentifier;
249
+
}
250
+
251
+
public abstract class com/squareup/workflow1/WorkflowIdentifierType {
252
+
public abstract fun getTypeName ()Ljava/lang/String;
253
+
}
254
+
255
+
public final class com/squareup/workflow1/WorkflowIdentifierType$Snapshottable : com/squareup/workflow1/WorkflowIdentifierType {
256
+
public fun <init> (Ljava/lang/String;Lkotlin/reflect/KClass;)V
257
+
public synthetic fun <init> (Ljava/lang/String;Lkotlin/reflect/KClass;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
258
+
public fun <init> (Lkotlin/reflect/KClass;)V
259
+
public final fun component1 ()Ljava/lang/String;
260
+
public final fun component2 ()Lkotlin/reflect/KClass;
261
+
public final fun copy (Ljava/lang/String;Lkotlin/reflect/KClass;)Lcom/squareup/workflow1/WorkflowIdentifierType$Snapshottable;
262
+
public static synthetic fun copy$default (Lcom/squareup/workflow1/WorkflowIdentifierType$Snapshottable;Ljava/lang/String;Lkotlin/reflect/KClass;ILjava/lang/Object;)Lcom/squareup/workflow1/WorkflowIdentifierType$Snapshottable;
263
+
public fun equals (Ljava/lang/Object;)Z
264
+
public final fun getKClass ()Lkotlin/reflect/KClass;
265
+
public fun getTypeName ()Ljava/lang/String;
266
+
public fun hashCode ()I
267
+
public fun toString ()Ljava/lang/String;
268
+
}
269
+
270
+
public final class com/squareup/workflow1/WorkflowIdentifierType$Unsnapshottable : com/squareup/workflow1/WorkflowIdentifierType {
271
+
public fun <init> (Lkotlin/reflect/KType;)V
272
+
public final fun component1 ()Lkotlin/reflect/KType;
273
+
public final fun copy (Lkotlin/reflect/KType;)Lcom/squareup/workflow1/WorkflowIdentifierType$Unsnapshottable;
274
+
public static synthetic fun copy$default (Lcom/squareup/workflow1/WorkflowIdentifierType$Unsnapshottable;Lkotlin/reflect/KType;ILjava/lang/Object;)Lcom/squareup/workflow1/WorkflowIdentifierType$Unsnapshottable;
275
+
public fun equals (Ljava/lang/Object;)Z
276
+
public final fun getKType ()Lkotlin/reflect/KType;
277
+
public fun getTypeName ()Ljava/lang/String;
278
+
public fun hashCode ()I
279
+
public fun toString ()Ljava/lang/String;
280
+
}
281
+
244
282
public final class com/squareup/workflow1/WorkflowOutput {
245
283
public fun <init> (Ljava/lang/Object;)V
246
284
public fun equals (Ljava/lang/Object;)Z
@@ -266,7 +304,6 @@ public final class com/squareup/workflow1/Workflows {
266
304
public static final fun collectToSink (Lkotlinx/coroutines/flow/Flow;Lcom/squareup/workflow1/Sink;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
267
305
public static final fun contraMap (Lcom/squareup/workflow1/Sink;Lkotlin/jvm/functions/Function1;)Lcom/squareup/workflow1/Sink;
268
306
public static final fun getIdentifier (Lcom/squareup/workflow1/Workflow;)Lcom/squareup/workflow1/WorkflowIdentifier;
269
-
public static final fun getWorkflowIdentifier (Lkotlin/reflect/KClass;)Lcom/squareup/workflow1/WorkflowIdentifier;
270
307
public static final fun mapRendering (Lcom/squareup/workflow1/Workflow;Lkotlin/jvm/functions/Function1;)Lcom/squareup/workflow1/Workflow;
271
308
public static final fun renderChild (Lcom/squareup/workflow1/BaseRenderContext;Lcom/squareup/workflow1/Workflow;Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
272
309
public static final fun renderChild (Lcom/squareup/workflow1/BaseRenderContext;Lcom/squareup/workflow1/Workflow;Ljava/lang/String;)Ljava/lang/Object;
0 commit comments