InlineBatch

gql.resolver.Step$.Alg$.InlineBatch
final case class InlineBatch[F[_], K, V](run: Set[K] => F[Map[K, V]]) extends Step[F, Set[K], Map[K, V]]

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product