Executor

ldbc.dsl.Executor
See theExecutor companion trait
object Executor

Attributes

Companion
trait
Source
Executor.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Executor.type

Members list

Value members

Concrete methods

def pure[F[_] : Temporal, T](value: T): Executor[F, T]

Attributes

Source
Executor.scala
def raiseError[F[_] : Temporal, A](e: Throwable): Executor[F, A]

Attributes

Source
Executor.scala

Givens

Givens

given given_Functor_Executor[F[_] : Temporal]: given_Functor_Executor[F]

Attributes

Source
Executor.scala
given given_MonadError_Executor_Throwable[F[_] : Temporal]: given_MonadError_Executor_Throwable[F]

Attributes

Source
Executor.scala