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/workflow-runtime.api
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -89,24 +89,27 @@ public final class com/squareup/workflow1/WorkflowInterceptor$RenderContextInter
89
89
90
90
public final class com/squareup/workflow1/WorkflowInterceptor$RenderPassSkipped : com/squareup/workflow1/WorkflowInterceptor$RuntimeUpdate {
91
91
public static final field INSTANCE Lcom/squareup/workflow1/WorkflowInterceptor$RenderPassSkipped;
92
+
public fun equals (Ljava/lang/Object;)Z
93
+
public fun hashCode ()I
94
+
public fun toString ()Ljava/lang/String;
92
95
}
93
96
94
97
public final class com/squareup/workflow1/WorkflowInterceptor$RenderingConflated : com/squareup/workflow1/WorkflowInterceptor$RuntimeUpdate {
95
98
public static final field INSTANCE Lcom/squareup/workflow1/WorkflowInterceptor$RenderingConflated;
99
+
public fun equals (Ljava/lang/Object;)Z
100
+
public fun hashCode ()I
101
+
public fun toString ()Ljava/lang/String;
96
102
}
97
103
98
104
public final class com/squareup/workflow1/WorkflowInterceptor$RenderingProduced : com/squareup/workflow1/WorkflowInterceptor$RuntimeUpdate {
99
-
public static final synthetic fun box-impl (Lcom/squareup/workflow1/RenderingAndSnapshot;)Lcom/squareup/workflow1/WorkflowInterceptor$RenderingProduced;
100
-
public static fun constructor-impl (Lcom/squareup/workflow1/RenderingAndSnapshot;)Lcom/squareup/workflow1/RenderingAndSnapshot;
105
+
public fun <init> (Lcom/squareup/workflow1/RenderingAndSnapshot;)V
106
+
public final fun component1 ()Lcom/squareup/workflow1/RenderingAndSnapshot;
107
+
public final fun copy (Lcom/squareup/workflow1/RenderingAndSnapshot;)Lcom/squareup/workflow1/WorkflowInterceptor$RenderingProduced;
108
+
public static synthetic fun copy$default (Lcom/squareup/workflow1/WorkflowInterceptor$RenderingProduced;Lcom/squareup/workflow1/RenderingAndSnapshot;ILjava/lang/Object;)Lcom/squareup/workflow1/WorkflowInterceptor$RenderingProduced;
101
109
public fun equals (Ljava/lang/Object;)Z
102
-
public static fun equals-impl (Lcom/squareup/workflow1/RenderingAndSnapshot;Ljava/lang/Object;)Z
103
-
public static final fun equals-impl0 (Lcom/squareup/workflow1/RenderingAndSnapshot;Lcom/squareup/workflow1/RenderingAndSnapshot;)Z
104
110
public final fun getRenderingAndSnapshot ()Lcom/squareup/workflow1/RenderingAndSnapshot;
105
111
public fun hashCode ()I
106
-
public static fun hashCode-impl (Lcom/squareup/workflow1/RenderingAndSnapshot;)I
107
112
public fun toString ()Ljava/lang/String;
108
-
public static fun toString-impl (Lcom/squareup/workflow1/RenderingAndSnapshot;)Ljava/lang/String;
109
-
public final synthetic fun unbox-impl ()Lcom/squareup/workflow1/RenderingAndSnapshot;
110
113
}
111
114
112
115
public abstract interface class com/squareup/workflow1/WorkflowInterceptor$RuntimeUpdate {
0 commit comments