Module com.github.weisj.jsvg
Interface ResourceSupplier<T>
-
- All Known Implementing Classes:
ValueResourceSupplier
public interface ResourceSupplier<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull java.util.Optional<@NotNull T>
get(@NotNull PlatformSupport platformSupport)
-
-
-
Method Detail
-
get
@NotNull @NotNull java.util.Optional<@NotNull T> get(@NotNull @NotNull PlatformSupport platformSupport)
-
-