Object/Trait

io.udash.properties

Properties

Related Docs: trait Properties | package properties

Permalink

object Properties extends Properties

Linear Supertypes
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 Any2Property[A] extends AnyVal

    Permalink
  2. final class Any2SeqProperty[A] extends AnyVal

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

    Permalink
    Definition Classes
    Properties
  4. final class BooleanPropertyOps extends AnyVal

    Permalink
  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 any2Property[A](value: A): Any2Property[A]

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

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

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

    Permalink
    Definition Classes
    Properties
  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
    Definition Classes
    Properties
  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 Properties

Inherited from AnyRef

Inherited from Any

Ungrouped