ModifierResult

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case class CursorFailed(cr: Failed) extends ModifierFailed
case class InvalidData[D](message: String, data: D) extends ModifierFailed
case class Modified[T](value: T) extends ModifierResult[T]
sealed trait ModifierFailed extends ModifierResult[Nothing]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def pure[T](value: T): ModifierResult[T]

Implicits

Inherited implicits