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: decompose/api/android/decompose.api
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -71,15 +71,17 @@ public final class com/arkivanov/decompose/DecomposeExperimentFlags {
71
71
public final class com/arkivanov/decompose/DecomposeSettings {
72
72
public static final field Companion Lcom/arkivanov/decompose/DecomposeSettings$Companion;
73
73
public fun <init> ()V
74
-
public fun <init> (ZZ)V
75
-
public synthetic fun <init> (ZZILkotlin/jvm/internal/DefaultConstructorMarker;)V
74
+
public fun <init> (ZZLkotlin/jvm/functions/Function1;)V
75
+
public synthetic fun <init> (ZZLkotlin/jvm/functions/Function1;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
76
76
public final fun component1 ()Z
77
77
public final fun component2 ()Z
78
-
public final fun copy (ZZ)Lcom/arkivanov/decompose/DecomposeSettings;
79
-
public static synthetic fun copy$default (Lcom/arkivanov/decompose/DecomposeSettings;ZZILjava/lang/Object;)Lcom/arkivanov/decompose/DecomposeSettings;
78
+
public final fun component3 ()Lkotlin/jvm/functions/Function1;
79
+
public final fun copy (ZZLkotlin/jvm/functions/Function1;)Lcom/arkivanov/decompose/DecomposeSettings;
80
+
public static synthetic fun copy$default (Lcom/arkivanov/decompose/DecomposeSettings;ZZLkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lcom/arkivanov/decompose/DecomposeSettings;
80
81
public fun equals (Ljava/lang/Object;)Z
81
82
public final fun getDuplicateConfigurationsEnabled ()Z
82
83
public final fun getMainThreadCheckEnabled ()Z
84
+
public final fun getOnDecomposeError ()Lkotlin/jvm/functions/Function1;
final val duplicateConfigurationsEnabled // com.arkivanov.decompose/DecomposeSettings.duplicateConfigurationsEnabled|{}duplicateConfigurationsEnabled[0]
489
489
final fun <get-duplicateConfigurationsEnabled>(): kotlin/Boolean // com.arkivanov.decompose/DecomposeSettings.duplicateConfigurationsEnabled.<get-duplicateConfigurationsEnabled>|<get-duplicateConfigurationsEnabled>(){}[0]
490
490
final val mainThreadCheckEnabled // com.arkivanov.decompose/DecomposeSettings.mainThreadCheckEnabled|{}mainThreadCheckEnabled[0]
491
491
final fun <get-mainThreadCheckEnabled>(): kotlin/Boolean // com.arkivanov.decompose/DecomposeSettings.mainThreadCheckEnabled.<get-mainThreadCheckEnabled>|<get-mainThreadCheckEnabled>(){}[0]
492
+
final val onDecomposeError // com.arkivanov.decompose/DecomposeSettings.onDecomposeError|{}onDecomposeError[0]
493
+
final fun <get-onDecomposeError>(): kotlin/Function1<kotlin/Exception, kotlin/Unit> // com.arkivanov.decompose/DecomposeSettings.onDecomposeError.<get-onDecomposeError>|<get-onDecomposeError>(){}[0]
492
494
493
495
final fun component1(): kotlin/Boolean // com.arkivanov.decompose/DecomposeSettings.component1|component1(){}[0]
494
496
final fun component2(): kotlin/Boolean // com.arkivanov.decompose/DecomposeSettings.component2|component2(){}[0]
495
-
final fun copy(kotlin/Boolean = ..., kotlin/Boolean = ...): com.arkivanov.decompose/DecomposeSettings // com.arkivanov.decompose/DecomposeSettings.copy|copy(kotlin.Boolean;kotlin.Boolean){}[0]
497
+
final fun component3(): kotlin/Function1<kotlin/Exception, kotlin/Unit> // com.arkivanov.decompose/DecomposeSettings.component3|component3(){}[0]
498
+
final fun copy(kotlin/Boolean = ..., kotlin/Boolean = ..., kotlin/Function1<kotlin/Exception, kotlin/Unit> = ...): com.arkivanov.decompose/DecomposeSettings // com.arkivanov.decompose/DecomposeSettings.copy|copy(kotlin.Boolean;kotlin.Boolean;kotlin.Function1<kotlin.Exception,kotlin.Unit>){}[0]
496
499
final fun equals(kotlin/Any?): kotlin/Boolean // com.arkivanov.decompose/DecomposeSettings.equals|equals(kotlin.Any?){}[0]
497
500
final fun hashCode(): kotlin/Int // com.arkivanov.decompose/DecomposeSettings.hashCode|hashCode(){}[0]
498
501
final fun toString(): kotlin/String // com.arkivanov.decompose/DecomposeSettings.toString|toString(){}[0]
Copy file name to clipboardExpand all lines: decompose/api/jvm/decompose.api
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -71,15 +71,17 @@ public final class com/arkivanov/decompose/DecomposeExperimentFlags {
71
71
public final class com/arkivanov/decompose/DecomposeSettings {
72
72
public static final field Companion Lcom/arkivanov/decompose/DecomposeSettings$Companion;
73
73
public fun <init> ()V
74
-
public fun <init> (ZZ)V
75
-
public synthetic fun <init> (ZZILkotlin/jvm/internal/DefaultConstructorMarker;)V
74
+
public fun <init> (ZZLkotlin/jvm/functions/Function1;)V
75
+
public synthetic fun <init> (ZZLkotlin/jvm/functions/Function1;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
76
76
public final fun component1 ()Z
77
77
public final fun component2 ()Z
78
-
public final fun copy (ZZ)Lcom/arkivanov/decompose/DecomposeSettings;
79
-
public static synthetic fun copy$default (Lcom/arkivanov/decompose/DecomposeSettings;ZZILjava/lang/Object;)Lcom/arkivanov/decompose/DecomposeSettings;
78
+
public final fun component3 ()Lkotlin/jvm/functions/Function1;
79
+
public final fun copy (ZZLkotlin/jvm/functions/Function1;)Lcom/arkivanov/decompose/DecomposeSettings;
80
+
public static synthetic fun copy$default (Lcom/arkivanov/decompose/DecomposeSettings;ZZLkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lcom/arkivanov/decompose/DecomposeSettings;
80
81
public fun equals (Ljava/lang/Object;)Z
81
82
public final fun getDuplicateConfigurationsEnabled ()Z
82
83
public final fun getMainThreadCheckEnabled ()Z
84
+
public final fun getOnDecomposeError ()Lkotlin/jvm/functions/Function1;
0 commit comments