Double.G.Stream

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

Def

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

Get void instance

Get void instance

Source
Stream.scala

Implicit

implicit inline def implicitFromArray[A <: Any.Double](v: Array[A]): Double.G.Stream[A]
implicit inline def implicitFromCollection[A <: Any.Double](v: Double.G.Collection[A]): Double.G.Stream[A]
implicit inline def implicitFromOpt[A <: Any.Double](v: Double.G.Opt[A]): Double.G.Stream[A]
implicit inline def implicitRequest[A <: Any.Double](v: VOID): Double.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