Packages

p

longevity

context

package context

contains the LongevityContext plus supporting types and classes

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. context
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait JsonContext extends AnyRef

    the portion of a LongevityContext that deals with JSON marshalling

  2. 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

  3. 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

  4. 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

  1. object LongevityContext

    contains a factory method for LongevityContext objects

  2. object TestContext

    contains an implicit class for ScalaTest methods

Inherited from AnyRef

Inherited from Any

Ungrouped