ReaderRecord
gopher.SelectGroup.ReaderRecord
case class ReaderRecord[A](ch: ReadChannel[F, A], action: (Try[A]) => F[S]) extends Reader[A], Expiration
Attributes
- Source
- SelectGroup.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Expirationtrait Reader[A]class Objecttrait Matchableclass AnyShow all
Members list
Type members
Value members
Concrete methods
capture object, and after this we can or use one (markUsed will be called) or abandon (markFree)
capture object, and after this we can or use one (markUsed will be called) or abandon (markFree)
Attributes
- Definition Classes
- Source
- SelectGroup.scala
Inherited methods
Attributes
- Inherited from:
- Expiration
- Source
- SelectGroup.scala
Attributes
- Inherited from:
- Expiration
- Source
- SelectGroup.scala
Attributes
- Inherited from:
- Expiration
- Source
- SelectGroup.scala
Attributes
- Inherited from:
- Expiration
- Source
- SelectGroup.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Concrete fields
Attributes
- Source
- SelectGroup.scala
In this article