ParseResult

zio.cli.figlet.ParseResult
See theParseResult companion object
sealed abstract class ParseResult[+R, +A] extends Product, Serializable

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class Err
class Ok[R, A]

Members list

Value members

Concrete methods

def flatMap[R1, B](f: (Ok[R, A]) => ParseResult[R1, B]): ParseResult[R1, B]
final def map[B](f: A => B): ParseResult[R, B]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Inherited and Abstract methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product