Interface ResourceSupplier<T>

All Known Implementing Classes:
ValueResourceSupplier

public interface ResourceSupplier<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Optional<@NotNull T>
    get(@NotNull PlatformSupport platformSupport)