effect-core
effect-core
effect
E
E
AsException
Effect
Effect
EffectApp
EffectApp
Fiber
Fiber
Result
Value
Error
UnexpectedError
effect-core
/
effect
/
Effect
Effect
object
Effect
Companion:
class
Graph
Supertypes
Self type
trait
Sum
trait
Mirror
class
Object
trait
Matchable
class
Any
Effect
.type
Type members
Value members
Type members
Inherited types
type
MirroredElemLabels
<:
Tuple
The names of the product elements
The names of the product elements
Inherited from:
Mirror
type
MirroredLabel
<:
String
The name of the type
The name of the type
Inherited from:
Mirror
Value members
Concrete methods
def
apply
[
A
](
a:
=>
A
):
Effect
[
A
]
def
callback
[
A
](
register:
Result
[
A
]
=>
Any
=>
Any
):
Effect
[
A
]
def
error
(
e:
E
):
Effect
[
Nothing
]
def
unexpectedError
(
throwable:
Throwable
):
Effect
[
Nothing
]
Concrete fields
val
unit
:
Effect
[
Unit
]