Uses of Class
io.atomix.utils.time.Versioned
-
Packages that use Versioned Package Description io.atomix.utils.time Provides classes and interfaces for representing and operating on both logical and physical representations of time. -
-
Uses of Versioned in io.atomix.utils.time
Methods in io.atomix.utils.time that return Versioned Modifier and Type Method Description <U> Versioned<U>Versioned. map(Function<V,U> transformer)Maps this instance into another after transforming its value while retaining the same version and creationTime.Methods in io.atomix.utils.time with parameters of type Versioned Modifier and Type Method Description static <U> UVersioned. valueOrElse(Versioned<U> versioned, U defaultValue)Returns the value of the specified Versioned object if non-null or else returns a default value.static <U> UVersioned. valueOrNull(Versioned<U> versioned)Returns the value of the specified Versioned object if non-null or else returns null.
-