object Action

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

Type Members

  1. type ActionResult[F[_], O, S, E] = F[Or[E, (O) ⇒ Or[E, S]]]
  2. type Actions[F[_], R, O, S, E] = Sack[ROS[R, O, S], Or[NamedError[Failure[E]], Outer[F, R, O, S, E]]]
  3. final case class Group[F[_], R, O, S, E](actions: Actions[F, R, O, S, E], cond: Cond[R, O, S, E]) extends Inner[F, R, O, S, E] with Product with Serializable
  4. sealed abstract class Inner[F[_], R, O, S, E] extends AnyRef
  5. final case class Outer[F[_], R, O, S, E](name: NameFn[ROS[R, O, S]], inner: Inner[F, R, O, S, E], check: Arounds[O, S, E]) extends Product with Serializable
  6. type Prepared[F[_], O, S, E] = Option[() ⇒ ActionResult[F, O, S, E]]
  7. final case class Single[F[_], R, O, S, E](run: (ROS[R, O, S]) ⇒ Prepared[F, O, S, E]) extends Inner[F, R, O, S, E] with Product with Serializable
  8. final case class SubTest[F[_], R, O, S, E](action: Actions[F, R, O, S, E], invariants: Invariants[O, S, E]) extends Inner[F, R, O, S, E] with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit def actionInnerInstanceConditional[F[_], R, O, S, E]: Conditional[Inner[F, R, O, S, E], ROS[R, O, S]]
  5. implicit def actionOuterInstanceConditional[F[_], R, O, S, E]: Conditional[Outer[F, R, O, S, E], ROS[R, O, S]]
  6. implicit def actionOuterInstanceDisplay[F[_], R, O, S, E]: Display[Outer[F, R, O, S, E]]
  7. implicit def actionOuterInstanceNamedOps[F[_], R, O, S, E]: NamedOps[Outer[F, R, O, S, E], ROS[R, O, S]]
  8. implicit def actionsProfunctor[F[_], R, O, S, E](a: Actions[F, R, O, S, E]): Ops[Sack, ROS[R, O, S], Or[NamedError[Failure[E]], Outer[F, R, O, S, E]]]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. def empty[F[_], R, O, S, E]: Actions[F, R, O, S, E]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def liftInner[F[_], R, O, S, E](inner: Inner[F, R, O, S, E])(name: NameFn[ROS[R, O, S]]): Actions[F, R, O, S, E]
  18. def liftOuter[F[_], R, O, S, E](outer: Outer[F, R, O, S, E]): Actions[F, R, O, S, E]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. object Group extends Serializable
  28. object Outer extends Serializable
  29. object Single extends Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped