QueryCriteria

sealed class QueryCriteria

Defines all possible ways this repository can be queried for lenses.

Types

Available
Link copied to clipboard
class Available(groupIds: Set<String>) : LensesComponent.Repository.QueryCriteria
Query for all available lenses in groups matching provided group IDs.
ById
Link copied to clipboard
class ById(id: String, groupId: String) : LensesComponent.Repository.QueryCriteria
Query for a lens matching the provided id and groupId.

Inheritors