c

scala.compat.java8

StreamConvertersTest

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()

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 abufD(n: Int): ArrayBuffer[Double]
  5. def abufI(n: Int): ArrayBuffer[Int]
  6. def abufL(n: Int): ArrayBuffer[Long]
  7. def abufO(n: Int): ArrayBuffer[String]
  8. def arrayD(n: Int): Array[Double]
  9. def arrayI(n: Int): Array[Int]
  10. def arrayL(n: Int): Array[Long]
  11. def arrayO(n: Int): Array[String]
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def assert(b: Boolean, s: String): Unit
  14. def assert(b: Boolean): Unit
  15. def assertEq[A](a1: A, a2: A): Unit
  16. def assertEq[A](a1: A, a2: A, s: String): Unit
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def genhset[A](aa: Array[A]): HashSet[A]
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hsetD(n: Int): HashSet[Double]
  25. def hsetI(n: Int): HashSet[Int]
  26. def hsetL(n: Int): HashSet[Long]
  27. def hsetO(n: Int): HashSet[String]
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def issue_87(): Unit
    Annotations
    @Test()
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def newDoubleStream(n: Int): DoubleStream
  32. def newIntStream(n: Int): IntStream
  33. def newLongStream(n: Int): LongStream
  34. def newStream(n: Int): java.util.stream.Stream[String]
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. val ns: collection.immutable.Vector[Int]
  38. def primitiveStreamTypes(): Unit
    Annotations
    @Test()
  39. def scalaToStream(): Unit
    Annotations
    @Test()
  40. def streamAccumulate(): Unit
    Annotations
    @Test()
  41. def streamMaterialization(): Unit
    Annotations
    @Test()
  42. def streamToScala(): Unit
    Annotations
    @Test()
  43. def streamUnbox(): Unit
    Annotations
    @Test()
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. def vectD(n: Int): Vector[Double]
  47. def vectI(n: Int): Vector[Int]
  48. def vectL(n: Int): Vector[Long]
  49. def vectO(n: Int): Vector[String]
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  53. def wrapD(n: Int): WrappedArray[Double]
  54. def wrapI(n: Int): WrappedArray[Int]
  55. def wrapL(n: Int): WrappedArray[Long]
  56. def wrapO(n: Int): WrappedArray[String]

Inherited from AnyRef

Inherited from Any

Ungrouped