object Actions
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Actions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asyncDelayAction[A](a: => A): Action[A]
- def asyncForkAction[A](a: => A, ec: ExecutionContext, timeout: Option[FiniteDuration] = None): Action[A]
- def asyncFuture[A](fa: => Future[A], timeout: Option[FiniteDuration] = None): Action[A]
- def checkThat[A](a: => A, condition: Boolean, failureMessage: String): Action[A]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def delayed[A](a: => A): Action[A]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def exception[A](t: Throwable): Action[A]
- def fail[A](message: String): Action[A]
- def fromError[A](error: eff.ErrorEffect.Error): Action[A]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def log(m: String, doIt: Boolean = true): Action[Unit]
- def logThrowable[R](t: Throwable)(implicit arg0: _console[R]): Eff[R, Unit]
- def logThrowable[R](t: Throwable, doIt: Boolean = true)(implicit arg0: _console[R]): Eff[R, Unit]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def ok[A](a: A): Action[A]
- def orElse[A](action1: Action[A], action2: Action[A]): Action[A]
- def protect[A](a: => A): Action[A]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def timedFuture[A](fa: TimedFuture[A]): Action[A]
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unit: Action[Unit]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def warn(m: String): Action[Unit]
- def whenFailed[A](action: Action[A], onError: (eff.ErrorEffect.Error) => Action[A]): Action[A]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated