Char.G.Stream

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

Def

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

Get void instance

Get void instance

Source
Stream.scala

Implicit

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