Packages

object SnapshotMetadata extends AbstractFunction3[String, Long, Long, SnapshotMetadata] with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SnapshotMetadata
  2. Serializable
  3. AbstractFunction3
  4. Function3
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def <init>$default$3: Long
  2. def apply(persistenceId: String, sequenceNr: Long): SnapshotMetadata
  3. def apply(persistenceId: String, sequenceNr: Long, timestamp: Long): SnapshotMetadata
    Definition Classes
    SnapshotMetadata → Function3
  4. def apply(persistenceId: String, sequenceNr: Long, timestamp: Long, meta: Option[Any]): SnapshotMetadata
  5. def apply$default$3(): Long
  6. def curried: (String) => (Long) => (Long) => SnapshotMetadata
    Definition Classes
    Function3
    Annotations
    @unspecialized()
  7. implicit val ordering: Ordering[SnapshotMetadata]
  8. def toString(): String
    Definition Classes
    Function3 → AnyRef → Any
  9. def tupled: ((String, Long, Long)) => SnapshotMetadata
    Definition Classes
    Function3
    Annotations
    @unspecialized()
  10. def unapply(sm: SnapshotMetadata): Option[(String, Long, Long)]