Short.G.Stream

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

Def

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

Get void instance

Get void instance

Source
Stream.scala

Implicit

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