root
root
API
gopher
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
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
gopher.monads
root
/
gopher
/
SelectGroupBuilder
SelectGroupBuilder
gopher.SelectGroupBuilder
abstract
class
SelectGroupBuilder
[
F
[
_
],
S
,
R
](
api
:
Gopher
[
F
])
extends
SelectListeners
[
F
,
S
,
R
]
Attributes
Source:
SelectListeners.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
SelectListeners
[
F
,
S
,
R
]
class
Object
trait
Matchable
class
Any
Known subtypes
class
SelectForever
[
F
]
class
SelectLoop
[
F
]
Clear all
Members list
Concise view
Value members
Concrete methods
def
asyncMonad
:
CpsSchedulingMonad
[
F
]
Attributes
Source:
SelectListeners.scala
def
onRead
[
A
](
ch
:
ReadChannel
[
F
,
A
])(
f
:
A
=>
S
):
SelectGroupBuilder
.this.type
Attributes
Source:
SelectListeners.scala
def
onReadAsync
[
A
](
ch
:
ReadChannel
[
F
,
A
])(
f
:
A
=>
F
[
S
]):
SelectGroupBuilder
.this.type
Attributes
Source:
SelectListeners.scala
def
onTimeout
(
t
:
FiniteDuration
)(
f
:
FiniteDuration
=>
S
):
SelectGroupBuilder
.this.type
Attributes
Source:
SelectListeners.scala
def
onTimeoutAsync
(
t
:
FiniteDuration
)(
f
:
FiniteDuration
=>
F
[
S
]):
SelectGroupBuilder
.this.type
Attributes
Source:
SelectListeners.scala
def
onWrite
[
A
](
ch
:
WriteChannel
[
F
,
A
],
a
:
=>
A
)(
f
:
A
=>
S
):
SelectGroupBuilder
.this.type
Attributes
Source:
SelectListeners.scala
def
onWriteAsync
[
A
](
ch
:
WriteChannel
[
F
,
A
],
a
: ()
=>
F
[
A
])(
f
:
A
=>
F
[
S
]):
SelectGroupBuilder
.this.type
Attributes
Source:
SelectListeners.scala
inline
def
reading
[
A
](
ch
:
ReadChannel
[
F
,
A
])(
f
:
A
=>
S
):
SelectGroupBuilder
.this.type
Attributes
Source:
SelectListeners.scala
inline
def
writing
[
A
](
ch
:
WriteChannel
[
F
,
A
],
a
:
=>
A
)(
f
:
A
=>
S
):
SelectGroupBuilder
.this.type
Attributes
Source:
SelectListeners.scala
Inherited methods
transparent inline
def
run
(
)(
using
CpsMonadContext
[
F
]):
R
Attributes
Inherited from:
SelectListeners
Source:
SelectListeners.scala
def
runAsync
():
F
[
R
]
Attributes
Inherited from:
SelectListeners
Source:
SelectListeners.scala
Concrete fields
protected
var
groupBuilder
:
SelectGroup
[
F
,
S
]
=>
SelectGroup
[
F
,
S
]
Attributes
Source:
SelectListeners.scala
val
m
:
CpsSchedulingMonad
[
F
]
Attributes
Source:
SelectListeners.scala