gql.std

package gql.std

Members list

Type members

Classlikes

sealed abstract class FreeApply[F[_], +A] extends Product, Serializable

FreeApply is a Free Applicative, but witout pure. It has an Apply instance.

FreeApply is a Free Applicative, but witout pure. It has an Apply instance.

Attributes

Companion
object
Source
FreeApply.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class Ap[F, A, B]
class Fmap[F, A, B]
class Lift[F, A]
object FreeApply

Attributes

Companion
class
Source
FreeApply.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
FreeApply.type

Attributes

Source
Lzy.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Lzy.type

Attributes

Source
Sourced.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Sourced.type
final case class Lzy[A](eval: Eval[A]) extends AnyVal

Attributes

Companion
object
Source
Lzy.scala
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all
object Lzy extends LowPriorityLzy

Attributes

Companion
class
Source
Lzy.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Lzy.type
final case class Sourced[A](value: A, position: SourcePos)

Attributes

Companion
object
Source
Sourced.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
Sourced.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
Sourced.type