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: backstack/api/android/backstack.api
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
public abstract interface class com/slack/circuit/backstack/BackStack : java/lang/Iterable, kotlin/jvm/internal/markers/KMappedMarker {
2
2
public abstract fun containsRecord (Lcom/slack/circuit/backstack/BackStack$Record;Z)Z
3
+
public abstract fun getRootRecord ()Lcom/slack/circuit/backstack/BackStack$Record;
3
4
public abstract fun getSize ()I
4
5
public abstract fun getTopRecord ()Lcom/slack/circuit/backstack/BackStack$Record;
6
+
public abstract fun isRecordReachable (Ljava/lang/String;IZ)Z
5
7
public abstract fun pop (Lcom/slack/circuit/runtime/screen/PopResult;)Lcom/slack/circuit/backstack/BackStack$Record;
6
8
public static synthetic fun pop$default (Lcom/slack/circuit/backstack/BackStack;Lcom/slack/circuit/runtime/screen/PopResult;ILjava/lang/Object;)Lcom/slack/circuit/backstack/BackStack$Record;
7
9
public fun popUntil (Lkotlin/jvm/functions/Function1;)Lkotlinx/collections/immutable/ImmutableList;
@@ -50,9 +52,12 @@ public final class com/slack/circuit/backstack/SaveableBackStack : com/slack/cir
50
52
public fun <init> (Lcom/slack/circuit/runtime/screen/Screen;)V
51
53
public synthetic fun containsRecord (Lcom/slack/circuit/backstack/BackStack$Record;Z)Z
52
54
public fun containsRecord (Lcom/slack/circuit/backstack/SaveableBackStack$Record;Z)Z
55
+
public synthetic fun getRootRecord ()Lcom/slack/circuit/backstack/BackStack$Record;
56
+
public fun getRootRecord ()Lcom/slack/circuit/backstack/SaveableBackStack$Record;
53
57
public fun getSize ()I
54
58
public synthetic fun getTopRecord ()Lcom/slack/circuit/backstack/BackStack$Record;
55
59
public fun getTopRecord ()Lcom/slack/circuit/backstack/SaveableBackStack$Record;
60
+
public fun isRecordReachable (Ljava/lang/String;IZ)Z
56
61
public fun iterator ()Ljava/util/Iterator;
57
62
public synthetic fun pop (Lcom/slack/circuit/runtime/screen/PopResult;)Lcom/slack/circuit/backstack/BackStack$Record;
58
63
public fun pop (Lcom/slack/circuit/runtime/screen/PopResult;)Lcom/slack/circuit/backstack/SaveableBackStack$Record;
final val rootRecord // com.slack.circuit.backstack/SaveableBackStack.rootRecord|{}rootRecord[0]
58
+
final fun <get-rootRecord>(): com.slack.circuit.backstack/SaveableBackStack.Record? // com.slack.circuit.backstack/SaveableBackStack.rootRecord.<get-rootRecord>|<get-rootRecord>(){}[0]
54
59
final val size // com.slack.circuit.backstack/SaveableBackStack.size|{}size[0]
55
60
final fun <get-size>(): kotlin/Int // com.slack.circuit.backstack/SaveableBackStack.size.<get-size>|<get-size>(){}[0]
56
61
final val topRecord // com.slack.circuit.backstack/SaveableBackStack.topRecord|{}topRecord[0]
57
62
final fun <get-topRecord>(): com.slack.circuit.backstack/SaveableBackStack.Record? // com.slack.circuit.backstack/SaveableBackStack.topRecord.<get-topRecord>|<get-topRecord>(){}[0]
58
63
59
64
final fun containsRecord(com.slack.circuit.backstack/SaveableBackStack.Record, kotlin/Boolean): kotlin/Boolean // com.slack.circuit.backstack/SaveableBackStack.containsRecord|containsRecord(com.slack.circuit.backstack.SaveableBackStack.Record;kotlin.Boolean){}[0]
65
+
final fun isRecordReachable(kotlin/String, kotlin/Int, kotlin/Boolean): kotlin/Boolean // com.slack.circuit.backstack/SaveableBackStack.isRecordReachable|isRecordReachable(kotlin.String;kotlin.Int;kotlin.Boolean){}[0]
60
66
final fun iterator(): kotlin.collections/Iterator<com.slack.circuit.backstack/SaveableBackStack.Record> // com.slack.circuit.backstack/SaveableBackStack.iterator|iterator(){}[0]
61
67
final fun pop(com.slack.circuit.runtime.screen/PopResult?): com.slack.circuit.backstack/SaveableBackStack.Record? // com.slack.circuit.backstack/SaveableBackStack.pop|pop(com.slack.circuit.runtime.screen.PopResult?){}[0]
62
68
final fun push(com.slack.circuit.backstack/SaveableBackStack.Record, kotlin/String?): kotlin/Boolean // com.slack.circuit.backstack/SaveableBackStack.push|push(com.slack.circuit.backstack.SaveableBackStack.Record;kotlin.String?){}[0]
Copy file name to clipboardExpand all lines: backstack/api/jvm/backstack.api
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
public abstract interface class com/slack/circuit/backstack/BackStack : java/lang/Iterable, kotlin/jvm/internal/markers/KMappedMarker {
2
2
public abstract fun containsRecord (Lcom/slack/circuit/backstack/BackStack$Record;Z)Z
3
+
public abstract fun getRootRecord ()Lcom/slack/circuit/backstack/BackStack$Record;
3
4
public abstract fun getSize ()I
4
5
public abstract fun getTopRecord ()Lcom/slack/circuit/backstack/BackStack$Record;
6
+
public abstract fun isRecordReachable (Ljava/lang/String;IZ)Z
5
7
public abstract fun pop (Lcom/slack/circuit/runtime/screen/PopResult;)Lcom/slack/circuit/backstack/BackStack$Record;
6
8
public static synthetic fun pop$default (Lcom/slack/circuit/backstack/BackStack;Lcom/slack/circuit/runtime/screen/PopResult;ILjava/lang/Object;)Lcom/slack/circuit/backstack/BackStack$Record;
7
9
public fun popUntil (Lkotlin/jvm/functions/Function1;)Lkotlinx/collections/immutable/ImmutableList;
@@ -50,9 +52,12 @@ public final class com/slack/circuit/backstack/SaveableBackStack : com/slack/cir
50
52
public fun <init> (Lcom/slack/circuit/runtime/screen/Screen;)V
51
53
public synthetic fun containsRecord (Lcom/slack/circuit/backstack/BackStack$Record;Z)Z
52
54
public fun containsRecord (Lcom/slack/circuit/backstack/SaveableBackStack$Record;Z)Z
55
+
public synthetic fun getRootRecord ()Lcom/slack/circuit/backstack/BackStack$Record;
56
+
public fun getRootRecord ()Lcom/slack/circuit/backstack/SaveableBackStack$Record;
53
57
public fun getSize ()I
54
58
public synthetic fun getTopRecord ()Lcom/slack/circuit/backstack/BackStack$Record;
55
59
public fun getTopRecord ()Lcom/slack/circuit/backstack/SaveableBackStack$Record;
60
+
public fun isRecordReachable (Ljava/lang/String;IZ)Z
56
61
public fun iterator ()Ljava/util/Iterator;
57
62
public synthetic fun pop (Lcom/slack/circuit/runtime/screen/PopResult;)Lcom/slack/circuit/backstack/BackStack$Record;
58
63
public fun pop (Lcom/slack/circuit/runtime/screen/PopResult;)Lcom/slack/circuit/backstack/SaveableBackStack$Record;
0 commit comments