Mod

optparse_applicative.builder.internal.Mod
See theMod companion object
case class Mod[F[_], A](f: (F[A]) => F[A], prop: DefaultProp[A], g: OptProperties => OptProperties)

An option modifier.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def <>(that: Mod[F, A]): Mod[F, A]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product