Trait

org.specs2.control

ActionTSupport

Related Doc: package control

Permalink

trait ActionTSupport[F[_], W, R] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ActionTSupport
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def append(w: W)(implicit M: Monad[F], W: Monoid[W]): ActionT[F, W, R, Unit]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def ask(implicit M: Monad[F], W: Monoid[W]): ActionT[F, W, R, R]

    Permalink
  7. def check[A](a: ⇒ A, predicate: (A) ⇒ Boolean, failureMessage: String)(implicit M: Monad[F], W: Monoid[W]): ActionT[F, W, R, A]

    Permalink
  8. def checkThat[A](a: ⇒ A, condition: Boolean, failureMessage: String)(implicit M: Monad[F], W: Monoid[W]): ActionT[F, W, R, A]

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def configuration(implicit M: Monad[F], W: Monoid[W]): ActionT[F, W, R, R]

    Permalink
  11. def empty(implicit M: Monad[F], W: Monoid[W]): ActionT[F, W, R, Unit]

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def error[A](t: Throwable)(implicit M: Monad[F], W: Monoid[W]): ActionT[F, W, R, A]

    Permalink
  15. def error[A](message: String, t: Throwable)(implicit M: Monad[F], W: Monoid[W]): ActionT[F, W, R, A]

    Permalink
  16. def exception[A](t: Throwable)(implicit M: Monad[F], W: Monoid[W]): ActionT[F, W, R, A]

    Permalink
  17. def fail[A](message: String)(implicit M: Monad[F], W: Monoid[W]): ActionT[F, W, R, A]

    Permalink
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def fromIO[A](v: ⇒ A)(implicit M: MonadIO[F], W: Monoid[W]): ActionT[F, W, R, A]

    Permalink
  20. def fromIO[A](v: IO[A])(implicit M: MonadIO[F], W: Monoid[W]): ActionT[F, W, R, A]

    Permalink
  21. def fromIOStatus[A](v: IO[Status[A]])(implicit M: MonadIO[F], W: Monoid[W]): ActionT[F, W, R, A]

    Permalink
  22. def fromStatus[A](v: Status[A])(implicit M: MonadIO[F], W: Monoid[W]): ActionT[F, W, R, A]

    Permalink
  23. def fromStatusAsDisjunction[A](v: Status[A])(implicit M: MonadIO[F], W: Monoid[W]): ActionT[F, W, R, \/[Throwable, A]]

    Permalink
  24. def fromTask[A](v: Task[A])(implicit M: MonadIO[F], W: Monoid[W]): ActionT[F, W, R, A]

    Permalink
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. def ok[A](a: A)(implicit M: Monad[F], W: Monoid[W]): ActionT[F, W, R, A]

    Permalink
  32. def option[A](f: (R) ⇒ A)(implicit M: Monad[F], W: Monoid[W]): ActionT[F, W, R, Option[A]]

    Permalink
  33. def reader[A](f: (R) ⇒ A)(implicit M: Monad[F], W: Monoid[W]): ActionT[F, W, R, A]

    Permalink
  34. def safe[A](a: ⇒ A)(implicit M: Monad[F], W: Monoid[W]): ActionT[F, W, R, A]

    Permalink
  35. def status[A](f: (R) ⇒ Status[A])(implicit M: Monad[F], W: Monoid[W]): ActionT[F, W, R, A]

    Permalink
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def these[A](both: scalaz.\&/.These[String, Throwable])(implicit M: Monad[F], W: Monoid[W]): ActionT[F, W, R, A]

    Permalink
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped