More.Z_Methods

Source
__.scala
class java.lang.Object
trait scala.Matchable
class Any

Def

inline def ~~[A]: Stream[A]
Source
__.scala
inline def ~~: Stream[(String, Any)]
Source
__.scala
inline def ~~[A]: Stream[A]
Source
__.scala
inline def ~~[A]: Stream[A]
Source
__.scala
inline def ~~[A]: Stream[A]
Source
__.scala
inline def ~~[A]: Stream[A]

Alias to .stream

Alias to .stream

Note. In cases when target collection already has a "stream" method with different semantics, calling ~~ is the only option.

Inherited from
JavaCollections
Source
__.scala
inline def ~~[A]: Stream[A]

Alias to .stream

Alias to .stream

Note. In cases when target collection already has a "stream" method with different semantics, calling ~~ is the only option.

Inherited from
ScalaCollections
Source
__.scala
inline def pack[A](using s: Specialized[
Source
__.scala
inline def pack[A](using s: Specialized[A]): s.Pack

Pack of elements

Pack of elements

Returns Pack of collection elements

Inherited from
JavaCollections
Source
__.scala
inline def pack[A](using s: Specialized[A]): s.Pack

Pack of elements

Pack of elements

Returns Pack of collection elements

Inherited from
ScalaCollections
Source
__.scala
inline def stream[A]: Stream[A]
Source
__.scala
inline def stream: Stream[(String, Any)]
Source
__.scala
inline def stream[A]: Stream[A]
Source
__.scala
inline def stream[A]: Stream[A]
Source
__.scala
inline def stream[A]: Stream[A]
Source
__.scala
inline def stream[A]: Stream[A]

Stream of elements

Stream of elements

Returns Stream of collection elements

Inherited from
JavaCollections
Source
__.scala
inline def stream[A]: Stream[A]

Stream of elements

Stream of elements

Returns Stream of collection elements

Inherited from
ScalaCollections
Source
__.scala