Uses of Class
com.machinezoo.hookless.time.ReactiveInstant
-
Uses of ReactiveInstant in com.machinezoo.hookless.time
Methods in com.machinezoo.hookless.time that return ReactiveInstantModifier and TypeMethodDescriptionReactiveInstant.minus(long amount, TemporalUnit unit) ReactiveInstant.minusMillis(long millis) ReactiveInstant.minusNanos(long nanos) ReactiveInstant.minusSeconds(long seconds) static ReactiveInstantReactiveInstant.now()ReactiveInstant.plus(long amount, TemporalUnit unit) ReactiveInstant.plusMillis(long millis) ReactiveInstant.plusNanos(long nanos) ReactiveInstant.plusSeconds(long seconds) ShrinkingReactiveDuration.subtractFrom(Instant instant) Methods in com.machinezoo.hookless.time with parameters of type ReactiveInstantModifier and TypeMethodDescriptionShrinkingReactiveDuration.addTo(ReactiveInstant instant) static DurationReactiveDuration.between(ReactiveInstant start, ReactiveInstant end) static ShrinkingReactiveDurationReactiveDuration.between(ReactiveInstant start, Instant end) static GrowingReactiveDurationReactiveDuration.between(Instant start, ReactiveInstant end) intReactiveInstant.compareTo(ReactiveInstant other) booleanReactiveInstant.isAfter(ReactiveInstant other) booleanReactiveInstant.isBefore(ReactiveInstant other) GrowingReactiveDuration.subtractFrom(ReactiveInstant instant) longReactiveInstant.until(ReactiveInstant end, Duration unit) longReactiveInstant.until(ReactiveInstant end, TemporalUnit unit)