Batch

gql.PreparedQuery$.PreparedStep$.Batch
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

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product