Chunk

optparse_applicative.helpdoc.Chunk
See theChunk companion object
final case class Chunk[A](run: Option[A])

The free monoid on a semigroup A

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: Chunk[Doc]): Chunk[Doc]
Implicitly added by DocChunkSyntax

Concatenate two Chunks with a space in between.

Concatenate two Chunks with a space in between.

Attributes

def <</>>(that: Chunk[Doc]): Chunk[Doc]
Implicitly added by DocChunkSyntax

Concatenate two Chunks with a softline in between

Concatenate two Chunks with a softline in between

Attributes

def <>(that: => Chunk[A])(implicit A: Monoid[A]): Chunk[A]
def isEmpty: Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product