Text

skunk.util.Text
See theText companion object
final class Text

Attributes

Companion
object
Source
Text.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def ++(other: Text): Text

Attributes

Source
Text.scala
def length: Int

Attributes

Source
Text.scala
def padTo(n: Int): Text

Attributes

Source
Text.scala
def render: String

Attributes

Source
Text.scala
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
Source
Text.scala