Trait/Object

io.udash.properties

Properties

Related Docs: object Properties | package properties

Permalink

trait Properties extends AnyRef

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

Type Members

  1. type Blank[T] = properties.Blank[T]

    Permalink
  2. type CallbackSequencer = properties.CallbackSequencer

    Permalink
  3. type CastableProperty[A] = single.CastableProperty[A]

    Permalink
  4. type CastableReadableProperty[A] = single.CastableReadableProperty[A]

    Permalink
  5. type DefaultValidationError = properties.DefaultValidationError

    Permalink
  6. type ModelProperty[A] = model.ModelProperty[A]

    Permalink
  7. type Patch[+P <: ReadableProperty[_]] = seq.Patch[P]

    Permalink
  8. type Property[A] = single.Property[A]

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

    Permalink
  10. type ReadableProperty[A] = single.ReadableProperty[A]

    Permalink
  11. type ReadableSeqProperty[A] = seq.ReadableSeqProperty[A, _ <: ReadableProperty[A]]

    Permalink
  12. type SeqProperty[A] = seq.SeqProperty[A, _ <: Property[A]]

    Permalink
  13. type ValidationError = properties.ValidationError

    Permalink
  14. type ValidationResult = properties.ValidationResult

    Permalink
  15. type Validator[T] = properties.Validator[T]

    Permalink

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
  5. final val CallbackSequencer: properties.CallbackSequencer.type

    Permalink
  6. final val DefaultValidationError: properties.DefaultValidationError.type

    Permalink
  7. final val Invalid: properties.Invalid.type

    Permalink
  8. final val ModelProperty: model.ModelProperty.type

    Permalink
  9. final val Property: single.Property.type

    Permalink
  10. final val SeqProperty: seq.SeqProperty.type

    Permalink
  11. final val Valid: properties.Valid.type

    Permalink
  12. implicit def any2Property[A](value: A): Any2Property[A]

    Permalink
  13. implicit def any2SeqProperty[A](value: Seq[A]): Any2SeqProperty[A]

    Permalink
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. implicit def booleanProp2BooleanOpsProperty(value: Property[Boolean]): BooleanPropertyOps

    Permalink
  16. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. implicit def propertySeq2SeqProperty[A](value: com.avsystem.commons.ISeq[ReadableProperty[A]]): PropertySeq2SeqProperty[A]

    Permalink
  26. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped