- java.lang.Object
-
- com.github.weisj.jsvg.util.supplier.LazySupplier<T>
-
- All Implemented Interfaces:
java.util.function.Supplier<T>
public final class LazySupplier<T> extends java.lang.Object implements java.util.function.Supplier<T>
-
-
Constructor Summary
Constructors Constructor Description LazySupplier(@NotNull java.util.function.Supplier<@NotNull T> supplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
get()
-
-
-
Constructor Detail
-
LazySupplier
public LazySupplier(@NotNull @NotNull java.util.function.Supplier<@NotNull T> supplier)
-
-