PartiallAppliedLiftF

gql.resolver.Resolver$.PartiallAppliedLiftF
final class PartiallAppliedLiftF[F[_], I](dummy: Boolean) extends AnyVal

Attributes

Source
Resolver.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply[O](f: I => F[O]): Resolver[F, I, O]

Attributes

Source
Resolver.scala