# Functions
Everything returns a selector that matches all fields.
OneTermEqualSelector returns an object that matches objects where one field/field equals one value.
Parses the selector and runs them through the given TransformFunc.
ParseSelector takes a string representing a selector and returns an object suitable for matching, or an error.
SelectorFromSet returns a Selector which will match exactly the given Set.