Uses of Class
org.kiwiproject.beta.time.Timing.TimedWithErrorOrResult
Packages that use Timing.TimedWithErrorOrResult
-
Uses of Timing.TimedWithErrorOrResult in org.kiwiproject.beta.time
Methods in org.kiwiproject.beta.time that return Timing.TimedWithErrorOrResultModifier and TypeMethodDescriptionstatic <R> Timing.TimedWithErrorOrResult<R>Timing.TimedWithErrorOrResult.ofException(long elapsedNanos, RuntimeException exception) Create a new instance containing an exception.static <R> Timing.TimedWithErrorOrResult<R>Timing.TimedWithErrorOrResult.ofResult(long elapsedNanos, R result) Create a new instance containing a result.static <R> Timing.TimedWithErrorOrResult<R>Timing.timeWithResult(Supplier<R> operation) Time an operation that returns a result or throws an exception.