com.mle

io

package io

Visibility
  1. Public
  2. All

Type Members

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

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

    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]

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

  5. trait LoggingList[T] extends PersistentList[T] with Log

  6. trait PersistentList[T] extends AnyRef

Ungrouped