object TxtFormat extends Format[Txt]
Ordering
- Alphabetic
- By Inheritance
Inherited
- TxtFormat
- Format
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val empty: Txt
Generate an empty Txt fragment
Generate an empty Txt fragment
- Definition Classes
- → Format
- def escape(text: String): Txt
No need for a safe (escaped) text fragment.
- def fill(elements: Seq[Txt]): Txt
Create an Txt Fragment that holds other fragments.
Create an Txt Fragment that holds other fragments.
- Definition Classes
- → Format
- def raw(text: String): Txt
Create a text fragment.
Formatter for text content.