ExecutionScheme

sangria.execution.ExecutionScheme$
See theExecutionScheme companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

object Default extends ExecutionScheme

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Default.type

Inherited classlikes

object Extended extends ExecutionScheme

Attributes

Inherited from:
AlternativeExecutionScheme
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
AlternativeExecutionScheme
Graph
Supertypes
class Object
trait Matchable
class Any

Implicits

Inherited implicits

implicit def Stream[S[_]](implicit stream: SubscriptionStream[S]): ExecutionScheme & StreamBasedExecutionScheme[S] { type Result = [Ctx, T] =>> S[T]; }

Attributes

Inherited from:
AlternativeExecutionScheme
implicit def StreamExtended[S[_]](implicit stream: SubscriptionStream[S]): ExecutionScheme & StreamBasedExecutionScheme[S] { type Result = [Ctx, T] =>> S[ExecutionResult[Ctx, T]]; }

Attributes

Inherited from:
AlternativeExecutionScheme