case classPref[A](path: String, default: A)(implicit handler: PrefHandler[A], p: Preferences) extends Product with Serializable
A class that represents a preference stored in the Java preferences system.
The expectation is that your application will make a global registry of
your preferences as vals in a central object, and then you'll then
import and use those as needed throughout the application.
A class that represents a preference stored in the Java preferences system.
The expectation is that your application will make a global registry of your preferences as
val
s in a central object, and then you'll then import and use those as needed throughout the application.