class StreamConvertersTest extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StreamConvertersTest
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new StreamConvertersTest()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def abufD(n: Int): ArrayBuffer[Double]
- def abufI(n: Int): ArrayBuffer[Int]
- def abufL(n: Int): ArrayBuffer[Long]
- def abufO(n: Int): ArrayBuffer[String]
- def arrayD(n: Int): Array[Double]
- def arrayI(n: Int): Array[Int]
- def arrayL(n: Int): Array[Long]
- def arrayO(n: Int): Array[String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def assert(b: Boolean, s: String): Unit
- def assert(b: Boolean): Unit
- def assertEq[A](a1: A, a2: A): Unit
- def assertEq[A](a1: A, a2: A, s: String): Unit
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def genhset[A](aa: Array[A]): HashSet[A]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hsetD(n: Int): HashSet[Double]
- def hsetI(n: Int): HashSet[Int]
- def hsetL(n: Int): HashSet[Long]
- def hsetO(n: Int): HashSet[String]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
issue_87(): Unit
- Annotations
- @Test()
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newDoubleStream(n: Int): DoubleStream
- def newIntStream(n: Int): IntStream
- def newLongStream(n: Int): LongStream
- def newStream(n: Int): java.util.stream.Stream[String]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val ns: collection.immutable.Vector[Int]
-
def
primitiveStreamTypes(): Unit
- Annotations
- @Test()
-
def
scalaToStream(): Unit
- Annotations
- @Test()
-
def
streamAccumulate(): Unit
- Annotations
- @Test()
-
def
streamMaterialization(): Unit
- Annotations
- @Test()
-
def
streamToScala(): Unit
- Annotations
- @Test()
-
def
streamUnbox(): Unit
- Annotations
- @Test()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def vectD(n: Int): Vector[Double]
- def vectI(n: Int): Vector[Int]
- def vectL(n: Int): Vector[Long]
- def vectO(n: Int): Vector[String]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def wrapD(n: Int): WrappedArray[Double]
- def wrapI(n: Int): WrappedArray[Int]
- def wrapL(n: Int): WrappedArray[Long]
- def wrapO(n: Int): WrappedArray[String]