zio.cli.figlet

package zio.cli.figlet

Members list

Type members

Classlikes

final case class FigChar(lines: Chunk[FigCharLine], width: Int, height: Int)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait FigCharLine

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Chars
class Empty
object FigCharLine

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class FigFont(header: FigHeader, rightToLeft: Boolean, layout: Layouts, chars: Map[Char, FigChar])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
FigFont.type
object FigFontFiles

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object FigFont
Self type
FigFont.type
final case class FigHeader(signature: String, hardBlank: Char, charHeight: Int, baseline: Int, commentLines: Int, oldLayoutMask: Int, rightToLeft: Option[Int], fullLayoutMask: Option[Int])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed abstract class Layout[+A <: LayoutDirection] extends Product, Serializable

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Fitting
object FullWidth
class Smushing[A]
object Layout

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Layout.type
sealed trait LayoutDirection

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Horizontal
trait Both
trait Vertical

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
final case class Layouts(horizontal: Layout[Horizontal], vertical: Layout[Vertical])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Layouts.type
sealed abstract class ParseResult[+R, +A] extends Product, Serializable

Attributes

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

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
abstract class Parser[-R, +R1, +A] extends R => ParseResult[R1, A]

Attributes

Companion
object
Supertypes
trait R => ParseResult[R1, A]
class Object
trait Matchable
class Any
object Parser

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Parser.type
final case class SmushingRule[+A <: LayoutDirection](mask: Int) extends AnyVal

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all
object SmushingRule

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type