Err

zio.cli.figlet.ParseResult.Err
final case class Err(e: () => String) extends ParseResult[Nothing, Nothing]

Attributes

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

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def flatMap[R1, B](f: (Ok[Nothing, Nothing]) => ParseResult[R1, B]): ParseResult[R1, B]

Attributes

Inherited from:
ParseResult
final def map[B](f: Nothing => B): ParseResult[Nothing, B]

Attributes

Inherited from:
ParseResult

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def toEither: Either[String, Nothing]

Attributes

Inherited from:
ParseResult