WriterRecord
gopher.SelectGroup.WriterRecord
case class WriterRecord[A](ch: WriteChannel[F, A], element: A, action: Try[Unit] => F[S]) extends Writer[A], Expiration
Attributes
- Source
- SelectGroup.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Expirationtrait Writer[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