Item

object Item
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case class Entry(name: String, result: Result) extends Item
final case class Group(name: String, items: List[Item], result: Result) extends Item
final case class JustShow(wrapped: Item) extends Item

An Item which wraps another Item but always returns Ok as result.

This can be used to render the wrapped Item but ignoring its status for the overall result.

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

Inherited from
Mirror