Sentence

class Sentence(specs: MutableList<CopySpecs>)

Second half of the sentence [copy|ignore] the and [copy|ignore] all

Constructors

Sentence
Link copied to clipboard
common
fun Sentence(specs: MutableList<CopySpecs>)

Functions

all
Link copied to clipboard
common
infix fun all(spec: SearchDSL.Spec): SearchSpecs
Defines that this spec will only correspond to all matching binding.
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
the
Link copied to clipboard
common
infix fun the(binding: SearchDSL.Binding): SearchSpecs
Defines that this spec will only correspond to one matching binding.
toString
Link copied to clipboard
common
open fun toString(): String