scala-gopher
scala-gopher
gopher
Channel
Channel
Read
FRead
Write
ChannelClosedException
ChannelWithExpiration
DefaultGopherConfig
DuppedInput
Gopher
GopherAPI
GopherConfig
JVMGopher
JVMGopher
JVMGopherConfig
JVMTime
JVMScheduled
Platform
ReadChannel
DoneReadChannel
SimpleReader
ReadChannel
Select
Select
SelectGroupExpr
SelectorCaseExpr
ReadExpression
WriteExpression
TimeoutExpression
DoneExression
SelectFold
Done
SelectForever
SelectGroup
Expiration
ReaderRecord
WriterRecord
TimeoutRecord
SelectGroupBuilder
SelectListeners
SelectLoop
SharedGopherAPI
Time
Ticker
Time
Scheduled
WriteChannel
WriteChannelWithExpiration
gopher.impl
AppendReadChannel
InterceptReader
ChFlatMappedChannel
ChFlatMappedReadChannel
Expirable
FilteredAsyncChannel
FilteredAsyncReadChannel
FilteredReader
FilteredChannel
FilteredReadChannel
FilteredReader
GuardedSPSCBaseChannel
GuardedSPSCBaseChannel
GuardedSPSCBufferedChannel
RingBuffer
GuardedSPSCUnbufferedChannel
MappedAsyncChannel
MappedAsyncReadChannel
MReader
MappedChannel
MappedReadChannel
MReader
NesteWriterWithExpireTime
NestedWriterWithExpireTimeThrowing
OrReadChannel
CommonBase
CommonReader
WrappedReader
DoneCommonReader
PromiseChannel
Reader
SPSCBuffer
SimpleWriter
SimpleWriterWithExpireTime
Writer
gopher.monads
ReadChannelCpsMonad
ReadTryChannelCpsMonad
scala-gopher
/
gopher
/
WriteChannel
WriteChannel
trait
WriteChannel
[F[_], A]
Graph
Supertypes
Known subtypes
class
Object
trait
Matchable
class
Any
trait
Channel
[
F
,
W
,
R
]
class
ChannelWithExpiration
[
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
WriteChannelWithExpiration
[
F
,
A
]
Type members
Value members
Type members
Types
type
write
=
A
Value members
Abstract methods
def
addWriter
(writer:
Writer
[
A
]):
Unit
def
asyncMonad
:
CpsAsyncMonad
[
F
]
Concrete methods
@
targetName
("write2")
inline
def
!
(inline a:
A
):
Unit
@
targetName
("write1")
inline
def
<~
(inline a:
A
):
Unit
def
awrite
(a:
A
):
F
[
Unit
]
def
awriteAll
(collection:
IterableOnce
[
A
]):
F
[
Unit
]
def
withWriteExpiration
(ttl:
FiniteDuration
, throwTimeouts:
Boolean
)(using gopherApi:
Gopher
[
F
]):
WriteChannelWithExpiration
[
F
,
A
]
inline
def
write
(inline a:
A
):
Unit
inline
def
writeAll
(inline collection:
IterableOnce
[
A
]):
Unit