Sangria
Sangria
API
sangria
catseffect
execution
IOExecutionScheme
schema
AsyncValue
AsyncValue
execution
AsyncExecutionScheme
AsyncToFuture
Sangria
/
sangria
/
sangria.catseffect
/
sangria.catseffect.schema
/
AsyncValue
AsyncValue
sangria.catseffect.schema.AsyncValue
See the
AsyncValue
companion object
case
class
AsyncValue
[
Ctx
,
Val
,
F
[
_
]](
value
:
F
[
Val
])(
implicit
evidence$1
:
Async
[
F
])
extends
LeafAction
[
Ctx
,
Val
]
Attributes
Companion
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
trait
LeafAction
[
Ctx
,
Val
]
trait
Action
[
Ctx
,
Val
]
class
Object
trait
Matchable
class
Any
Show all
Members list
Clear all
Value members
Concrete methods
override
def
map
[
NewVal
](
fn
:
Val
=>
NewVal
)(
implicit
ec
:
ExecutionContext
):
AsyncValue
[
Ctx
,
NewVal
,
F
]
Attributes
Definition Classes
LeafAction
->
Action
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Attributes
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Attributes
Inherited from:
Product
In this article
Attributes
Members list
Value members
Concrete methods
Inherited methods