T
public class CachedSupplier<T> extends Object implements Supplier<T>
CachedSupplier(Supplier<T> fn)
get()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CachedSupplier(Supplier<T> fn)
fn
public T get()
get
Supplier<T>
Copyright © 2019 SimiaCryptus Software. All rights reserved.