Experimental

zio.Experimental$
object Experimental

Attributes

Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Extensions

Extensions

extension (zio: ZIO.type)(zio: ZIO.type)
def fromThrows[E <: Exception, A](a: => A ?=> E): IO[E, A]

Converts a value whose computation may throw exceptions into a ZIO value.

Converts a value whose computation may throw exceptions into a ZIO value.

Attributes