Package com.github.weisj.jsvg.parser
Class ValueUIFuture<T>
- java.lang.Object
-
- com.github.weisj.jsvg.parser.ValueUIFuture<T>
-
-
Constructor Summary
Constructors Constructor Description ValueUIFuture(T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
checkIfReady(@NotNull PlatformSupport platformSupport)
T
get()
-
-
-
Field Detail
-
value
private final T value
-
-
Constructor Detail
-
ValueUIFuture
public ValueUIFuture(T value)
-
-
Method Detail
-
checkIfReady
public boolean checkIfReady(@NotNull @NotNull PlatformSupport platformSupport)
- Specified by:
checkIfReady
in interfaceUIFuture<T>
-
-