Interface UIFuture<T>

All Known Implementing Classes:
SwingUIFuture, ValueUIFuture

public interface UIFuture<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    checkIfReady(@NotNull PlatformSupport platformSupport)
     
    get()
     
  • Method Details

    • checkIfReady

      boolean checkIfReady(@NotNull @NotNull PlatformSupport platformSupport)
    • get

      T get()