PreparedStep

gql.preparation.PreparedStep$
See thePreparedStep companion trait
object PreparedStep

Attributes

Companion
trait
Source
PreparedQuery.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class Batch[F[_], K, V](id: BatchKey[K, V], ubi: UniqueBatchInstance[K, V]) extends PreparedStep[F, Set[K], Map[K, V]]

Attributes

Source
PreparedQuery.scala
Supertypes
trait PreparedStep[F, Set[K], Map[K, V]]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Choose[F[_], A, B, C, D](nodeId: NodeId, fac: PreparedStep[F, A, C], fbd: PreparedStep[F, B, D]) extends PreparedStep[F, Either[A, B], Either[C, D]]

Attributes

Source
PreparedQuery.scala
Supertypes
trait PreparedStep[F, Either[A, B], Either[C, D]]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Compose[F[_], I, A, O](nodeId: NodeId, left: PreparedStep[F, I, A], right: PreparedStep[F, A, O]) extends PreparedStep[F, I, O]

Attributes

Source
PreparedQuery.scala
Supertypes
trait PreparedStep[F, I, O]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class EmbedEffect[F[_], I](sei: StepEffectId) extends PreparedStep[F, F[I], I]

Attributes

Source
PreparedQuery.scala
Supertypes
trait PreparedStep[F, F[I], I]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class EmbedError[F[_], I](nodeId: NodeId) extends PreparedStep[F, Ior[String, I], I]

Attributes

Source
PreparedQuery.scala
Supertypes
trait PreparedStep[F, Ior[String, I], I]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class EmbedStream[F[_], I](signal: Boolean, sei: StepEffectId) extends PreparedStep[F, Stream[F, I], I]

Attributes

Source
PreparedQuery.scala
Supertypes
trait PreparedStep[F, Stream[F, I], I]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class First[F[_], I, O, C](nodeId: NodeId, step: PreparedStep[F, I, O]) extends PreparedStep[F, (I, C), (O, C)]

Attributes

Source
PreparedQuery.scala
Supertypes
trait PreparedStep[F, (I, C), (O, C)]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class GetMeta[F[_], I](nodeId: NodeId, meta: Eval[PreparedMeta[F]]) extends PreparedStep[Nothing, I, FieldMeta[F]]

Attributes

Source
PreparedQuery.scala
Supertypes
trait PreparedStep[Nothing, I, FieldMeta[F]]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class InlineBatch[F[_], K, V](run: Set[K] => F[Map[K, V]], sei: StepEffectId) extends PreparedStep[F, Set[K], Map[K, V]]

Attributes

Source
PreparedQuery.scala
Supertypes
trait PreparedStep[F, Set[K], Map[K, V]]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Lift[F[_], I, O](nodeId: NodeId, f: I => O) extends PreparedStep[F, I, O]

Attributes

Source
PreparedQuery.scala
Supertypes
trait PreparedStep[F, I, O]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala