Package

com.thoughtworks

zerocost

Permalink

package zerocost

Visibility
  1. Public
  2. All

Type Members

  1. trait LiftIO[F[_]] extends Serializable

    Permalink

    Author:

    杨博 (Yang Bo)

  2. final case class MultipleException(throwableSet: Set[Throwable]) extends Exception with Product with Serializable

    Permalink

Value Members

  1. object LiftIO extends Serializable

    Permalink
  2. object MultipleException extends Serializable

    Permalink
  3. object continuation

    Permalink

    The name space that contains continuation.Continuation and utilities for Continuation.

    The name space that contains continuation.Continuation and utilities for Continuation.

    Author:

    杨博 (Yang Bo)

  4. object parallel

    Permalink

    Author:

    杨博 (Yang Bo)

  5. object raii

    Permalink

    The namespace that contains Raii.

    The namespace that contains Raii.

    Author:

    杨博 (Yang Bo) <[email protected]>

  6. object resourcet extends ResourceTInstances0

    Permalink

    The namespace that contains the covariant ResourceT.

    The namespace that contains the covariant ResourceT.

    Usage:

    import com.thoughtworks.zerocost.resourcet._
  7. object task

    Permalink

    The name space that contains task.Task and utilities for Task.

    The name space that contains task.Task and utilities for Task.

    Usage

    Features of task.Task are provided as implicit views or type classes. To enable those features, import all members under task along with Scalaz syntax.

    import cats.syntax.all._
    import com.thoughtworks.zerocost.task._
    Author:

    杨博 (Yang Bo)

  8. object tryt extends TryTInstances0 with Serializable

    Permalink

    The namespace that contains the covariant TryT.

Ungrouped