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
Value members
Concrete methods
Value parameters
- a
-
- value to produce
Attributes
- Returns
-
channel which emit value of a in loop and never close
- Source
- ReadChannel.scala
Attributes
- Source
- ReadChannel.scala
Attributes
- Source
- ReadChannel.scala
Value parameters
- c
-
- iteratable to read from.
Attributes
- 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
In this article