public class Lazy<T> extends Object implements Supplier<T>
Lazy()
T
get()
Boolean
isInitialized()
refresh()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Lazy()
public T get()
get
Supplier<T>
public T refresh()
public Boolean isInitialized()
Copyright © 2024. All rights reserved.