Package

com.seancheatham

storage

Permalink

package storage

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. storage
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class BinaryStorage extends AnyRef

    Permalink

    An interface for storing binary-like items

  2. abstract class DocumentStorage[T] extends AnyRef

    Permalink

    An interface for storing JSON-like documents

    An interface for storing JSON-like documents

    T

    A readable/writable data type, such as a Json Value

Inherited from AnyRef

Inherited from Any

Ungrouped