requiredSearch

open fun requiredSearch(scope: String): V

Searches for a value by scope, throwing an exception if not found.

Return

The matching value.

Parameters

scope

The scope string to search for.

Throws

if no matching value is found.