BracketMigration

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_], B](n: String, u: F[B], d: F[Unit])(using me: MonadError[F, Throwable]): BracketMigration[F] { type A = B; }
def noOp[F[_]](using me: MonadError[F, Throwable]): BracketMigration[F] { type A = Unit; }