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
scala-gopher
/
gopher
/
Gopher
Gopher
trait
Gopher
[F[_]]
Graph
Supertypes
Known subtypes
class
Object
trait
Matchable
class
Any
class
JVMGopher
[
F
]
Type members
Value members
Type members
Types
type
Monad
[X] =
F
[
X
]
Value members
Abstract methods
def
log
(level:
Level
, message:
String
, ex:
Throwable
|
Null
):
Unit
def
makeChannel
[A](bufSize:
Int
, autoClose:
Boolean
):
Channel
[
F
, A, A]
def
setLogFun
(logFun: (
Level
,
String
,
Throwable
|
Null
) =>
Unit
): (
Level
,
String
,
Throwable
|
Null
) =>
Unit
def
time
:
Time
[
F
]
Concrete methods
def
asyncMonad
:
CpsSchedulingMonad
[
F
]
def
log
(level:
Level
, message:
String
):
Unit
def
makeOnceChannel
[A]():
Channel
[
F
, A, A]
def
select
:
Select
[
F
]