ReadFailed

machinespir.it.jig.ReadFailed
case class ReadFailed(errors: NonEmptyList[ConfigEntryError]) extends ReadResult[Nothing]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ReadResult[Nothing]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def flatMap[B](f: Nothing => ReadResult[B]): ReadResult[B]

Attributes

Inherited from:
ReadResult
def fold[B](f: (NonEmptyList[ConfigEntryError]) => B, g: Nothing => B): B

Attributes

Inherited from:
ReadResult

Attributes

Inherited from:
ReadResult
def map[B](f: Nothing => B): ReadResult[B]

Attributes

Inherited from:
ReadResult

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
ReadResult