Object

org.specs2.control

Actions

Related Doc: package control

Permalink

object Actions extends ActionTSupport[IO, Logs, Logger]

Linear Supertypes
ActionTSupport[IO, Logs, Logger], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Actions
  2. ActionTSupport
  3. AnyRef
  4. 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: Logs)(implicit M: Monad[IO], W: Monoid[Logs]): ActionT[IO, Logs, Logger, Unit]

    Permalink
    Definition Classes
    ActionTSupport
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    ActionTSupport
  7. def check[A](a: ⇒ A, predicate: (A) ⇒ Boolean, failureMessage: String)(implicit M: Monad[IO], W: Monoid[Logs]): ActionT[IO, Logs, Logger, A]

    Permalink
    Definition Classes
    ActionTSupport
  8. def checkThat[A](a: ⇒ A, condition: Boolean, failureMessage: String)(implicit M: Monad[IO], W: Monoid[Logs]): ActionT[IO, Logs, Logger, A]

    Permalink
    Definition Classes
    ActionTSupport
  9. def clone(): AnyRef

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

    Permalink
    Definition Classes
    ActionTSupport
  11. def empty(implicit M: Monad[IO], W: Monoid[Logs]): ActionT[IO, Logs, Logger, Unit]

    Permalink
    Definition Classes
    ActionTSupport
  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[IO], W: Monoid[Logs]): ActionT[IO, Logs, Logger, A]

    Permalink
    Definition Classes
    ActionTSupport
  15. def error[A](message: String, t: Throwable)(implicit M: Monad[IO], W: Monoid[Logs]): ActionT[IO, Logs, Logger, A]

    Permalink
    Definition Classes
    ActionTSupport
  16. def exception[A](t: Throwable)(implicit M: Monad[IO], W: Monoid[Logs]): ActionT[IO, Logs, Logger, A]

    Permalink
    Definition Classes
    ActionTSupport
  17. def fail[A](message: String)(implicit M: Monad[IO], W: Monoid[Logs]): ActionT[IO, Logs, Logger, A]

    Permalink
    Definition Classes
    ActionTSupport
  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[IO], W: Monoid[Logs]): ActionT[IO, Logs, Logger, A]

    Permalink
    Definition Classes
    ActionTSupport
  20. def fromIO[A](v: IO[A])(implicit M: MonadIO[IO], W: Monoid[Logs]): ActionT[IO, Logs, Logger, A]

    Permalink
    Definition Classes
    ActionTSupport
  21. def fromIOStatus[A](v: IO[Status[A]])(implicit M: MonadIO[IO], W: Monoid[Logs]): ActionT[IO, Logs, Logger, A]

    Permalink
    Definition Classes
    ActionTSupport
  22. def fromStatus[A](v: Status[A])(implicit M: MonadIO[IO], W: Monoid[Logs]): ActionT[IO, Logs, Logger, A]

    Permalink
    Definition Classes
    ActionTSupport
  23. def fromStatusAsDisjunction[A](v: Status[A])(implicit M: MonadIO[IO], W: Monoid[Logs]): ActionT[IO, Logs, Logger, \/[Throwable, A]]

    Permalink
    Definition Classes
    ActionTSupport
  24. def fromTask[A](v: Task[A])(implicit M: MonadIO[IO], W: Monoid[Logs]): ActionT[IO, Logs, Logger, A]

    Permalink
    Definition Classes
    ActionTSupport
  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[IO], W: Monoid[Logs]): ActionT[IO, Logs, Logger, A]

    Permalink
    Definition Classes
    ActionTSupport
  32. def option[A](f: (Logger) ⇒ A)(implicit M: Monad[IO], W: Monoid[Logs]): ActionT[IO, Logs, Logger, Option[A]]

    Permalink
    Definition Classes
    ActionTSupport
  33. def reader[A](f: (Logger) ⇒ A)(implicit M: Monad[IO], W: Monoid[Logs]): ActionT[IO, Logs, Logger, A]

    Permalink
    Definition Classes
    ActionTSupport
  34. def safe[A](a: ⇒ A)(implicit M: Monad[IO], W: Monoid[Logs]): ActionT[IO, Logs, Logger, A]

    Permalink
    Definition Classes
    ActionTSupport
  35. def status[A](f: (Logger) ⇒ Status[A])(implicit M: Monad[IO], W: Monoid[Logs]): ActionT[IO, Logs, Logger, A]

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

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

    Permalink
    Definition Classes
    ActionTSupport
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. def unit: Action[Unit]

    Permalink
  40. final def wait(): Unit

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

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

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

Inherited from ActionTSupport[IO, Logs, Logger]

Inherited from AnyRef

Inherited from Any

Ungrouped