the

infix fun the(binding: SearchDSL.Binding): SearchSpecs

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

Return

The binding itself to configure it (e.g. copy the binding<Whatever>() with context<MyContext>()).

Parameters

binding

The binding it should match.