Uses of Record Class
org.bsc.javelit.JtCacheValue
Packages that use JtCacheValue
-
Uses of JtCacheValue in org.bsc.javelit
Method parameters in org.bsc.javelit with type arguments of type JtCacheValueModifier and TypeMethodDescription<R> RJtCacheValue.ifNotPresentOrElse(Function<JtCacheValue<T>, R> eval, R defaultValue) <R> RJtCacheValue.ifNotPresentOrElseGet(Function<JtCacheValue<T>, R> eval, Supplier<R> defaultValue)