Uses of Annotation Interface
com.google.common.base.IgnoreJRERequirement
Packages that use IgnoreJRERequirement
-
Uses of IgnoreJRERequirement in com.google.common.base
Methods in com.google.common.base with annotations of type IgnoreJRERequirementModifier and TypeMethodDescriptionstatic <T> Supplier
<T> Suppliers.memoizeWithExpiration
(Supplier<T> delegate, Duration duration) Returns a supplier that caches the instance supplied by the delegate and removes the cached value after the specified time has passed.(package private) static long
Internal.toNanosSaturated
(Duration duration) Returns the number of nanoseconds of the given duration without throwing or overflowing.