root
root
API
gopher
impl
AppendReadChannel
InterceptReader
ChFlatMappedChannel
ChFlatMappedReadChannel
ChFlatMappedTryReadChannel
DelayedReadChannel
Expirable
Expirable
Capture
Ready
FilteredAsyncChannel
FilteredAsyncReadChannel
FilteredReader
FilteredChannel
FilteredReadChannel
FilteredReader
GuardedSPSCBaseChannel
GuardedSPSCBaseChannel
GuardedSPSCBufferedChannel
RingBuffer
GuardedSPSCUnbufferedChannel
MappedAsyncChannel
MappedAsyncReadChannel
MReader
MappedChannel
MappedReadChannel
MReader
NesteWriterWithExpireTime
NestedWriterWithExpireTimeThrowing
OrReadChannel
CommonBase
CommonReader
DoneCommonReader
WrappedReader
PromiseChannel
Reader
SPSCBuffer
SimpleWriter
SimpleWriterWithExpireTime
Writer
monads
Channel
Channel
FRead
Read
Write
ChannelClosedException
ChannelWithExpiration
DefaultGopherConfig
DuppedInput
Gopher
GopherAPI
GopherConfig
JVMGopher
JVMGopher
JVMGopherConfig
JVMTime
JVMScheduled
Platform
ReadChannel
DoneReadChannel
SimpleReader
ReadChannel
Select
SelectFold
Done
SelectForever
SelectGroup
Expiration
ReaderRecord
TimeoutRecord
WriterRecord
SelectGroupBuilder
SelectListeners
SelectLoop
SelectMacro
DoneExression
ReadExpression
SelectGroupExpr
SelectorCaseExpr
TimeoutExpression
WriteExpression
SharedGopherAPI
Time
Ticker
Time
Scheduled
WriteChannel
WriteChannelWithExpiration
root
/
gopher
/
WriteChannel
WriteChannel
gopher.WriteChannel
trait
WriteChannel
[
F
[
_
],
A
]
Attributes
Source
WriteChannel.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Known subtypes
trait
Channel
[
F
,
W
,
R
]
class
ChFlatMappedChannel
[
F
,
W
,
RA
,
RB
]
class
FilteredAsyncChannel
[
F
,
W
,
R
]
class
FilteredChannel
[
F
,
W
,
R
]
class
GuardedSPSCBaseChannel
[
F
,
A
]
class
GuardedSPSCBufferedChannel
[
F
,
A
]
class
GuardedSPSCUnbufferedChannel
[
F
,
A
]
class
MappedAsyncChannel
[
F
,
W
,
RA
,
RB
]
class
MappedChannel
[
F
,
W
,
RA
,
RB
]
class
PromiseChannel
[
F
,
A
]
class
ChannelWithExpiration
[
F
,
W
,
R
]
class
WriteChannelWithExpiration
[
F
,
A
]
Show all
Members list
Clear all
Type members
Types
type
write
=
A
Attributes
Source
WriteChannel.scala
Value members
Abstract methods
def
addWriter
(
writer
:
Writer
[
A
]):
Unit
Attributes
Source
WriteChannel.scala
def
asyncMonad
:
CpsAsyncMonad
[
F
]
Attributes
Source
WriteChannel.scala
Concrete methods
transparent inline
def
!
(
inline
a
:
A
)(
using
CpsMonadContext
[
F
]):
Unit
Attributes
Source
WriteChannel.scala
transparent inline
def
<~
(
inline
a
:
A
)(
using
CpsMonadContext
[
F
]):
Unit
Attributes
Source
WriteChannel.scala
def
awrite
(
a
:
A
):
F
[
Unit
]
Attributes
Source
WriteChannel.scala
def
awriteAll
(
collection
:
IterableOnce
[
A
]):
F
[
Unit
]
Attributes
Source
WriteChannel.scala
def
withWriteExpiration
(
ttl
:
FiniteDuration
,
throwTimeouts
:
Boolean
)(
using
gopherApi
:
Gopher
[
F
]):
WriteChannelWithExpiration
[
F
,
A
]
Attributes
Source
WriteChannel.scala
transparent inline
def
write
(
inline
a
:
A
)(
using
CpsMonadContext
[
F
]):
Unit
Attributes
Source
WriteChannel.scala
transparent inline
def
writeAll
(
inline
collection
:
IterableOnce
[
A
])(
using
mc
:
CpsMonadContext
[
F
]):
Unit
Attributes
Source
WriteChannel.scala
In this article
Attributes
Members list
Type members
Types
Value members
Abstract methods
Concrete methods