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