search library
Classes
-
Child<
T extends Searchable> - This is a wrapper for a Searchable that is stored in a ChildHolder.
-
ChildAction<
T> -
ChildActionResult<
T> -
ChildHolder<
T extends Searchable> - A holder for Searchables.
-
ChildHolderIterator<
T extends Searchable> - The iterator of a ChildHolder
- DefaultSearchable
- PatternItem
- Defines some pattern that should have some sort of special handling.
- PointedWord
- Defines some search keyword.
- QueryBuilder
- QueryEngine
- Search
- Searchable
- SearchItem
- Defines the Searchable item that was found in Search.
- SearchQuery
- SearchQueryComparison
- The comparison between the SearchQuery and some Searchable.
-
Tag<
E> - Tags
-
TargetChild<
T>
Enums
- ChildActionType
- QueryType
- SearchableType
- The valid types of Searchable there can be.
Typedefs
- EventAction = void Function(ChildAction action)?