Package

com.malliina.play

io

Permalink

package io

Visibility
  1. Public
  2. All

Type Members

  1. trait Distinctness[T] extends PersistentList[T]

    Permalink
  2. class FileBackedList[T] extends PersistentList[T]

    Permalink

    Persists the list to file by serializing at every modification.

    Persists the list to file by serializing at every modification.

    T

    type of element

  3. class FileBackedSet[T] extends FileBackedList[T] with Distinctness[T]

    Permalink
  4. abstract class FileSet[T] extends FileBackedSet[T] with LoggingList[T]

    Permalink
  5. trait LoggingList[T] extends PersistentList[T]

    Permalink
  6. trait PersistentList[T] extends AnyRef

    Permalink

Value Members

  1. object LoggingList

    Permalink

Ungrouped