T
public class Lazier<T> extends Object implements Supplier<T>
Lazier(Supplier<T> supplier)
void
clear()
boolean
done()
get()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Lazier(Supplier<T> supplier)
public void clear()
public T get()
get
Supplier<T>
public boolean done()
public String toString()
toString
Object
Copyright © 2023. All rights reserved.