Multiple

class Multiple extends Attrs
trait Attrs
class Object
trait Matchable
class Any

Value members

Concrete methods

def ++(other: Attrs): Attrs
override def equals(other: Any): Boolean
Definition Classes
Any
override def hashCode(): Int
Definition Classes
Any
override def toString: String
Definition Classes
Any

Inherited methods

def apply(s: Str): Str

Apply these Attrs to the given fansi.Str, making it take effect across the entire length of that string.

Apply these Attrs to the given fansi.Str, making it take effect across the entire length of that string.

Inherited from:
Attrs
def transform(state: State): Long

Apply the current Attrs to the Str.State integer, modifying it to represent the state after all changes have taken effect

Apply the current Attrs to the Str.State integer, modifying it to represent the state after all changes have taken effect

Inherited from:
Attrs

Concrete fields

val applyMask: Long
val attrs: Attr*
val resetMask: Long