Packages

c

monix.catnap.MVar

ApplyBuilders

final class ApplyBuilders[F[_]] extends AnyVal

Returned by the apply builder.

Source
MVar.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. Protected

Instance Constructors

  1. new ApplyBuilders(F: OrElse[Concurrent[F], Async[F]])

Value Members

  1. val F: OrElse[Concurrent[F], Async[F]]
  2. def empty[A](ps: PaddingStrategy = NoPadding)(implicit cs: ContextShift[F]): F[MVar[F, A]]

    Builds an empty MVar.

    Builds an empty MVar.

    See also

    documentation for MVar.empty

  3. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  4. def of[A](a: A, ps: PaddingStrategy = NoPadding)(implicit cs: ContextShift[F]): F[MVar[F, A]]

    Builds an MVar with an initial value.

    Builds an MVar with an initial value.

    See also

    documentation for MVar.of