Package com.github.weisj.jsvg.util
Class LazyProvider<T>
- java.lang.Object
-
- com.github.weisj.jsvg.util.LazyProvider<T>
-
-
Constructor Summary
Constructors Constructor Description LazyProvider(@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
-
LazyProvider
public LazyProvider(@NotNull @NotNull java.util.function.Supplier<@NotNull T> supplier)
-
-