eventstore

util

package util

Visibility
  1. Public
  2. All

Type Members

  1. case class ActorCloseable(actor: ActorRef) extends Closeable with Product with Serializable

  2. trait BetterToString extends AnyRef

  3. case class BidirectionalMap[X, Y](xy: Map[X, Y] = Map.empty[X, Y], yx: Map[Y, X] = Map.empty[Y, X]) extends Product with Serializable

  4. trait BytesFormat[T] extends BytesReader[T] with BytesWriter[T]

    Annotations
    @implicitNotFound( ... )
  5. trait BytesReader[T] extends AnyRef

    Annotations
    @implicitNotFound( ... )
  6. trait BytesWriter[T] extends AnyRef

    Annotations
    @implicitNotFound( ... )
  7. trait DefaultFormats extends AnyRef

  8. trait PasswordHashAlgorithm extends AnyRef

Value Members

  1. object BytesFormat

  2. object BytesReader

  3. object BytesWriter

  4. object CancellableAdapter

  5. object DefaultFormats extends DefaultFormats

  6. object ImproveByteString

  7. object PasswordHashAlgorithm

Ungrouped