Rename DefaultTimeMark to TimeSource.Monotonic.ValueTimeMark

This commit is contained in:
Ilya Gorbunov
2022-04-14 06:35:33 +03:00
committed by Space
parent 4ab0f7deeb
commit a03999fe81
9 changed files with 147 additions and 138 deletions
@@ -5767,30 +5767,6 @@ public abstract class kotlin/time/AbstractLongTimeSource : kotlin/time/TimeSourc
protected abstract fun read ()J
}
public final class kotlin/time/DefaultTimeMark : kotlin/time/TimeMark {
public static final synthetic fun box-impl (J)Lkotlin/time/DefaultTimeMark;
public fun elapsedNow-UwyO8pc ()J
public static fun elapsedNow-UwyO8pc (J)J
public fun equals (Ljava/lang/Object;)Z
public static fun equals-impl (JLjava/lang/Object;)Z
public static final fun equals-impl0 (JJ)Z
public fun hasNotPassedNow ()Z
public static fun hasNotPassedNow-impl (J)Z
public fun hasPassedNow ()Z
public static fun hasPassedNow-impl (J)Z
public fun hashCode ()I
public static fun hashCode-impl (J)I
public fun minus-LRDsOJo (J)J
public synthetic fun minus-LRDsOJo (J)Lkotlin/time/TimeMark;
public static fun minus-LRDsOJo (JJ)J
public fun plus-LRDsOJo (J)J
public synthetic fun plus-LRDsOJo (J)Lkotlin/time/TimeMark;
public static fun plus-LRDsOJo (JJ)J
public fun toString ()Ljava/lang/String;
public static fun toString-impl (J)Ljava/lang/String;
public final synthetic fun unbox-impl ()J
}
public final class kotlin/time/Duration : java/lang/Comparable {
public static final field Companion Lkotlin/time/Duration$Companion;
public static final synthetic fun box-impl (J)Lkotlin/time/Duration;
@@ -5964,10 +5940,34 @@ public final class kotlin/time/TimeSource$Companion {
public final class kotlin/time/TimeSource$Monotonic : kotlin/time/TimeSource {
public static final field INSTANCE Lkotlin/time/TimeSource$Monotonic;
public synthetic fun markNow ()Lkotlin/time/TimeMark;
public fun markNow-GKr6HC4 ()J
public fun markNow-z9LOYto ()J
public fun toString ()Ljava/lang/String;
}
public final class kotlin/time/TimeSource$Monotonic$ValueTimeMark : kotlin/time/TimeMark {
public static final synthetic fun box-impl (J)Lkotlin/time/TimeSource$Monotonic$ValueTimeMark;
public fun elapsedNow-UwyO8pc ()J
public static fun elapsedNow-UwyO8pc (J)J
public fun equals (Ljava/lang/Object;)Z
public static fun equals-impl (JLjava/lang/Object;)Z
public static final fun equals-impl0 (JJ)Z
public fun hasNotPassedNow ()Z
public static fun hasNotPassedNow-impl (J)Z
public fun hasPassedNow ()Z
public static fun hasPassedNow-impl (J)Z
public fun hashCode ()I
public static fun hashCode-impl (J)I
public fun minus-LRDsOJo (J)J
public synthetic fun minus-LRDsOJo (J)Lkotlin/time/TimeMark;
public static fun minus-LRDsOJo (JJ)J
public fun plus-LRDsOJo (J)J
public synthetic fun plus-LRDsOJo (J)Lkotlin/time/TimeMark;
public static fun plus-LRDsOJo (JJ)J
public fun toString ()Ljava/lang/String;
public static fun toString-impl (J)Ljava/lang/String;
public final synthetic fun unbox-impl ()J
}
public final class kotlin/time/TimedValue {
public synthetic fun <init> (Ljava/lang/Object;JLkotlin/jvm/internal/DefaultConstructorMarker;)V
public final fun component1 ()Ljava/lang/Object;