Class AsyncQueue.BorrowResult<T,​R>

  • Enclosing class:
    AsyncQueue<T>

    public static final class AsyncQueue.BorrowResult<T,​R>
    extends Object
    • Constructor Detail

      • BorrowResult

        public BorrowResult​(List<T> elementsToInsert,
                            R result)
    • Method Detail

      • getElementsToInsert

        public List<T> getElementsToInsert()
      • getResult

        public R getResult()