SmushingRule

zio.cli.figlet.SmushingRule
See theSmushingRule companion object
final case class SmushingRule[+A <: LayoutDirection](mask: Int) extends AnyVal

Attributes

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

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
def |[A <: LayoutDirection](r2: SmushingRule[A]): SmushingRule[A]
Implicitly added by SmushingRuleOpsB

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
final def |[B <: Horizontal](r2: SmushingRule[B]): SmushingRule[Horizontal]
Implicitly added by SmushingRuleOpsH

Attributes

Inherited from:
SmushingRuleOps
final def |[B <: Vertical](r2: SmushingRule[B]): SmushingRule[Vertical]
Implicitly added by SmushingRuleOpsV

Attributes

Inherited from:
SmushingRuleOps