Class

freestyle

FreeSOps

Related Doc: package freestyle

Permalink

implicit final class FreeSOps[F[_], A] extends AnyVal

Syntax functions for FreeS.Par

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

Instance Constructors

  1. new FreeSOps(fa: FreeS[F, 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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  6. def interpret[H[_]](implicit arg0: Monad[H], handler: FSHandler[F, H]): H[A]

    Permalink

    Runs a seq/par program by converting each parallel fragment in f into an H H should probably be an IO/Task like Monad also providing parallel execution.

  7. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  8. def optimize[G[_]](opt: ParOptimizer[F, G]): FreeS[G, A]

    Permalink

    Applies the most general optimization from a parallel program fragment in f to a sequential.

  9. def parInterpret[H[_]](implicit arg0: Monad[H], interpreter: ParInterpreter[F, H]): H[A]

    Permalink

    Runs a seq/par program by converting each parallel fragment in f into an H H should probably be an IO/Task like Monad also providing parallel execution.

  10. def parOptimize[G[_]](opt: ParInterpreter[F, [β$8$]FreeApplicative[G, β$8$]]): FreeS[G, A]

    Permalink

    Applies a parallel-to-parallel optimization

  11. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped