final case class SchemaProperties[T](properties: PropertyMap[T] = Map.empty[PropertyTag[T], SchemaProperty[T]]) extends Iterable[SchemaProperty[T]] with Product with Serializable
- Annotations
- @SuppressWarnings()
- Alphabetic
- By Inheritance
- SchemaProperties
- Serializable
- Product
- Equals
- Iterable
- IterableFactoryDefaults
- IterableOps
- IterableOnceOps
- IterableOnce
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new SchemaProperties(properties: PropertyMap[T] = Map.empty[PropertyTag[T], SchemaProperty[T]])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ++[B >: SchemaProperty[T]](suffix: IterableOnce[B]): Iterable[B]
- Definition Classes
- IterableOps
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def add[S <: SchemaProperty[T]](prop: S)(implicit tag: ClassTag[S]): Unit
- final def addString(b: StringBuilder): b.type
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def addString(b: StringBuilder, sep: String): b.type
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- def addString(b: StringBuilder, start: String, sep: String, end: String): b.type
- Definition Classes
- IterableOnceOps
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def className: String
- Attributes
- protected[this]
- Definition Classes
- Iterable
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def coll: SchemaProperties.this.type
- Attributes
- protected
- Definition Classes
- Iterable → IterableOps
- def collect[B](pf: PartialFunction[SchemaProperty[T], B]): Iterable[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def collectFirst[B](pf: PartialFunction[SchemaProperty[T], B]): Option[B]
- Definition Classes
- IterableOnceOps
- def concat[B >: SchemaProperty[T]](suffix: IterableOnce[B]): Iterable[B]
- Definition Classes
- IterableOps
- def copyToArray[B >: SchemaProperty[T]](xs: Array[B], start: Int, len: Int): Int
- Definition Classes
- IterableOnceOps
- def copyToArray[B >: SchemaProperty[T]](xs: Array[B], start: Int): Int
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding()
- def copyToArray[B >: SchemaProperty[T]](xs: Array[B]): Int
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding()
- def copyWithReset()(implicit p: JsonoidParams): SchemaProperties[T]
- def corresponds[B](that: IterableOnce[B])(p: (SchemaProperty[T], B) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def count(p: (SchemaProperty[T]) => Boolean): Int
- Definition Classes
- IterableOnceOps
- def drop(n: Int): Iterable[SchemaProperty[T]]
- Definition Classes
- IterableOps → IterableOnceOps
- def dropRight(n: Int): Iterable[SchemaProperty[T]]
- Definition Classes
- IterableOps
- def dropWhile(p: (SchemaProperty[T]) => Boolean): Iterable[SchemaProperty[T]]
- Definition Classes
- IterableOps → IterableOnceOps
- def empty: Iterable[SchemaProperty[T]]
- Definition Classes
- IterableFactoryDefaults → IterableOps
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def exists(p: (SchemaProperty[T]) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def expandTo(other: Option[SchemaProperties[T]]): SchemaProperties[T]
- def filter(pred: (SchemaProperty[T]) => Boolean): Iterable[SchemaProperty[T]]
- Definition Classes
- IterableOps → IterableOnceOps
- def filterNot(pred: (SchemaProperty[T]) => Boolean): Iterable[SchemaProperty[T]]
- Definition Classes
- IterableOps → IterableOnceOps
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def find(p: (SchemaProperty[T]) => Boolean): Option[SchemaProperty[T]]
- Definition Classes
- IterableOnceOps
- def findIncompatibilities[S](other: SchemaProperties[S], recursive: Boolean = true)(implicit p: JsonoidParams): Seq[ClassTag[_]]
- def flatMap[B](f: (SchemaProperty[T]) => IterableOnce[B]): Iterable[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def flatten[B](implicit asIterable: (SchemaProperty[T]) => IterableOnce[B]): Iterable[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def fold[A1 >: SchemaProperty[T]](z: A1)(op: (A1, A1) => A1): A1
- Definition Classes
- IterableOnceOps
- def foldLeft[B](z: B)(op: (B, SchemaProperty[T]) => B): B
- Definition Classes
- IterableOnceOps
- def foldRight[B](z: B)(op: (SchemaProperty[T], B) => B): B
- Definition Classes
- IterableOnceOps
- def forall(p: (SchemaProperty[T]) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def foreach[U](f: (SchemaProperty[T]) => U): Unit
- Definition Classes
- IterableOnceOps
- def fromSpecific(coll: IterableOnce[SchemaProperty[T]]): Iterable[SchemaProperty[T]]
- Attributes
- protected
- Definition Classes
- IterableFactoryDefaults → IterableOps
- def get[S <: SchemaProperty[T]](implicit tag: ClassTag[S]): S
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getIncompatibleProperties[S](other: SchemaProperties[S], recursive: Boolean = true)(implicit p: JsonoidParams): Seq[PropertyTag[T]]
- def getOrNone[S <: SchemaProperty[T]](implicit tag: ClassTag[S]): Option[S]
- def groupBy[K](f: (SchemaProperty[T]) => K): Map[K, Iterable[SchemaProperty[T]]]
- Definition Classes
- IterableOps
- def groupMap[K, B](key: (SchemaProperty[T]) => K)(f: (SchemaProperty[T]) => B): Map[K, Iterable[B]]
- Definition Classes
- IterableOps
- def groupMapReduce[K, B](key: (SchemaProperty[T]) => K)(f: (SchemaProperty[T]) => B)(reduce: (B, B) => B): Map[K, B]
- Definition Classes
- IterableOps
- def grouped(size: Int): Iterator[Iterable[SchemaProperty[T]]]
- Definition Classes
- IterableOps
- def has[S <: SchemaProperty[T]](implicit tag: ClassTag[S]): Boolean
- def head: SchemaProperty[T]
- Definition Classes
- IterableOps
- def headOption: Option[SchemaProperty[T]]
- Definition Classes
- IterableOps
- def init: Iterable[SchemaProperty[T]]
- Definition Classes
- IterableOps
- def inits: Iterator[Iterable[SchemaProperty[T]]]
- Definition Classes
- IterableOps
- def isEmpty: Boolean
- Definition Classes
- IterableOnceOps
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSubsetOf[S](other: SchemaProperties[S], recursive: Boolean = true)(implicit p: JsonoidParams): Boolean
- def isTraversableAgain: Boolean
- Definition Classes
- IterableOps → IterableOnceOps
- def iterableFactory: IterableFactory[Iterable]
- Definition Classes
- Iterable → IterableOps
- def iterator: Iterator[SchemaProperty[T]]
- Definition Classes
- SchemaProperties → IterableOnce
- def knownSize: Int
- Definition Classes
- IterableOnce
- def last: SchemaProperty[T]
- Definition Classes
- IterableOps
- def lastOption: Option[SchemaProperty[T]]
- Definition Classes
- IterableOps
- def lazyZip[B](that: Iterable[B]): LazyZip2[SchemaProperty[T], B, SchemaProperties.this.type]
- Definition Classes
- Iterable
- def map[B](f: (SchemaProperty[T]) => B): Iterable[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def max[B >: SchemaProperty[T]](implicit ord: Ordering[B]): SchemaProperty[T]
- Definition Classes
- IterableOnceOps
- def maxBy[B](f: (SchemaProperty[T]) => B)(implicit ord: Ordering[B]): SchemaProperty[T]
- Definition Classes
- IterableOnceOps
- def maxByOption[B](f: (SchemaProperty[T]) => B)(implicit ord: Ordering[B]): Option[SchemaProperty[T]]
- Definition Classes
- IterableOnceOps
- def maxOption[B >: SchemaProperty[T]](implicit ord: Ordering[B]): Option[SchemaProperty[T]]
- Definition Classes
- IterableOnceOps
- def merge(other: SchemaProperties[T], mergeType: MergeType = Union)(implicit p: JsonoidParams): SchemaProperties[T]
- Annotations
- @SuppressWarnings()
- def mergeValue(value: T)(implicit p: JsonoidParams): SchemaProperties[T]
- def min[B >: SchemaProperty[T]](implicit ord: Ordering[B]): SchemaProperty[T]
- Definition Classes
- IterableOnceOps
- def minBy[B](f: (SchemaProperty[T]) => B)(implicit ord: Ordering[B]): SchemaProperty[T]
- Definition Classes
- IterableOnceOps
- def minByOption[B](f: (SchemaProperty[T]) => B)(implicit ord: Ordering[B]): Option[SchemaProperty[T]]
- Definition Classes
- IterableOnceOps
- def minOption[B >: SchemaProperty[T]](implicit ord: Ordering[B]): Option[SchemaProperty[T]]
- Definition Classes
- IterableOnceOps
- final def mkString: String
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def mkString(sep: String): String
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def mkString(start: String, sep: String, end: String): String
- Definition Classes
- IterableOnceOps
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newSpecificBuilder: Builder[SchemaProperty[T], Iterable[SchemaProperty[T]]]
- Attributes
- protected
- Definition Classes
- IterableFactoryDefaults → IterableOps
- def nonEmpty: Boolean
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding()
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def only(props: Seq[Class[_]]): SchemaProperties[T]
- def partition(p: (SchemaProperty[T]) => Boolean): (Iterable[SchemaProperty[T]], Iterable[SchemaProperty[T]])
- Definition Classes
- IterableOps
- def partitionMap[A1, A2](f: (SchemaProperty[T]) => Either[A1, A2]): (Iterable[A1], Iterable[A2])
- Definition Classes
- IterableOps
- def product[B >: SchemaProperty[T]](implicit num: Numeric[B]): B
- Definition Classes
- IterableOnceOps
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- var properties: PropertyMap[T]
- def reduce[B >: SchemaProperty[T]](op: (B, B) => B): B
- Definition Classes
- IterableOnceOps
- def reduceLeft[B >: SchemaProperty[T]](op: (B, SchemaProperty[T]) => B): B
- Definition Classes
- IterableOnceOps
- def reduceLeftOption[B >: SchemaProperty[T]](op: (B, SchemaProperty[T]) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reduceOption[B >: SchemaProperty[T]](op: (B, B) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reduceRight[B >: SchemaProperty[T]](op: (SchemaProperty[T], B) => B): B
- Definition Classes
- IterableOnceOps
- def reduceRightOption[B >: SchemaProperty[T]](op: (SchemaProperty[T], B) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def replaceProperty[S <: SchemaProperty[T]](prop: S)(implicit tag: ClassTag[S]): SchemaProperties[T]
- def replacePropertyWithDefault[S <: SchemaProperty[T]]()(implicit tag: ClassTag[S], p: JsonoidParams): SchemaProperties[T]
- def reversed: Iterable[SchemaProperty[T]]
- Attributes
- protected
- Definition Classes
- IterableOnceOps
- def scan[B >: SchemaProperty[T]](z: B)(op: (B, B) => B): Iterable[B]
- Definition Classes
- IterableOps
- def scanLeft[B](z: B)(op: (B, SchemaProperty[T]) => B): Iterable[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def scanRight[B](z: B)(op: (SchemaProperty[T], B) => B): Iterable[B]
- Definition Classes
- IterableOps
- def size: Int
- Definition Classes
- IterableOnceOps
- def sizeCompare(that: Iterable[_]): Int
- Definition Classes
- IterableOps
- def sizeCompare(otherSize: Int): Int
- Definition Classes
- IterableOps
- final def sizeIs: SizeCompareOps
- Definition Classes
- IterableOps
- Annotations
- @inline()
- def slice(from: Int, until: Int): Iterable[SchemaProperty[T]]
- Definition Classes
- IterableOps → IterableOnceOps
- def sliding(size: Int, step: Int): Iterator[Iterable[SchemaProperty[T]]]
- Definition Classes
- IterableOps
- def sliding(size: Int): Iterator[Iterable[SchemaProperty[T]]]
- Definition Classes
- IterableOps
- def span(p: (SchemaProperty[T]) => Boolean): (Iterable[SchemaProperty[T]], Iterable[SchemaProperty[T]])
- Definition Classes
- IterableOps → IterableOnceOps
- def splitAt(n: Int): (Iterable[SchemaProperty[T]], Iterable[SchemaProperty[T]])
- Definition Classes
- IterableOps → IterableOnceOps
- def stepper[S <: Stepper[_]](implicit shape: StepperShape[SchemaProperty[T], S]): S
- Definition Classes
- IterableOnce
- def stringPrefix: String
- Attributes
- protected[this]
- Definition Classes
- Iterable
- Annotations
- @deprecatedOverriding()
- def sum[B >: SchemaProperty[T]](implicit num: Numeric[B]): B
- Definition Classes
- IterableOnceOps
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tail: Iterable[SchemaProperty[T]]
- Definition Classes
- IterableOps
- def tails: Iterator[Iterable[SchemaProperty[T]]]
- Definition Classes
- IterableOps
- def take(n: Int): Iterable[SchemaProperty[T]]
- Definition Classes
- IterableOps → IterableOnceOps
- def takeRight(n: Int): Iterable[SchemaProperty[T]]
- Definition Classes
- IterableOps
- def takeWhile(p: (SchemaProperty[T]) => Boolean): Iterable[SchemaProperty[T]]
- Definition Classes
- IterableOps → IterableOnceOps
- def tapEach[U](f: (SchemaProperty[T]) => U): Iterable[SchemaProperty[T]]
- Definition Classes
- IterableOps → IterableOnceOps
- def to[C1](factory: Factory[SchemaProperty[T], C1]): C1
- Definition Classes
- IterableOnceOps
- def toArray[B >: SchemaProperty[T]](implicit arg0: ClassTag[B]): Array[B]
- Definition Classes
- IterableOnceOps
- final def toBuffer[B >: SchemaProperty[T]]: Buffer[B]
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- def toIndexedSeq: IndexedSeq[SchemaProperty[T]]
- Definition Classes
- IterableOnceOps
- def toList: List[SchemaProperty[T]]
- Definition Classes
- IterableOnceOps
- def toMap[K, V](implicit ev: <:<[SchemaProperty[T], (K, V)]): Map[K, V]
- Definition Classes
- IterableOnceOps
- def toSeq: Seq[SchemaProperty[T]]
- Definition Classes
- IterableOnceOps
- def toSet[B >: SchemaProperty[T]]: Set[B]
- Definition Classes
- IterableOnceOps
- def toString(): String
- Definition Classes
- Iterable → AnyRef → Any
- def toVector: Vector[SchemaProperty[T]]
- Definition Classes
- IterableOnceOps
- def transform(transformer: PartialFunction[(String, JsonSchema[_]), JsonSchema[_]], path: String): SchemaProperties[T]
- def transpose[B](implicit asIterable: (SchemaProperty[T]) => Iterable[B]): Iterable[Iterable[B]]
- Definition Classes
- IterableOps
- def unzip[A1, A2](implicit asPair: (SchemaProperty[T]) => (A1, A2)): (Iterable[A1], Iterable[A2])
- Definition Classes
- IterableOps
- def unzip3[A1, A2, A3](implicit asTriple: (SchemaProperty[T]) => (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
- Definition Classes
- IterableOps
- def view: View[SchemaProperty[T]]
- Definition Classes
- IterableOps
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withFilter(p: (SchemaProperty[T]) => Boolean): WithFilter[SchemaProperty[T], Iterable]
- Definition Classes
- IterableOps
- def without(props: Seq[Class[_]]): SchemaProperties[T]
- def zip[B](that: IterableOnce[B]): Iterable[(SchemaProperty[T], B)]
- Definition Classes
- IterableOps
- def zipAll[A1 >: SchemaProperty[T], B](that: Iterable[B], thisElem: A1, thatElem: B): Iterable[(A1, B)]
- Definition Classes
- IterableOps
- def zipWithIndex: Iterable[(SchemaProperty[T], Int)]
- Definition Classes
- IterableOps → IterableOnceOps
Deprecated Value Members
- 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
- 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 /:
- 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 :\
- 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, useParIterableLike#aggregate
.
- def companion: IterableFactory[Iterable]
- Definition Classes
- IterableOps
- Annotations
- @deprecated @deprecatedOverriding() @inline()
- Deprecated
(Since version 2.13.0) Use iterableFactory instead
- 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
- 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)
- 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
- def seq: SchemaProperties.this.type
- Definition Classes
- Iterable
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Iterable.seq always returns the iterable itself
- 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
ortoSeq
, but it doesn't copy non-immutable collections
- final def toIterator: Iterator[SchemaProperty[T]]
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator instead of .toIterator
- final def toStream: Stream[SchemaProperty[T]]
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .to(LazyList) instead of .toStream
- 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
ortoSeq
, but it doesn't copy non-immutable collections
- 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)