Byte.G.Stream

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

Def

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

Get void instance

Get void instance

Source
Stream.scala

Implicit

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