Class/Object

higherkindness.droste

GAlgebra

Related Docs: object GAlgebra | package droste

Permalink

final class GAlgebra[F[_], S, A] extends AnyVal

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GAlgebra
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GAlgebra(run: (F[S]) ⇒ A)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. def andThen[B](f: GAlgebra[F, A, B])(implicit F: CoflatMap[F]): GAlgebra[F, S, B]

    Permalink
  5. def apply(fs: F[S]): A

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def compose[Z](f: GAlgebra[F, Z, S])(implicit F: CoflatMap[F]): GAlgebra[F, Z, A]

    Permalink
  8. def gather(gather: Gather[F, S, A]): Gathered[F, S, A]

    Permalink
  9. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  10. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  11. def lift[M[_]](implicit M: Applicative[M]): GAlgebraM[M, F, S, A]

    Permalink
  12. val run: (F[S]) ⇒ A

    Permalink
  13. def toCokleisli: Cokleisli[F, S, A]

    Permalink
  14. def toString(): String

    Permalink
    Definition Classes
    Any
  15. def zip[T, B](that: GAlgebra[F, T, B])(implicit ev: Functor[F]): GAlgebra[F, (S, T), (A, B)]

    Permalink

Inherited from AnyVal

Inherited from Any

Ungrouped