io.github.positionpal.location.application.sessions
Members list
Packages
Type members
Classlikes
The reading model projection for Sessions. It encapsulates the read-side operations for querying and retrieving Sessions from the underlying store.
The reading model projection for Sessions. It encapsulates the read-side operations for querying and retrieving Sessions from the underlying store.
Type parameters
- F
-
the effect type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
A service to query and retrieve the tracking session information of users.
A service to query and retrieve the tracking session information of users.
Type parameters
- F
-
the effect type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class BasicUserSessionsService[F]
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
UserSessionsService.type
A store for Sessions, supporting both read and write operations.
A store for Sessions, supporting both read and write operations.
Type parameters
- F
-
the effect type
- T
-
the result type of the write operation
Attributes
- Supertypes
The writing model projection for Sessions. It encapsulates the write-side operations for saving Sessions to the underlying store.
The writing model projection for Sessions. It encapsulates the write-side operations for saving Sessions to the underlying store.
Type parameters
- F
-
the effect type
- T
-
the result type of the write operation
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-