object _Use
- Source
- __.scala
class java.lang.Object
trait scala.Matchable
class Any
Member
Stream Metadata Interface
Metadata is a static knowledge about stream elements to be delivered
Metadata methods can be called many times, they do not trigger any data movements
- Source
- _metadata.scala
Stream Iteration Interface
The methods below are special. Unlike most others, they can be called on the same stream many times.
- Source
- _read.scala
trait _Transform[A] extends _toCollections[A] with _toString[A] with _toJava[A] with _toScala[A] with _toTuple[A]
trait _Transform[A] extends _toCollections[A] with _toString[A] with _toJava[A] with _toScala[A] with _toTuple[A]