package context
contains the LongevityContext plus supporting types and classes
- Source
- package.scala
- Alphabetic
- By Inheritance
- context
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
trait
JsonContext extends AnyRef
the portion of a LongevityContext that deals with JSON marshalling
-
final
class
LongevityContext[F[_], M] extends PersistenceContext[F, M] with TestContext[F, M] with JsonContext
a collection of longevity utilities applicable to a specific ModelType.
a collection of longevity utilities applicable to a specific ModelType.
- F
the effect
- M
the model
-
trait
PersistenceContext[F[_], M] extends AnyRef
the portion of a LongevityContext that deals with persistence
the portion of a LongevityContext that deals with persistence
- F
the effect
- M
the model
-
trait
TestContext[F[_], M] extends AnyRef
the portion of a LongevityContext that deals with testing
the portion of a LongevityContext that deals with testing
- F
the effect
- M
the model
Value Members
-
object
LongevityContext
contains a factory method for LongevityContext objects
-
object
TestContext
contains an implicit class for ScalaTest methods