PersistentStore

blockudoku.saving.PersistentStore

Manages persistent storage of a string.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def load(): String

Loads the string from the store.

Loads the string from the store.

Attributes

Returns

the stored string.

def store(string: String): Unit

Stores the string in the store.

Stores the string in the store.

Value parameters

string

value to store.

Attributes