Packages

o

value.spec

JsArraySpecs

object JsArraySpecs

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def arrayOf(spec: JsObjSpec, nullable: Boolean = false, required: Boolean = true, elemNullable: Boolean = false): ArrayOfObjSpec
  5. def arrayOfBoolSuchThat(p: (JsArray) => Result, nullable: Boolean = false, required: Boolean = true, elemNullable: Boolean = false): JsSpec
  6. def arrayOfDecimalSuchThat(p: (JsArray) => Result, nullable: Boolean = false, required: Boolean = true, elemNullable: Boolean = false): JsSpec
  7. def arrayOfIntSuchThat(p: (JsArray) => Result, nullable: Boolean = false, required: Boolean = true, elemNullable: Boolean = false): JsSpec
  8. def arrayOfIntegralSuchThat(p: (JsArray) => Result, nullable: Boolean = false, required: Boolean = true, elemNullable: Boolean = false): JsSpec
  9. def arrayOfLongSuchThat(p: (JsArray) => Result, nullable: Boolean = false, required: Boolean = true, elemNullable: Boolean = false): JsSpec
  10. def arrayOfNumberSuchThat(p: (JsArray) => Result, nullable: Boolean = false, required: Boolean = true, elemNullable: Boolean = false): JsSpec
  11. def arrayOfObjSuchThat(p: (JsArray) => Result, nullable: Boolean = false, required: Boolean = true, elemNullable: Boolean = false): IsArrayOfObjSuchThat
  12. def arrayOfStrSuchThat(p: (JsArray) => Result, nullable: Boolean = false, required: Boolean = true, elemNullable: Boolean = false): JsSpec
  13. def arrayOfTestedDecimal(p: (BigDecimal) => Result, nullable: Boolean = false, required: Boolean = true, elemNullable: Boolean = false): JsSpec
  14. def arrayOfTestedInt(p: (Int) => Result, nullable: Boolean = false, required: Boolean = true, elemNullable: Boolean = false): JsSpec
  15. def arrayOfTestedIntegral(p: (BigInt) => Result, nullable: Boolean = false, required: Boolean = true, elemNullable: Boolean = false): JsSpec
  16. def arrayOfTestedLong(p: (Long) => Result, nullable: Boolean = false, required: Boolean = true, elemNullable: Boolean = false): JsSpec
  17. def arrayOfTestedNumber(p: (JsNumber) => Result, nullable: Boolean = false, required: Boolean = true, elemNullable: Boolean = false): JsSpec
  18. def arrayOfTestedObj(p: (JsObj) => Result, nullable: Boolean = false, required: Boolean = true, elemNullable: Boolean = false): IsArrayOfTestedObj
  19. def arrayOfTestedStr(p: (String) => Result, nullable: Boolean = false, required: Boolean = true, elemNullable: Boolean = false): JsSpec
  20. def arrayOfTestedValue(p: (JsValue) => Result, nullable: Boolean = false, required: Boolean = true, elemNullable: Boolean = false): JsSpec
  21. def arrayOfValueSuchThat(p: (JsArray) => Result, nullable: Boolean = false, required: Boolean = true, elemNullable: Boolean = false): JsSpec
  22. val array_of_bool: IsArrayOfBool
  23. val array_of_bool_or_null: IsArrayOfBool
  24. val array_of_bool_with_nulls: IsArrayOfBool
  25. val array_of_bool_with_nulls_or_null: IsArrayOfBool
  26. val array_of_decimal: IsArrayOfDecimal
  27. val array_of_decimal_or_null: IsArrayOfDecimal
  28. val array_of_decimal_with_nulls: IsArrayOfDecimal
  29. val array_of_decimal_with_nulls_or_null: IsArrayOfDecimal
  30. val array_of_int: IsArrayOfInt
  31. val array_of_int_or_null: IsArrayOfInt
  32. val array_of_int_with_nulls: IsArrayOfInt
  33. val array_of_int_with_nulls_or_null: IsArrayOfInt
  34. val array_of_integral: IsArrayOfIntegral
  35. val array_of_integral_or_null: IsArrayOfIntegral
  36. val array_of_integral_with_nulls: IsArrayOfIntegral
  37. val array_of_integral_with_nulls_or_null: IsArrayOfIntegral
  38. val array_of_long: IsArrayOfLong
  39. val array_of_long_or_null: IsArrayOfLong
  40. val array_of_long_with_nulls: IsArrayOfLong
  41. val array_of_long_with_nulls_or_null: IsArrayOfLong
  42. val array_of_number: IsArrayOfNumber
  43. val array_of_number_or_null: IsArrayOfNumber
  44. val array_of_number_with_nulls: IsArrayOfNumber
  45. val array_of_number_with_nulls_or_null: IsArrayOfNumber
  46. val array_of_obj: IsArrayOfObj
  47. val array_of_obj_or_null: IsArrayOfObj
  48. val array_of_obj_with_nulls: IsArrayOfObj
  49. val array_of_obj_with_nulls_or_null: IsArrayOfObj
  50. val array_of_str: IsArrayOfStr
  51. val array_of_str_or_null: IsArrayOfStr
  52. val array_of_str_with_nulls: IsArrayOfStr
  53. val array_of_str_with_nulls_or_null: IsArrayOfStr
  54. val array_of_value: IsArray
  55. val array_of_value_or_null: IsArray
  56. val array_of_value_with_nulls: IsArray
  57. val array_with_nulls_or_null: IsArray
  58. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  59. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  60. def conforms(spec: JsArraySpec, nullable: Boolean = false, required: Boolean = true): JsSpec
  61. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  62. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  63. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  64. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  65. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  66. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  67. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  68. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  69. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  70. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  71. def toString(): String
    Definition Classes
    AnyRef → Any
  72. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  73. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  74. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped