PreparedStep

Companion:
class
Source:
PreparedQuery.scala
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case class Batch[F[_], K, V](id: Int) extends PreparedStep[F, Set[K], Map[K, V]]
final case class Compose[F[_], I, A, O](left: PreparedStep[F, I, A], right: PreparedStep[F, A, O]) extends PreparedStep[F, I, O]
final case class Effect[F[_], I, O](f: I => F[O], stableUniqueEdgeName: UniqueEdgeCursor) extends PreparedStep[F, I, O]
final case class First[F[_], I, O, C](step: PreparedStep[F, I, O]) extends PreparedStep[F, (I, C), (O, C)]
final case class GetMeta[F[_], I](meta: PreparedMeta) extends PreparedStep[F, I, Meta]
final case class Lift[F[_], I, O](f: I => O) extends PreparedStep[F, I, O]
final case class Rethrow[F[_], I]() extends PreparedStep[F, Ior[String, I], I]
final case class Skip[F[_], I, O](compute: PreparedStep[F, I, O]) extends PreparedStep[F, Either[I, O], O]
final case class Stream[F[_], I, O](f: I => Stream[F, O], stableUniqueEdgeName: UniqueEdgeCursor) extends PreparedStep[F, I, O]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala