Ap

gql.std.FreeApply$.Ap
final case class Ap[F[_], A, B](ff: FreeApply[F, A => B], fa: FreeApply[F, A]) extends FreeApply[F, B]

Attributes

Source:
FreeApply.scala
Graph
Supertypes
class FreeApply[F, B]
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def analyze[M : Semigroup](fk: FunctionK[F, [α] =>> M]): M

Attributes

Inherited from:
FreeApply
Source:
FreeApply.scala
def analyze_[M : Semigroup](fold: F[_] => M): M

Attributes

Inherited from:
FreeApply
Source:
FreeApply.scala
def enumerate: Type[F[_]]

Attributes

Inherited from:
FreeApply
Source:
FreeApply.scala
def foldMap[G[_], B >: B](fk: FunctionK[F, G])(implicit G: Apply[G]): G[B]

Attributes

Inherited from:
FreeApply
Source:
FreeApply.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product