NonEmptyString

besom.aliases.NonEmptyString

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

Value parameters

s

a String to be converted to a NonEmptyString.

Attributes

Returns

an optional NonEmptyString if the given String is not empty or blank, otherwise None.

Inherited from:
NonEmptyStringFactory
inline def from(s: String): NonEmptyString

Value parameters

s

a String to be converted to a NonEmptyString.

Attributes

Returns

a NonEmptyString if the given String is not empty or blank.

Inherited from:
NonEmptyStringFactory