Sentence

class Sentence(specs: MutableList<CopySpecs>)

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

Constructors

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

Functions

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

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

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

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