implicit final class TimerUpdateDiff[F[+_, +_]] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TimerUpdateDiff
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def timerUpdateDiff(metric: String, start: ZonedDateTime, end: ZonedDateTime)(implicit macroSaveTimerMetric: MacroMetricTimer[metric.type]): F[Nothing, Unit]
- def timerUpdateDiffNow(metric: String, start: ZonedDateTime)(implicit macroSaveTimerMetric: MacroMetricTimer[metric.type], clock: Clock2[F], F: Monad2[F]): F[Nothing, Unit]
-
def
toString(): String
- Definition Classes
- Any