Interface ITaskQueue<T,​F>

    • Method Detail

      • pop

        @Nullable
        F pop()
      • push

        boolean push​(T p_212828_1_)
      • isEmpty

        boolean isEmpty()