scalaz
scalaz
API
org.atnos.eff
addon.scalaz
EffScalaz
all
either
either
eval
eval
safe
safe
validate
validate
syntax.addon.scalaz
all
eff
eff
effScalaz
scalazExtension
either
either
scalazEitherExtension
eval
eval
scalazEvalExtension
safe
safe
scalazSafeExtension
validate
validate
scalazValidateExtension
scalaz
/
org.atnos.eff
/
org.atnos.eff.addon.scalaz
/
safe
safe
org.atnos.eff.addon.scalaz.safe
See the
safe
companion object
trait
safe
Attributes
Companion
object
Source
safe.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Known subtypes
object
all
object
safe
Members list
Clear all
Value members
Concrete methods
def
attemptDisjunction
[
R
,
A
](
action
:
Eff
[
R
,
A
])(
using
MemberInOut
[
Safe
,
R
]):
Eff
[
R
,
Throwable
\/
A
]
Attributes
Source
safe.scala
def
attemptSafeDisjunction
[
R
,
A
](
r
:
Eff
[
R
,
A
])(
using
MemberInOut
[
Safe
,
R
]):
Eff
[
R
, (
Throwable
\/
A
,
List
[
Throwable
])]
Attributes
Source
safe.scala
def
execSafeDisjunction
[
R
,
U
,
A
](
r
:
Eff
[
R
,
A
])(
using
Aux
[
Safe
,
R
,
U
]):
Eff
[
U
,
Throwable
\/
A
]
Attributes
Source
safe.scala
def
runSafeDisjunction
[
R
,
U
,
A
](
r
:
Eff
[
R
,
A
])(
using
Aux
[
Safe
,
R
,
U
]):
Eff
[
U
, (
Throwable
\/
A
,
List
[
Throwable
])]
Attributes
Source
safe.scala
In this article
Attributes
Members list
Value members
Concrete methods