WriterRecord
case class WriterRecord[A](ch: WriteChannel[F, A], element: A, action: Try[Unit] => F[S]) extends Writer[A] with Expiration
- Source:
- SelectGroup.scala
trait Serializable
trait Product
trait Equals
trait Expiration
trait Writer[A]
class Object
trait Matchable
class Any
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)
- Definition Classes
- Source:
- SelectGroup.scala