resource

cats.effect.kernel.syntax.`package`.resource
object resource extends ResourceSyntax

Attributes

Source
package.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
resource.type

Members list

Implicits

Inherited implicits

implicit def effectResourceOps[F[_], A](wrapped: F[A]): EffectResourceOps[F, A]

Attributes

Inherited from:
ResourceSyntax
Source
ResourceSyntax.scala