public interface Components
| Modifier and Type | Method and Description |
|---|---|
static Component |
empty()
Gets an immutable component with empty content.
|
static Component |
newline()
Gets an immutable component with a new line character as the content.
|
static Component |
space()
Gets an immutable component with a single space as the content.
|
static Component empty()
static Component newline()
static Component space()