Byte.G.~

object Stream
Companion
class
Source
Stream.scala
class Object
trait Matchable
class Any

Def

inline def apply[A <: RAW](inline v: A): Byte.G.~[A]
def apply[A <: RAW](v: A*): Byte.G.~[A]
inline def FLAT_MAP[A <: RAW, T, STM <: Any[T]](inline f: A => ~[B])(using inline k: Shape.OfStream.Tag[B, STM]): STM
inline def flatMap[A <: RAW, T, STM <: Any[T]](inline f: A => ~[B])(using inline k: Shape.OfStream.Tag[B, STM]): STM
inline def map[A <: RAW, T, STM <: Any[T]](inline f: A => B)(using inline k: Shape.OfStream.Tag[B, STM]): STM
inline def MAP[A <: RAW, T, STM <: Any[T]](inline f: A => B)(using inline k: Shape.OfStream.Tag[B, STM]): STM
@targetName("map_Opt")
inline def map_?[A <: RAW, T, STM <: Any[T]](inline f: A => OPT)(using inline k: Shape.OfStream.Tag.Opt[T, OPT, STM]): STM
@targetName("MAP_Opt")
inline def MAP_?[A <: RAW, T, STM <: Any[T]](inline f: A => OPT)(using inline k: Shape.OfStream.Tag.Opt[T, OPT, STM]): STM
@targetName("getVoid")
def void[A <: RAW]: Byte.G.~[A]

Get void instance

Get void instance

Source
Stream.scala