Class

scala.compat.java8

StreamConvertersTest

Related Doc: package java8

Permalink

class StreamConvertersTest extends AnyRef

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

Instance Constructors

  1. new StreamConvertersTest()

    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 ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def abufD(n: Int): ArrayBuffer[Double]

    Permalink
  5. def abufI(n: Int): ArrayBuffer[Int]

    Permalink
  6. def abufL(n: Int): ArrayBuffer[Long]

    Permalink
  7. def abufO(n: Int): ArrayBuffer[String]

    Permalink
  8. def arrayD(n: Int): Array[Double]

    Permalink
  9. def arrayI(n: Int): Array[Int]

    Permalink
  10. def arrayL(n: Int): Array[Long]

    Permalink
  11. def arrayO(n: Int): Array[String]

    Permalink
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def assert(b: Boolean, s: String): Unit

    Permalink
  14. def assert(b: Boolean): Unit

    Permalink
  15. def assertEq[A](a1: A, a2: A): Unit

    Permalink
  16. def assertEq[A](a1: A, a2: A, s: String): Unit

    Permalink
  17. def clone(): AnyRef

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

    Permalink
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def genhset[A](aa: Array[A]): HashSet[A]

    Permalink
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. def hsetD(n: Int): HashSet[Double]

    Permalink
  25. def hsetI(n: Int): HashSet[Int]

    Permalink
  26. def hsetL(n: Int): HashSet[Long]

    Permalink
  27. def hsetO(n: Int): HashSet[String]

    Permalink
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. def newDoubleStream(n: Int): DoubleStream

    Permalink
  31. def newIntStream(n: Int): IntStream

    Permalink
  32. def newLongStream(n: Int): LongStream

    Permalink
  33. def newStream(n: Int): java.util.stream.Stream[String]

    Permalink
  34. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  36. val ns: collection.immutable.Vector[Int]

    Permalink
  37. def primitiveStreamTypes(): Unit

    Permalink
    Annotations
    @Test()
  38. def scalaToStream(): Unit

    Permalink
    Annotations
    @Test()
  39. def streamAccumulate(): Unit

    Permalink
    Annotations
    @Test()
  40. def streamMaterialization(): Unit

    Permalink
    Annotations
    @Test()
  41. def streamToScala(): Unit

    Permalink
    Annotations
    @Test()
  42. def streamUnbox(): Unit

    Permalink
    Annotations
    @Test()
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  44. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  45. def vectD(n: Int): Vector[Double]

    Permalink
  46. def vectI(n: Int): Vector[Int]

    Permalink
  47. def vectL(n: Int): Vector[Long]

    Permalink
  48. def vectO(n: Int): Vector[String]

    Permalink
  49. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. def wrapD(n: Int): WrappedArray[Double]

    Permalink
  53. def wrapI(n: Int): WrappedArray[Int]

    Permalink
  54. def wrapL(n: Int): WrappedArray[Long]

    Permalink
  55. def wrapO(n: Int): WrappedArray[String]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped