NilP

optparse_applicative.types.NilP
case class NilP[A](fa: Option[A]) extends Parser[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Parser[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

final def <|>(that: Parser[A]): Parser[A]

Alias for <+>

Alias for <+>

Attributes

Inherited from:
Parser
final def map[B](f: A => B): Parser[B]

Attributes

Inherited from:
Parser
final def mapPoly[B](f: OptHelpInfo => NaturalTransformation[Opt, [_] =>> Const[B, _$3]]): List[B]

Attributes

Inherited from:
Parser
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def treeMap[B](g: OptHelpInfo => NaturalTransformation[Opt, [_] =>> Const[B, _$4]]): OptTree[B]

Attributes

Inherited from:
Parser