Package

teststate

data

Permalink

package data

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

Type Members

  1. final case class BeforeAfter[+A](before: A, after: A) extends Product with Serializable

    Permalink
  2. final case class Failed[+E](failure: E) extends Tri[E, Nothing] with Product with Serializable

    Permalink
  3. sealed abstract class Failure[+A] extends AnyRef

    Permalink
  4. type Id[A] = A

    Permalink
  5. final case class Left[+A](left: A) extends Or[A, Nothing] with Product with Serializable

    Permalink
  6. case class NamedError[+E](name: Name, error: E) extends Product with Serializable

    Permalink
  7. sealed class OS[+O, +S] extends AnyRef

    Permalink
  8. sealed abstract class Or[+A, +B] extends Product with Serializable

    Permalink
  9. final case class Passed[+A](result: A) extends Tri[Nothing, A] with Product with Serializable

    Permalink
  10. final class ROS[+R, +O, +S] extends OS[O, S]

    Permalink
  11. sealed abstract class Result[+Err] extends Product with Serializable

    Permalink
  12. final case class Right[+B](right: B) extends Or[Nothing, B] with Product with Serializable

    Permalink
  13. sealed abstract class Sack[-I, +A] extends AnyRef

    Permalink
  14. sealed abstract class Tri[+E, +A] extends Product with Serializable

    Permalink
  15. final case class VectorTree[+A](elements: Vector[Node[A]]) extends Product with Serializable

    Permalink

Value Members

  1. object BeforeAfter extends Serializable

    Permalink
  2. object Failure

    Permalink
  3. object OS

    Permalink
  4. object Or extends Serializable

    Permalink
  5. object ROS

    Permalink
  6. object Result extends Serializable

    Permalink
  7. object Sack

    Permalink
  8. object Skipped extends Tri[Nothing, Nothing] with Product with Serializable

    Permalink
  9. object Tri extends Serializable

    Permalink
  10. object VectorTree extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped