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
/
SelectGroupBuilder
SelectGroupBuilder
abstract
class
SelectGroupBuilder
[F[_], S, R](api:
Gopher
[
F
]) extends
SelectListeners
[
F
,
S
,
R
]
Graph
Supertypes
Known subtypes
trait
SelectListeners
[
F
,
S
,
R
]
class
Object
trait
Matchable
class
Any
class
SelectForever
[
F
]
class
SelectLoop
[
F
]
Value members
Value members
Concrete methods
def
asyncMonad
:
CpsSchedulingMonad
[
F
]
def
onRead
[A](ch:
ReadChannel
[
F
, A])(f: A =>
S
):
SelectGroupBuilder
[
F
,
S
,
R
]
def
onReadAsync
[A](ch:
ReadChannel
[
F
, A])(f: A =>
F
[
S
]):
SelectGroupBuilder
[
F
,
S
,
R
]
def
onTimeout
(t:
FiniteDuration
)(f:
FiniteDuration
=>
S
):
SelectGroupBuilder
[
F
,
S
,
R
]
def
onTimeoutAsync
(t:
FiniteDuration
)(f:
FiniteDuration
=>
F
[
S
]):
SelectGroupBuilder
[
F
,
S
,
R
]
def
onWrite
[A](ch:
WriteChannel
[
F
, A], a: => A)(f: A =>
S
):
SelectGroupBuilder
[
F
,
S
,
R
]
def
onWriteAsync
[A](ch:
WriteChannel
[
F
, A], a: () =>
F
[A])(f: A =>
F
[
S
]):
SelectGroupBuilder
[
F
,
S
,
R
]
inline
def
reading
[A](ch:
ReadChannel
[
F
, A])(f: A =>
S
):
SelectGroupBuilder
[
F
,
S
,
R
]
inline
def
writing
[A](ch:
WriteChannel
[
F
, A], a: => A)(f: A =>
S
):
SelectGroupBuilder
[
F
,
S
,
R
]
Inherited methods
inline
def
run
():
R
Inherited from
SelectListeners
def
runAsync
():
F
[
R
]
Inherited from
SelectListeners
Concrete fields
protected
var
groupBuilder
:
SelectGroup
[
F
,
S
] =>
SelectGroup
[
F
,
S
]
val
m
:
CpsSchedulingMonad
[
F
]