gql.std

package gql.std

Members list

Concise view

Type members

Classlikes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source:
Sourced.scala
Graph
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
Graph
Supertypes
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
object Lzy extends LowPriorityLzy

Attributes

Companion:
class
Source:
Lzy.scala
Graph
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
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

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