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 trait
object
safe
extends
safe
Attributes
Companion
trait
Source
safe.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
safe
class
Object
trait
Matchable
class
Any
Self type
safe
.
type
Members list
Clear all
Value members
Inherited methods
def
attemptDisjunction
[
R
,
A
](
action
:
Eff
[
R
,
A
])(
using
MemberInOut
[
Safe
,
R
]):
Eff
[
R
,
Throwable
\/
A
]
Attributes
Inherited from:
safe
Source
safe.scala
def
attemptSafeDisjunction
[
R
,
A
](
r
:
Eff
[
R
,
A
])(
using
MemberInOut
[
Safe
,
R
]):
Eff
[
R
, (
Throwable
\/
A
,
List
[
Throwable
])]
Attributes
Inherited from:
safe
Source
safe.scala
def
execSafeDisjunction
[
R
,
U
,
A
](
r
:
Eff
[
R
,
A
])(
using
Aux
[
Safe
,
R
,
U
]):
Eff
[
U
,
Throwable
\/
A
]
Attributes
Inherited from:
safe
Source
safe.scala
def
runSafeDisjunction
[
R
,
U
,
A
](
r
:
Eff
[
R
,
A
])(
using
Aux
[
Safe
,
R
,
U
]):
Eff
[
U
, (
Throwable
\/
A
,
List
[
Throwable
])]
Attributes
Inherited from:
safe
Source
safe.scala
In this article
Attributes
Members list
Value members
Inherited methods