Sentence

class Sentence(specs: MutableList<CopySpecs>)

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

Constructors

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

Functions

all
Link copied to clipboard
infix fun all(spec: SearchDSL.Spec): SearchSpecs

Defines that this spec will only correspond to all matching binding.

the
Link copied to clipboard
infix fun the(binding: SearchDSL.Binding): SearchSpecs

Defines that this spec will only correspond to one matching binding.