BooleanFormatter

info.fingo.spata.text.BooleanFormatter$
See theBooleanFormatter companion class

BooleanFormatter companion object, used for formatter creation.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(tt: String, ft: String, locale: Locale): BooleanFormatter

Creates new formatter.

Creates new formatter.

Value parameters

ft

the term representing false, case insensitive

locale

the locale used to handle case conversion

tt

the term representing true, case insensitive

Attributes

Returns

new formatter

Creates new formatter with default locale.

Creates new formatter with default locale.

Value parameters

ft

the term representing false, case insensitive

tt

the term representing true, case insensitive

Attributes

Returns

new formatter

Concrete fields

Provides default BooleanFormatter, with true and false as textual representation.

Provides default BooleanFormatter, with true and false as textual representation.

Attributes