Package

io.udash.properties

single

Permalink

package single

Visibility
  1. Public
  2. All

Type Members

  1. trait CastableProperty[A] extends CastableReadableProperty[A] with Property[A]

    Permalink

    Property which can be casted.

    Property which can be casted.
    NOTE: Those casts are checked in compilation time: "it compiles" == "it works", as long as the property creators were not explicitly passed and relevant implicit scope is equal for property creation and cast.

  2. trait CastableReadableProperty[A] extends ReadableProperty[A]

    Permalink

    Property which can be casted.

    Property which can be casted.
    NOTE: Those casts are checked in compilation time: "it compiles" == "it works".

  3. trait Property[A] extends ReadableProperty[A]

    Permalink

    Property which can be modified.

  4. trait ReadableProperty[+A] extends AnyRef

    Permalink

    Base interface of every Property in Udash.

Value Members

  1. object Property

    Permalink

Ungrouped