AsyncValue

sangria.catseffect.schema.AsyncValue
See theAsyncValue companion object
case class AsyncValue[Ctx, Val, F[_]](value: F[Val])(implicit evidence$1: Async[F]) extends LeafAction[Ctx, Val]

Attributes

Companion
object
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

Value members

Concrete methods

override def map[NewVal](fn: Val => NewVal)(implicit ec: ExecutionContext): AsyncValue[Ctx, NewVal, F]

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product