gopher.ReadChannel$
See theReadChannel companion trait
object ReadChannel
Attributes
- Companion:
- trait
- Source:
- ReadChannel.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- ReadChannel.type
Members list
Concise view
Value members
Concrete methods
Attributes
- a
- value to produce
- Returns:
channel which emit value of a in loop and never close
- Source:
- ReadChannel.scala
Attributes
- Source:
- ReadChannel.scala
Attributes
- Source:
- ReadChannel.scala
Attributes
- c
- iteratable to read from.
- Returns:
channel, which will emit all elements from 'c' and then close.
- Source:
- ReadChannel.scala
Attributes
- Source:
- ReadChannel.scala
Attributes
- Returns:
one copy of
a
and close.- Source:
- ReadChannel.scala
Attributes
- Source:
- ReadChannel.scala
Attributes
- Source:
- ReadChannel.scala
Givens
Givens
given emitAbsorber[F[_], C <: CpsMonadContext[F], T](using auxMonad: CpsSchedulingMonad[F] { type Context = C; }, gopherApi: Gopher[F]): emitAbsorber[F, C, T]
Attributes
- Source:
- ReadChannel.scala