WriterRecord

case class WriterRecord[A](ch: WriteChannel[F, A], element: A, action: Try[Unit] => F[S]) extends Writer[A] with Expiration
trait Serializable
trait Product
trait Equals
trait Writer[A]
trait Expirable[(A, Try[Unit] => Unit)]
class Object
trait Matchable
class Any

Type members

Types

type Element = A
type State = S

Value members

Concrete methods

override def capture(): Option[(A, Try[Unit] => Unit)]
Definition Classes

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