Class

zio.config.PropertyTree

Sequence

Related Doc: package PropertyTree

Permalink

final case class Sequence[K, V](value: List[PropertyTree[K, V]]) extends PropertyTree[K, V] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Sequence
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. PropertyTree
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Sequence(value: List[PropertyTree[K, V]])

    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 ++[K1 >: K, V1 >: V](that: PropertyTree[K1, V1]): PropertyTree[K1, V1]

    Permalink
    Definition Classes
    PropertyTree
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

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

    Permalink
    Definition Classes
    AnyRef
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def flatten[K1 >: K, V1 >: V]: Map[Vector[K1], ::[V1]]

    Permalink
    Definition Classes
    PropertyTree
  10. final def flattenKeyAndValue[K1 >: K, V1 >: V](pathDelimiter: String = ".", valueDelimiter: String = ":")(implicit KS: =:=[K1, String]): Map[String, String]

    Permalink
    Definition Classes
    PropertyTree
  11. final def flattenKeyWith[K1 >: K, V1 >: V](f: (K1) ⇒ String)(appendPath: String): Map[String, ::[V1]]

    Permalink
    Definition Classes
    PropertyTree
  12. final def flattenString[K1 >: K, V1 >: V](pathDelimiter: String = ".")(implicit KS: =:=[K1, String]): Map[String, ::[V1]]

    Permalink
    Definition Classes
    PropertyTree
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def getOrElse[K1 >: K, V1 >: V](tree: ⇒ PropertyTree[K1, V1]): PropertyTree[K1, V1]

    Permalink
    Definition Classes
    PropertyTree
  15. final def getPath[K1 >: K](k: List[K1]): PropertyTree[K1, V]

    Permalink
    Definition Classes
    PropertyTree
    Annotations
    @tailrec()
  16. final def isEmpty: Boolean

    Permalink
    Definition Classes
    PropertyTree
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def map[V2](f: (V) ⇒ V2): PropertyTree[K, V2]

    Permalink
    Definition Classes
    PropertyTree
  19. final def mapEmpty[K1 >: K, V1 >: V](f: (Vector[Either[Int, K1]]) ⇒ PropertyTree[K1, V1]): PropertyTree[K1, V1]

    Permalink
    Definition Classes
    PropertyTree
  20. final def mapEmptyToError[E, V2](f: ⇒ E): PropertyTree[K, Either[E, V]]

    Permalink
    Definition Classes
    PropertyTree
  21. final def merge[K1 >: K, V1 >: V](that: PropertyTree[K1, V1]): List[PropertyTree[K1, V1]]

    Permalink

    Fix me merge empty = self merge self = ??? (uncertain)

    Fix me merge empty = self merge self = ??? (uncertain)

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

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

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

    Permalink
    Definition Classes
    AnyRef
  25. final def reduceInner[V1 >: V](f: (V1, V1) ⇒ V1): PropertyTree[K, V1]

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

    Permalink
    Definition Classes
    AnyRef
  27. val value: List[PropertyTree[K, V]]

    Permalink
  28. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def zip[K1 >: K, V2, V3](that: PropertyTree[K1, V2]): PropertyTree[K1, (V, V2)]

    Permalink
    Definition Classes
    PropertyTree
  32. final def zipWith[K1 >: K, V2, V3](that: PropertyTree[K1, V2])(f: (V, V2) ⇒ V3): PropertyTree[K, V3]

    Permalink
    Definition Classes
    PropertyTree

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from PropertyTree[K, V]

Inherited from AnyRef

Inherited from Any

Ungrouped