Interface ResourceSupplier<T>

    • Method Detail

      • get

        @NotNull
        @NotNull java.util.Optional<@NotNull T> get​(@NotNull
                                                    @NotNull PlatformSupport platformSupport)