LazyT

gql.std.LazyT$
See theLazyT companion class
object LazyT

Attributes

Companion
class
Source
LazyT.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
LazyT.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def applicativeForApplicativeLazyT[F[_] : Applicative, A]: Applicative[[_] =>> LazyT[F, A, _$7]]

Attributes

Source
LazyT.scala
def applicativeForParallelLazyT[F[_], A](implicit P: Parallel[F]): Applicative[[_] =>> LazyT[F, A, _$10]]

Attributes

Source
LazyT.scala
def lift[F[_], A, B](f: Eval[A] => B)(implicit F: Applicative[F]): LazyT[F, A, B]

Attributes

Source
LazyT.scala
def liftF[F[_], A, B](fb: F[B])(implicit F: Functor[F]): LazyT[F, A, B]

Attributes

Source
LazyT.scala