Package

org.gerweck.scala.util

prefs

Permalink

package prefs

Visibility
  1. Public
  2. All

Type Members

  1. trait CommonPrefHandlers extends AnyRef

    Permalink
  2. trait PlatformPrefHandlers extends AnyRef

    Permalink
  3. case class Pref[A](path: String, default: A)(implicit handler: PrefHandler[A], p: Preferences) extends Product with Serializable

    Permalink

    A class that represents a preference stored in the Java preferences system.

    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.

  4. trait PrefHandler[A] extends AnyRef

    Permalink

Value Members

  1. object PrefHandler extends CommonPrefHandlers with PlatformPrefHandlers

    Permalink

Ungrouped