Ok

zio.cli.figlet.ParseResult.Ok
final case class Ok[+R, +A](r: R, a: A) extends ParseResult[R, A]

Attributes

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

Members list

Value members

Inherited methods

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

Attributes

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

Attributes

Inherited from:
ParseResult

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
ParseResult