c

gql.dsl

SyntaxForBatchResolverSignature

final case class SyntaxForBatchResolverSignature[F[_], K, V](r: Resolver[F, Set[K], Map[K, V]]) extends AnyVal with Product with Serializable

Source
dsl.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SyntaxForBatchResolverSignature
  2. Serializable
  3. Product
  4. Equals
  5. AnyVal
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SyntaxForBatchResolverSignature(r: Resolver[F, Set[K], Map[K, V]])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def collectSome[G[_]](implicit arg0: Foldable[G], arg1: FunctorFilter[G], arg2: Functor[G]): Resolver[F, G[K], G[V]]
  6. def force[G[_]](implicit arg0: Foldable[G], arg1: FunctorFilter[G], arg2: Functor[G], S: ShowMissingKeys[K]): Resolver[F, G[K], G[V]]
  7. def forceNE[G[_]](implicit arg0: NonEmptyTraverse[G], S: ShowMissingKeys[K]): Resolver[F, G[K], G[V]]
  8. def forceOne(implicit S: Show[K]): Resolver[F, K, V]
  9. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. def optional: Resolver[F, K, Option[V]]
  12. def optionals[G[_]](implicit arg0: Foldable[G], arg1: Functor[G]): Resolver[F, G[K], G[Option[V]]]
  13. def productElementNames: Iterator[String]
    Definition Classes
    Product
  14. def productIterator: Iterator[Any]
    Definition Classes
    Product

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyVal

Inherited from Any

Ungrouped