EmptyPhrase

The class representing an empty phrase

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun not(): Phrase

Inverting the phrase

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
Link copied to clipboard
open override fun toString(): String