io

doobie.util.io
object io

Module for a constructor of modules of IO operations for effectful monads.

Attributes

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

Members list

Type members

Classlikes

class IOActions[M[_]](implicit M: Sync[M])

Constructor for a module of IO operations in some effectful monad. This is by no means complete; contributions welcome. The construtors here expose naked lifetime-managed objects and should be used with caution; they are mostly intended for library authors who wish to integrate vendor- specific behavior that relies on JDK IO.

Constructor for a module of IO operations in some effectful monad. This is by no means complete; contributions welcome. The construtors here expose naked lifetime-managed objects and should be used with caution; they are mostly intended for library authors who wish to integrate vendor- specific behavior that relies on JDK IO.

Attributes

Source
io.scala
Supertypes
class Object
trait Matchable
class Any