Packages

package core

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. core
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Item extends Product with Serializable
  2. sealed trait Result extends Product with Serializable
  3. final case class Root(items: List[Item], result: Result) extends Product with Serializable

Value Members

  1. def overallOf(items: List[Item]): Result

    Computes the overall result of items.

    Computes the overall result of items.

    Returns

    • Ok if items contains no Warning or Error
    • Warning if items contains at least one Warning and no Error
    • Error if items contains at least one Error
  2. object Item extends Serializable
  3. object Result extends Serializable
  4. object plaintext

Inherited from AnyRef

Inherited from Any

Ungrouped