PersistentStoreImpl

blockudoku.saving.diskPersistentStoreImpl.PersistentStoreImpl

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete 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

Concrete fields

val dirPath: Path