gql.std.FreeApply
See theFreeApply companion object
sealed abstract class FreeApply[F[_], +A] extends Product, Serializable
FreeApply is a Free Applicative, but witout pure. It has an Apply instance.
Attributes
- Companion
- object
- Source
- FreeApply.scala
- Graph
-
- Supertypes
- Known subtypes
Members list
Value members
Concrete methods
Attributes
- Source
- FreeApply.scala
Attributes
- Source
- FreeApply.scala
Attributes
- Source
- FreeApply.scala
Attributes
- Source
- FreeApply.scala
Attributes
- Source
- FreeApply.scala
In this article