Int.G.Stream

object Stream
class java.lang.Object
trait scala.Matchable
class Any

Def

inline def apply[A <: Any.Int](v: A): Int.G.Stream[A]
def apply[A <: Any.Int](v: A*): Int.G.Stream[A]
@targetName("getVoid")
def void[A <: Any.Int]: Int.G.Stream[A]

Get void instance

Get void instance

Source
Stream.scala

Implicit

implicit inline def implicitFromArray[A <: Any.Int](v: Array[A]): Int.G.Stream[A]
implicit inline def implicitFromCollection[A <: Any.Int](v: Int.G.Collection[A]): Int.G.Stream[A]
implicit inline def implicitFromOpt[A <: Any.Int](v: Int.G.Opt[A]): Int.G.Stream[A]
implicit inline def implicitFromRange[A <: Any.Int](v: Int.G.Range[A]): Int.G.Stream[A]
implicit inline def implicitRequest[A <: Any.Int](v: VOID): Int.G.Stream[A]

General void instance request

General void instance request

It is possible to use general request VOID to get void instance of this type, thanks to this implicit conversion.

Source
Stream.scala