PreparedStep

gql.preparation.PreparedStep$
See thePreparedStep companion trait

Attributes

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

Members list

Concise view

Type members

Classlikes

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

Attributes

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

Attributes

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

Attributes

Source:
PreparedQuery.scala
Graph
Supertypes
trait PreparedStep[F, I, O]
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class EmbedEffect[F[_], I](stableUniqueEdgeName: UniqueEdgeCursor) extends PreparedStep[F, F[I], I]

Attributes

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

Attributes

Source:
PreparedQuery.scala
Graph
Supertypes
trait PreparedStep[F, Ior[String, I], I]
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class EmbedStream[F[_], I](signal: Boolean, stableUniqueEdgeName: UniqueEdgeCursor) extends PreparedStep[F, Stream[F, I], I]

Attributes

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

Attributes

Source:
PreparedQuery.scala
Graph
Supertypes
trait PreparedStep[F, (I, C), (O, C)]
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class GetMeta[F[_], I](meta: PreparedMeta) extends PreparedStep[F, I, Meta]

Attributes

Source:
PreparedQuery.scala
Graph
Supertypes
trait PreparedStep[F, I, Meta]
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class Lift[F[_], I, O](f: I => O) extends PreparedStep[F, I, O]

Attributes

Source:
PreparedQuery.scala
Graph
Supertypes
trait PreparedStep[F, I, O]
trait Product
trait Equals
class Object
trait Matchable
class Any

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