Uses of Class
com.machinezoo.hookless.time.ReactiveInstant
-
Packages that use ReactiveInstant Package Description com.machinezoo.hookless.time Reactive versions of classes fromjava.time
. -
-
Uses of ReactiveInstant in com.machinezoo.hookless.time
Methods in com.machinezoo.hookless.time that return ReactiveInstant Modifier and Type Method Description ReactiveInstant
GrowingReactiveDuration. addTo(Instant instant)
ReactiveInstant
ReactiveInstant. minus(long amount, TemporalUnit unit)
ReactiveInstant
ReactiveInstant. minus(Duration duration)
ReactiveInstant
ReactiveInstant. minusMillis(long millis)
ReactiveInstant
ReactiveInstant. minusNanos(long nanos)
ReactiveInstant
ReactiveInstant. minusSeconds(long seconds)
static ReactiveInstant
ReactiveInstant. now()
ReactiveInstant
ReactiveInstant. plus(long amount, TemporalUnit unit)
ReactiveInstant
ReactiveInstant. plus(Duration duration)
ReactiveInstant
ReactiveInstant. plusMillis(long millis)
ReactiveInstant
ReactiveInstant. plusNanos(long nanos)
ReactiveInstant
ReactiveInstant. plusSeconds(long seconds)
ReactiveInstant
ShrinkingReactiveDuration. subtractFrom(Instant instant)
Methods in com.machinezoo.hookless.time with parameters of type ReactiveInstant Modifier and Type Method Description Instant
ShrinkingReactiveDuration. addTo(ReactiveInstant instant)
static Duration
ReactiveDuration. between(ReactiveInstant start, ReactiveInstant end)
static ShrinkingReactiveDuration
ReactiveDuration. between(ReactiveInstant start, Instant end)
static GrowingReactiveDuration
ReactiveDuration. between(Instant start, ReactiveInstant end)
int
ReactiveInstant. compareTo(ReactiveInstant other)
boolean
ReactiveInstant. isAfter(ReactiveInstant other)
boolean
ReactiveInstant. isBefore(ReactiveInstant other)
Instant
GrowingReactiveDuration. subtractFrom(ReactiveInstant instant)
long
ReactiveInstant. until(ReactiveInstant end, Duration unit)
long
ReactiveInstant. until(ReactiveInstant end, TemporalUnit unit)
-