Packages

  • package root
    Definition Classes
    root
  • package scales

    Scales Xml provides both a more flexible approach to XML handling and a simplified way of interacting with XML.

    Scales Xml provides both a more flexible approach to XML handling and a simplified way of interacting with XML.

    It fits nicely with the Java APIs you know, TrAX and javax.xml.validation for example, allowing you to run XSLTs and convert to and from Scales XML and other DOMs.

    It also provides a far more XPath like experience than the normal Scala XML, Paths look like XPaths and work like them too (with many of the same functions and axes).

    Definition Classes
    root
  • package utils

    The scales.utils packages provide the basis functionality for scales.xml.

    The scales.utils packages provide the basis functionality for scales.xml.

    The Tree an Path collections that underpin the XML model, as well as the iteratee functionality are located in the relevant sub-packages.

    The package object itself pulls in the main utility functions for tree, path and iteratee handling. Import the scales.utils.ScalesUtils object implicit members to provide the path & and | extension functions, the iteratorEnumerator and the +:+ lazy appender for scalaz.EphemeralStream.

    Definition Classes
    scales
  • package collection

    The collection pacakge provides the scales.utils.collection.Tree

    The collection pacakge provides the scales.utils.collection.Tree

    Definition Classes
    utils
  • object ImmutableArrayProxy extends SeqFactory[ImmutableArrayProxy]

    Starts an ImmutableArrayProxy and provides the CanBuildFrom

    Starts an ImmutableArrayProxy and provides the CanBuildFrom

    Definition Classes
    collection
  • ImmutableArrayProxyCBF

case class ImmutableArrayProxyCBF[T](m: ClassManifest[T]) extends IterableFactory[ImmutableArrayProxy] with Product with Serializable

Linear Supertypes
Product, Equals, IterableFactory[ImmutableArrayProxy], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImmutableArrayProxyCBF
  2. Product
  3. Equals
  4. IterableFactory
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ImmutableArrayProxyCBF(m: ClassManifest[T])

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 apply: Builder[T, ImmutableArrayProxy[T]]
  5. def apply(from: ImmutableArrayProxy[_]): Builder[T, ImmutableArrayProxy[T]]
  6. def apply[A](elems: A*): ImmutableArrayProxy[A]
    Definition Classes
    IterableFactory
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def concat[A](xss: Iterable[A]*): ImmutableArrayProxy[A]
    Definition Classes
    IterableFactory
  10. def empty[A]: ImmutableArrayProxy[A]
    Definition Classes
    ImmutableArrayProxyCBF → IterableFactory
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def fill[A](n1: Int, n2: Int, n3: Int, n4: Int, n5: Int)(elem: => A): ImmutableArrayProxy[ImmutableArrayProxy[ImmutableArrayProxy[ImmutableArrayProxy[ImmutableArrayProxy[A]]]]]
    Definition Classes
    IterableFactory
  13. def fill[A](n1: Int, n2: Int, n3: Int, n4: Int)(elem: => A): ImmutableArrayProxy[ImmutableArrayProxy[ImmutableArrayProxy[ImmutableArrayProxy[A]]]]
    Definition Classes
    IterableFactory
  14. def fill[A](n1: Int, n2: Int, n3: Int)(elem: => A): ImmutableArrayProxy[ImmutableArrayProxy[ImmutableArrayProxy[A]]]
    Definition Classes
    IterableFactory
  15. def fill[A](n1: Int, n2: Int)(elem: => A): ImmutableArrayProxy[ImmutableArrayProxy[A]]
    Definition Classes
    IterableFactory
  16. def fill[A](n: Int)(elem: => A): ImmutableArrayProxy[A]
    Definition Classes
    IterableFactory
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. def from[A](source: IterableOnce[A]): ImmutableArrayProxy[A]
    Definition Classes
    ImmutableArrayProxyCBF → IterableFactory
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. implicit def iterableFactory[A]: Factory[A, ImmutableArrayProxy[A]]
    Definition Classes
    IterableFactory
  22. def iterate[A](start: A, len: Int)(f: (A) => A): ImmutableArrayProxy[A]
    Definition Classes
    IterableFactory
  23. val m: ClassManifest[T]
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def newBuilder[A]: Builder[A, ImmutableArrayProxy[A]]
    Definition Classes
    ImmutableArrayProxyCBF → IterableFactory
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def productElementNames: Iterator[String]
    Definition Classes
    Product
  29. def range[A](start: A, end: A, step: A)(implicit arg0: Integral[A]): ImmutableArrayProxy[A]
    Definition Classes
    IterableFactory
  30. def range[A](start: A, end: A)(implicit arg0: Integral[A]): ImmutableArrayProxy[A]
    Definition Classes
    IterableFactory
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def tabulate[A](n1: Int, n2: Int, n3: Int, n4: Int, n5: Int)(f: (Int, Int, Int, Int, Int) => A): ImmutableArrayProxy[ImmutableArrayProxy[ImmutableArrayProxy[ImmutableArrayProxy[ImmutableArrayProxy[A]]]]]
    Definition Classes
    IterableFactory
  33. def tabulate[A](n1: Int, n2: Int, n3: Int, n4: Int)(f: (Int, Int, Int, Int) => A): ImmutableArrayProxy[ImmutableArrayProxy[ImmutableArrayProxy[ImmutableArrayProxy[A]]]]
    Definition Classes
    IterableFactory
  34. def tabulate[A](n1: Int, n2: Int, n3: Int)(f: (Int, Int, Int) => A): ImmutableArrayProxy[ImmutableArrayProxy[ImmutableArrayProxy[A]]]
    Definition Classes
    IterableFactory
  35. def tabulate[A](n1: Int, n2: Int)(f: (Int, Int) => A): ImmutableArrayProxy[ImmutableArrayProxy[A]]
    Definition Classes
    IterableFactory
  36. def tabulate[A](n: Int)(f: (Int) => A): ImmutableArrayProxy[A]
    Definition Classes
    IterableFactory
  37. def unfold[A, S](init: S)(f: (S) => Option[(A, S)]): ImmutableArrayProxy[A]
    Definition Classes
    IterableFactory
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Product

Inherited from Equals

Inherited from IterableFactory[ImmutableArrayProxy]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped