toggle menu
ktify
0.1.4
jvm
switch theme
search in API
ktify
/
ee.bjarn.ktify.search
/
EmptyPhrase
Empty
Phrase
class
EmptyPhrase
:
Phrase
(
source
)
The class representing an empty phrase
Members
Members & Extensions
Constructors
Empty
Phrase
Link copied to clipboard
constructor
(
)
Properties
value
Link copied to clipboard
val
value
:
String
Functions
not
Link copied to clipboard
fun
not
(
)
:
Phrase
Inverting the phrase
plus
Link copied to clipboard
operator
fun
EmptyPhrase
.
plus
(
value
:
EmptyPhrase
)
:
EmptyPhrase
operator
fun
EmptyPhrase
.
plus
(
value
:
Phrase
)
:
Phrase
operator
fun
EmptyPhrase
.
plus
(
value
:
String
)
:
Phrase
operator
fun
Phrase
.
plus
(
value
:
EmptyPhrase
)
:
Phrase
operator
fun
Phrase
.
plus
(
value
:
Phrase
)
:
Phrase
operator
fun
Phrase
.
plus
(
value
:
String
)
:
Phrase
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String