Object/Trait

io.udash.properties

Properties

Related Docs: trait Properties | package properties

Permalink

object Properties extends Properties

Linear Supertypes
Properties, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Properties
  2. Properties
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class Any2ModelProperty[A] extends AnyVal

    Permalink
  2. final class Any2Property[A] extends AnyVal

    Permalink
  3. final class Any2SeqProperty[A] extends AnyVal

    Permalink
  4. type Blank[T] = properties.Blank[T]

    Permalink
    Definition Classes
    Properties
  5. type CallbackSequencer = properties.CallbackSequencer

    Permalink
    Definition Classes
    Properties
  6. type CastableProperty[A] = single.CastableProperty[A]

    Permalink
    Definition Classes
    Properties
  7. type CastableReadableProperty[A] = single.CastableReadableProperty[A]

    Permalink
    Definition Classes
    Properties
  8. type DefaultValidationError = properties.DefaultValidationError

    Permalink
    Definition Classes
    Properties
  9. type ModelProperty[A] = model.ModelProperty[A]

    Permalink
    Definition Classes
    Properties
  10. type Patch[+P <: ReadableProperty[_]] = seq.Patch[P]

    Permalink
    Definition Classes
    Properties
  11. type Property[A] = single.Property[A]

    Permalink
    Definition Classes
    Properties
  12. final class PropertySeq2SeqProperty[A] extends AnyVal

    Permalink
  13. type ReadableModelProperty[A] = model.ReadableModelProperty[A]

    Permalink
    Definition Classes
    Properties
  14. type ReadableProperty[A] = single.ReadableProperty[A]

    Permalink
    Definition Classes
    Properties
  15. type ReadableSeqProperty[A] = seq.ReadableSeqProperty[A, _ <: ReadableProperty[A]]

    Permalink
    Definition Classes
    Properties
  16. type SeqProperty[A] = seq.SeqProperty[A, _ <: Property[A]]

    Permalink
    Definition Classes
    Properties
  17. type ValidationError = properties.ValidationError

    Permalink
    Definition Classes
    Properties
  18. type ValidationResult = properties.ValidationResult

    Permalink
    Definition Classes
    Properties
  19. type Validator[T] = properties.Validator[T]

    Permalink
    Definition Classes
    Properties

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final val Blank: properties.Blank.type

    Permalink
    Definition Classes
    Properties
  5. final val CallbackSequencer: properties.CallbackSequencer.type

    Permalink
    Definition Classes
    Properties
  6. final val DefaultValidationError: properties.DefaultValidationError.type

    Permalink
    Definition Classes
    Properties
  7. final val Invalid: properties.Invalid.type

    Permalink
    Definition Classes
    Properties
  8. final val ModelProperty: model.ModelProperty.type

    Permalink
    Definition Classes
    Properties
  9. final val Property: single.Property.type

    Permalink
    Definition Classes
    Properties
  10. final val SeqProperty: seq.SeqProperty.type

    Permalink
    Definition Classes
    Properties
  11. final val Valid: properties.Valid.type

    Permalink
    Definition Classes
    Properties
  12. implicit def any2ModelProperty[A](value: A)(implicit arg0: ModelPropertyCreator[A]): Any2ModelProperty[A]

    Permalink
    Definition Classes
    Properties
  13. implicit def any2Property[A](value: A): Any2Property[A]

    Permalink
    Definition Classes
    Properties
  14. implicit def any2SeqProperty[A](value: Seq[A]): Any2SeqProperty[A]

    Permalink
    Definition Classes
    Properties
  15. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. implicit def propertySeq2SeqProperty[A](value: com.avsystem.commons.ISeq[Property[A]]): PropertySeq2SeqProperty[A]

    Permalink
    Definition Classes
    Properties
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Properties

Inherited from AnyRef

Inherited from Any

Ungrouped