ApplyBuilders

final class ApplyBuilders[F[_]](val F: Concurrent[F]) extends AnyVal

Returned by the apply builder.

Returned by the apply builder.

class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def empty[A]: F[MVar2[F, A]]

Builds an empty MVar.

Builds an empty MVar.

See also

documentation for MVar.empty

def of[A](a: A): F[MVar2[F, A]]

Builds an MVar with an initial value.

Builds an MVar with an initial value.

See also

documentation for MVar.of

Concrete fields

val F: Concurrent[F]