T - the type parameterpublic class CachedSupplier<T> extends Object implements java.util.function.Supplier<T>
| Constructor and Description |
|---|
CachedSupplier(java.util.function.Supplier<T> fn)
Instantiates a new Cached supplier.
|
public CachedSupplier(java.util.function.Supplier<T> fn)
fn - the fnpublic T get()
get in interface java.util.function.Supplier<T>Copyright © 2018 SimiaCryptus Software. All rights reserved.