Packages

final case class SchemaProperties[T](properties: PropertyMap[T] = Map.empty[PropertyTag[T], SchemaProperty[T]]) extends Iterable[SchemaProperty[T]] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SchemaProperties
  2. Serializable
  3. Product
  4. Equals
  5. Iterable
  6. IterableFactoryDefaults
  7. IterableOps
  8. IterableOnceOps
  9. IterableOnce
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SchemaProperties(properties: PropertyMap[T] = Map.empty[PropertyTag[T], SchemaProperty[T]])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ++[B >: SchemaProperty[T]](suffix: IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def add[S <: SchemaProperty[T]](prop: S)(implicit tag: ClassTag[S]): Unit
  6. final def addString(b: StringBuilder): b.type
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  7. final def addString(b: StringBuilder, sep: String): b.type
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  8. def addString(b: StringBuilder, start: String, sep: String, end: String): b.type
    Definition Classes
    IterableOnceOps
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def className: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. final def coll: SchemaProperties.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  13. def collect[B](pf: PartialFunction[SchemaProperty[T], B]): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  14. def collectFirst[B](pf: PartialFunction[SchemaProperty[T], B]): Option[B]
    Definition Classes
    IterableOnceOps
  15. def concat[B >: SchemaProperty[T]](suffix: IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
  16. def copyToArray[B >: SchemaProperty[T]](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  17. def copyToArray[B >: SchemaProperty[T]](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  18. def copyToArray[B >: SchemaProperty[T]](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  19. def copyWithReset()(implicit p: JsonoidParams): SchemaProperties[T]
  20. def corresponds[B](that: IterableOnce[B])(p: (SchemaProperty[T], B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  21. def count(p: (SchemaProperty[T]) => Boolean): Int
    Definition Classes
    IterableOnceOps
  22. def drop(n: Int): Iterable[SchemaProperty[T]]
    Definition Classes
    IterableOps → IterableOnceOps
  23. def dropRight(n: Int): Iterable[SchemaProperty[T]]
    Definition Classes
    IterableOps
  24. def dropWhile(p: (SchemaProperty[T]) => Boolean): Iterable[SchemaProperty[T]]
    Definition Classes
    IterableOps → IterableOnceOps
  25. def empty: Iterable[SchemaProperty[T]]
    Definition Classes
    IterableFactoryDefaults → IterableOps
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def exists(p: (SchemaProperty[T]) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  28. def expandTo(other: Option[SchemaProperties[T]]): SchemaProperties[T]
  29. def filter(pred: (SchemaProperty[T]) => Boolean): Iterable[SchemaProperty[T]]
    Definition Classes
    IterableOps → IterableOnceOps
  30. def filterNot(pred: (SchemaProperty[T]) => Boolean): Iterable[SchemaProperty[T]]
    Definition Classes
    IterableOps → IterableOnceOps
  31. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  32. def find(p: (SchemaProperty[T]) => Boolean): Option[SchemaProperty[T]]
    Definition Classes
    IterableOnceOps
  33. def findIncompatibilities[S](other: SchemaProperties[S], recursive: Boolean = true)(implicit p: JsonoidParams): Seq[ClassTag[_]]
  34. def flatMap[B](f: (SchemaProperty[T]) => IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  35. def flatten[B](implicit asIterable: (SchemaProperty[T]) => IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  36. def fold[A1 >: SchemaProperty[T]](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  37. def foldLeft[B](z: B)(op: (B, SchemaProperty[T]) => B): B
    Definition Classes
    IterableOnceOps
  38. def foldRight[B](z: B)(op: (SchemaProperty[T], B) => B): B
    Definition Classes
    IterableOnceOps
  39. def forall(p: (SchemaProperty[T]) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  40. def foreach[U](f: (SchemaProperty[T]) => U): Unit
    Definition Classes
    IterableOnceOps
  41. def fromSpecific(coll: IterableOnce[SchemaProperty[T]]): Iterable[SchemaProperty[T]]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  42. def get[S <: SchemaProperty[T]](implicit tag: ClassTag[S]): S
  43. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  44. def getIncompatibleProperties[S](other: SchemaProperties[S], recursive: Boolean = true)(implicit p: JsonoidParams): Seq[PropertyTag[T]]
  45. def getOrNone[S <: SchemaProperty[T]](implicit tag: ClassTag[S]): Option[S]
  46. def groupBy[K](f: (SchemaProperty[T]) => K): Map[K, Iterable[SchemaProperty[T]]]
    Definition Classes
    IterableOps
  47. def groupMap[K, B](key: (SchemaProperty[T]) => K)(f: (SchemaProperty[T]) => B): Map[K, Iterable[B]]
    Definition Classes
    IterableOps
  48. def groupMapReduce[K, B](key: (SchemaProperty[T]) => K)(f: (SchemaProperty[T]) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  49. def grouped(size: Int): Iterator[Iterable[SchemaProperty[T]]]
    Definition Classes
    IterableOps
  50. def has[S <: SchemaProperty[T]](implicit tag: ClassTag[S]): Boolean
  51. def head: SchemaProperty[T]
    Definition Classes
    IterableOps
  52. def headOption: Option[SchemaProperty[T]]
    Definition Classes
    IterableOps
  53. def init: Iterable[SchemaProperty[T]]
    Definition Classes
    IterableOps
  54. def inits: Iterator[Iterable[SchemaProperty[T]]]
    Definition Classes
    IterableOps
  55. def isEmpty: Boolean
    Definition Classes
    IterableOnceOps
  56. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  57. def isSubsetOf[S](other: SchemaProperties[S], recursive: Boolean = true)(implicit p: JsonoidParams): Boolean
  58. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  59. def iterableFactory: IterableFactory[Iterable]
    Definition Classes
    Iterable → IterableOps
  60. def iterator: Iterator[SchemaProperty[T]]
    Definition Classes
    SchemaProperties → IterableOnce
  61. def knownSize: Int
    Definition Classes
    IterableOnce
  62. def last: SchemaProperty[T]
    Definition Classes
    IterableOps
  63. def lastOption: Option[SchemaProperty[T]]
    Definition Classes
    IterableOps
  64. def lazyZip[B](that: Iterable[B]): LazyZip2[SchemaProperty[T], B, SchemaProperties.this.type]
    Definition Classes
    Iterable
  65. def map[B](f: (SchemaProperty[T]) => B): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  66. def max[B >: SchemaProperty[T]](implicit ord: Ordering[B]): SchemaProperty[T]
    Definition Classes
    IterableOnceOps
  67. def maxBy[B](f: (SchemaProperty[T]) => B)(implicit ord: Ordering[B]): SchemaProperty[T]
    Definition Classes
    IterableOnceOps
  68. def maxByOption[B](f: (SchemaProperty[T]) => B)(implicit ord: Ordering[B]): Option[SchemaProperty[T]]
    Definition Classes
    IterableOnceOps
  69. def maxOption[B >: SchemaProperty[T]](implicit ord: Ordering[B]): Option[SchemaProperty[T]]
    Definition Classes
    IterableOnceOps
  70. def merge(other: SchemaProperties[T], mergeType: MergeType = Union)(implicit p: JsonoidParams): SchemaProperties[T]
    Annotations
    @SuppressWarnings()
  71. def mergeValue(value: T)(implicit p: JsonoidParams): SchemaProperties[T]
  72. def min[B >: SchemaProperty[T]](implicit ord: Ordering[B]): SchemaProperty[T]
    Definition Classes
    IterableOnceOps
  73. def minBy[B](f: (SchemaProperty[T]) => B)(implicit ord: Ordering[B]): SchemaProperty[T]
    Definition Classes
    IterableOnceOps
  74. def minByOption[B](f: (SchemaProperty[T]) => B)(implicit ord: Ordering[B]): Option[SchemaProperty[T]]
    Definition Classes
    IterableOnceOps
  75. def minOption[B >: SchemaProperty[T]](implicit ord: Ordering[B]): Option[SchemaProperty[T]]
    Definition Classes
    IterableOnceOps
  76. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  77. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  78. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  79. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  80. def newSpecificBuilder: Builder[SchemaProperty[T], Iterable[SchemaProperty[T]]]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  81. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  82. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  83. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  84. def only(props: Seq[Class[_]]): SchemaProperties[T]
  85. def partition(p: (SchemaProperty[T]) => Boolean): (Iterable[SchemaProperty[T]], Iterable[SchemaProperty[T]])
    Definition Classes
    IterableOps
  86. def partitionMap[A1, A2](f: (SchemaProperty[T]) => Either[A1, A2]): (Iterable[A1], Iterable[A2])
    Definition Classes
    IterableOps
  87. def product[B >: SchemaProperty[T]](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  88. def productElementNames: Iterator[String]
    Definition Classes
    Product
  89. var properties: PropertyMap[T]
  90. def reduce[B >: SchemaProperty[T]](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  91. def reduceLeft[B >: SchemaProperty[T]](op: (B, SchemaProperty[T]) => B): B
    Definition Classes
    IterableOnceOps
  92. def reduceLeftOption[B >: SchemaProperty[T]](op: (B, SchemaProperty[T]) => B): Option[B]
    Definition Classes
    IterableOnceOps
  93. def reduceOption[B >: SchemaProperty[T]](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  94. def reduceRight[B >: SchemaProperty[T]](op: (SchemaProperty[T], B) => B): B
    Definition Classes
    IterableOnceOps
  95. def reduceRightOption[B >: SchemaProperty[T]](op: (SchemaProperty[T], B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  96. def replaceProperty[S <: SchemaProperty[T]](prop: S)(implicit tag: ClassTag[S]): SchemaProperties[T]
  97. def replacePropertyWithDefault[S <: SchemaProperty[T]]()(implicit tag: ClassTag[S], p: JsonoidParams): SchemaProperties[T]
  98. def reversed: Iterable[SchemaProperty[T]]
    Attributes
    protected
    Definition Classes
    IterableOnceOps
  99. def scan[B >: SchemaProperty[T]](z: B)(op: (B, B) => B): Iterable[B]
    Definition Classes
    IterableOps
  100. def scanLeft[B](z: B)(op: (B, SchemaProperty[T]) => B): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  101. def scanRight[B](z: B)(op: (SchemaProperty[T], B) => B): Iterable[B]
    Definition Classes
    IterableOps
  102. def size: Int
    Definition Classes
    IterableOnceOps
  103. def sizeCompare(that: Iterable[_]): Int
    Definition Classes
    IterableOps
  104. def sizeCompare(otherSize: Int): Int
    Definition Classes
    IterableOps
  105. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  106. def slice(from: Int, until: Int): Iterable[SchemaProperty[T]]
    Definition Classes
    IterableOps → IterableOnceOps
  107. def sliding(size: Int, step: Int): Iterator[Iterable[SchemaProperty[T]]]
    Definition Classes
    IterableOps
  108. def sliding(size: Int): Iterator[Iterable[SchemaProperty[T]]]
    Definition Classes
    IterableOps
  109. def span(p: (SchemaProperty[T]) => Boolean): (Iterable[SchemaProperty[T]], Iterable[SchemaProperty[T]])
    Definition Classes
    IterableOps → IterableOnceOps
  110. def splitAt(n: Int): (Iterable[SchemaProperty[T]], Iterable[SchemaProperty[T]])
    Definition Classes
    IterableOps → IterableOnceOps
  111. def stepper[S <: Stepper[_]](implicit shape: StepperShape[SchemaProperty[T], S]): S
    Definition Classes
    IterableOnce
  112. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
    Annotations
    @deprecatedOverriding()
  113. def sum[B >: SchemaProperty[T]](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  114. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  115. def tail: Iterable[SchemaProperty[T]]
    Definition Classes
    IterableOps
  116. def tails: Iterator[Iterable[SchemaProperty[T]]]
    Definition Classes
    IterableOps
  117. def take(n: Int): Iterable[SchemaProperty[T]]
    Definition Classes
    IterableOps → IterableOnceOps
  118. def takeRight(n: Int): Iterable[SchemaProperty[T]]
    Definition Classes
    IterableOps
  119. def takeWhile(p: (SchemaProperty[T]) => Boolean): Iterable[SchemaProperty[T]]
    Definition Classes
    IterableOps → IterableOnceOps
  120. def tapEach[U](f: (SchemaProperty[T]) => U): Iterable[SchemaProperty[T]]
    Definition Classes
    IterableOps → IterableOnceOps
  121. def to[C1](factory: Factory[SchemaProperty[T], C1]): C1
    Definition Classes
    IterableOnceOps
  122. def toArray[B >: SchemaProperty[T]](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  123. final def toBuffer[B >: SchemaProperty[T]]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  124. def toIndexedSeq: IndexedSeq[SchemaProperty[T]]
    Definition Classes
    IterableOnceOps
  125. def toList: List[SchemaProperty[T]]
    Definition Classes
    IterableOnceOps
  126. def toMap[K, V](implicit ev: <:<[SchemaProperty[T], (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  127. def toSeq: Seq[SchemaProperty[T]]
    Definition Classes
    IterableOnceOps
  128. def toSet[B >: SchemaProperty[T]]: Set[B]
    Definition Classes
    IterableOnceOps
  129. def toString(): String
    Definition Classes
    Iterable → AnyRef → Any
  130. def toVector: Vector[SchemaProperty[T]]
    Definition Classes
    IterableOnceOps
  131. def transform(transformer: PartialFunction[(String, JsonSchema[_]), JsonSchema[_]], path: String): SchemaProperties[T]
  132. def transpose[B](implicit asIterable: (SchemaProperty[T]) => Iterable[B]): Iterable[Iterable[B]]
    Definition Classes
    IterableOps
  133. def unzip[A1, A2](implicit asPair: (SchemaProperty[T]) => (A1, A2)): (Iterable[A1], Iterable[A2])
    Definition Classes
    IterableOps
  134. def unzip3[A1, A2, A3](implicit asTriple: (SchemaProperty[T]) => (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
    Definition Classes
    IterableOps
  135. def view: View[SchemaProperty[T]]
    Definition Classes
    IterableOps
  136. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  137. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  138. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  139. def withFilter(p: (SchemaProperty[T]) => Boolean): WithFilter[SchemaProperty[T], Iterable]
    Definition Classes
    IterableOps
  140. def without(props: Seq[Class[_]]): SchemaProperties[T]
  141. def zip[B](that: IterableOnce[B]): Iterable[(SchemaProperty[T], B)]
    Definition Classes
    IterableOps
  142. def zipAll[A1 >: SchemaProperty[T], B](that: Iterable[B], thisElem: A1, thatElem: B): Iterable[(A1, B)]
    Definition Classes
    IterableOps
  143. def zipWithIndex: Iterable[(SchemaProperty[T], Int)]
    Definition Classes
    IterableOps → IterableOnceOps

Deprecated Value Members

  1. def ++:[B >: SchemaProperty[T]](that: IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use ++ instead of ++: for collections of type Iterable

  2. final def /:[B](z: B)(op: (B, SchemaProperty[T]) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldLeft instead of /:

  3. final def :\[B](z: B)(op: (SchemaProperty[T], B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldRight instead of :\

  4. def aggregate[B](z: => B)(seqop: (B, SchemaProperty[T]) => B, combop: (B, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) For sequential collections, prefer foldLeft(z)(seqop). For parallel collections, use ParIterableLike#aggregate.

  5. def companion: IterableFactory[Iterable]
    Definition Classes
    IterableOps
    Annotations
    @deprecated @deprecatedOverriding() @inline()
    Deprecated

    (Since version 2.13.0) Use iterableFactory instead

  6. final def copyToBuffer[B >: SchemaProperty[T]](dest: Buffer[B]): Unit
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use dest ++= coll instead

  7. def hasDefiniteSize: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)

  8. final def repr: Iterable[SchemaProperty[T]]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use coll instead of repr in a collection implementation, use the collection value itself from the outside

  9. def seq: SchemaProperties.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Iterable.seq always returns the iterable itself

  10. final def toIterable: SchemaProperties.this.type
    Definition Classes
    Iterable → IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.7) toIterable is internal and will be made protected; its name is similar to toList or toSeq, but it doesn't copy non-immutable collections

  11. final def toIterator: Iterator[SchemaProperty[T]]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead of .toIterator

  12. final def toStream: Stream[SchemaProperty[T]]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .to(LazyList) instead of .toStream

  13. final def toTraversable: Traversable[SchemaProperty[T]]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) toTraversable is internal and will be made protected; its name is similar to toList or toSeq, but it doesn't copy non-immutable collections

  14. def view(from: Int, until: Int): View[SchemaProperty[T]]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .view.slice(from, until) instead of .view(from, until)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Iterable[SchemaProperty[T]]

Inherited from IterableOnce[SchemaProperty[T]]

Inherited from AnyRef

Inherited from Any

Ungrouped