scala-gopher
scala-gopher
gopher
Channel
Channel
Read
FRead
Write
ChannelClosedException
ChannelWithExpiration
DeadlockDetected
DefaultGopherConfig
DuppedInput
Gopher
GopherAPI
GopherConfig
JSGopher
JSGopher
JSGopherConfig
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
BaseChannel
BufferedChannel
ChFlatMappedChannel
ChFlatMappedReadChannel
Expirable
FilteredAsyncChannel
FilteredAsyncReadChannel
FilteredReader
FilteredChannel
FilteredReadChannel
FilteredReader
JSTime
MappedAsyncChannel
MappedAsyncReadChannel
MReader
MappedChannel
MappedReadChannel
MReader
NesteWriterWithExpireTime
NestedWriterWithExpireTimeThrowing
OrReadChannel
CommonBase
CommonReader
WrappedReader
DoneCommonReader
PromiseChannel
Reader
SimpleWriter
SimpleWriterWithExpireTime
UnbufferedChannel
Writer
gopher.monads
ReadChannelCpsMonad
ReadTryChannelCpsMonad
scala-gopher
/
gopher
/
SelectGroup
/
TimeoutRecord
TimeoutRecord
case
class
TimeoutRecord
(duration:
FiniteDuration
, action:
Try
[
FiniteDuration
] =>
F
[
S
]) extends
Expiration
Graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
trait
Expiration
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
capture
():
Option
[
Try
[
FiniteDuration
] =>
Unit
]
Inherited methods
def
canExpire
:
Boolean
Inherited from
Expiration
def
isExpired
:
Boolean
Inherited from
Expiration
def
markFree
():
Unit
Inherited from
Expiration
def
markUsed
():
Unit
Inherited from
Expiration
def
productElementNames
:
Iterator
[
String
]
Inherited from
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from
Product