nonEmptyStringOps

besom.util.NonEmptyString$package.NonEmptyString.nonEmptyStringOps

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Extensions

Extensions

extension (nes: NonEmptyString)
inline def +++(other: String): NonEmptyString

Concatenates this NonEmptyString with the given String.

Concatenates this NonEmptyString with the given String.

Attributes

inline def asString: String

Attributes

Returns

this NonEmptyString as a String.