InlineBatch

gql.preparation.PreparedStep$.InlineBatch
final case class InlineBatch[F[_], K, V](run: Set[K] => F[Map[K, V]], stableUniqueEdgeName: UniqueEdgeCursor) extends PreparedStep[F, Set[K], Map[K, V]]

Attributes

Source
PreparedQuery.scala
Graph
Supertypes
trait PreparedStep[F, Set[K], Map[K, V]]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product