Packages

p

dynosaur

package dynosaur

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait AttributeValue extends Object
    Annotations
    @JSType() @native()
  2. case class DynamoValue(value: AttributeValue) extends Product with Serializable
  3. sealed abstract case class NonEmptySet[A] extends Product with Serializable

    A Set that cannot be empty, to support DynamoDb number, string and binary sets.

  4. case class Prism[A, B](tryGet: (A) ⇒ Option[B], inject: (B) ⇒ A) extends Product with Serializable

    Selects a branch of a coproduct type.

    Selects a branch of a coproduct type.

    Annotations
    @implicitNotFound( ... )
  5. sealed trait Schema[A] extends AnyRef
    Annotations
    @implicitNotFound( ... )

Value Members

  1. object AttributeValue
  2. object CollectionConverters
  3. object DynamoValue extends Serializable
  4. object NonEmptySet extends Serializable
  5. object Prism extends LowPrioPrism with Serializable
  6. object Schema

Ungrouped