- All Implemented Interfaces:
Supplier<T>
public final class LazySupplier<T>
extends Object
implements Supplier<T>
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
supplier
@NotNull
private final @NotNull Supplier<@NotNull T> supplier
-
-
Constructor Details
-
LazySupplier
public LazySupplier(@NotNull
@NotNull Supplier<@NotNull T> supplier)
-