Packages

final class ApplyBuilders[F[_]] extends AnyVal

Returned by the apply builder.

Source
ConcurrentQueue.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ApplyBuilders
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ApplyBuilders(F: Concurrent[F])

Value Members

  1. val F: Concurrent[F]
  2. def bounded[A](capacity: Int)(implicit cs: ContextShift[F]): F[ConcurrentQueue[F, A]]

    See also

    documentation for ConcurrentQueue.bounded

  3. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  4. def unbounded[A](chunkSizeHint: Option[Int])(implicit cs: ContextShift[F]): F[ConcurrentQueue[F, A]]

    See also

    documentation for ConcurrentQueue.unbounded

  5. def unsafe[A](capacity: BufferCapacity, channelType: ChannelType = MPMC)(implicit cs: ContextShift[F]): ConcurrentQueue[F, A]

    See also

    documentation for ConcurrentQueue.unsafe

  6. def withConfig[A](capacity: BufferCapacity, channelType: ChannelType = MPMC)(implicit cs: ContextShift[F]): F[ConcurrentQueue[F, A]]

    See also

    documentation for ConcurrentQueue.withConfig